r96

Details

  • Filename
    RaidTracker-r96.zip
  • Uploaded by
  • Uploaded
    Dec 8, 2008
  • Size
    184.00 KB
  • Downloads
    33
  • MD5
    7707bf377a27118bda1bc90532f57cf7

Supported WoW Retail Versions

  • 3.0.3

Changelog

------------------------------------------------------------------------
r96 | celess | 2008-12-08 23:24:54 +0000 (Mon, 08 Dec 2008) | 1 line
Changed paths:
   M /trunk/Export.lua
   M /trunk/RaidTracker.toc

- fixed export issue
------------------------------------------------------------------------
r94 | celess | 2008-12-08 23:20:05 +0000 (Mon, 08 Dec 2008) | 2 lines
Changed paths:
   M /trunk/Data.lua
   M /trunk/RaidTracker.toc

- fix attendees db issue
- DB version update roll-up into two sections
------------------------------------------------------------------------
r92 | celess | 2008-12-07 19:47:37 +0000 (Sun, 07 Dec 2008) | 81 lines
Changed paths:
   M /trunk/Data.lua
   M /trunk/RaidTracker.lua
   M /trunk/RaidTracker.toc
   M /trunk/UI_Button.lua
   M /trunk/locales/locale-enUS.lua
   M /trunk/locales/localization.lua

- fixed menu to go 4 levels for picking bosses, much nicer
- cleaned up drop-down menus
- added first pass bosses for WotLK
- added missing world bosses first pass
- cleaned up kill event code
- added original encounter exceptions back (RnJ, etc...)
- made fully functional test zone teldrassil if you want to see effect of options
  for some reason before going on a raid, teldrassil is the instance, and
  Nightsaber Stalkers are the bosses, why should i just get to play :)
- updated/fixed zone changes so that the display updates correctly if not in a
  raid log session, also should pick up subzones and other zone changes that have
  never ever worked before raid or no raid.
- fixed so that ANY boss that was in any list, includign the new ones in the drop
  downs, that wasnt already mapped to an event, get used as triggers.
- boss kills that are triggerable will also trigger a new log session
  if not already started and auto create for the group type is on, see bleow
  this puts a boss kill on parity with looting, otherwise you miss the event but
  get the boss loot record which was historicaly bad, and fun side affect is that
  if you down a classic world boss solo with autosolo on, you get to record it
  otherwise forget, mostly it makes this consistant.

- enhanced the autocreate for Raids, Parties, BGs, Arenas and Solo.
  rules are better, was never realy complete before looking at it.
  rules are (assumign you have it turned on for a particular type):
    raid,bg: if in a raid/bg and at least one player then create
    party,arena: in party/arena and at least 2 players create
    solo: not auto create based on group changes
    all: if no log is started and 1) loot drops or 2) a boss kill event then create,
      and loot must be above log threshhold
    this one enables autocreate for solo, it wil start on first loot
    this wil nto fire for /rt additem which depends on selected raid, if you were worried
- still to be worked through is how better Auto will affect raid log end
  this is a tricky one because differnt people want diff things, ill work something out.
- tooltips are purged if you have over 20 raid logs, see below
- user custom zones that match zones that exist in defaults were removed
  many zones have been added, this shoudl actually be nice for people that have had
  RT for very long tiem as well and feel stuck with them, the rules for it removing
  it you remove a zone from a raid manually were very cumbersome, remove one and you
  remove it form the list, this is no longer the case.

  
- Default for AutoParty is now 2 (AutoCreate), see above
  mostly this is because ther are a huge number of people wanting this to work
  for 5 mans since is now a feature, if was already set then it wont change it,
  only if its never been set.
- Default for AutoEvent is now 2 (On Kill), see below
- Default for TimeFormat is now 0 (12 hour time), see below, this wont affect DKP

- reset options for TimeSync, TimeFormat, TimeZone, LevelMax, SaveTooltips, DebugMode
  back to defaults, and AutoEvent if set to 1 (on mouse-over).
  in reading the below sections, its important to remember that some have had
  some form of RaidTracker for over 2 or 3 years. previous upgrades handled most
  of the transitions, but this give some a fresh start and fixes issues.

