File Details
r44beta
- B
- May 8, 2010
- 176.06 KB
- 888
- 3.3.3
- Retail
File Name
UpRank-r44beta.zip
Supported Versions
- 3.3.3
------------------------------------------------------------------------
r44 | mckenziemc | 2010-05-08 00:23:04 +0000 (Sat, 08 May 2010) | 6 lines
Changed paths:
A /tags/r44beta (from /trunk:43)
tagging as r44beta
major changes since last beta:
Partially converted to Ace3
UpRank will now cache your abilities, and check for any missing ones when you switch specs. This should fix the issue where certain abilities would disappear from players' inactive bars when they trained and switched specs.
UpRank will replace the "You have learned" system messages with a summary.
------------------------------------------------------------------------
r43 | mckenziemc | 2010-05-08 00:14:01 +0000 (Sat, 08 May 2010) | 1 line
Changed paths:
M /trunk/localization/enUS.lua
added missing localization (L.NOW_IGNORING)
------------------------------------------------------------------------
r42 | mckenziemc | 2010-05-07 22:04:06 +0000 (Fri, 07 May 2010) | 7 lines
Changed paths:
M /trunk/.pkgmeta
M /trunk/UpRank.lua
M /trunk/localization/enUS.lua
specified 1.0 tag for LibStub in .pkgmeta
added another localization key
fixed an error when showing debug status through the /ur debug command
rearranged some stuff
temporary fix for the chat filter issue when disabling UpRank
changed UpdateSlowNow to allow replacing empty slots
------------------------------------------------------------------------
r41 | mckenziemc | 2010-05-07 04:25:26 +0000 (Fri, 07 May 2010) | 1 line
Changed paths:
M /trunk/.pkgmeta
attemping to package the release version of Ace3 instead of the latest alpha
------------------------------------------------------------------------
r40 | mckenziemc | 2010-05-07 04:12:54 +0000 (Fri, 07 May 2010) | 8 lines
Changed paths:
M /trunk/UpRank.lua
M /trunk/localization/enUS.lua
did some major rearranging of code to (hopefully) improve code readability
on login, tell the user if debugging is enabled
changing vehicle or possess state will no longer trigger a scan/update the bar cache
disabled the empty-slot check when updating slots
changed the way scan steps are put together; RestoreMissingAbilities now uses the regular update queue
safer slot scanning (basically a second fix to the vehicle issue)
added 'debug' and 'sample' to the available slash commands
added debug status lines to the localization
------------------------------------------------------------------------
r39 | mckenziemc | 2010-05-06 05:52:06 +0000 (Thu, 06 May 2010) | 1 line
Changed paths:
M /trunk/.pkgmeta
A /trunk/Ace3.xml
M /trunk/embeds.xml
just import the full Ace3 package, instead of trying to figure out which parts I need
------------------------------------------------------------------------
r38 | mckenziemc | 2010-05-06 05:05:39 +0000 (Thu, 06 May 2010) | 1 line
Changed paths:
M /trunk/.pkgmeta
M /trunk/UpRank.lua
M /trunk/embeds.xml
woops, forgot to add some Ace3 components to .pkgmeta and embeds.xml
------------------------------------------------------------------------
r37 | mckenziemc | 2010-05-06 04:55:57 +0000 (Thu, 06 May 2010) | 3 lines
Changed paths:
M /trunk/UpRank.lua
M /trunk/UpRank.toc
D /trunk/UpRank.xml
A /trunk/init.lua
M /trunk/localization/deDE.lua
M /trunk/localization/enUS.lua
M /trunk/localization/frFR.lua
removed Uprank.xml (it wasn't used anymore)
fixed dependencies
added code to make sure all required addons & libraries are loaded (see init.lua for reasoning)
------------------------------------------------------------------------
r36 | mckenziemc | 2010-05-06 03:14:36 +0000 (Thu, 06 May 2010) | 1 line
Changed paths:
M /trunk/UpRank.toc
testing a kludge for no-lib dependencies
------------------------------------------------------------------------
r35 | mckenziemc | 2010-05-06 02:02:10 +0000 (Thu, 06 May 2010) | 3 lines
Changed paths:
M /trunk/UpRank.lua
M /trunk/UpRank.toc
added some FIXME notes and changed some debug info
fixed an error when new abilities were placed on the bars after training
fixed an error when the player gained vehicle/pet abilites (eg. skeleton phase of Prophet Tharonja fight)
------------------------------------------------------------------------
r34 | mckenziemc | 2010-05-02 23:14:31 +0000 (Sun, 02 May 2010) | 4 lines
Changed paths:
M /trunk/UpRank.lua
M /trunk/UpRank.toc
added some FIXME reminders
implemented bar caching
fixed a mistake in Debug()
------------------------------------------------------------------------
r33 | mckenziemc | 2010-05-02 05:46:57 +0000 (Sun, 02 May 2010) | 1 line
Changed paths:
M /trunk/UpRank.toc
2nd .pkgmeta test
------------------------------------------------------------------------
r32 | mckenziemc | 2010-05-02 05:38:35 +0000 (Sun, 02 May 2010) | 1 line
Changed paths:
M /trunk/.pkgmeta
1st .pkgmeta test
------------------------------------------------------------------------
r31 | mckenziemc | 2010-05-02 05:07:30 +0000 (Sun, 02 May 2010) | 1 line
Changed paths:
M /trunk/.docmeta
A /trunk/.pkgmeta (from /branches/ace3 conversion/.pkgmeta:30)
M /trunk/UpRank.lua
M /trunk/UpRank.toc
A /trunk/embeds.xml (from /branches/ace3 conversion/embeds.xml:30
A /trunk/localization (from /branches/ace3 conversion/localization:30)
D /trunk/localization_deDE.lua
D /trunk/localization_enUS.lua
D /trunk/localization_frFR.lua
merging 'ace conversion' branch back into trunk
------------------------------------------------------------------------
r24 | mckenziemc | 2010-04-15 02:45:42 +0000 (Thu, 15 Apr 2010) | 1 line
Changed paths:
M /trunk/UpRank.lua
M /trunk/UpRank.toc
M /trunk/localization_enUS.lua
A /trunk/localization_frFR.lua
added frFR localization
------------------------------------------------------------------------
r22 | mckenziemc | 2010-04-07 18:10:06 +0000 (Wed, 07 Apr 2010) | 3 lines
Changed paths:
M /trunk/UpRank.lua
fixed two errors when trying to add an ignore
corrected a minor capitalization bug when removing ignores
gave credit to SpeakinSpell (by Stonarius of Andtonidas) in the documentation for the click hook
------------------------------------------------------------------------
r20 | mckenziemc | 2010-04-07 16:18:36 +0000 (Wed, 07 Apr 2010) | 4 lines
Changed paths:
A /trunk/.docmeta
M /trunk/UpRank.lua
D /trunk/docmeta
M /trunk/localization_enUS.lua
I learned about the correct way to put a .docmeta file in my working copy, but I think I'm still missing something to make it show up on CurseForge
changed default spell colors
logging in now queues a scan
improved the handling of scans in combat
------------------------------------------------------------------------
r19 | mckenziemc | 2010-04-07 16:18:01 +0000 (Wed, 07 Apr 2010) | 1 line
Changed paths:
D /trunk/.docmeta
remove the old ".docmeta" file so I can do it right
------------------------------------------------------------------------
r18 | mckenziemc | 2010-03-30 23:21:18 +0000 (Tue, 30 Mar 2010) | 1 line
Changed paths:
A /trunk/.docmeta (from /trunk/docmeta:17)
2nd attempt at using .docmeta, part 2
------------------------------------------------------------------------

