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 764 336 root: 1671 825

latest revision download trunk

764 annotated / raw | Diffs: previous, other | Lines: 823 ( +17, -16 )

Created: 2006-03-22 17:17:45 -0500 (2 years 9 months ago) | Author: mentalpower | Changeset: 764

Copied (2 times):

Added the missing "help" command string.
Re-indented the commandMap generating functions
Updated the strings files
Cleaned up Enchantrix command handler a bit.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

720 annotated / raw | Diffs: previous, other | Lines: 822 ( +24, -3 )

Created: 2006-02-12 17:09:53 -0500 (2 years 10 months ago) | Author: mentalpower | Changeset: 720

Couple of changes:
1) Informant now shows the item's inventory icon in the tooltip, as long as GetItemInfo() returns it. You can toggle this function with "/informant show-icon"
2) Informant now gives out basic data for items that we don't have in our built-in database.
3) Re-enabled Khaos support for the "/informant show-quest", the actual slash command will be re-enabled soon(tm)
4) Updated the InfStrings.lua file (2/12/2006 5:56PM AST)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

716 annotated / raw | Diffs: previous, other | Lines: 801 ( +18, -18 )

Created: 2006-02-09 10:25:17 -0500 (2 years 10 months ago) | Author: mentalpower | Changeset: 716

Fixed indenting and trailing white space throughout Informant.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

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

Created: 2005-12-20 19:14:47 -0500 (3 years ago) | Author: ftkxde | Changeset: 640

Enchantrix and Informant are no longer showing infos when they are deactivated. Informant's "toggle" command now works as intended. Added message strings for Informant's "on|off|toggle" commands. Minor fixes to the khaos registration.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

632 annotated / raw | Diffs: previous, other | Lines: 804 ( +1, -1 )

Created: 2005-12-18 09:36:34 -0500 (3 years ago) | Author: norganna | Changeset: 632

Add codenames, place legal bits and descriptions at the tops of files, add quest information and fixed up some bits with the new auction search tab.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

602 annotated / raw | Diffs: previous, other | Lines: 804 ( +9, -3 )

Created: 2005-12-04 21:32:24 -0500 (3 years 1 month ago) | Author: mentalpower | Changeset: 602

Copied to: branches/3.2/informant/InfCommand.lua 622

Made some changes to the way the AddOns registered with and the way they responded to Babylonian. Moved the calls to SetLocale from Khaos from the callback functions to the feedback functions. Babylonian locale setting now take precedence over Khaos locale settings. Added "/enx load" support to Enchantrix. Also updated the ???Strings.lua files.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

601 annotated / raw | Diffs: previous, other | Lines: 798 ( +14, -5 )

Created: 2005-12-03 17:12:10 -0500 (3 years 1 month ago) | Author: mentalpower | Changeset: 601

Fixed a locales bug caused by Khaos not being informed of locales changes in other AddOns.

Other AddOns should now register themselves with Babylonian in order to be informed of locales changes in other Babylonian-enabled AddOns. Also added GPL boilerplates and SVN tags to the Babylonian.lua files.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

598 annotated / raw | Diffs: previous, other | Lines: 789 ( +13, -7 )

Created: 2005-12-01 23:42:57 -0500 (3 years 1 month ago) | Author: mentalpower | Changeset: 598

Fixed the last of the Stack Overflows (hopefully). Removed the band-aid fix from the strings files since these are no longer needed. Fixed some errors with the Khaos updating of the "/??? print-in" functions. Also updated the Installer with the latest files.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

596 annotated / raw | Diffs: previous, other | Lines: 783 ( +66, -22 )

Created: 2005-11-26 23:47:32 -0500 (3 years 1 month ago) | Author: mentalpower | Changeset: 596

Returned the /??? locale command handlers to pre-locales-format-change behavior.

I don't know how and I can't pin it, but there are some circular references that are causing stack overflows in Sea when the Auctioneer AddOns are used in conjunction with Khaos if someone can pin them and squash them it would be extremely awesome.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

585 annotated / raw | Diffs: previous, other | Lines: 739 ( +3, -3 )

Created: 2005-11-22 20:48:46 -0500 (3 years 1 month ago) | Author: mentalpower | Changeset: 585

Corrected a few bugs introduced with the locales format change. Also made Auctioneer's "/auc hsp" and "/auc low" accept multiple items.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

583 annotated / raw | Diffs: previous, other | Lines: 739 ( +129, -123 )

Created: 2005-11-22 18:24:15 -0500 (3 years 1 month ago) | Author: norganna | Changeset: 583

Converted projects to use a common localization format, based off an online localizer website at http://norganna.org/localizer/

Massive localization changes.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

575 annotated / raw | Diffs: previous, other | Lines: 733 ( +26, -17 )

Created: 2005-11-16 06:38:46 -0500 (3 years 1 month ago) | Author: thorarin | Changeset: 575