- TimeSync is gone, not needed anymore, all time is saved game time and
  the sync form local time to game time is automatic now, all db time values
  are inherently 24 hour saved as seconds since epoch, so DKP is fine.
  in a nutshell all db time is 24 hour sever time, display time will be 12 hour
  where appropriate. some users were getting robbed not getting to see 12 hour
  time when the reason they set ti was historically needed to save db values for
  DKP, users who had really old settings.
- TimeFormat: see above
- TimeZone still works but not needed for DB would only be for display, again
  this should be nice to remove this for almost everyone, the default is 0 hours.
  the original reason it was set was for DKP in the DB which see above no longer
  needed.
- LevelMax: this is a DKP export setting, this ensures every starts at 80 now
  just in case.  it was configured with a previous scheme update if it was 70,
  make it 80, but users who had it at 67 for some reason will fail DKP
- SaveToolTips: tooltips are purged if you have over 20 raid logs, these take a
  huge amount of space and are useful only for perusal in the DB file, they are
  not used by DKP or RaidTracker.  they are help for manual DKP fix-ups or just
  fun or curiosity. not functional part of RT.
- DebugMode: purged in case some don't understand enough to turn it off, but
  have been suffering the output, if it was set some long time
- Since the Event kill mechanism is working again after very long time, and
  the only way to queue next loot boss was mouse-over, this ensures that
  everyone will get a chance to get proper boss kill targets, the mouse over is
  a much more user aware option and not as solid as checking the same things
  on kill.  is special purpose usually.

------------------------------------------------------------------------
r90 | celess | 2008-12-07 07:30:14 +0000 (Sun, 07 Dec 2008) | 1 line
Changed paths:
   M /trunk/RaidTracker.toc

- version bump
------------------------------------------------------------------------
r89 | celess | 2008-12-07 07:29:38 +0000 (Sun, 07 Dec 2008) | 5 lines
Changed paths:
   M /trunk/Data.lua
   M /trunk/RaidTracker.lua
   M /trunk/locales/localization.lua

- fixed db update schema issue
- added wow 2.4 event processing for unit death
  events on boss kill should work again
- fixed issue with lookups not processing: player leaves, loot receives
- moved nax bosses to the new nax
------------------------------------------------------------------------
r87 | celess | 2008-12-06 22:42:08 +0000 (Sat, 06 Dec 2008) | 3 lines
Changed paths:
   M /trunk/Data.lua
   M /trunk/RaidTracker.lua
   M /trunk/RaidTracker.toc

- fix db update issue
- changed so ends raids when count hits 1 (you)

------------------------------------------------------------------------
r85 | celess | 2008-12-06 22:06:41 +0000 (Sat, 06 Dec 2008) | 1 line
Changed paths:
   M /trunk/RaidTracker.toc

version bump
------------------------------------------------------------------------
r84 | celess | 2008-12-06 22:05:01 +0000 (Sat, 06 Dec 2008) | 1 line
Changed paths:
   M /trunk/embed.xml

- missed part of name change
------------------------------------------------------------------------
r82 | celess | 2008-12-06 21:40:56 +0000 (Sat, 06 Dec 2008) | 1 line
Changed paths:
   M /trunk/embed.xml

-fixing revision issue
------------------------------------------------------------------------
r81 | celess | 2008-12-06 21:07:10 +0000 (Sat, 06 Dec 2008) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Data.lua
   D /trunk/Libs/Karma-1.0
   M /trunk/RaidTracker.lua
   M /trunk/RaidTracker.toc
   M /trunk/UI_Button.lua
   M /trunk/UI_Dialog.lua
   M /trunk/embed.xml

-fixing revision issue
------------------------------------------------------------------------
r79 | celess | 2008-12-05 23:04:30 +0000 (Fri, 05 Dec 2008) | 1 line
Changed paths:
   M /trunk/Data.lua
   M /trunk/RaidTracker.toc
   M /trunk/RaidTracker.xml

-test for db issue Players
------------------------------------------------------------------------
r78 | celess | 2008-12-05 21:09:26 +0000 (Fri, 05 Dec 2008) | 1 line
Changed paths:
   M /trunk/Libs/Karma-1.0/KarmaAce-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaLocale-1.0.lua

