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: 365 220

latest revision download trunk

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

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

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

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

626 annotated / raw | Diffs: previous, other | Lines: 972 ( +9, -6 )

Created: 2007-09-25 16:38:52 -0400 (15 months ago) | Author: esamynn | Changeset: 626

updated ZoneGatherNodes() to return more data
added a "removed" count as the 2nd return from RemoveGather() that provides a count of how many nodes were removed from the DB

Properties

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

621 annotated / raw | Diffs: previous, other | Lines: 969 ( +15, -1 )

Created: 2007-09-24 17:47:32 -0400 (15 months ago) | Author: esamynn | Changeset: 621

added a check on load, to remove any deprecated nodes from the database

Properties

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

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

Created: 2007-09-23 03:03:46 -0400 (15 months ago) | Author: esamynn | Changeset: 611

removed a stray debug call left in accidentally in rev 605

Properties

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

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

Created: 2007-09-09 16:45:57 -0400 (15 months ago) | Author: norganna | Changeset: 605

Fix error that pops up sometimes when hearthing across continents/worlds, and the current (cached) player location hasn't yet been synched to the new physical player location.

Properties

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

601 annotated / raw | Diffs: previous, other | Lines: 955 ( +30, -3 )

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

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

Created: 2007-08-28 01:01:18 -0400 (16 months ago) | Author: esamynn | Changeset: 592

an attempt to prevent the problem that was causing erasure of the entire node DB table

Properties

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

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

Created: 2007-07-23 01:23:08 -0400 (17 months ago) | Author: ccox | Changeset: 572

Copied to: branches/hud/GatherStorage.lua 573

fixing trac #139, if we can't lookup a node position, bail before trying to send it out
This handles the case of negative X and Y positions, which AddNode won't process.

Long term we need to handle negative coordinates, because Blizzard apparently has stuff in those places sometimes.

Properties

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

544 annotated / raw | Diffs: previous, other | Lines: 922 ( +3, -3 )

Created: 2007-05-15 09:54:37 -0400 (19 months ago) | Author: norganna | Changeset: 544

Fix incorrect references to Gatherer.Reports to the correct Gatherer.Report instead.

Properties

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

538 annotated / raw | Diffs: previous, other | Lines: 922 ( +12, -3 )

Created: 2007-05-14 12:05:02 -0400 (19 months ago) | Author: norganna | Changeset: 538

Reporting search functionality now mostly working. Results now show up when you perform a search. Need to get report scrolling and the marking/actioning working still

Properties

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

532 annotated / raw | Diffs: previous, other | Lines: 913 ( +71, -16 )

Created: 2007-05-01 20:16:41 -0400 (20 months ago) | Author: esamynn | Changeset: 532

void

Added an optional argument to both RemoveNode and RemoveGather called playerName, which takes a single player name, or a special source, and uses it to conditionally remove the node only if the source field has the arg in its list and the source field is emptied by the removal of the arg.  If the source field is not emptied by the removal, then the node is not removed from the DB, but the arg is removed from the source field list.  

Properties

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

525 annotated / raw | Diffs: previous, other | Lines: 858 ( +33, -0 )

Created: 2007-04-28 20:17:13 -0400 (20 months ago) | Author: esamynn | Changeset: 525

void

added RemoveNode( continent, zone, gatherId, index ) and RemoveGather( continent, zone, gatherId )

Properties

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

524 annotated / raw | Diffs: previous, other | Lines: 825 ( +63, -10 )

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

513 annotated / raw | Diffs: previous, other | Lines: 772 ( +4, -16 )

Created: 2007-04-06 20:04:22 -0400 (21 months ago) | Author: esamynn | Changeset: 513

void

-commented out GetRawDataTable() again
-removed Gatherer.Storage.Clear() as it was redundant
-removed collectgarbage() call from ClearDatabase() because the new incremental GC cycle means it is unnecessary

Properties

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

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

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



fixed a potential bug in Gatherer.Storage.AddNode() that would occur when it was passed a zone token instead of an index

Properties

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

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

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

Created: 2007-01-12 16:26:27 -0500 (23 months ago) | Author: malivil | Changeset: 423

void
Added a missing End on line 292 and fixed the indenting around there too.

Properties

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

