1
0
Bifurcation 0
Graphe des révisions

15 Révisions

Auteur SHA1 Message Date
Nathanial.C.Jones 87617c4eed QH Now queries the WoW client for quests, though it doesn't seem to update correctly when a quest is accepted (and though untested, probably doesn't update locations when the WoW poi changes).
Added LibMapData and began transitioning map data needs to use LibMapData.

Began changing the data collection, yet again. Once this goes beta, the new collection system will be in place... My hope is to allow QH to "learn" as you play, eliminating any need for data compilation, though I will still make attempts to compile said data into a full on db.

Added some code that will eventually be usable to get data from LightHeaded. This is not yet implemented in full, but will be the preferred method of QH doesn't know about a quest. Order of preference will eventually be: 1) Learned data, 2) Internal DB, 3) LightHeaded, 4) WoW client.

NOTE: THIS COMMIT IS ON THE WOW-DB-GET BRANCH. An alpha release will be up on the downloads page by 6:30 US EST on February 29, 2012 (tomorrow).

I THINK I have covered all the changes in this, but I have done so much since my last commit, I cannot be sure.
2012-02-29 03:27:41 +00:00
Nathanial.C.Jones c77bc5fc31 Some more changes for using the WoW quest tracking API.
Removed the ugly database hacks, they are not necessary with the planes set to be the map ID's and no calls going out to the built in database.

Fixed the elders in Stranglethorn.
2012-02-08 03:41:53 +00:00
Nathanial.C.Jones 965e8589c9 Everything SEEMS to work, less of course the db. Something I did before screwed everything up.
I implemented a QuestHelper_GetTime function for the next time Blizzard decides to fiddle with the time functions. It returns debugprofilestop() / 1000, to exactly match the precision of GetTime().

I also re-removed references to Cartographer from the rollback.
2012-01-01 03:01:18 +00:00
Nathanial.C.Jones e4873f0d6c Rollback 2012-01-01 02:22:56 +00:00
Nathanial.C.Jones e24409caef Changed time function used to debugprofilestop. 2011-12-31 23:51:43 +00:00
Nathanial.C.Jones 3edb977f52 Replaced GetTime() with time() where it seemed appropriate to do so. In two cases, the precision of GetTime was actually in use and the desired difference was rounded up to the next second. 2011-12-03 00:36:48 +00:00
lonadar 32ffc8bfb2 Applying the same patching for Stranglethorn as Alterac. 2011-03-04 23:26:38 +00:00
Nathanial.C.Jones d9784c271e Perhaps, maybe these new translations will result in a cure for plane 26. 2011-02-10 01:14:57 +00:00
Nathanial.C.Jones 71a2a6dfbc Changed resolution to issue 271 to match other resolutions to the Alterac Mountains merge. BTW, have I said I hate Blizzard for this? Probably. 2011-02-04 13:29:04 +00:00
Nathanial.C.Jones ffb0ffb712 Hacks. Why do I have to create hacks? Hack to 'eliminate' the Alterac Mountains related error. 2011-01-28 03:28:00 +00:00
Nathanial.C.Jones 82da2634a4 Blanked out database files... NO DATA FOR ANY QUESTS. Added support for new spell objective type. Began inserting static routes for zones. Removed Portals from Shatt and Dal. Stopped data compression by commenting the related code... Need to see the underlying data structure to implement new build system. Added virtual zones for Worgen starting areas. Made a couple new error messages that are a bit more verbose. 2010-12-08 20:16:49 +00:00
Nathanial.C.Jones 5b7a41a9fc Adding version check back in. Updated files, putting in the version place holder and updated build script to streamline overall process and replace the version place holder in the lua files. 2010-11-08 13:28:59 +00:00
Nathanial.C.Jones ba8c335942 Fixed previous higer verbosity error message due to compile issues. Changed update loop to allow for bad headers from Blizz, thus resolving issues 16 and 17. 2010-10-30 01:25:19 +00:00
Nathanial.C.Jones efe3761afb Modified error message mentioned in issue 13 to give the quest name. 2010-10-28 01:34:15 +00:00
Nathanial.C.Jones 05b02bd620 Restructered repository. 2010-10-25 01:54:08 +00:00
Renamed from director_quest.lua (Browse further)