r246

Details

  • Filename
    SmartRes2-r246.zip
  • Uploaded by
  • Uploaded
    Feb 27, 2013
  • Size
    223.94 KB
  • Downloads
    433
  • MD5
    1c358a8206c001758dc177f8ce2df72e

Supported WoW Retail Versions

  • 5.1.0

Changelog

------------------------------------------------------------------------
r246 | myrroddin | 2013-02-26 10:06:36 +0000 (Tue, 26 Feb 2013) | 2 lines
Changed paths:
   M /trunk/SmartRes2.lua

- Use correct variable for chat output
- Hide TimeOut bars icons
------------------------------------------------------------------------
r245 | myrroddin | 2013-02-25 18:38:17 +0000 (Mon, 25 Feb 2013) | 1 line
Changed paths:
   M /trunk/SmartRes2.lua

- Fix Version nil error
------------------------------------------------------------------------
r242 | myrroddin | 2013-02-24 13:49:11 +0000 (Sun, 24 Feb 2013) | 2 lines
Changed paths:
   M /trunk/SmartRes2.lua

- SVN weirdness in r241
- Update non-corrupted file
------------------------------------------------------------------------
r241 | myrroddin | 2013-02-24 13:39:24 +0000 (Sun, 24 Feb 2013) | 4 lines
Changed paths:
   M /trunk/SmartRes2Options.lua

