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 653 378 root: 330 293

latest revision download trunk

653 deleted | Diffs: previous, other | Lines: 0 ( +0, -52 )

Created: 2007-10-22 03:19:21 -0400 (14 months ago) | Author: root | Changeset: 653

Moving Gatherer files to subdirectory for Gatherer specifically in order to make room for other Gatherer related addons or modules within the Gatherer trunk (Addresses GATH-18)

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

Created: 2007-09-26 01:41:01 -0400 (15 months ago) | Author: esamynn | Changeset: 633

Moved to: trunk/Gatherer/GatherObjects.lua 653

-updated Readme.txt (including change log)
-various miscellaneous clean-up details
-GatherUtil.lua: changed the wait time between items in the refresh cycle from 1 second to 5 seconds

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

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

Created: 2007-04-02 00:13:15 -0400 (21 months ago) | Author: esamynn | Changeset: 501

Copied to: branches/hud/GatherObjects.lua 573

void

* renamed Report/Search dialog files for the new naming scheme
* started conversion to the new OO function naming system

Properties

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

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

Created: 2007-02-25 20:59:10 -0500 (22 months ago) | Author: esamynn | Changeset: 496

drop rates are now recorded on a per zone, per node id basis instead of only on a per node id basis (display is still only per node id)

created the DropRates object which will provide the API for retrieving and processing information about node drops

Properties

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

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

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

(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

Properties

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

417 annotated / raw | Diffs: previous, other | Lines: 50 ( +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

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

Created: 2007-01-10 23:36:02 -0500 (23 months ago) | Author: esamynn | Changeset: 405

-major clean-up of the event handling code as well as misc clean-up jobs
-separated node sync receive and send code into GatherComm.lua

Properties

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

386 annotated / raw | Diffs: previous, other | Lines: 48 ( +1, -1 )

Created: 2007-01-04 01:57:35 -0500 (2 years ago) | Author: esamynn | Changeset: 386

-cleaned up some old files and code that are no longer needed
-renamed the Mapping sub-object to MapNotes
-moved the Minimap and Worldmap note templates into their respective XML files
-GatherMapNotes.lua and GatherMiniNotes.lua are now loaded via their respective XML files since they cannot function without those files

Properties

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

383 annotated / raw | Diffs: previous, other | Lines: 48 ( +2, -1 )

Created: 2007-01-03 03:52:58 -0500 (2 years ago) | Author: esamynn | Changeset: 383

moved Minimap drawing functions into GatherMiniNotes.lua

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: 47 ( +47, -0 )

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

Moved from: branches/3.0/GatherObjects.lua 330

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:

330 annotated / raw | Diffs: previous, other | Lines: 47 ( +3, -1 )

Created: 2006-12-04 03:57:31 -0500 (2 years 1 month ago) | Author: esamynn | Changeset: 330

Moved to: trunk/GatherObjects.lua 378

-added GatherConstants.lua for defining sets of pre-defined information
-added GatherCategories.lua for defining the various type categories that the various object Ids fall into

Properties

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

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

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

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

Created: 2006-12-01 20:32:04 -0500 (2 years 1 month ago) | Author: norganna | Changeset: 320

Add changes to allow objectId's instead of itemId's and hack up astrolabe's loader to support both relative and absolute uri's.

Properties

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

315 annotated / raw | Diffs: previous, other | Lines: 43 ( +1, -1 )

Created: 2006-11-27 01:40:18 -0500 (2 years 1 month ago) | Author: esamynn | Changeset: 315

renamed GatherConfiguration.lua to GatherConfig.lua

Properties

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

314 annotated / raw | Diffs: previous, other | Lines: 43 ( +1, -1 )

Created: 2006-11-26 22:50:18 -0500 (2 years 1 month ago) | Author: esamynn | Changeset: 314

"fixed" the settings management code

Properties

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

305 annotated / raw | Diffs: previous, other | Lines: 43 ( +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

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

Created: 2006-11-22 22:47:07 -0500 (2 years 1 month ago) | Author: norganna | Changeset: 300

Updates to make Gatherer WoW 2.0 compliant and improvements to Gathering code. Still not fully functioning yet.

Properties

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

296 annotated / raw | Diffs: previous, other | Lines: 35 ( +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 annotated / raw | Lines: 35 ( +35, -0 )

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

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

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-07 17:25 -0500