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 405

latest revision download trunk

754 annotated / raw | Diffs: previous, other | Lines: 249 ( +7, -7 )

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

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

659 annotated / raw | Diffs: previous, other | Lines: 249 ( +5, -1 )

Created: 2007-11-02 22:30:22 -0400 (14 months ago) | Author: RockSlice | Changeset: 659

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

Resolves GATH-16: Announce DB entries, separate from Sharing

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

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

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

Moved from: trunk/GatherComm.lua 627

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)

Properties

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

627 annotated / raw | Diffs: previous, other | Lines: 245 ( +20, -2 )

Created: 2007-09-25 18:36:30 -0400 (15 months ago) | Author: esamynn | Changeset: 627

Moved to: trunk/Gatherer/GatherComm.lua 653

Added blacklist functionality to the Sharing UI.  Shared nodes from players whose name is on the blacklist will be ignored.  Furthermore, when you add a name to the blacklist, you have the option of removing all nodes shared by that player that are currently in your DB.  

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

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

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

Copied to: branches/hud/GatherComm.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

560 annotated / raw | Diffs: previous, other | Lines: 224 ( +1, -1 )

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

Reverse a change I made to allow send nodes self testing.

Properties

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

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

Created: 2007-05-22 10:28:38 -0400 (19 months ago) | Author: norganna | Changeset: 558

Add abort algorithm to cancel upload if it gets stuck

Properties

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

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

Created: 2007-05-22 10:04:53 -0400 (19 months ago) | Author: norganna | Changeset: 557

Add algorithm to wait for receiver to acknowledge a batch of data before sending more

Properties

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

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

Created: 2007-05-22 07:34:32 -0400 (19 months ago) | Author: norganna | Changeset: 553

Add a COMPLETE message as a response to the DONE message.

Properties

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

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

Created: 2007-05-22 06:58:29 -0400 (19 months ago) | Author: norganna | Changeset: 549

Fixes for node sharing negotiation. Upgrade toc to 20100

Properties

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

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

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

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

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

Created: 2007-04-29 20:04:29 -0400 (20 months ago) | Author: mentalpower | Changeset: 527

Added the node's location to the message printed when a shared node is received.

Properties

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

515 annotated / raw | Diffs: previous, other | Lines: 136 ( +1, -1 )

Created: 2007-04-07 21:23:37 -0400 (21 months ago) | Author: esamynn | Changeset: 515

(fixes #135) fixed a bug in receiving nodes introduced in #511

-this ticket was fixed in this fashion because I decided that Gatherer.Api.AddGather() should be able to expect to get a zone number for its gatherZ argument

Properties

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

511 annotated / raw | Diffs: previous, other | Lines: 136 ( +5, -5 )

Created: 2007-04-06 19:54:15 -0400 (21 months ago) | Author: esamynn | Changeset: 511

void

added check of received gather information to ensure that zone data was also included

Properties

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

490 annotated / raw | Diffs: previous, other | Lines: 136 ( +5, -5 )

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

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

Created: 2007-01-27 22:52:37 -0500 (23 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: 130 ( +12, -10 )

Created: 2007-01-24 03:06:12 -0500 (23 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

428 annotated / raw | Diffs: previous, other | Lines: 128 ( +3, -3 )

Created: 2007-01-14 23:26:42 -0500 (23 months ago) | Author: esamynn | Changeset: 428

-fixed checking of the notification when broadcasting a node over the raid channel
-(fixes #100) fixed the initialisation of msgtype in Gatherer.Comm.Receive

Properties

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

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

415 annotated / raw | Diffs: previous, other | Lines: 126 ( +35, -6 )

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

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

Created: 2007-01-11 18:38:46 -0500 (23 months ago) | Author: esamynn | Changeset: 412

added back in the IsInGuild() check before broadcasting a harvested node on the GUILD AddOn communication channel

Properties

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

405 new annotated / raw | Lines: 95 ( +95, -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

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