-fixing revision issue
------------------------------------------------------------------------
r77 | celess | 2008-12-05 19:44:44 +0000 (Fri, 05 Dec 2008) | 1 line
Changed paths:
   M /trunk/Libs/Karma-1.0/KarmaUtility-1.0.lua

-fixing revision issue
------------------------------------------------------------------------
r76 | celess | 2008-12-05 15:54:33 +0000 (Fri, 05 Dec 2008) | 1 line
Changed paths:
   M /trunk/Libs/Karma-1.0/Karma-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaAce-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaLocale-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaUtility-1.0.lua

-fixing revision issue
------------------------------------------------------------------------
r75 | celess | 2008-12-05 15:45:09 +0000 (Fri, 05 Dec 2008) | 1 line
Changed paths:
   M /trunk/locales/localization.lua

-fixing revision issue
------------------------------------------------------------------------
r74 | celess | 2008-12-05 15:42:33 +0000 (Fri, 05 Dec 2008) | 1 line
Changed paths:
   M /trunk/Libs/Karma-1.0/Karma-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaAce-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaLocale-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaUtility-1.0.lua

-fixing revision issue
------------------------------------------------------------------------
r73 | celess | 2008-12-05 15:36:33 +0000 (Fri, 05 Dec 2008) | 1 line
Changed paths:
   M /trunk/Libs/Karma-1.0/Karma-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaAce-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaLocale-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaUtility-1.0.lua

-fixing revision issue
------------------------------------------------------------------------
r72 | celess | 2008-12-05 09:35:13 +0000 (Fri, 05 Dec 2008) | 1 line
Changed paths:
   M /trunk/Libs/Karma-1.0/Karma-1.0.lua

-fixing revision issue
------------------------------------------------------------------------
r71 | celess | 2008-12-05 09:25:01 +0000 (Fri, 05 Dec 2008) | 1 line
Changed paths:
   M /trunk/Libs/Karma-1.0/Karma-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaAce-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaLocale-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaUtility-1.0.lua

-fixing revision issue
------------------------------------------------------------------------
r69 | celess | 2008-12-05 06:42:40 +0000 (Fri, 05 Dec 2008) | 1 line
Changed paths:
   M /trunk/RaidTracker.lua
   M /trunk/RaidTracker.toc

-fix boss trigger issue
------------------------------------------------------------------------
r67 | celess | 2008-12-05 06:21:33 +0000 (Fri, 05 Dec 2008) | 1 line
Changed paths:
   M /trunk/RaidTracker.lua

-fixing dates and highlighting
------------------------------------------------------------------------
r66 | celess | 2008-12-05 06:16:49 +0000 (Fri, 05 Dec 2008) | 1 line
Changed paths:
   M /trunk/Export.lua

-stubbed xml for dkp for realm
------------------------------------------------------------------------
r65 | celess | 2008-12-05 06:02:32 +0000 (Fri, 05 Dec 2008) | 1 line
Changed paths:
   M /trunk/Data.lua
   M /trunk/Libs/Karma-1.0/KarmaUtility-1.0.lua
   M /trunk/RaidTracker.toc

-added deathknight
------------------------------------------------------------------------
r63 | celess | 2008-12-05 05:12:06 +0000 (Fri, 05 Dec 2008) | 13 lines
Changed paths:
   M /trunk/Data.lua
   M /trunk/Export.lua
   M /trunk/Libs/Karma-1.0/Karma-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaAce-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaUtility-1.0.lua
   M /trunk/RaidTracker.lua
   M /trunk/RaidTracker.toc
   M /trunk/RaidTracker.xml
   M /trunk/UI_Button.lua
   M /trunk/UI_Button.xml
   M /trunk/UI_Dialog.lua
   M /trunk/UI_ItemOptions.lua
   M /trunk/UI_ItemOptions.xml
   M /trunk/UI_Options.lua
   M /trunk/UI_Templates.lua
   M /trunk/UI_Templates.xml
   M /trunk/locales/locale-deDE.lua
   M /trunk/locales/locale-enUS.lua
   M /trunk/locales/locale-esES.lua
   M /trunk/locales/locale-esMX.lua
   M /trunk/locales/locale-frFR.lua
   M /trunk/locales/locale-ruRU.lua
   M /trunk/locales/localization.lua

-should now end a raid if group change event and just one (you)
  i will add an option to skip this for party and solo
  for those logging a days worth of leveling or whatever :)
