Quick Search:

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: 366 293

latest revision download trunk

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

Created: 2007-10-22 03:19:21 -0400 (12 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)

649 annotated / raw | Diffs: previous, other | Lines: 177 ( +10, -0 )

Created: 2007-10-14 22:26:46 -0400 (13 months ago) | Author: esamynn | Changeset: 649

Moved to: trunk/Gatherer/GatherEvent.lua 653

fix to keep event processing centralized

Tags: Rel_3.0.2

Properties

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

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

Created: 2007-10-07 06:46:07 -0400 (13 months ago) | Author: norganna | Changeset: 644

Fix bug where HUD settings would not be restored upon login. Added new hiding options for autohiding the HUD when in combat, flying, inside, mounted, resting, stealthed, or swimming, settable in the HUD config.

Properties

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

630 annotated / raw | Diffs: previous, other | Lines: 165 ( +1, -1 )

Created: 2007-09-25 22:40:52 -0400 (13 months ago) | Author: esamynn | Changeset: 630

added a system to pull node drop details from the server to refresh the client's cache files (since the server no longer DCs clients for requesting "bad" item ids)

Tags: Rel_3.0 Rel_3.0.1

Properties

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

591 annotated / raw | Diffs: previous, other | Lines: 165 ( +1, -1 )

Created: 2007-08-28 00:50:16 -0400 (14 months ago) | Author: esamynn | Changeset: 591

fixed Minimap icon not being greyed out upon login with Minimap icon display disabled

Properties

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

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

Created: 2007-05-01 22:28:18 -0400 (18 months ago) | Author: norganna | Changeset: 533

Copied to: branches/hud/GatherEvent.lua 573

Add initial (incomplete, but bugfree) version of the reports

Properties

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

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

