1
0
Bifurcation 0
Graphe des révisions

215 Révisions

Auteur SHA1 Message Date
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
Nathanial.C.Jones a5cdb3dd52 Where's my sign? I had some variables mixed up, so that is fixed. Fixed a couple elder coordinates for accuracy. 2011-01-25 01:51:43 +00:00
Nathanial.C.Jones 3a73da94ac Made some elder coordinates more accurate and made it possible to place the locations in non-english localizations. Caveat: Users must do the look up with the US English name. 2011-01-25 01:04:53 +00:00
Nathanial.C.Jones d2b911d1e6 There's still something not quite right with Archaelogy. This will help clarify it. 2011-01-24 02:57:11 +00:00
Nathanial.C.Jones 8b0c0d4691 Named Wintergrasp wrong. Revision 100 YAY\! 2011-01-24 01:45:40 +00:00
Nathanial.C.Jones d996ecda26 Oops, now it lists the names. 2011-01-24 01:30:44 +00:00
Nathanial.C.Jones c7a81affaa Hopefully this will make the elder's names appear. 2011-01-24 00:22:27 +00:00
Nathanial.C.Jones af7b77aecc Oops, I did it all in the wrong file. 2011-01-23 23:58:29 +00:00
Nathanial.C.Jones 89f5743b84 First tests failed to add the elders, these fixes SHOULD do the trick. 2011-01-23 22:57:08 +00:00
Nathanial.C.Jones 626a79e0f0 Initial implementation of enhancement in issue 266. 2011-01-23 22:45:14 +00:00
Nathanial.C.Jones 05d2e23463 Fixed issue 267. 2011-01-23 20:41:55 +00:00
Nathanial.C.Jones e1f14b0e9a Implemented patch in issue 265. 2011-01-23 15:18:56 +00:00
Nathanial.C.Jones 204d3d1e41 Added a quest list to error messages. 2011-01-22 23:51:21 +00:00
Nathanial.C.Jones 3ca91527ec Fixed an issue where we were still trying to use the spec bolus as if it were a string rather than the table that it is now. 2011-01-22 20:38:50 +00:00
Nathanial.C.Jones 6d4b5e6992 Fixed a few errors that occured, as my gf would say, 'between the chair and the keyboard.' 2011-01-22 02:44:34 +00:00
Nathanial.C.Jones 790b1c9c78 Rolled static files back to revision 62 to bring back old database for the time being. This may or may not work for outland and northrend... but we can hope. 2011-01-22 02:11:47 +00:00
Nathanial.C.Jones ff0992f38a More structural changes to the data collection. Reduced the size of the spec bolus to conserve memory and rekeyed the talents to use the talent name as the key. 2011-01-22 01:45:43 +00:00
Nathanial.C.Jones ec2e6864ee More structural changes to the data collection. Some changes to the spec bolus to ensure we get the key on game exit 2011-01-21 11:33:43 +00:00
Nathanial.C.Jones 1b27a605c5 More structural changes to the data collection. 2011-01-21 11:17:58 +00:00
Nathanial.C.Jones 1052cb19d1 OK, I'm sure this is fixed this time. It helps to pay attention to the field names. 2011-01-21 02:44:21 +00:00
Nathanial.C.Jones a9eaf57e95 OK, I'm sure this is fixed this time. It helps to pay attention to the field names. 2011-01-21 02:38:12 +00:00
Nathanial.C.Jones 02182cf8c5 OK, something is not going right. 2011-01-21 02:25:58 +00:00
Nathanial.C.Jones 7023fed46f Ooops, forgot to change the return statement. 2011-01-21 02:17:35 +00:00
Nathanial.C.Jones 29cc59de3a Fixed a 'nil' error. 2011-01-21 02:07:28 +00:00
Nathanial.C.Jones 345b6584ce Fixed a 'compile' error. 2011-01-21 01:51:15 +00:00
Nathanial.C.Jones dc3920af77 Fixed a 'compile' error. 2011-01-21 01:45:13 +00:00
Nathanial.C.Jones bb2100b4ae Fixed a 'compile' error. 2011-01-21 01:34:25 +00:00
Nathanial.C.Jones e1f08c9146 Fixed LostIsles coord issue. Restructured collectors to output tables only. 2011-01-21 01:06:11 +00:00
Nathanial.C.Jones f6710e075b More data collection structure changes. 2010-12-16 13:34:54 +00:00
Nathanial.C.Jones 9ea6f88143 Fixed issue 201. More data collection structure changes. 2010-12-16 12:50:13 +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 7514f56a68 Added lonadar's fix for EK, Kalimdor and Maelstrom flying 2010-12-13 03:17:57 +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 9721dba23e Added check for nil c in float(c) in collect_location.lua. Added 'meta' paths for Maelstrom Continent zones. 2010-12-12 16:24: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 05aa02c879 Added routes for all of Vash'Jir, Hyjal and Uldum. There is an issue when crossing the Ocean from Vash to mainland EK. This issue also arises during map browsing. I think this is just an issue with what Astrolabe is sending back and will figure it out sometime in the near future. 2010-12-10 03:15:15 +00:00
Nathanial.C.Jones 1b3780c0da Added a missing " to the assertion text. 2010-12-09 01:49:55 +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 7fc1fbf834 Doh\! Screwed up the error call. Should work right this time. 2010-12-03 00:17:29 +00:00
Nathanial.C.Jones b8a8f14555 Fixed a syntax error. 2010-12-02 19:35:34 +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 977f3282aa Oops, forgot to drop a debug ChatFrame spam. 2010-12-02 02:07:44 +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 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 1807b8b71a Fixed http://wow.curseforge.com/addons/quest-helper/tickets/850-error-loading-questhelper/. 2010-11-24 02:59:53 +00:00
Nathanial.C.Jones 4fb7f5be98 Fixes Issue 36 (Not Sharing Party Quests). 2010-11-20 04:30:24 +00:00
Nathanial.C.Jones 8fd5713c51 Fixed version tag place holder. 2010-11-08 19:36:23 +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 0714bc634e Made the script more advanced to try and solve the tag substitution issue. 2010-11-06 01:06:12 +00:00
Nathanial.C.Jones 16a956eb75 Edited versioning tag to see if it would replace properly with a new style. 2010-11-05 18:00:47 +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 10998f40dd Updated message to new e-mail address and added issue tracker to submission list. 2010-11-02 09:54:44 +00:00
Nathanial.C.Jones c56459c866 Removed Upload.tga reference until it the artwork is uploaded. 2010-11-01 13:43:06 +00:00
Nathanial.C.Jones ba8c335942 Fixed previous higer verbosity error message due to compile issues. Changed update loop to allow for bad headers from Blizz, thus resolving issues 16 and 17. 2010-10-30 01:25:19 +00:00
Nathanial.C.Jones 5e3bfadd2c Changing version number system again. Will now be based on svnversion. Set up a $svnversion$ keyword in place of the date/time. This will be expanded upon during build. 2010-10-28 18:17:50 +00:00
Nathanial.C.Jones b2b06a6e88 Set version to 1010272130a.svn 2010-10-28 01:37:06 +00:00
Nathanial.C.Jones efe3761afb Modified error message mentioned in issue 13 to give the quest name. 2010-10-28 01:34:15 +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