-fixed a DB issue i hope fr soem that get Player error on start
-added nexus crystal to exclusion list
-added SWP bosses
-enhanced the boss choose menu which is sorted, and few more things in it
-fixed raid list highlight and cleaned it up
-fixed many many things from old CT
-... and more

------------------------------------------------------------------------
r61 | celess | 2008-12-03 05:09:42 +0000 (Wed, 03 Dec 2008) | 12 lines
Changed paths:
   M /trunk/Data.lua
   M /trunk/Export.lua
   M /trunk/Libs/Karma-1.0/KarmaAce-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaUtility-1.0.lua
   M /trunk/RaidTracker.lua
   M /trunk/RaidTracker.toc
   M /trunk/RaidTracker.xml
   M /trunk/UI_Button.lua
   M /trunk/UI_Button.xml
   M /trunk/UI_Dialog.lua
   M /trunk/UI_Dialog.xml
   M /trunk/UI_Templates.xml
   M /trunk/locales/localization.lua

-general bug fixes, lots
-fixed set cost issue, export issues
-rework menus again some and unify user changed value saves, more validation
-rework phase 1 of nextboss, boss, boss on hover, etc..
-reworked and made usable nextboss dialog
-reworked note, delete, etc... to be consistent
-lots of prep for boss kill and events working
-made events viewable again, made so back button work with events.
-and more...

------------------------------------------------------------------------
r59 | celess | 2008-11-30 02:55:16 +0000 (Sun, 30 Nov 2008) | 7 lines
Changed paths:
   M /trunk/Data.lua
   M /trunk/Libs/Karma-1.0/Karma-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaAce-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaUtility-1.0.lua
   M /trunk/RaidTracker.lua
   M /trunk/RaidTracker.toc
   M /trunk/UI_Button.lua
   M /trunk/UI_ItemOptions.lua
   M /trunk/UI_Options.lua
   M /trunk/UI_Options.xml
   M /trunk/UI_Templates.xml

-general bug fixes
-added two WotLK default item exclusions for badges
-fix for viewing items if save tool tips is on
-added locale string capture
 for this change the .toc LCapture option to 1. this allows for
 capturing which strings are not localized for a given locale

------------------------------------------------------------------------
r57 | celess | 2008-11-27 23:34:00 +0000 (Thu, 27 Nov 2008) | 11 lines
Changed paths:
   M /trunk/Data.lua
   M /trunk/Libs/Karma-1.0/Karma-1.0.lua
   M /trunk/RaidTracker.lua
   M /trunk/RaidTracker.toc
   M /trunk/RaidTracker.xml
   M /trunk/UI_Button.xml
   M /trunk/UI_Dialog.xml
   M /trunk/UI_Templates.xml

-huge bug fix and some feature rework
-fix for log items 6 or less not showing list
-lowered the custom event firing delay on load from 10 to 2
-added message of selected raid not exist and ends the fake raid
  on this one please post a message if you see this still
  was error t = nil on line 4xx
-changed default loot logging to common from rare
  this should make nicer for parties and solo/questing
  and for raids can always use the filter
  ill has a minimum export rarity option later to make exports easier

------------------------------------------------------------------------
r55 | celess | 2008-11-26 07:25:56 +0000 (Wed, 26 Nov 2008) | 1 line
Changed paths:
   M /trunk/RaidTracker.toc

version bump
------------------------------------------------------------------------
r54 | celess | 2008-11-26 07:24:38 +0000 (Wed, 26 Nov 2008) | 1 line
Changed paths:
   M /trunk/UI_Options.xml
   M /trunk/UI_Templates.xml

