1
0
Bifurcation 0
Graphe des révisions

18 Révisions

Auteur SHA1 Message Date
Nathanial.C.Jones cea96d1c2b A bunch of changes dealing with the replacement of Astrolabe.lua. 2013-01-04 01:03:20 +00:00
Nathanial.C.Jones f471a963fa Added functionality to detect when a Pandaren chooses his or her faction. 2012-09-25 23:52:08 +00:00
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 bf43ddd2a2 Successfully loads with MapIDs as planes... Crashes with quests (not unexpected). This is just a good point to "save." 2012-02-01 01:37:20 +00:00
Nathanial.C.Jones bbdaf66a48 Implemented workaround change noted in issue 512. 2012-01-31 03:41:12 +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
Nathanial.C.Jones 2f2fdced35 Adjuste lua error call to include the message. 2011-07-14 10:03:20 +00:00
Nathanial.C.Jones 73b8036c79 Created 'static' variables 'ALLIANCE' and 'HORDE' to eventually replace all references by number, thus enhancing readability. 2011-04-03 20:36:10 +00:00
Nathanial.C.Jones ccd091e3a5 Issue 324 should now be fixed. 2011-02-12 05:02:28 +00:00
Nathanial.C.Jones 7fc1fbf834 Doh\! Screwed up the error call. Should work right this time. 2010-12-03 00:17:29 +00:00
Nathanial.C.Jones b8a8f14555 Fixed a syntax error. 2010-12-02 19:35:34 +00:00
Nathanial.C.Jones d98bc1fe58 Changed all the chat frame spams to errors. We need to get a handle on what is going on with the localization. 2010-12-02 11:11:43 +00:00
Nathanial.C.Jones 65401fe2c7 Pathfinding fixed with new zones added. Astrolabe still needs new data, but meh, that is relatively minor for now. This is a releasable fix\! 2010-12-02 02:06:03 +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 05b02bd620 Restructered repository. 2010-10-25 01:54:08 +00:00
Renamed from utility.lua (Browse further)