Created: 2007-04-06 19:42:00 -0400 (19 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

503 annotated / raw | Diffs: previous, other | Lines: 166 ( +1, -1 )

Created: 2007-04-02 01:05:59 -0400 (19 months ago) | Author: esamynn | Changeset: 503

(fixes #94) moved Gatherer load message to the main chat frame

Properties

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

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

Created: 2007-02-25 20:59:10 -0500 (20 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: 164 ( +2, -0 )

Created: 2007-02-18 03:27:18 -0500 (21 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

490 annotated / raw | Diffs: previous, other | Lines: 162 ( +1, -7 )

Created: 2007-02-15 04:33:28 -0500 (21 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

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

Created: 2007-01-28 07:03:48 -0500 (21 months ago) | Author: norganna | Changeset: 449

Add new Minimap button back to Gatherer.

Properties

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

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

Created: 2007-01-27 22:52:37 -0500 (21 months ago) | Author: esamynn | Changeset: 448

-added framework for more communication messages beyond node sharing, the prefix for these messages is "Gatherer"
-added an a new comm message, when the command "VERSION" is received, Gatherer will reply back on the same AddOn comm channel with "VERSION:<gatherer version>"

Properties

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

441 annotated / raw | Diffs: previous, other | Lines: 164 ( +9, -7 )

Created: 2007-01-24 03:06:12 -0500 (21 months ago) | Author: esamynn | Changeset: 441

added the ability to record a gatherable node by starting to open it and then cancelling the process

Properties

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

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

Created: 2007-01-12 13:14:38 -0500 (22 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

414 annotated / raw | Diffs: previous, other | Lines: 158 ( +1, -9 )

Created: 2007-01-12 02:30:50 -0500 (22 months ago) | Author: esamynn | Changeset: 414

removed an old gather type conversion that was being performed on gathering events passed from Swag

Properties

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

406 annotated / raw | Diffs: previous, other | Lines: 166 ( +3, -4 )

Created: 2007-01-11 02:10:14 -0500 (22 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: 167 ( +31, -64 )

Created: 2007-01-10 23:36:02 -0500 (22 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

404 annotated / raw | Diffs: previous, other | Lines: 200 ( +0, -18 )

Created: 2007-01-09 15:58:31 -0500 (22 months ago) | Author: esamynn | Changeset: 404

(fixes #86) moved myAddons support data into the appropriate metadata fields in the TOC file (some fields are still blank)

Properties

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

403 annotated / raw | Diffs: previous, other | Lines: 218 ( +2, -2 )

Created: 2007-01-09 15:02:23 -0500 (22 months ago) | Author: esamynn | Changeset: 403

(fixes #99)minimap drawing is now disabled and then re-enabled during zoning, forcing the set of displayed notes to be updated

Properties

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

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

Created: 2007-01-09 14:41:21 -0500 (22 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: 221 ( +5, -1 )

Created: 2007-01-09 00:16:04 -0500 (22 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: 217 ( +2, -3 )

Created: 2007-01-08 18:55:39 -0500 (22 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

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

Created: 2007-01-04 18:53:05 -0500 (22 months ago) | Author: norganna | Changeset: 388

Fix error when casting a spell before mousing over a herb/mine/treasure.

Properties

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

386 annotated / raw | Diffs: previous, other | Lines: 217 ( +3, -3 )

Created: 2007-01-04 01:57:35 -0500 (22 months 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

385 annotated / raw | Diffs: previous, other | Lines: 217 ( +1, -1 )

Created: 2007-01-03 22:20:01 -0500 (22 months ago) | Author: norganna | Changeset: 385

Add support for "IMPORTED" nodes, changed "require" source to uppercase "REQUIRE"

Properties

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

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

Created: 2007-01-03 03:52:58 -0500 (22 months 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: 457 ( +457, -0 )

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

Moved from: branches/3.0/GatherEvent.lua 366

Copied to: trunk/GatherMiniNotes.lua 383

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:

366 annotated / raw | Diffs: previous, other | Lines: 457 ( +29, -29 )

Created: 2006-12-24 02:08:26 -0500 (22 months ago) | Author: esamynn | Changeset: 366

Moved to: trunk/GatherEvent.lua 378

-re-did ADDON_LOADED event code so that it only runs when Gatherer itself is loaded
-changed the function signature of Gatherer.Event.OnEvent() slightly

Properties

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

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

Created: 2006-12-23 14:37:37 -0500 (22 months ago) | Author: mentalpower | Changeset: 362

Temporary hack so that Gatherer doesn't bork out when myAddOns is present.

Properties

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

359 annotated / raw | Diffs: previous, other | Lines: 456 ( +1, -29 )

Created: 2006-12-21 23:35:46 -0500 (22 months ago) | Author: esamynn | Changeset: 359

moved the code to select a texture for a specific node id into the function Gatherer.Util.GetNodeTexture( nodeID )

Properties

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

347 annotated / raw | Diffs: previous, other | Lines: 484 ( +17, -15 )

Created: 2006-12-06 23:30:54 -0500 (23 months ago) | Author: norganna | Changeset: 347

Fix problem when GatherDrops is empty

Properties

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

346 annotated / raw | Diffs: previous, other | Lines: 482 ( +6, -3 )

Created: 2006-12-06 01:25:32 -0500 (23 months ago) | Author: norganna | Changeset: 346

Change drop rate from percentage to fixed decimal. Clarify title

Properties

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

345 annotated / raw | Diffs: previous, other | Lines: 479 ( +0, -29 )

Created: 2006-12-05 22:52:18 -0500 (23 months 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

341 annotated / raw | Diffs: previous, other | Lines: 508 ( +10, -8 )

Created: 2006-12-05 12:33:41 -0500 (23 months ago) | Author: norganna | Changeset: 341

Remove extraneous "Drops:" line from tooltip when no drops are known

Properties

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

340 annotated / raw | Diffs: previous, other | Lines: 506 ( +1, -1 )

Created: 2006-12-05 12:31:21 -0500 (23 months 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: 506 ( +2, -14 )

Created: 2006-12-05 11:42:18 -0500 (23 months 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

338 annotated / raw | Diffs: previous, other | Lines: 518 ( +14, -8 )

Created: 2006-12-05 11:36:49 -0500 (23 months ago) | Author: norganna | Changeset: 338

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

Created: 2006-12-05 11:07:31 -0500 (23 months 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

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

Created: 2006-12-05 10:43:25 -0500 (23 months ago) | Author: norganna | Changeset: 336

Print out message on received third-party gather

Properties

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

335 annotated / raw | Diffs: previous, other | Lines: 510 ( +9, -5 )

Created: 2006-12-05 10:25:28 -0500 (23 months ago) | Author: norganna | Changeset: 335

Get tooltips on minimap fully functioning

Properties

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

332 annotated / raw | Diffs: previous, other | Lines: 506 ( +95, -119 )

Created: 2006-12-05 09:30:13 -0500 (23 months 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

329 annotated / raw | Diffs: previous, other | Lines: 530 ( +24, -15 )

Created: 2006-12-03 22:30:31 -0500 (23 months ago) | Author: norganna | Changeset: 329

Add internal node icons for objects that have them. Some fixes for message sending when not in a guild and last harvested checking. Also updated objects list as per current wowwatcher database.

Properties

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

325 annotated / raw | Diffs: previous, other | Lines: 521 ( +4, -4 )

Created: 2006-12-02 06:09:41 -0500 (23 months 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: 521 ( +2, -4 )

Created: 2006-12-02 04:05:49 -0500 (23 months 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: 523 ( +42, -55 )

Created: 2006-12-01 20:32:04 -0500 (23 months 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

319 annotated / raw | Diffs: previous, other | Lines: 536 ( +1, -1 )

Created: 2006-11-30 13:35:58 -0500 (23 months ago) | Author: esamynn | Changeset: 319

fixed the "fix" from rev 318

Properties

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

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

Created: 2006-11-29 03:24:13 -0500 (23 months ago) | Author: esamynn | Changeset: 318

corrected if statement that ensures we have valid player position information

Properties

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

315 annotated / raw | Diffs: previous, other | Lines: 537 ( +2, -2 )

Created: 2006-11-27 01:40:18 -0500 (23 months 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: 537 ( +9, -9 )

Created: 2006-11-26 22:50:18 -0500 (23 months 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: 537 ( +2, -0 )

Created: 2006-11-26 03:48:57 -0500 (23 months 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

310 annotated / raw | Diffs: previous, other | Lines: 535 ( +1, -1 )

Created: 2006-11-26 03:38:42 -0500 (23 months ago) | Author: norganna | Changeset: 310

Remove more debugging from Gatherer

Properties

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

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

Created: 2006-11-26 03:37:41 -0500 (23 months 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

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

Created: 2006-11-26 03:35:23 -0500 (23 months ago) | Author: norganna | Changeset: 308

Remove verbose debugging from LibSwag

Properties

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

307 annotated / raw | Diffs: previous, other | Lines: 530 ( +57, -9 )

Created: 2006-11-26 03:16:33 -0500 (23 months ago) | Author: norganna | Changeset: 307

Add inspection, gathering times, add node sharing for guild/raid, add node transparancy and coloring options for just inspected / anonymous(unverified) nodes

Properties

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

306 annotated / raw | Diffs: previous, other | Lines: 482 ( +109, -150 )

Created: 2006-11-26 00:59:41 -0500 (23 months 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: 523 ( +7, -0 )

Created: 2006-11-23 22:12:52 -0500 (23 months 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

304 annotated / raw | Diffs: previous, other | Lines: 516 ( +17, -20 )

Created: 2006-11-23 00:21:18 -0500 (23 months ago) | Author: esamynn | Changeset: 304

first integration of Minimap display with Astrolabe (BIG TIME HACKING INVOLVED HERE)

Properties

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

300 annotated / raw | Diffs: previous, other | Lines: 519 ( +44, -61 )

Created: 2006-11-22 22:47:07 -0500 (23 months 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: 536 ( +282, -282 )

Created: 2006-11-08 10:14:18 -0500 (2 years 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: 536 ( +0, -0 )

Created: 2006-10-26 23:43:36 -0400 (2 years 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: 536 ( +4, -4 )

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

More shuffling and renaming and fixing-up

293 new annotated / raw | Lines: 536 ( +536, -0 )

Created: 2006-10-25 01:39:04 -0400 (2 years 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.
Atlassian Crucible, painless code review. (Version:1.6.3 Build:build-337 2008-11-04) - Administration - Page generated 2008-11-20 14:06 -0500