1
0
Bifurcation 0
Graphe des révisions

42 Révisions

Auteur SHA1 Message Date
Nathanial.C.Jones 1daf6d747c A bunch more changes dealing with the replacement of Astrolabe.lua. These make QH load. No other tests have been performed. 2013-01-11 22:00:06 +00:00
Nathanial.C.Jones f9b92178d5 Beginnings of conversion from old, modified Astrolabe-0.4 to new, improved Astrolabe-1.0.
WARNING: THESE MODIFICATIONS ARE NOT TESTED AND ARE LIKELY TO CAUSE CATASTROPHIC ISSUES AT THIS TIME. ANY ATTEMPT TO USE THIS REVISION IS NOT RECOMMENDED.
2013-01-03 02:50:16 +00:00
Nathanial.C.Jones 9642395354 Moved expected_version to vars.lua and made it global. 2013-01-03 01:11:02 +00:00
Nathanial.C.Jones 39c8f81f24 Forgot the parenthesis. 2013-01-03 01:03:19 +00:00
Nathanial.C.Jones faa5ef7aa7 Separated initialization timeslice out into its own file for readability. Function reachability has not yet been checked. 2013-01-02 18:11:26 +00:00
Nathanial.C.Jones d0b8ba397e Moved some more variables in vars.lua. Reformated main.lua a little for readability. 2013-01-02 18:00:10 +00:00
Nathanial.C.Jones 0941d6e1e6 Separated a few variables out into their own file. 2013-01-02 17:17:01 +00:00
Nathanial.C.Jones e4ced7cc49 Moved default preference setup to its own file. 2013-01-02 13:41:37 +00:00
Nathanial.C.Jones a1a2c6f54d Addressed issue 545. Method referenced defined in flightpath.lua. 2012-09-30 11:46:24 +00:00
Nathanial.C.Jones 7c350af193 Addressed issue 544 by disabling tooltip.lua. 2012-09-30 11:42:50 +00:00
Nathanial.C.Jones 809fe26538 Addressed issue 542 2012-09-30 11:35:40 +00:00
Nathanial.C.Jones e11ba409a8 Addressed issue 538 and issue 539. 2012-09-27 10:09:24 +00:00
Nathanial.C.Jones da3908b13d Fix for issue 536. Temporarily resolves missing data for Pandaria continent. 2012-09-26 23:57:09 +00:00
Nathanial.C.Jones f2c47d0f97 Resolved issue 533.
Commented out some filter code.
2012-09-26 15:23:35 +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 d0b3c20aba Initial Pandaria commit. 2012-09-25 02:00:15 +00:00
Nathanial.C.Jones 0496df0268 Implemented functionality to automatically update the tracked elders by keeping track of their associated quests and whether or not the quests have been completed.
This works for a brand new character, but is untested on an established character that has previously completed the achievements. Theoretically it should work on such a character, since the quests are annual quests and the completion status should reset each year.

Please note that tracking of regular quests is still not working in this branch. QH WILL, repeat WILL break if you have ANY quests in your log.
2012-02-09 03:01: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 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 d8f5f276be Removed some essentially useless files. 2011-12-21 00:07:18 +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 c72791499e Apparently I didn't commit the correct versions of the static files. I have also updated the toc files to display the name "QuestHelper Data (locale)." I also removed lang.lua from the expected files list, since it is in the data addon. 2011-07-03 13:44:55 +00:00
Nathanial.C.Jones 52110e55b2 The Data package seems to work for enUS as the only active data. All files in the lang directory will load, since these are trivially sized. 2011-07-02 21:24:44 +00:00
Nathanial.C.Jones 1f04543366 Removed the assert that is causing issue 370. 2011-02-21 11:16:44 +00:00
Nathanial.C.Jones d29857fc09 Disabling the busy wait, looks like it may not be needed. 2011-02-21 00:02:57 +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 ac68c9b49c Re-enabling version checks. It is easier to track other errors when people don't mix repository versions with 'productiion' versions, such as repository revisions 133 and 134 with alpha production version 132a. 2011-02-11 13:03:01 +00:00
lonadar b8624952c5 Not related to the current testing. Took first step at removing Cartographer and was nice enough to warn people, removed connections to Changes command as the log hasn't been updated and I'm not going to right now, and attempted to address Issue 50. 2011-02-05 13:59:20 +00:00
Nathanial.C.Jones 79b7c7b378 Added an assertion to help diagnose the repeated rearing of the 'Coord[1] = 181' error. Created a collector for hearthing. 2011-01-28 02:12:26 +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 1127cbdd27 Commented out the maelstrom paths for now... was causing QH to explode. 2010-12-12 18:08:33 +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 bc524fb64c Re-enabled pathing... still crashes, but only disabled for the 53 and 54 releases. 2010-11-29 13:26:18 +00:00
Nathanial.C.Jones 5c4d2f36ac Updated build script to replace the embedded 4.0.1 with 4.0.3a. Updated other files to hopefully finish killing off routing for now. 2010-11-28 00:43:26 +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 4fb7f5be98 Fixes Issue 36 (Not Sharing Party Quests). 2010-11-20 04:30:24 +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 7bba7f4453 Removed unnecessary code and comment from main.lua and added some whitespace and comments into routing_core.lua to help with work on issue #29. 2010-11-04 13:32:28 +00:00
Nathanial.C.Jones d389749812 Fixed internal versioning to be compatible with new version numbering scheme. 2010-10-25 10:29:30 +00:00
Nathanial.C.Jones 05b02bd620 Restructered repository. 2010-10-25 01:54:08 +00:00
Renamed from main.lua (Browse further)