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
374eeaccff
Fixed an issue where the landing coordinates were being put in the wrong location. It was putting the landing coordinates outside of the appropriate home subtable, resulting in only one set of coordinates.
2011-06-19 02:33:02 +00:00
Nathanial.C.Jones
aa4daed0ea
And ANOTHER programmer headspace error.
2011-01-29 21:45:13 +00:00
Nathanial.C.Jones
db818d69cf
Glad I'm testing... Another programmer headspace error.
2011-01-29 21:42:50 +00:00
Nathanial.C.Jones
c9aecb001e
OK, I think hearth collection is done (for now).
2011-01-29 03:00:43 +00:00
Nathanial.C.Jones
de3585db04
Fixed some issues with the code for the new LostIsles fix. Almost have the hearth collection finished... Just a couple more things to do.
2011-01-29 02:40:17 +00:00
Nathanial.C.Jones
e507f1bf9c
Added functionality to collect information regarding the location of innkeepers who can set your hearth location. Note: This version has a test built in, so will not be released.
2011-01-29 01:22:27 +00:00
Nathanial.C.Jones
cef01bc22b
Reverted collect_zone back to original... collect_hearth was based on collect_zone. Fixed the init in collect_hearth to make sure it would actually init when called.
2011-01-28 02:29:12 +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