1
0
Bifurcation 0
Graphe des révisions

18 Révisions

Auteur SHA1 Message Date
Nathanial.C.Jones d3e9acc290 Set PURGEDEV to false and updated build script to set PURGEDEV to true for builds.
Also decided to take the "a" out of the WoW version.
2013-01-31 01:35:39 +00:00
Nathanial.C.Jones 63efdfe2a2 Modified collect.lua
Put all session info into a tab delimited string containing, in order, svnversion (QH build), realm, buildInfo (WoW version), locale and faction. This string is inserted into a sub-table of QuestHelper_Collector called sessions, with a key of session time.
	Put all data into a sub-table of QuestHelper_Collector called data.
	Creates session data table on the new data sub-table and sets the key to session time.
	QH_Collector_SetupData now returns QuestHelper_Collector.data[sessiontime]

	Changed Collector Current Version to 9... This might be useful for future changes to data layout.

Modified collect_location
	Made BolusizeLocation accept the right arguments.
	Calculated the distance from either Azeroth map center or Outland map center to the provided point for inclusion. (See comments in code for what is collected and why.)
	Converted the information into a string. If we couldn't compute a distance to either map center, we leave it out for now, since we are probably in an instance.
2013-01-31 01:27:10 +00:00
Nathanial.C.Jones f471a963fa Added functionality to detect when a Pandaren chooses his or her faction. 2012-09-25 23:52:08 +00:00
Nathanial.C.Jones 813c2a215e Set min svn version to this revision. Updated build for 5.0.4. 2012-09-25 02:14:00 +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 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 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 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 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 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 cce4929b61 Removed 'Removing' message. Data deletion should be silent. 2011-02-16 19:30:29 +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
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 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 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 05b02bd620 Restructered repository. 2010-10-25 01:54:08 +00:00
Renamed from collect.lua (Browse further)