1
0
Bifurcation 0
Graphe des révisions

23 Révisions

Auteur SHA1 Message Date
Nathanial.C.Jones d0b3c20aba Initial Pandaria commit. 2012-09-25 02:00:15 +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 5817b6915c Initial implementation of direct querying of WoW for quest info.
Also changed planes to be the same as the equivalent mapID. Eliminated instances for the time being, as this whole scheme may go by the wayside in upcoming iterations.

WARNING: This revision MAY NOT work at all (and if it does, Elder tracking won't work). With that said, feel free to test and note any issues you discover, with the exception of Elder tracking not working (I didn't touch that at all).
2012-01-31 03:10:39 +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 b87a429214 Removed all references to Cartographer. Cartographer support will not be included ever again. 2011-12-21 00:24:56 +00:00
Nathanial.C.Jones 4522e80854 IndexLookup issues in and of themselves will no longer throw errors... They'll just throw messages to the chat frame. 2011-03-02 01:47:01 +00:00
Nathanial.C.Jones a390a6af33 Added a 30 second busy wait to the initialization. 2011-02-19 13:40:08 +00:00
Nathanial.C.Jones 70a499e88c Altered the structure of QuestHelper_Collector. Implemented a methodology to automatically purge data when the structure is changed. Fixed upgrade.lua to stop throwing errors UNLESS we are on a development version by escaping a character in the test that is SUPPOSED to pass ONLY on development versions. 2011-02-16 02:10:13 +00:00
Nathanial.C.Jones ccd091e3a5 Issue 324 should now be fixed. 2011-02-12 05:02:28 +00:00
Nathanial.C.Jones d0cb454610 Resolved issue 194. Made some more changes to the saved variables layout. 2010-12-16 03:23:48 +00:00
Nathanial.C.Jones 6264665bef Resolved issue 190. Added zone sizes, hoping that the information will resolve issue 178. 2010-12-15 03:18:39 +00:00
Nathanial.C.Jones db1b0fee04 Re-enabled the maelstrom paths. Added 'meta' sizes for new zones. Converted some of the stored data to output strings, rather than convert numbers to sequences of bytes. 2010-12-13 02:33:21 +00:00
Nathanial.C.Jones c3865045f1 The only pathing remaining is Maelstrom and goblin start zones. Issue 139 is now resolved as well. 2010-12-12 00:55:58 +00:00
Nathanial.C.Jones e88d9bbd54 Fixed issue 140. Added paths for STV sub-zones, did not encounter STV master anywhere. Finished pathing for Worgen starts, up to and including the official path to main world... I just need to go back with another new Worgen to check the start coords for accuracy. Added routes for Ruins of Gilneas and Ruins of Gilneas City (City is its own zone, but isn't triggered reliably or accurately). Adjusted assertion error text for collect_location to be more useful. Made the afflicted function return strings too, since I want as much plain text as possible. It is late, and that seems to be all I can remember. 2010-12-11 07:21:30 +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 4f77bacb62 Implemented a work around for Blizzard's name conflict for Gilneas and Gilneas City. 2010-12-04 12:46:56 +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 1e99b13835 Made it 'work'. Does NOT do any path calculation and load message freezes at 13%, but it DOES collect data. 2010-11-27 22:47:32 +00:00
Nathanial.C.Jones 3ee4052b4c Fixed zone information. Still crashing due to a failed assertion, so not releasable. 2010-11-24 21:39:41 +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 upgrade.lua (Browse further)