Changed Enchantrix and Informant Khaos configuration to use a pulldown menu for locale selection (like Auctioneer)

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

556 annotated / raw | Diffs: previous, other | Lines: 724 ( +22, -7 )

Created: 2005-11-07 22:48:52 -0500 (3 years 1 month ago) | Author: mentalpower | Changeset: 556

Added GNU-GLPv2 BoilerPlates to all files. Also added SVN keywords and EOL style markers to the files that were missing them.

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

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

Created: 2005-10-26 13:42:01 -0400 (3 years 2 months ago) | Author: thorarin | Changeset: 523

void

Saving before committing really helps :(

518 annotated / raw | Diffs: previous, other | Lines: 708 ( +1, -1 )

Created: 2005-10-26 07:06:00 -0400 (3 years 2 months ago) | Author: thorarin | Changeset: 518

Fixed /informant on|off|toggle command.

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

Created: 2005-10-26 05:30:24 -0400 (3 years 2 months ago) | Author: ftkxde | Changeset: 517

Some minor changes so that the "show-merchant" option is shown to the user

497 annotated / raw | Diffs: previous, other | Lines: 707 ( +233, -192 )

Created: 2005-10-22 17:12:01 -0400 (3 years 2 months ago) | Author: thorarin | Changeset: 497

void

Informant:
Khaos configuration is now language independant.
Improved locale switching (reregisters Khaos option set)

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

Created: 2005-10-16 09:37:18 -0400 (3 years 2 months ago) | Author: norganna | Changeset: 438

Fix a bug with the calling order of ADDON_LOADED

Apparently when ADDON_LOADED is called outside an addon it is just before the variables have loaded and then the one inside is just after

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

Created: 2005-10-16 05:01:17 -0400 (3 years 2 months ago) | Author: norganna | Changeset: 437

Made Informant load on demand and prints message when not loading addons now.

Theres a simple message stating that the addon is not loading in the boot code for each addon now
Also made the boot code and commands more consistent across addons

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

Created: 2005-10-15 14:50:22 -0400 (3 years 2 months ago) | Author: mentalpower | Changeset: 431

void

Removed some unnecessary keys from the Khaos config. These were interfering with the notification of changes to Khaos from the slash commands.

342 annotated / raw | Diffs: previous, other | Lines: 659 ( +4, -4 )

Created: 2005-10-02 08:46:43 -0400 (3 years 3 months ago) | Author: norganna | Changeset: 342

Finished off the final Khaos config stuff.

Informant finally appears in Khaos config and is good.

341 annotated / raw | Diffs: previous, other | Lines: 659 ( +6, -6 )

Created: 2005-10-02 05:24:32 -0400 (3 years 3 months ago) | Author: mugendai | Changeset: 341

Fixed Khaos problems in Khaos and Slash Command registration file.

Added globals for GetFilter, GetFilterValue, and SetFilter to be used in InfCommand.  Fixed local/globality of varying functions and function calls in InfCommand.lua
Fixed Khaos registration option for defaulting to default to "" instead of nil.  You can't default a K_INPUTBOX to nil.
NOTE: For Khaos registration to work properly, localization.lua needs updated with proper help strings for HelpQuest and HelpMerchant

340 annotated / raw | Diffs: previous, other | Lines: 659 ( +63, -63 )

Created: 2005-10-02 04:59:18 -0400 (3 years 3 months ago) | Author: norganna | Changeset: 340

Fix the local/global confusion in InfCommand

There were globals that were local and locals that were global... Fixed them up.

338 annotated / raw | Diffs: previous, other | Lines: 659 ( +125, -63 )

Created: 2005-10-02 00:12:40 -0400 (3 years 3 months ago) | Author: mentalpower | Changeset: 338

Added missing command functions. Also corrected the function calls in the registerKhaos function to match the real function names. Added a few strings to the locales/enUS.utf8 as necessary.

336 new annotated / raw | Lines: 597 ( +597, -0 )

Created: 2005-10-01 22:17:31 -0400 (3 years 3 months ago) | Author: norganna | Changeset: 336

Added the command and keybindings file

latest revision download root:

1671 deleted | Diffs: previous, other | Lines: 0 ( +0, -823 )

Created: 2007-04-10 12:30:28 -0400 (20 months ago) | Author: luke1410 | Changeset: 1671

void

removed branch, since it is nolonger planned to include a functionality to allow multiple versions of Auctioneer 4.x/5.x to be run at the same time.

825 new/copied annotated / raw | Diffs: previous, other | Lines: 823 ( +823, -0 )

Created: 2006-04-16 20:12:27 -0400 (2 years 8 months ago) | Author: mentalpower | Changeset: 825

Copied from: trunk/informant/InfCommand.lua 764

Branching off in order for Luke1410 to have a playground for his changes :).

Properties

 svn:eol-style = native
 svn:keywords = Author Date Id Revision

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-06 04:21 -0500