422 annotated / raw | Diffs: previous, other | Lines: 782 ( +30, -23 )

Created: 2007-01-12 15:12:53 -0500 (23 months ago) | Author: esamynn | Changeset: 422

changed some functions to be more consistant with the rest of the storage library in that they will fail without generating an error message if the specified node does not exist into the database

Properties

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

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

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

Created: 2007-01-12 11:03:19 -0500 (23 months ago) | Author: norganna | Changeset: 415

Add gather sharing/comms options to configuration and add back in inspected opacity functionality.

Properties

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

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

Created: 2007-01-12 02:30:50 -0500 (23 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

411 annotated / raw | Diffs: previous, other | Lines: 768 ( +21, -0 )

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

396 annotated / raw | Diffs: previous, other | Lines: 747 ( +7, -3 )

Created: 2007-01-08 18:43:52 -0500 (23 months ago) | Author: esamynn | Changeset: 396

updates to the returns of some functions

Properties

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

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

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

382 annotated / raw | Diffs: previous, other | Lines: 980 ( +5, -4 )

Created: 2007-01-02 18:18:05 -0500 (2 years ago) | Author: esamynn | Changeset: 382

(fixes #93) added a lookup for the gather type by node id if an invalid gatherType is passed to AddNode

Properties

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

381 annotated / raw | Diffs: previous, other | Lines: 979 ( +5, -4 )

Created: 2007-01-02 17:08:13 -0500 (2 years ago) | Author: esamynn | Changeset: 381

-potential fix for some nodes not being recorded correctly (actually it's a display problem due to a bad gather type token being passed by swag)

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

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

Moved from: branches/3.0/GatherStorage.lua 365

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:

365 annotated / raw | Diffs: previous, other | Lines: 978 ( +3, -3 )

Created: 2006-12-24 01:59:58 -0500 (2 years ago) | Author: esamynn | Changeset: 365

Moved to: trunk/GatherStorage.lua 378

changed the order of the arguments to the filter function for ClosestNodes the filter function's signature is now:
show = filter(nodeId, gatherType)

Properties

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

358 annotated / raw | Diffs: previous, other | Lines: 978 ( +2, -2 )

Created: 2006-12-21 23:34:00 -0500 (2 years ago) | Author: esamynn | Changeset: 358

imported nodes' source field will now be set to "IMPORTED"

Properties

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

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

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

323 annotated / raw | Diffs: previous, other | Lines: 977 ( +68, -51 )

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: 960 ( +16, -20 )

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: 964 ( +10, -30 )

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: 984 ( +2, -2 )

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: 984 ( +2, -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

307 annotated / raw | Diffs: previous, other | Lines: 982 ( +52, -4 )

Created: 2006-11-26 03:16:33 -0500 (2 years 1 month 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: 934 ( +21, -11 )

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

303 annotated / raw | Diffs: previous, other | Lines: 917 ( +4, -10 )

Created: 2006-11-23 00:19:26 -0500 (2 years 1 month ago) | Author: esamynn | Changeset: 303

updates for Lua 5.1

Properties

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

300 annotated / raw | Diffs: previous, other | Lines: 923 ( +4, -6 )

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: 925 ( +350, -350 )

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

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

Moved from: branches/3.0/GatherItemsLib.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: 663 ( +663, -0 )

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

Moved from: branches/dbclean/GatherItemsLib.lua 291

Moved to: branches/3.0/GatherStorage.lua 293

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

Properties

 svn:keywords = Author Date Id Revision

291 annotated / raw | Diffs: previous, other | Lines: 663 ( +19, -20 )

Created: 2006-10-24 22:57:59 -0400 (2 years 2 months ago) | Author: esamynn | Changeset: 291

Moved to: branches/3.0/GatherItemsLib.lua 292

optimisations to the find closest nodes code

Properties

 svn:keywords = Author Date Id Revision

290 annotated / raw | Diffs: previous, other | Lines: 664 ( +84, -30 )

Created: 2006-10-24 18:33:57 -0400 (2 years 2 months ago) | Author: esamynn | Changeset: 290

notes can be displayed on the Minimap again
-code still needs work, this commit is just to get the display working again

Properties

 svn:keywords = Author Date Id Revision

289 annotated / raw | Diffs: previous, other | Lines: 610 ( +3, -2 )

Created: 2006-10-18 00:10:21 -0400 (2 years 2 months ago) | Author: esamynn | Changeset: 289

fixed some minor whitespace details

Properties

 svn:keywords = Author Date Id Revision

288 annotated / raw | Diffs: previous, other | Lines: 609 ( +106, -165 )

Created: 2006-10-18 00:07:59 -0400 (2 years 2 months ago) | Author: esamynn | Changeset: 288

-finished framework for the ClosestNodes routine
-actual algorithm still needs to be implemented

Properties

 svn:keywords = Author Date Id Revision

285 annotated / raw | Diffs: previous, other | Lines: 668 ( +4, -4 )

Created: 2006-09-15 23:27:52 -0400 (2 years 3 months ago) | Author: esamynn | Changeset: 285

-merged trunk changes through revision 284
-began the integration of the new SV system

Properties

 svn:keywords = Author Date Id Revision

258 annotated / raw | Diffs: previous, other | Lines: 668 ( +175, -12 )

Created: 2006-07-09 15:10:29 -0400 (2 years 5 months ago) | Author: esamynn | Changeset: 258

-finished conversion of character settings to use PerCharacter SavedVariables
-started conversion of FindClosest routine
-fixed a bug in the Ore and Treasure recording functions conversion

Properties

 svn:keywords = Author Date Id Revision

257 annotated / raw | Diffs: previous, other | Lines: 505 ( +49, -25 )

Created: 2006-07-08 02:23:55 -0400 (2 years 6 months ago) | Author: esamynn | Changeset: 257

-Report and Search functions now work
-started conversion of character settings to use PerCharacter SavedVariables
-more code conversions for the string icon tokens

GatherItemsLib.lua
-redid the GetAreaIndices iterator

Properties

 svn:keywords = Author Date Id Revision

251 annotated / raw | Diffs: previous, other | Lines: 481 ( +17, -9 )

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

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

240 annotated / raw | Diffs: previous, other | Lines: 473 ( +23, -20 )

Created: 2006-06-22 23:21:58 -0400 (2 years 6 months ago) | Author: esamynn | Changeset: 240

various syntax fixes and minor bug fixes to resolve some naming conflicts

Properties

 svn:keywords = Author Date Id Revision

235 annotated / raw | Diffs: previous, other | Lines: 470 ( +12, -9 )

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)

Properties

 svn:keywords = Author Date Id Revision

234 annotated / raw | Diffs: previous, other | Lines: 467 ( +46, -16 )

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

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

Properties

 svn:keywords = Author Date Id Revision

230 annotated / raw | Diffs: previous, other | Lines: 437 ( +14, -1 )

Created: 2006-06-05 21:34:05 -0400 (2 years 7 months ago) | Author: esamynn | Changeset: 230

-modified some functions return values to also return the node's icon (specific type)
-added numNodes = GetGatherCountsForZone( continent, zone, gatherName )

228 annotated / raw | Diffs: previous, other | Lines: 424 ( +37, -21 )

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

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

221 annotated / raw | Diffs: previous, other | Lines: 408 ( +253, -107 )

Created: 2006-05-12 21:43:25 -0400 (2 years 7 months ago) | Author: esamynn | Changeset: 221

-Branch is NOT stable
-library naming scheme update

GatherItemsLib.lua
-changed iterators so they are stateful
-added skeleton code for database version checking
-added function GetNodeInfo
-ZoneNodesByType iteraor now returns an index value that can be used with GetNodeInfo as its first return value

GatherIcons.lua
-Icon tables now use __index metatable values for default/unknown icons

GathererInfo.lua
-finished first re-write pass to convert code to use the library for database access

220 new annotated / raw | Lines: 262 ( +262, -0 )

Created: 2006-05-08 03:14:38 -0400 (2 years 8 months ago) | Author: esamynn | Changeset: 220

Commit to dbclean Branch
-Branch NOT stable
-this is the first set of changes for dbclean branch

GatherItemsLib.lua: contains library code for accessing the database
GathererInfo.lua: updated to use the library for database access, except for 2 functions
Gatherer.lua: moved Gatherer_AddGather function into the library

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:02 -0500