1
0
Bifurcation 0
Graphe des révisions

215 Révisions

Auteur SHA1 Message Date
Nathanial.C.Jones 6f37074538 Changed time function used to debugprofilestop. 2011-12-31 23:56:33 +00:00
Nathanial.C.Jones 9a9b24545f Changed time function used to debugprofilestop. 2011-12-31 23:55:01 +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 725ece19e3 Updated TOC version. Will be checking into zone lookup issues tomorrow sometime. 2011-12-02 02:06:05 +00:00
Nathanial.C.Jones 386b376097 Collecting more info on location to help with dungeon quests.
Converted assertion for a completely unknown loot item to a quiet error, since there seems to be no way to determine exactly why it happens.
2011-10-24 10:33:55 +00:00
Nathanial.C.Jones f041a22687 Rewrote export code in hopes of a more readable export. 2011-07-19 10:12:29 +00:00
Nathanial.C.Jones 8da1bf09d5 Minor fix to ensure that everything is clean if the user cancels the custom waypoint via the world map. 2011-07-17 01:30:37 +00:00
Nathanial.C.Jones 3ec5438347 When they feel like, the Archy authors will be hooking onto a couple new functions, thus allowing QH to integrate archaeology sites into your route. 2011-07-17 00:32:06 +00:00
Nathanial.C.Jones 4270499d7e If I copied everything correctly, issuing a the "/qh find" command on something a second time will clear it, rather than add it again. Note: This is in preparation for adding in new functionality. 2011-07-16 23:10:49 +00:00
Nathanial.C.Jones 968ea9be11 Fixed the issue that was causing issue 350... Without reverting to pre-elders code. :D 2011-07-16 21:46:53 +00:00
Nathanial.C.Jones 1ed59e66dc Temporarily removed the level restriction for the Dalaran <--> Crystalsong Forest path. 2011-07-16 00:57:09 +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 5678cc7385 This should deal with issue 461. 2011-07-07 13:06:01 +00:00
Nathanial.C.Jones 77bd80119c Fixed the flight collector. 2011-07-06 19:01:59 +00:00
Nathanial.C.Jones dc11e77101 Fixed an issue where a talent was returning nil. 2011-07-06 18:56:10 +00:00
Nathanial.C.Jones 62ca61c66d This should resolve issue 458. 2011-07-06 18:22:45 +00:00
Nathanial.C.Jones 0241a59dc5 Realized that I would get an error the first time I did the data export with the current method. 2011-07-06 12:22:43 +00:00
Nathanial.C.Jones 087f25681e Changed data export method to be a bit more streamlined. Not all data will be exported and a purge will not clear the data. This is for my use only, so I will have no pity on the fool who sets export to true and then complains about the memory usage. 2011-07-06 12:10:56 +00:00
Nathanial.C.Jones 0b8d9b7f81 Fixed both of the problems in issue 457. Ironically, the error reported was not generally reachable except through the reporting of an error. The error that was trying to be reported was a failed assertion, due to the resolution of issue 427. As it turns out, the guid position was moved and a number really was being returned. This was introduced in the 4.1 patch and further changed with the 4.2 patch, possibly making all 4.1 data useless (examination of some sample data shall ensue). 2011-07-06 11:46:30 +00:00
Nathanial.C.Jones e8e5488071 Fixed a couple issues that were preventing QuestHelper from loading properly. 2011-07-06 00:00:07 +00:00
Nathanial.C.Jones cbc1225158 Decided creating packages for each locale was going to be a huge PITA for uploading. Trying to set this up so that the locale specific stuff is load on demand. QuestHelper depends on QHData-base, which in turn loads the appropriate locale specific QHData addon. Note: NONE OF THIS HAS BEEN TESTED! There are so many changes that it makes more sense to commit first and ask questions later. 2011-07-05 22:15:17 +00:00
Nathanial.C.Jones 27873b56e3 Removed language files from QuestHelper main package. 2011-07-03 14:31:43 +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 43c7217545 Fixed an issue where the faction name wasn't being used in the collector. This does not affect collection enough to warrant purging. 2011-07-01 16:14:15 +00:00
Nathanial.C.Jones 4ac75db693 Not sure what happened, did a merge back int the trunk but the changes didn't show up. 2011-07-01 14:54:43 +00:00
Nathanial.C.Jones 20219320fd Added code to hopefully output the DB structure. 2011-06-29 17:00:59 +00:00
Nathanial.C.Jones 7e3971dce5 Fixed an issue where numbers in Europe are saved using European notation and causing the parser to return really large numbers for x and y coordinates when converting from a string to a number.
Set MINSVNVERSION to this commit, since I will be building momentarily.
2011-06-19 16:28:27 +00:00
Nathanial.C.Jones f27c0909f3 Altered the collection structure for worldloot and fishing. 2011-06-19 11:26:58 +00:00
Nathanial.C.Jones 163a021f90 Commented out the offensive code that was causing issue 448 (not sure why it was being offensive, but it was). Made some data collection adjustments to further streamline parsing in the future. 2011-06-19 04:05:19 +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 8e2a97167a Altered merchant collector to put data into a table format. 2011-06-16 03:38:32 +00:00
Nathanial.C.Jones 70e1877be0 Modified collection system to group data gathering under the realm name for said data and to use "Alliance" and "Horde" for the faction, rather than a number.
Structure is now: QHVersion/Realm/WoWVersion/locale/faction/collected_data
2011-06-14 19:43:53 +00:00
Nathanial.C.Jones 3ee759e502 Applied strlen fix for issue 427 suggested by jisonpoo in comment 10 (http://code.google.com/p/questhelperredux/issues/detail?id=427#c10) 2011-06-14 12:29:34 +00:00
Nathanial.C.Jones 27f81b25a3 Updated toc version to 40100 to bring QH up to date for the 4.1 patch. 'Fixed' the flight timer resize issue (issue 426) by setting the size during each cycle. 2011-04-28 01:40:23 +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
lonadar c2d32c4785 Added Waygate. Adjusted port speeds depending on whether travel was intra- or inter-zone. Will try to add the reputation dependancies next, but not tonight. 2011-03-23 04:26:11 +00:00
lonadar 42902a8159 Updated Pathfinding.lua to expand transitions into Cataclysm areas. There's more work to be done, but I'd have a better feel once I've actually been in the new areas. Gonna work on my Orc for a bit. Still to do - add code specifically for reputation-specific transitions. 2011-03-22 23:20:02 +00:00
lonadar 32ffc8bfb2 Applying the same patching for Stranglethorn as Alterac. 2011-03-04 23:26:38 +00:00
lonadar 72dc8f9c2d Alright, I'm going on faith and removing all the level restrictions to Northrend. 2011-03-03 00:19:18 +00:00
Nathanial.C.Jones 9a29a29834 This should add player leve, race, class and realm to the error messages. 2011-03-02 02:13:09 +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
lonadar f20bc1811e Made adjustments in an attempt to remove the Zone 71 issues. No, I really haven't done anything else. RL invading. Not to worry. 2011-03-01 22:14:29 +00:00
Nathanial.C.Jones ffb402b92c Added slot number to error messages related to issue 374 and its predecessors. 2011-02-23 03:01:40 +00:00
lonadar 621bea3048 Call me crazy, this might fix the Plane 158. 2011-02-23 02:15:06 +00:00
Nathanial.C.Jones 91c044eb1b Resolves issue 551. Apparently at times, when the link is nil, the item name is nil too. Made the checks more aggressive to attempt to find the problem. Dunno why Blizzard is returning nil on the culprits when looting, but hopefully they're returning at least the texture. 2011-02-21 14:55:34 +00:00
Nathanial.C.Jones 1f04543366 Removed the assert that is causing issue 370. 2011-02-21 11:16:44 +00:00
lonadar e1505cae77 More changes to pathfinding. Corrections made to the Stranglethorn Vale area. This is a work in progress uploaded just to test the planes issue. 2011-02-21 00:11:41 +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 cce4929b61 Removed 'Removing' message. Data deletion should be silent. 2011-02-16 19:30:29 +00:00
lonadar 2df2c7cda3 Another small adjustment. I'm done playing now. Even tried it on my level 28 druid. Testing...what a concept... 2011-02-16 12:05:36 +00:00
lonadar ce6782a88a Wow...just...wow... Let's see if this fixes Issue 359. 2011-02-16 11:29:14 +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
lonadar 09742a52ae Significant changes to the static pathfinding information and some starting setup for mage and hearth porting. 2011-02-15 23:42:48 +00:00
Nathanial.C.Jones 334f894a5b Bypass for collecting archaeology fragments until all translations are in. 2011-02-15 02:07:01 +00:00
Nathanial.C.Jones fd867c890d Special item icons now disappear when their quest is complete. 2011-02-14 14:53:06 +00:00
Nathanial.C.Jones cdb5b9a387 Fixes issue 349. 2011-02-13 23:52:07 +00:00
lonadar 6d4ec7e785 Updating pathfinding.lua in anticipation of a new release version. Passed 100% load test. 2011-02-13 22:29:20 +00:00
Nathanial.C.Jones b13900cf4d Readded some critical code that was accidentally removed. Also removed some odd characters. 2011-02-13 13:31:15 +00:00
lonadar 2f5b68388b Just bringing the pathfinding.lua up to date with mine. Shouldn't this be 4.0.6a.xxa now? 2011-02-13 05:24:17 +00:00
Nathanial.C.Jones 3e13a5a473 Put new Teldrassil boat routes in as shared routes (technically Alliance, but Horde needs them for Teldrassil and Azuremyst access). Moved Ru'Theran Village/Darnassus back to shared routes, again because Horde needs it to keep QH from exploding when they are in Darnassus. 2011-02-12 17:31:39 +00:00
Nathanial.C.Jones 4e4b3b9b2c Should resolve issue 323. Apparently SetObjective is being called explicitly with nil on line 259. Resolution is to check to see if we're getting nil or not. If something comes in, we then assert. 2011-02-12 13:09:54 +00:00
Nathanial.C.Jones 5a8061d1ef New assertion to diagnose issue 323. This assertion checks to see if GetItemType is going to return nil or not. If the assertion fails, nil is being returned and the item link is bad. 2011-02-12 12:53:17 +00:00
Nathanial.C.Jones ccd091e3a5 Issue 324 should now be fixed. 2011-02-12 05:02:28 +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 8099b5d648 Amazing what a few commas among friends can do. Fixed the error in pathfinding.lua (Issue 322) and made another change just in case. Also added preliminary routing for the portals on the Outland side of the Dark Portal mentioned in Issue 320. 2011-02-11 00:15:27 +00:00
lonadar b2051ea902 Working on updating pathfinding.lua (think I left it in a usable state), made some changes to help.lua but by now I don't remember what, and updated the web addresses in the /lang directory. 2011-02-10 22:48:02 +00:00
Nathanial.C.Jones d9784c271e Perhaps, maybe these new translations will result in a cure for plane 26. 2011-02-10 01:14:57 +00:00
Nathanial.C.Jones 2b588b879b Intial creation of warning messages. Just copies error.lua to warning.lua and changes any reference to 'err', 'Err', 'error' or 'Error' to 'warn', 'Warn', 'warning' or 'Warning', respectively. It is highly unlikely that QH will break if this file is loaded, so QuestHelper.toc has not yet been modified. 2011-02-08 13:12:14 +00:00
lonadar 9d970ce4e1 Adjusted the site for the Blasted Lands portal in Orgrimmar. 2011-02-06 00:19:54 +00:00
Nathanial.C.Jones 725c42ec35 Oops, couple of errors that made it not work even on my machine (and I don't have any Alterac related quests). 2011-02-05 23:02:47 +00:00
Nathanial.C.Jones 2ef440186e Ok, I think I might have a testable version. I have NO clue if it'll solve anything though. 2011-02-05 22:50:26 +00:00
Nathanial.C.Jones a8a82418e5 Ok, last revision had a bug in the code that I rectified in the "production" test locally. This version has another forced fail, so it will not be released for testing by anyone else. 2011-02-05 22:05:57 +00:00
Nathanial.C.Jones d72b4d9103 A few more assertions, including one that I intend to fail, so I can figure out the structure of a table. This revision is NOT being packaged for release, since the forced fail will work on my machine. 2011-02-05 17:32:32 +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 a0605af3be FACEPALM! Bad variable name, so it is gonna be nil. #%$@ case sensitivity. 2011-02-05 04:48:47 +00:00
Nathanial.C.Jones 6640999728 MORE assertions. ;-P. Assertions are helpful when the messages are good. GO ASSERTIONS! 2011-02-05 00:40:15 +00:00
Nathanial.C.Jones 80d06c012a More assertions for tracking purposes, probably will stay afterwards... Useful stuff assertions. 2011-02-04 20:11:33 +00:00
Nathanial.C.Jones 71a2a6dfbc Changed resolution to issue 271 to match other resolutions to the Alterac Mountains merge. BTW, have I said I hate Blizzard for this? Probably. 2011-02-04 13:29:04 +00:00
Nathanial.C.Jones 3559042f03 Removed a chunk of never executed code ('if false' will always fail, since false is false and if statements will only execute their blocks if their tests are true). Added an assert where I think issue 315 might have its roots. 2011-02-04 03:23:59 +00:00
Nathanial.C.Jones 9fe0b3c0fa Rolled back changes committed in r116 and r118. Implemented 'remapping' suggested by lonadar in comment 8 on issue 307. This is a far cleaner hack than it was. I'm sure further modifications will be necessary, but this is a start. 2011-02-03 13:55:16 +00:00
Nathanial.C.Jones 617f265558 This **MAY** resolve the message in issue 312, but this fix ultimately breaks things and will need to eventually be rolled back. 2011-02-03 01:49:24 +00:00
lonadar bdb8cdc68c Log message 2011-02-01 02:57:09 +00:00
Nathanial.C.Jones 25e481aad9 Another hack to resolve issues with Alterac Mountains. 2011-02-01 01:27:21 +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 cc22e05dd4 Fixed error reported in issue 280. Implemented patches in issues 282, 283 and 284. 2011-01-29 21:25:05 +00:00
Nathanial.C.Jones 1b0e1b5ddb Fixed issue 278. 2011-01-29 11:33:47 +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 bdb95148aa New method for converting an invalid LostIsles terrain. If this doesn't work, then I'm going to have to go back and try something more drastic and more painful. 2011-01-28 11:24:50 +00:00
Nathanial.C.Jones ffb0ffb712 Hacks. Why do I have to create hacks? Hack to 'eliminate' the Alterac Mountains related error. 2011-01-28 03:28:00 +00:00
Nathanial.C.Jones 36f26ecaeb Oops, forgot to make the call to init... Without it, we won't init. 2011-01-28 02:31:09 +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