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 754 378 root: 345 293

latest revision download trunk

754 annotated / raw | Diffs: previous, other | Lines: 80 ( +6, -6 )

Created: 2008-10-14 00:43:39 -0400 (2 months 24 days ago) | Author: Esamynn | Changeset: 754

[MISC-45] reverting rev 753 (Trailing whitespace is NOT the enemy!)

Tags: REL_3.1.4 REL_3.1.5 REL_3.1.6 REL_3.1.7 REL_3.1.8

Properties

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

753 annotated / raw | Diffs: previous, other | Lines: 80 ( +6, -6 )

Created: 2008-10-09 22:59:31 -0400 (2 months 28 days ago) | Author: aesir | Changeset: 753

Fixes MISC-45 Delete trailing whitespace in source

Properties

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

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

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

Moved from: trunk/GatherApi.lua 633

Copied to: branches/Version_3.0.5/Gatherer/GatherApi.lua 689

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)

Tags: REL_3.1 REL_3.1.1 REL_3.1.2 REL_3.1.3

Properties

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

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

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

Moved to: trunk/Gatherer/GatherApi.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

601 annotated / raw | Diffs: previous, other | Lines: 86 ( +8, -0 )

Created: 2007-09-04 11:47:14 -0400 (16 months ago) | Author: norganna | Changeset: 601

Fixes for deleting marked items from the report. Fix cleanup of unused nodes in HUD, detect minimap display stopped, and hide HUD. Change API.AddGather and Storage.AddNode to allow adding of DB nodes. Enable GUI setup notification callbacks for any interested addons that may wish to add items to the Gatherer config screen.

Properties

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

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

Created: 2007-05-21 22:12:14 -0400 (19 months ago) | Author: norganna | Changeset: 548

Copied to: branches/hud/GatherApi.lua 573

Added code to send and delete nodes to reporting subsystem

Properties

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

510 annotated / raw | Diffs: previous, other | Lines: 76 ( +1, -1 )

Created: 2007-04-06 19:42:00 -0400 (21 months ago) | Author: esamynn | Changeset: 510

void

-added Gatherer.MiniNotes.ForceUpdate() for the specific purpose of forcing an update to the Minimap display
-updated places in the code which used Gatherer.MiniNotes.Show() for the purpose of forcing an update

Properties

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

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

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: 100 ( +1, -1 )

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

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

440 annotated / raw | Diffs: previous, other | Lines: 100 ( +21, -20 )

Created: 2007-01-24 00:34:58 -0500 (23 months ago) | Author: esamynn | Changeset: 440

-added a check to ensure the gatherLoot table exists in Gatherer.Api.AddGather
-changed broadcasting check to broadcast on a REQUIRE gather event as well as a regular gathering event

Properties

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

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

410 annotated / raw | Diffs: previous, other | Lines: 98 ( +5, -3 )

Created: 2007-01-11 17:18:53 -0500 (23 months ago) | Author: esamynn | Changeset: 410

fix to the logic of whether or not to call Gatherer.Storage.AddNode

Properties

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

409 annotated / raw | Diffs: previous, other | Lines: 96 ( +4, -1 )

Created: 2007-01-11 16:58:05 -0500 (23 months ago) | Author: esamynn | Changeset: 409

changed the recording and Minimap routines to use Gatherer.Util.GetPositionInCurrentZone()

Properties

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

405 annotated / raw | Diffs: previous, other | Lines: 93 ( +10, -35 )

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

400 annotated / raw | Diffs: previous, other | Lines: 118 ( +2, -0 )

Created: 2007-01-09 00:16:04 -0500 (23 months ago) | Author: esamynn | Changeset: 400

-changed settings to use true/false instead of 1/0 for boolean options
-incremented settings version to 2
-misc clean up related to the new settings system
-removed the files that contained the old settings UI

Properties

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

397 annotated / raw | Diffs: previous, other | Lines: 116 ( +1, -1 )

Created: 2007-01-08 18:55:39 -0500 (23 months ago) | Author: esamynn | Changeset: 397

-overhauled the Minimap note drawing system
-added proper tooltips to the World Map notes
-added many of the note tooltip strings to Localizer

Properties

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

389 annotated / raw | Diffs: previous, other | Lines: 116 ( +6, -2 )

Created: 2007-01-05 03:59:01 -0500 (2 years ago) | Author: norganna | Changeset: 389

Apply fix for incorrect counting of drop rates

Properties

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

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

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

Moved from: branches/3.0/GatherApi.lua 345

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:

345 annotated / raw | Diffs: previous, other | Lines: 112 ( +7, -4 )

Created: 2006-12-05 22:52:18 -0500 (2 years 1 month ago) | Author: norganna | Changeset: 345

Moved to: trunk/GatherApi.lua 378

Make mapping work properly. Removed redundant functions in GatherMapping with Astrolabe calls elsewhere in code. Hacked Astrolabe to return the map to current map when it is done getting the player position

Properties

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

340 annotated / raw | Diffs: previous, other | Lines: 109 ( +8, -12 )

Created: 2006-12-05 12:31:21 -0500 (2 years 1 month ago) | Author: norganna | Changeset: 340

Fix gather adding error on remote adds

Properties

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

339 annotated / raw | Diffs: previous, other | Lines: 113 ( +0, -4 )

Created: 2006-12-05 11:42:18 -0500 (2 years 1 month ago) | Author: norganna | Changeset: 339

Fix gather message parsing error

Properties

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

337 annotated / raw | Diffs: previous, other | Lines: 117 ( +8, -1 )

Created: 2006-12-05 11:07:31 -0500 (2 years 1 month ago) | Author: norganna | Changeset: 337

Fix gather message receiving error

Properties

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

332 annotated / raw | Diffs: previous, other | Lines: 110 ( +17, -11 )

Created: 2006-12-05 09:30:13 -0500 (2 years 1 month ago) | Author: norganna | Changeset: 332

Updates to mininote tooltips, beginning external for babylonian

Properties

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

325 annotated / raw | Diffs: previous, other | Lines: 104 ( +24, -13 )

Created: 2006-12-02 06:09:41 -0500 (2 years 1 month ago) | Author: norganna | Changeset: 325

Add source checking and inguild checking to message sending.
Removed debugging.

Properties

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

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

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

322 annotated / raw | Diffs: previous, other | Lines: 93 ( +15, -13 )

Created: 2006-12-02 03:40:28 -0500 (2 years 1 month ago) | Author: esamynn | Changeset: 322

-corrected args to AddNode call
-added logic to only broadcast a node if we have an object id for the name

Properties

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

321 annotated / raw | Diffs: previous, other | Lines: 91 ( +14, -27 )

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

320 annotated / raw | Diffs: previous, other | Lines: 104 ( +47, -7 )

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

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

309 annotated / raw | Diffs: previous, other | Lines: 64 ( +1, -1 )

Created: 2006-11-26 03:37:41 -0500 (2 years 1 month ago) | Author: norganna | Changeset: 309

Remove verbose debugging from Gatherer

Properties

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

306 annotated / raw | Diffs: previous, other | Lines: 64 ( +1, -1 )

Created: 2006-11-26 00:59:41 -0500 (2 years 1 month ago) | Author: norganna | Changeset: 306

Get auto-textures, and range fading working for minimap once again

Properties

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

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

297 annotated / raw | Diffs: previous, other | Lines: 56 ( +14, -14 )

Created: 2006-11-08 10:14:18 -0500 (2 years 1 month 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: 56 ( +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: 56 ( +56, -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 18:12 -0500