- Fix some typos
- Add missing code for bar height, width, scale (options existed, wasn't using them)
- New feature: resurrect time out bars. When someone is lazy, doesn't accept, these bars show the guilty party!
- Might have a bug in LRI regarding rapid deaths/resurrections. Talking to Phanx
------------------------------------------------------------------------
r240 | myrroddin | 2013-02-23 10:34:15 +0000 (Sat, 23 Feb 2013) | 1 line
Changed paths:
   M /trunk/SmartRes2Options.lua

- Replace Custom Message localization with an entirely new string that makes sense in other locales
------------------------------------------------------------------------
r239 | Phanx | 2013-02-23 10:21:40 +0000 (Sat, 23 Feb 2013) | 1 line
Changed paths:
   M /trunk/SmartRes2.lua

- Remove old 'me' and 'you' tokens
------------------------------------------------------------------------
r238 | Phanx | 2013-02-23 10:12:15 +0000 (Sat, 23 Feb 2013) | 1 line
Changed paths:
   M /trunk/SmartRes2.lua

- Fixed message logic for Mass Res
------------------------------------------------------------------------
r237 | Phanx | 2013-02-23 09:52:48 +0000 (Sat, 23 Feb 2013) | 1 line
Changed paths:
   M /trunk/SmartRes2.lua

- Update adding custom res message to use new simplified tokens
------------------------------------------------------------------------
r236 | Phanx | 2013-02-23 08:53:43 +0000 (Sat, 23 Feb 2013) | 1 line
Changed paths:
   M /trunk/SmartRes2.lua

- Whisper the target, not the caster
------------------------------------------------------------------------
r235 | Phanx | 2013-02-23 08:48:33 +0000 (Sat, 23 Feb 2013) | 1 line
Changed paths:
   M /trunk/SmartRes2.lua

- Better fix for debugging
------------------------------------------------------------------------
r234 | Phanx | 2013-02-23 08:40:52 +0000 (Sat, 23 Feb 2013) | 2 lines
Changed paths:
   M /trunk/SmartRes2.lua

- Fix whisper sending to cross-realm players
- Fix debug output when arg2 is false
------------------------------------------------------------------------
r233 | Phanx | 2013-02-23 08:30:08 +0000 (Sat, 23 Feb 2013) | 2 lines
Changed paths:
   M /trunk/SmartRes2Options.lua

- Clean up channel selection logic
- Store font flags and channel names in uppercase to avoid the need for string.upper (old saved values will be updated)
------------------------------------------------------------------------
r232 | Phanx | 2013-02-23 08:29:47 +0000 (Sat, 23 Feb 2013) | 2 lines
Changed paths:
   M /trunk/SmartRes2.lua

- Clean up channel selection logic
- Store font flags and channel names in uppercase to avoid the need for string.upper (old saved values will be updated)
------------------------------------------------------------------------
r231 | myrroddin | 2013-02-23 07:02:55 +0000 (Sat, 23 Feb 2013) | 3 lines
Changed paths:
   M /trunk/SmartRes2.lua
   M /trunk/SmartRes2Options.lua

- Wipe resBars table at the end of the test bars function so the bars show up after repeated calls
- One self:Debug => self:Print
- Delete standalone Monochrome font option (causes game critical crash)
------------------------------------------------------------------------
r230 | myrroddin | 2013-02-22 21:16:39 +0000 (Fri, 22 Feb 2013) | 2 lines
Changed paths:
   M /trunk/SmartRes2.lua

- Add more missing phrases to localization wowace app
- Wipe resBars table at end of Test Bars so they show more than once
------------------------------------------------------------------------
r229 | myrroddin | 2013-02-22 06:39:43 +0000 (Fri, 22 Feb 2013) | 3 lines
Changed paths:
   M /trunk/SmartRes2.lua
   M /trunk/SmartRes2Options.lua

- Think I created all the phrases Phanx added  in the localization app on wowace
- Added the Custom Message back in (probably needs verification)
- Removed unnecessary variable
------------------------------------------------------------------------
r228 | Phanx | 2013-02-21 13:31:54 +0000 (Thu, 21 Feb 2013) | 1 line
Changed paths:
   M /trunk/SmartRes2.lua

- Fix (maybe) for incorrect duplicate warnings on Mass Res
------------------------------------------------------------------------
r227 | Phanx | 2013-02-21 12:41:49 +0000 (Thu, 21 Feb 2013) | 1 line
Changed paths:
   M /trunk/SmartRes2.lua

- Make sure there are valid targets for Mass Res before casting it
------------------------------------------------------------------------
r226 | Phanx | 2013-02-21 11:44:10 +0000 (Thu, 21 Feb 2013) | 6 lines
Changed paths:
   M /trunk/SmartRes2.lua

- Prevent duplicate bars for Mass Res casts
- Added CUSTOM_CLASS_COLORS support (well, that was really in the last commit)
- Fixed creator recognition
- Fixed random chat messages
- Simplified random chat tokens to avoid excessive escaping
- Removed "/sr cast" command since it cannot work... use "/click SmartRes2Button" or "/click SR2MassResButton" instead
------------------------------------------------------------------------
r225 | Phanx | 2013-02-21 10:49:18 +0000 (Thu, 21 Feb 2013) | 2 lines
Changed paths:
   M /trunk/SmartRes2.lua

- Fixed Mass Res bar coloring
- Maybe fixed backwards chat messaging
------------------------------------------------------------------------
r224 | Phanx | 2013-02-21 10:12:23 +0000 (Thu, 21 Feb 2013) | 1 line
Changed paths:
   M /trunk/SmartRes2.lua

- Fixed the error when announcing an expired res
------------------------------------------------------------------------
r223 | Phanx | 2013-02-21 10:01:36 +0000 (Thu, 21 Feb 2013) | 1 line
Changed paths:
   M /trunk/SmartRes2.lua

- Fixed position not being properly saved between sessions
------------------------------------------------------------------------
r222 | Phanx | 2013-02-21 09:45:46 +0000 (Thu, 21 Feb 2013) | 2 lines
Changed paths:
   M /trunk/SmartRes2.lua

- Fixes and cleanups
- Upgraded Print and added Debug methods
------------------------------------------------------------------------
r221 | Phanx | 2013-02-21 07:49:07 +0000 (Thu, 21 Feb 2013) | 1 line
Changed paths:
   M /trunk/SmartRes2.toc

- Fix path to LibResInfo here too
------------------------------------------------------------------------
r220 | Phanx | 2013-02-21 07:48:39 +0000 (Thu, 21 Feb 2013) | 1 line
Changed paths:
   M /trunk/.pkgmeta

- Fix path to LibResInfo
------------------------------------------------------------------------
r219 | myrroddin | 2013-02-21 07:35:25 +0000 (Thu, 21 Feb 2013) | 5 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/Locales/Localization.Spanish.lua
   M /trunk/Locales/Localization.deDE.lua
   M /trunk/Locales/Localization.frFR.lua
   M /trunk/Locales/Localization.itIT.lua
   M /trunk/Locales/Localization.koKR.lua
   M /trunk/Locales/Localization.ptBR.lua
   M /trunk/Locales/Localization.ruRU.lua
   M /trunk/Locales/Localization.zhCN.lua
   M /trunk/Locales/Localization.zhTW.lua
   M /trunk/SmartRes2.lua
   M /trunk/SmartRes2.toc
   M /trunk/SmartRes2Options.lua

--- TESTING BUILD ---
- Switch to LibResInfo from LibResComm
- Some changes to options (you won't lose random messages!)
- Update localizations (more changes coming)
- Various major and minor changes behind the scenes
------------------------------------------------------------------------
r218 | myrroddin | 2012-10-01 17:29:32 +0000 (Mon, 01 Oct 2012) | 1 line
Changed paths:
   M /trunk/SmartRes2.lua

- Hopefully fixed the bind/unbind errors posted on the Curse comment section
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
77.59 KB Feb 27, 2013 5.1.0 21