View detailed chart Line History

line history graph

View Mode

Logical Physical

Show Arbitrary Diff

From to

Supports revisions and tags.

Watches and RSS

History

trunk 492 378 root: 376 228

latest revision download trunk

492 annotated / raw | Diffs: previous, other | Lines: 388 ( +7, -7 )

Created: 2007-02-18 03:27:18 -0500 (22 months ago) | Author: esamynn | Changeset: 492

Moved to: trunk/Gatherer/GatherConvert.lua 653

Copied to: branches/hud/GatherConvert.lua 573

(fixes #104)changed recording of Power Crystal nodes so that all colours are recorded and displayed as a single node type

-The key to these changes is the data table hacks performed by GatherSpecialCases.lua.  Everything done in this file should always be commented very thoroughly.
-GatherConfig.lua: The MakeGui function was changed to pull it's displayed names from Gatherer.Util.GetNodeName(), it was also changed so that each unique name (on a per gather type basis) is only displayed once
-Gatherer.Util.GetNodeName() was changed to return a category name if the objectId matches a category token, or else the node name from Gatherer.Nodes.Names

Tags: Rel_3.0 Rel_3.0.1 Rel_3.0.2

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id
 svn:mime-type = text/lua

460 annotated / raw | Diffs: previous, other | Lines: 388 ( +1, -1 )

Created: 2007-02-04 03:12:28 -0500 (23 months ago) | Author: esamynn | Changeset: 460

updated Astrolabe library to revision 34

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id
 svn:mime-type = text/lua

443 annotated / raw | Diffs: previous, other | Lines: 388 ( +23, -4 )

Created: 2007-01-24 23:08:06 -0500 (23 months ago) | Author: esamynn | Changeset: 443

(fixes #105) added a table to translate old special names to new object ids

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id
 svn:mime-type = text/lua

417 annotated / raw | Diffs: previous, other | Lines: 369 ( +1, -0 )

Created: 2007-01-12 13:14:38 -0500 (23 months ago) | Author: norganna | Changeset: 417

Add svn:keywords to most file, change svn:eol-style to native, add Manifest system to validate installation

Properties

 svn:eol-style = native
 svn:keywords = URL Author Date Rev Id
 svn:mime-type = text/lua

411 annotated / raw | Diffs: previous, other | Lines: 368 ( +46, -1 )

Created: 2007-01-11 18:30:00 -0500 (23 months ago) | Author: esamynn | Changeset: 411

implemented code to scan current version DBs when they are read in from the SV file for node ids that need to be remapped

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision
 svn:mime-type = text/lua

379 annotated / raw | Diffs: previous, other | Lines: 323 ( +2, -2 )

Created: 2007-01-02 16:41:55 -0500 (2 years ago) | Author: islorgris | Changeset: 379

german pre-BC convertion matrix updated for wow 1.12 -> wow 2.0 zone order (without BC zone)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision
 svn:mime-type = text/lua

378 new/moved annotated / raw | Diffs: previous, other | Lines: 323 ( +323, -0 )

Created: 2007-01-02 00:41:54 -0500 (2 years ago) | Author: esamynn | Changeset: 378

Moved from: branches/3.0/GatherConvert.lua 376

moved branches/3.0 to trunk

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision
 svn:mime-type = text/lua

latest revision download root:

376 annotated / raw | Diffs: previous, other | Lines: 323 ( +16, -15 )

Created: 2007-01-01 18:54:39 -0500 (2 years ago) | Author: islorgris | Changeset: 376

Moved to: trunk/GatherConvert.lua 378

fix for localised DB convertion

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision
 svn:mime-type = text/lua

375 annotated / raw | Diffs: previous, other | Lines: 322 ( +42, -1 )

Created: 2007-01-01 16:49:32 -0500 (2 years ago) | Author: esamynn | Changeset: 375

added pre-conversion zone re-ordering for non-English locales to account for new translations made at the same time the BC zones were inserted

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision
 svn:mime-type = text/lua

350 annotated / raw | Diffs: previous, other | Lines: 281 ( +8, -7 )

Created: 2006-12-19 00:55:33 -0500 (2 years ago) | Author: esamynn | Changeset: 350

fixed a bug in the zone re-indexing code

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision
 svn:mime-type = text/lua

326 annotated / raw | Diffs: previous, other | Lines: 280 ( +15, -11 )

Created: 2006-12-02 15:21:32 -0500 (2 years 1 month ago) | Author: esamynn | Changeset: 326

database continent tables an invalid continent index are now nil'd out

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision
 svn:mime-type = text/lua

324 annotated / raw | Diffs: previous, other | Lines: 276 ( +5, -0 )

Created: 2006-12-02 04:55:21 -0500 (2 years 1 month ago) | Author: esamynn | Changeset: 324

corrected a bug in RenumberDatabaseZonesForBCExpansion which was causing some zones to be offset incorrectly

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision
 svn:mime-type = text/lua

323 annotated / raw | Diffs: previous, other | Lines: 271 ( +93, -85 )

Created: 2006-12-02 04:05:49 -0500 (2 years 1 month ago) | Author: esamynn | Changeset: 323

-current database version is now version 2
-updated database conversion information for DB version 2
-database versions below 2 are assumed to have zone indexing that is pre-Burning crusade and their zone indices are updated for the BC client before conversion is done
-introduced locale independent zone tokens for the database
-node coordinates are now stored as a real between 0 and 1 instead of between 0 and 100
-added argument incrementCount to Gatherer.Storage.AddNode, stored count value for the added node is only incremented if this is true
-added ZoneTokens section which provides translation to and from locale independent zone tokens
-re-coded how Gatherer.Storage.AddNode decides if the node to be added is the same as one of the currently stored nodes

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision
 svn:mime-type = text/lua

321 annotated / raw | Diffs: previous, other | Lines: 263 ( +6, -6 )

Created: 2006-12-01 23:24:26 -0500 (2 years 1 month ago) | Author: esamynn | Changeset: 321

-"finalised" the gather data broadcast string
-removed defunct return values of Gatherer.Storage.GetNodeInfo
-changed gather type tokens to be consistant with the data from WoW Watcher

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision
 svn:mime-type = text/lua

305 annotated / raw | Diffs: previous, other | Lines: 263 ( +18, -11 )

Created: 2006-11-23 22:12:52 -0500 (2 years 1 month ago) | Author: mentalpower | Changeset: 305

Added a clarification of how the GPL applies to our code. The boilerplate now has a link to a clarification post made by the FSF concerning interpreted language code running on a non-free interpreter.

Also added the GPL boilerplate to the files that were missing them.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision
 svn:mime-type = text/lua

297 annotated / raw | Diffs: previous, other | Lines: 256 ( +54, -54 )

Created: 2006-11-08 10:14:18 -0500 (2 years 2 months ago) | Author: norganna | Changeset: 297

More partial changes - added Swag library

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision
 svn:mime-type = text/lua

296 annotated / raw | Diffs: previous, other | Lines: 256 ( +0, -0 )

Created: 2006-10-26 23:43:36 -0400 (2 years 2 months ago) | Author: esamynn | Changeset: 296

-fixed and standardized SVN properties
-added svn:needs-lock flag to all icon files

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision
 svn:mime-type = text/lua

293 new/moved annotated / raw | Diffs: previous, other | Lines: 256 ( +256, -0 )

Created: 2006-10-25 01:39:04 -0400 (2 years 2 months ago) | Author: norganna | Changeset: 293

Moved from: branches/3.0/DatabaseConversion.lua 292

Initial split of functions into appropriate files and conversion of most calls

Properties

 svn:keywords = Author Date Id Revision

292 new/moved annotated / raw | Diffs: previous, other | Lines: 239 ( +239, -0 )

Created: 2006-10-24 23:35:47 -0400 (2 years 2 months ago) | Author: norganna | Changeset: 292

Moved from: branches/dbclean/DatabaseConversion.lua 251

Moved to: branches/3.0/GatherConvert.lua 293

Move dbclean branch to 3.0 branch for refactoring (by norganna)

Properties

 svn:keywords = Author Date Id Revision

251 annotated / raw | Diffs: previous, other | Lines: 239 ( +78, -3 )

Created: 2006-06-27 00:49:21 -0400 (2 years 6 months ago) | Author: esamynn | Changeset: 251

Moved to: branches/3.0/DatabaseConversion.lua 292

specific types will now use a locale independent string token representation (conversion to this system is not yet complete)

Properties

 svn:keywords = Author Date Id Revision

235 annotated / raw | Diffs: previous, other | Lines: 164 ( +29, -14 )

Created: 2006-06-06 03:17:24 -0400 (2 years 7 months ago) | Author: esamynn | Changeset: 235

-syntax fixes
-conversion process WORKS! (more testing needed)

234 new/moved annotated / raw | Diffs: previous, other | Lines: 149 ( +149, -0 )

Created: 2006-06-06 00:35:26 -0400 (2 years 7 months ago) | Author: esamynn | Changeset: 234

Moved from: branches/dbclean/ConversionsNotes.lua 228

The conversion process is now far enough along that an initial round of testing/debugged can be attempted.

DatabaseConversion.lua, GatherItemsLib.lua
-converted concept conversion code into a usable format

Gatherer.lua
-inserted a hack into Gatherer_FindClosest because it has not been converted yet
-converted Gatherer_ToggleBuggedItem
-Functions that still need to be converted: Gatherer_FindClosest, Gatherer_DeleteItem, Gatherer_ModifyItem

GathererUI.lua
-Functions that still need to be converted: GathererUI_ZoneRematch

228 new annotated / raw | Lines: 113 ( +113, -0 )

Created: 2006-06-04 23:28:33 -0400 (2 years 7 months ago) | Author: esamynn | Changeset: 228

Moved to: branches/dbclean/DatabaseConversion.lua 234

-did some additional work on the AddNode function
ConversionsNotes.lua: temporary file containing notes on how the import functions will be implemented

Crucible: Open Source License registered to Norganna's AddOns.
Version 1.6.5.a is available.
Atlassian Crucible, painless code review. (Version:1.6.4 Build:build-344 2008-11-20) - Administration - Page generated 2009-01-08 16:12 -0500