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 567 378 root: 360 293

latest revision download trunk

567 annotated / raw | Diffs: previous, other | Lines: 213 ( +1, -1 )

Created: 2007-06-16 21:39:46 -0400 (18 months ago) | Author: normal | Changeset: 567

Moved to: trunk/Gatherer/GatherMapNotes.lua 653

Copied to: branches/hud/GatherMapNotes.lua 573

Change parenting from WorldMapDetailFrame to WorldMapButton so we play nice with mods that parent to things we weren't expecting (eg, Cartographer, MetaMap)

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

524 annotated / raw | Diffs: previous, other | Lines: 213 ( +1, -1 )

Created: 2007-04-28 16:44:41 -0400 (20 months ago) | Author: esamynn | Changeset: 524

(addresses #131)changed source list so that it supports a list of player names that have shared the node

There are still 4 types for the source field (REQUIRE, IMPORTED, <name list>, nil) where nil is confirmed).  If the node is not yet confirmed, then it can be confirmed if the incoming source is a different type than the node's current source field.  This change simply prevent multiple spammers from confirming a bad node.  

Properties

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

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

Created: 2007-04-06 19:34:26 -0400 (21 months ago) | Author: esamynn | Changeset: 508

void

minor change for the update to the new Astrolabe revision in the last commit

Properties

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

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

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

490 annotated / raw | Diffs: previous, other | Lines: 214 ( +8, -8 )

Created: 2007-02-15 04:33:28 -0500 (22 months ago) | Author: esamynn | Changeset: 490



moved most of the configuration functionality into GatherConfig.lua as GatherCommand.lua will be used for slash command processing

Properties

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

484 annotated / raw | Diffs: previous, other | Lines: 214 ( +1, -1 )

Created: 2007-02-14 21:35:39 -0500 (22 months ago) | Author: esamynn | Changeset: 484

fixed the bug that was preventing the Minimap display from responding to node display settings

Properties

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

475 annotated / raw | Diffs: previous, other | Lines: 214 ( +4, -22 )

Created: 2007-02-10 17:49:00 -0500 (22 months ago) | Author: esamynn | Changeset: 475

-added sorting by drop rate to the list over overall drops from a node
-limited the list of overall drops to a set maximum (default 5)

-moved the code for adding overall drop rates to a tooltip into the shared function Gatherer.Tooltip.AddDropRates( tooltip, nodeId, maxDropsToShow )

Properties

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

461 annotated / raw | Diffs: previous, other | Lines: 232 ( +23, -5 )

Created: 2007-02-04 08:45:40 -0500 (23 months ago) | Author: norganna | Changeset: 461

Add a bunch of new configuration options to allow you to alter if tooltips are displayed, change what information may be shown in the tooltips, and set tooltip and node display options for nodes on the minimap and the main map separately.

Properties

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

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

427 annotated / raw | Diffs: previous, other | Lines: 214 ( +0, -9 )

Created: 2007-01-14 22:51:34 -0500 (23 months ago) | Author: esamynn | Changeset: 427

removed Gatherer.MapNotes.HideAll() because it is no longer used/valid

Properties

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

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

406 annotated / raw | Diffs: previous, other | Lines: 221 ( +13, -5 )

Created: 2007-01-11 02:10:14 -0500 (23 months ago) | Author: esamynn | Changeset: 406

-fixed a bug where new notes would not show up on the Minimap immediately
-fixed a bug where the Minimap display to not abide by the saved setting at load time
-fixed a bug where toggling the minimap/worldmap display settings wouldn't update the displays immediately

Properties

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

405 annotated / raw | Diffs: previous, other | Lines: 213 ( +20, -15 )

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

401 annotated / raw | Diffs: previous, other | Lines: 208 ( +2, -13 )

Created: 2007-01-09 14:41:21 -0500 (23 months ago) | Author: esamynn | Changeset: 401

moved World Map notes event triggered function calls into GatherEvent.lua

Properties

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

400 annotated / raw | Diffs: previous, other | Lines: 219 ( +15, -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

398 annotated / raw | Diffs: previous, other | Lines: 204 ( +9, -0 )

Created: 2007-01-08 20:09:12 -0500 (23 months ago) | Author: esamynn | Changeset: 398

fixed the display issue on the World Map where notes could spill over from other zones due to not being hidden correctly

Properties

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

397 annotated / raw | Diffs: previous, other | Lines: 195 ( +63, -2 )

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

394 annotated / raw | Diffs: previous, other | Lines: 134 ( +0, -3 )

Created: 2007-01-07 07:24:14 -0500 (2 years ago) | Author: norganna | Changeset: 394

Removing debugging statements

Properties

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

392 annotated / raw | Diffs: previous, other | Lines: 137 ( +11, -13 )

Created: 2007-01-07 05:23:05 -0500 (2 years ago) | Author: norganna | Changeset: 392

Complete configuration UI, use new variables at various places throughout the code, and add profiles to the configuration system.

Properties

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

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

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

Moved from: trunk/GatherMapping.lua 378

-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

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

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

Moved from: branches/3.0/GatherMapping.lua 360

Moved to: trunk/GatherMapNotes.lua 386

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:

360 annotated / raw | Diffs: previous, other | Lines: 139 ( +73, -110 )

Created: 2006-12-21 23:40:19 -0500 (2 years ago) | Author: esamynn | Changeset: 360

Moved to: trunk/GatherMapping.lua 378

-World Map display works again
-"useMainmap" setting is not currently checked at load time

Properties

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

345 annotated / raw | Diffs: previous, other | Lines: 176 ( +1, -103 )

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

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

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

312 annotated / raw | Diffs: previous, other | Lines: 278 ( +3, -0 )

Created: 2006-11-26 03:48:57 -0500 (2 years 1 month ago) | Author: esamynn | Changeset: 312

updated Astrolabe library to revision 17

Properties

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

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

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: 268 ( +122, -122 )

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: 268 ( +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

294 annotated / raw | Diffs: previous, other | Lines: 268 ( +1, -1 )

Created: 2006-10-26 04:37:35 -0400 (2 years 2 months ago) | Author: norganna | Changeset: 294

More shuffling and renaming and fixing-up

293 new annotated / raw | Lines: 268 ( +268, -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-08 14:27 -0500