v2.1.24
Details
-
FilenameRaidTracker-chinese-v2.1.24.zip
-
Uploaded by
-
UploadedDec 21, 2008
-
Size186.14 KB
-
Downloads43
-
MD5042b349b2cc7bc3d3d2e0c1806888c2b
Supported WoW Retail Versions
- 3.0.3
Changelog
------------------------------------------------------------------------
r97 | celess | 2008-12-08 23:25:21 +0000 (Mon, 08 Dec 2008) | 1 line
Changed paths:
A /tags/v2.1.24 (from /trunk:96)
Tagging as 2.1.24
------------------------------------------------------------------------
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
------------------------------------------------------------------------
r35 | celess | 2008-10-20 23:03:12 +0000 (Mon, 20 Oct 2008) | 1 line
Changed paths:
M /trunk/RaidTracker.toc
Changing version number to 2.1.3
------------------------------------------------------------------------
r34 | celess | 2008-10-20 23:01:29 +0000 (Mon, 20 Oct 2008) | 2 lines
Changed paths:
D /trunk/Core
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/KarmaUtility-1.0.lua
M /trunk/RaidTracker.lua
M /trunk/RaidTracker.toc
M /trunk/RaidTracker.xml
M /trunk/RaidTrackerLocale-enUS.lua
M /trunk/RaidTracker_Buttons.lua
M /trunk/RaidTracker_Buttons.xml
M /trunk/RaidTracker_Data.lua
M /trunk/RaidTracker_OptionsAce.lua
Fixed right click menus to show proper menu for the item. General bugs and cleanup. Was renamed to RaidTracker from KA_RaidTracker as of version 2.1.2. If using KA version can rename the WoW WTF/Account/SavedVariables/KA_RaidTracker.lua files to RaidTracker.lua before starting to get database back.
------------------------------------------------------------------------
r32 | celess | 2008-10-19 23:20:53 +0000 (Sun, 19 Oct 2008) | 2 lines
Changed paths:
M /trunk/.pkgmeta
D /trunk/Core/KARaidTrackerCore_Data.lua
D /trunk/Core/KARaidTrackerCore_Utility.lua
A /trunk/Core/Karma-1.0.lua
D /trunk/Core/KarmaCore-1.0.lua
A /trunk/Core/KarmaData-1.0.lua
A /trunk/Core/KarmaUtility-1.0.lua
D /trunk/KA_RaidTracker.lua
D /trunk/KA_RaidTracker.toc
D /trunk/KA_RaidTracker.xml
D /trunk/KA_RaidTrackerLocale-enUS.lua
D /trunk/KA_RaidTracker_Buttons.lua
D /trunk/KA_RaidTracker_Buttons.xml
D /trunk/KA_RaidTracker_Data.lua
D /trunk/KA_RaidTracker_ItemOptions.lua
D /trunk/KA_RaidTracker_ItemOptions.xml
D /trunk/KA_RaidTracker_Options.lua
D /trunk/KA_RaidTracker_Options.xml
D /trunk/KA_RaidTracker_OptionsAce.lua
A /trunk/RaidTracker.lua
A /trunk/RaidTracker.toc
A /trunk/RaidTracker.xml
A /trunk/RaidTrackerLocale-enUS.lua
A /trunk/RaidTracker_Buttons.lua
A /trunk/RaidTracker_Buttons.xml
A /trunk/RaidTracker_Data.lua
A /trunk/RaidTracker_ItemOptions.lua
A /trunk/RaidTracker_ItemOptions.xml
A /trunk/RaidTracker_Options.lua
A /trunk/RaidTracker_Options.xml
A /trunk/RaidTracker_OptionsAce.lua
M /trunk/localization.lua
Fixed right click menus. Added movable frame. Added RU localization support. General bugs and cleanup. Version has been renamed to RaidTracker from KA_RaidTracker. If using KA version can rename the WoW WTF/Account/SavedVariables/KA_RaidTracker.lua files to RaidTracker.lua before starting to get database back.
------------------------------------------------------------------------
r30 | celess | 2008-10-17 00:50:16 +0000 (Fri, 17 Oct 2008) | 1 line
Changed paths:
M /trunk/KA_RaidTracker.lua
M /trunk/KA_RaidTracker.toc
M /trunk/KA_RaidTracker.xml
M /trunk/KA_RaidTracker_Data.lua
M /trunk/localization.lua
Updated for the WoW 3.0.2 patch.
------------------------------------------------------------------------
r29 | root | 2008-09-29 21:32:53 +0000 (Mon, 29 Sep 2008) | 1 line
Changed paths:
A /trunk/.pkgmeta
Facilitate WowAce-on-CurseForge transition
------------------------------------------------------------------------
r27 | root | 2008-09-29 20:58:14 +0000 (Mon, 29 Sep 2008) | 1 line
Changed paths:
D /tmp/trunk/KA_RaidTracker
A /trunk (from /tmp/trunk/KA_RaidTracker:26)
Importing old repo data under /trunk
------------------------------------------------------------------------
r23 | celess | 2008-04-02 22:01:13 +0000 (Wed, 02 Apr 2008) | 4 lines
Changed paths:
A /tmp/trunk/KA_RaidTracker/Core
A /tmp/trunk/KA_RaidTracker/Core/KARaidTrackerCore_Data.lua
A /tmp/trunk/KA_RaidTracker/Core/KARaidTrackerCore_Utility.lua
A /tmp/trunk/KA_RaidTracker/Core/KarmaCore-1.0.lua
M /tmp/trunk/KA_RaidTracker/KA_RaidTracker.lua
M /tmp/trunk/KA_RaidTracker/KA_RaidTracker.toc
M /tmp/trunk/KA_RaidTracker/KA_RaidTracker.xml
M /tmp/trunk/KA_RaidTracker/KA_RaidTracker_Buttons.xml
M /tmp/trunk/KA_RaidTracker/KA_RaidTracker_Data.lua
M /tmp/trunk/KA_RaidTracker/KA_RaidTracker_ItemOptions.lua
M /tmp/trunk/KA_RaidTracker/KA_RaidTracker_ItemOptions.xml
M /tmp/trunk/KA_RaidTracker/KA_RaidTracker_Options.lua
D /tmp/trunk/KA_RaidTracker/KA_RaidTracker_Utility.lua
KA_RaidTracker: initial update
- <updated the ct raid import>
- <overhaul of the db code, db stays the same itself>
------------------------------------------------------------------------
r22 | celess | 2008-03-31 20:31:53 +0000 (Mon, 31 Mar 2008) | 3 lines
Changed paths:
M /tmp/trunk/KA_RaidTracker/KA_RaidTracker.lua
M /tmp/trunk/KA_RaidTracker/KA_RaidTracker_OptionsAce.lua
KA_RaidTracker: initial update
- <fixed bug with mouse over loot detail>
------------------------------------------------------------------------
r21 | celess | 2008-03-31 20:11:06 +0000 (Mon, 31 Mar 2008) | 3 lines
Changed paths:
M /tmp/trunk/KA_RaidTracker/KA_RaidTracker.lua
D /tmp/trunk/KA_RaidTracker/ziplist.wau
KA_RaidTracker: initial update
- <fixed bug with mouse over loot detail>
------------------------------------------------------------------------
r20 | celess | 2008-03-31 19:37:33 +0000 (Mon, 31 Mar 2008) | 6 lines
Changed paths:
M /tmp/trunk/KA_RaidTracker/KA_RaidTracker.lua
M /tmp/trunk/KA_RaidTracker/KA_RaidTracker.toc
M /tmp/trunk/KA_RaidTracker/KA_RaidTracker.xml
M /tmp/trunk/KA_RaidTracker/KA_RaidTracker_Buttons.lua
M /tmp/trunk/KA_RaidTracker/KA_RaidTracker_Data.lua
M /tmp/trunk/KA_RaidTracker/KA_RaidTracker_ItemOptions.lua
M /tmp/trunk/KA_RaidTracker/KA_RaidTracker_ItemOptions.xml
M /tmp/trunk/KA_RaidTracker/KA_RaidTracker_Options.lua
M /tmp/trunk/KA_RaidTracker/KA_RaidTracker_Options.xml
M /tmp/trunk/KA_RaidTracker/KA_RaidTracker_OptionsAce.lua
M /tmp/trunk/KA_RaidTracker/KA_RaidTracker_Utility.lua
M /tmp/trunk/KA_RaidTracker/ziplist.wau
KA_RaidTracker: initial update
- <first pass modernization>
- <added support for CT db copy
should be automatic as long as ct raidtracker is
still running, once db copied ct can be disabled>
- <CT Raidtracker should work fine along side this reguardless>
------------------------------------------------------------------------
r19 | celess | 2008-03-29 02:13:10 +0000 (Sat, 29 Mar 2008) | 2 lines
Changed paths:
M /tmp/trunk/KA_RaidTracker/readme.txt
KA_RaidTracker: initial update
- <adding some files for aceupdater>
------------------------------------------------------------------------
r18 | celess | 2008-03-29 01:52:19 +0000 (Sat, 29 Mar 2008) | 2 lines
Changed paths:
A /tmp/trunk/KA_RaidTracker
A /tmp/trunk/KA_RaidTracker/Icon.tga
A /tmp/trunk/KA_RaidTracker/KA_RaidTracker.lua
A /tmp/trunk/KA_RaidTracker/KA_RaidTracker.toc
A /tmp/trunk/KA_RaidTracker/KA_RaidTracker.xml
A /tmp/trunk/KA_RaidTracker/KA_RaidTrackerLocale-enUS.lua
A /tmp/trunk/KA_RaidTracker/KA_RaidTracker_Buttons.lua
A /tmp/trunk/KA_RaidTracker/KA_RaidTracker_Buttons.xml
A /tmp/trunk/KA_RaidTracker/KA_RaidTracker_Data.lua
A /tmp/trunk/KA_RaidTracker/KA_RaidTracker_ItemOptions.lua
A /tmp/trunk/KA_RaidTracker/KA_RaidTracker_ItemOptions.xml
A /tmp/trunk/KA_RaidTracker/KA_RaidTracker_Options.lua
A /tmp/trunk/KA_RaidTracker/KA_RaidTracker_Options.xml
A /tmp/trunk/KA_RaidTracker/KA_RaidTracker_OptionsAce.lua
A /tmp/trunk/KA_RaidTracker/KA_RaidTracker_Utility.lua
A /tmp/trunk/KA_RaidTracker/localization.lua
A /tmp/trunk/KA_RaidTracker/readme.txt
A /tmp/trunk/KA_RaidTracker/ziplist.wau
KA_RaidTracker: initial commit
- <Tracks members and items for raids and parties>
------------------------------------------------------------------------