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