1
0
Bifurcation 0
Graphe des révisions

239 Révisions

Auteur SHA1 Message Date
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 f0099639c7 One more tweak. I think it'll work out of the box now. 2011-07-06 00:05:34 +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 67131c701e Had some conflicts in the tree. Added a comment to locale.lua to test if said tree conflicts are fixed now. 2011-07-05 22:45:43 +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 3c7760b4e4 Updated the usage printout. Added a comment regarding "all" for the locale (means a version that runs regardless of user's locale). 2011-07-05 11:46:34 +00:00
Nathanial.C.Jones c2d7651efc Failed to remove first two lines, which cause errors with the data files separated. 2011-07-03 20:39:37 +00:00
Nathanial.C.Jones 45edd3bec9 Added svn export failure detection to build script. 2011-07-03 15:14:27 +00:00
Nathanial.C.Jones 935bcb3800 Put all locales on a single line (the list is only for assistance with build scripting as the input file for a cat executed to create the list for a for loop). 2011-07-03 14:59:37 +00:00
Nathanial.C.Jones 27873b56e3 Removed language files from QuestHelper main package. 2011-07-03 14:31:43 +00:00
Nathanial.C.Jones b86c404350 List of locales for which data files exist. 2011-07-03 14:25:51 +00:00
Nathanial.C.Jones 4c2d84c292 Build script now creates properly named zip files for each locale. 2011-07-03 14:24:04 +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 812f921795 Updated QHData toc files for patch 4.2. Updated QHBuild to replace version tag in QHData toc files. 2011-07-01 16:24:53 +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 a0d1531f10 Adjust zip file name to include the locale. 2011-06-29 17:35:17 +00:00
Nathanial.C.Jones 96c228935d Implmented code for building the specific locales. 2011-06-29 17:20:18 +00:00
Nathanial.C.Jones 25eda24c3d Build script should now tag replace in QHData directory, along with the QuestHelper directory. 2011-06-29 17:12:20 +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 314eb5b873 Edited to include QHData directory in build. Right now this is just extra baggage. 2011-06-29 11:55:15 +00:00
Nathanial.C.Jones 4b40370515 Initial breakout work for localized packages. 2011-06-29 11:49:11 +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 73a1606070 Updated QHBuild to build for 4.1 patch. 2011-04-28 02:04:07 +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