- oh noes, options not save, fixed
------------------------------------------------------------------------
r52 | celess | 2008-11-26 06:42:33 +0000 (Wed, 26 Nov 2008) | 7 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Data.lua
   M /trunk/Export.lua
   M /trunk/Libs/Karma-1.0/Karma-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaAce-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaLocale-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaUtility-1.0.lua
   A /trunk/Libs/Karma-1.0/lib.xml (from /trunk/Libs/Karma-1.0/load.xml:45
   D /trunk/Libs/Karma-1.0/load.xml
   M /trunk/RaidTracker.lua
   M /trunk/RaidTracker.toc
   M /trunk/RaidTracker.xml
   M /trunk/UI_Button.lua
   M /trunk/UI_Button.xml
   M /trunk/UI_Dialog.lua
   M /trunk/UI_Dialog.xml
   M /trunk/UI_ItemOptions.lua
   M /trunk/UI_ItemOptions.xml
   M /trunk/UI_Options.lua
   M /trunk/UI_Options.xml
   M /trunk/UI_Templates.lua
   M /trunk/UI_Templates.xml
   A /trunk/embed.xml (from /trunk/Libs/Karma-1.0/load.xml:45
   M /trunk/locales/locale-enUS.lua
   M /trunk/locales/localization.lua

-huge bug fix and some feature rework
-reworked item options and options completely
-reworked localization support again
-added ability to edit item options from main window, a long awaited feature
-fixed and added right click menus, should work now
-fixed item add and item io add
-much much more
------------------------------------------------------------------------
r50 | celess | 2008-11-19 22:48:46 +0000 (Wed, 19 Nov 2008) | 4 lines
Changed paths:
   M /trunk/Data.lua
   M /trunk/Libs/Karma-1.0/Karma-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaAce-1.0.lua
   M /trunk/RaidTracker.lua
   M /trunk/RaidTracker.toc
   M /trunk/UI_Button.lua
   M /trunk/locales/localization.lua

-fixed issue with aceaddon being around but no fubar
-added minimap icon for when fubar and ace are not around
-made so callbacks in core library are loaded on demand and only once
-almost rewrite for lib broker
------------------------------------------------------------------------
r48 | celess | 2008-11-19 03:25:24 +0000 (Wed, 19 Nov 2008) | 3 lines
Changed paths:
   M /trunk/RaidTracker.toc

Fix small error on menu.

------------------------------------------------------------------------
r47 | celess | 2008-11-19 03:24:49 +0000 (Wed, 19 Nov 2008) | 3 lines
Changed paths:
   M /trunk/locales/localization.lua

Fix small error on menu.

------------------------------------------------------------------------
r45 | celess | 2008-11-19 03:12:10 +0000 (Wed, 19 Nov 2008) | 4 lines
Changed paths:
   M /trunk/.pkgmeta
   A /trunk/Data.lua (from /trunk/RaidTracker_Data.lua:42
   A /trunk/Export.lua (from /trunk/RaidTracker_Export.lua:38
   M /trunk/Libs/Karma-1.0/Karma-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaAce-1.0.lua
   A /trunk/Libs/Karma-1.0/KarmaLocale-1.0.lua
   M /trunk/Libs/Karma-1.0/KarmaUtility-1.0.lua
   A /trunk/Libs/Karma-1.0/load.xml
   M /trunk/RaidTracker.lua
   M /trunk/RaidTracker.toc
   M /trunk/RaidTracker.xml
   D /trunk/RaidTracker_Buttons.lua
   D /trunk/RaidTracker_Buttons.xml
   D /trunk/RaidTracker_Data.lua
   D /trunk/RaidTracker_Export.lua
   D /trunk/RaidTracker_ItemOptions.lua
   D /trunk/RaidTracker_ItemOptions.xml
   D /trunk/RaidTracker_Options.lua
   D /trunk/RaidTracker_Options.xml
   D /trunk/RaidTracker_Templates.lua
   D /trunk/RaidTracker_Templates.xml
   A /trunk/UI_Button.lua (from /trunk/RaidTracker_Buttons.lua:38
   A /trunk/UI_Button.xml (from /trunk/RaidTracker_Buttons.xml:38
   A /trunk/UI_Dialog.lua
   A /trunk/UI_Dialog.xml
   A /trunk/UI_ItemOptions.lua (from /trunk/RaidTracker_ItemOptions.lua:38
   A /trunk/UI_ItemOptions.xml (from /trunk/RaidTracker_ItemOptions.xml:38
   A /trunk/UI_Options.lua (from /trunk/RaidTracker_Options.lua:38
   A /trunk/UI_Options.xml (from /trunk/RaidTracker_Options.xml:38
   A /trunk/UI_Templates.lua (from /trunk/RaidTracker_Templates.lua:38
   A /trunk/UI_Templates.xml (from /trunk/RaidTracker_Templates.xml:38
   D /trunk/locales/RaidTrackerLocale-enUS.lua
   A /trunk/locales/locale-deDE.lua
   A /trunk/locales/locale-enUS.lua (from /trunk/locales/RaidTrackerLocale-enUS.lua:40
   A /trunk/locales/locale-esES.lua
   A /trunk/locales/locale-esMX.lua
   A /trunk/locales/locale-frFR.lua
   A /trunk/locales/locale-ruRU.lua
   A /trunk/locales/locales.xml
   M /trunk/locales/localization.lua

Update for Zones and Zone fixes
Many other fixes and additions.

------------------------------------------------------------------------
r43 | celess | 2008-11-13 23:20:35 +0000 (Thu, 13 Nov 2008) | 1 line
Changed paths:
   M /trunk/RaidTracker.toc

Updating version
------------------------------------------------------------------------
r42 | celess | 2008-11-13 23:19:26 +0000 (Thu, 13 Nov 2008) | 1 line
Changed paths:
   M /trunk/RaidTracker.toc
   M /trunk/RaidTracker_Data.lua

Fixed issue with missing files in package.
------------------------------------------------------------------------
r41 | celess | 2008-11-13 23:13:17 +0000 (Thu, 13 Nov 2008) | 1 line
Changed paths:
   A /trunk/icons
   A /trunk/icons/icon.tga

adding icons, not sure hwo this happened
------------------------------------------------------------------------
r40 | celess | 2008-11-13 23:07:01 +0000 (Thu, 13 Nov 2008) | 1 line
Changed paths:
   A /trunk/locales
   A /trunk/locales/RaidTrackerLocale-enUS.lua
   A /trunk/locales/localization.lua

Adding locales folder that was left out
------------------------------------------------------------------------
r38 | celess | 2008-11-13 21:49:42 +0000 (Thu, 13 Nov 2008) | 8 lines
Changed paths:
   A /trunk/.pkgmeta
   A /trunk/Libs
   A /trunk/Libs/Karma-1.0
   A /trunk/Libs/Karma-1.0/Karma-1.0.lua
   A /trunk/Libs/Karma-1.0/KarmaAce-1.0.lua
   A /trunk/Libs/Karma-1.0/KarmaUtility-1.0.lua
   A /trunk/RaidTracker.lua
   A /trunk/RaidTracker.toc
   A /trunk/RaidTracker.xml
   A /trunk/RaidTracker_Buttons.lua
   A /trunk/RaidTracker_Buttons.xml
   A /trunk/RaidTracker_Data.lua
   A /trunk/RaidTracker_Export.lua
   A /trunk/RaidTracker_ItemOptions.lua
   A /trunk/RaidTracker_ItemOptions.xml
   A /trunk/RaidTracker_Options.lua
   A /trunk/RaidTracker_Options.xml
   A /trunk/RaidTracker_Templates.lua
   A /trunk/RaidTracker_Templates.xml
   A /trunk/readme.txt

Updated for the WoW 3.0.3 patch.
Really big update, many things fixed and added, for more than listed here.
Rewrite database, logging, event, menu, etc... code
Added more logging options, such as solo, battle group and arena.
Fixed right click menu issues.
Fixed enhanced loot item filtering which by default excludes badges, items.

------------------------------------------------------------------------
r37 | celess | 2008-11-13 21:42:26 +0000 (Thu, 13 Nov 2008) | 1 line
Changed paths:
   D /trunk/.pkgmeta
   D /trunk/Icon.tga
   D /trunk/Libs
   D /trunk/RaidTracker.lua
   D /trunk/RaidTracker.toc
   D /trunk/RaidTracker.xml
   D /trunk/RaidTrackerLocale-enUS.lua
   D /trunk/RaidTracker_Buttons.lua
   D /trunk/RaidTracker_Buttons.xml
   D /trunk/RaidTracker_Data.lua
   D /trunk/RaidTracker_ItemOptions.lua
   D /trunk/RaidTracker_ItemOptions.xml
   D /trunk/RaidTracker_Options.lua
   D /trunk/RaidTracker_Options.xml
   D /trunk/RaidTracker_OptionsAce.lua
   D /trunk/localization.lua
   D /trunk/readme.txt

trying to fix svn issue
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
62.38 KB Dec 8, 2008 3.0.3 17