r140

Details

  • Filename
    SmartRes2-r140.zip
  • Uploaded by
  • Uploaded
    Jun 28, 2010
  • Size
    203.98 KB
  • Downloads
    186
  • MD5
    ce8b8fee426db74e3a80783b6f59da9b

Supported WoW Retail Versions

  • 3.3.5

Changelog

------------------------------------------------------------------------
r140 | myrroddin | 2010-06-28 09:30:40 +0000 (Mon, 28 Jun 2010) | 1 line
Changed paths:
   M /trunk/SmartRes2.lua

line 1000: change self to SmartRes2 for proper function call
------------------------------------------------------------------------
r139 | myrroddin | 2010-06-27 09:16:11 +0000 (Sun, 27 Jun 2010) | 3 lines
Changed paths:
   M /trunk/SmartRes2.lua

localized UnitIsUnit from global table
replaced "player" with Player variable, for sake of consistency
cleaned up GetTargetTrueName() function code
------------------------------------------------------------------------
r138 | Zidomo | 2010-06-26 21:55:06 +0000 (Sat, 26 Jun 2010) | 1 line
Changed paths:
   M /trunk/SmartRes2.lua

Typo fix
------------------------------------------------------------------------
r137 | myrroddin | 2010-06-26 11:47:58 +0000 (Sat, 26 Jun 2010) | 3 lines
Changed paths:
   M /trunk/SmartRes2.lua

dry-code check for AFK targets
dry-code attempt to get unit - realm name so cross-realm players can be auto-ressed
both untested
------------------------------------------------------------------------
r136 | shefki | 2010-06-26 09:12:52 +0000 (Sat, 26 Jun 2010) | 2 lines
Changed paths:
   M /trunk/SmartRes2.lua

Cleanup some logic.

------------------------------------------------------------------------
r135 | shefki | 2010-06-26 09:07:37 +0000 (Sat, 26 Jun 2010) | 2 lines
Changed paths:
   M /trunk/SmartRes2.lua

Fix a typo

------------------------------------------------------------------------
r134 | shefki | 2010-06-26 09:04:44 +0000 (Sat, 26 Jun 2010) | 2 lines
Changed paths:
   M /trunk/SmartRes2.lua

Now you don't need to reset your profile just because defaults changed.

------------------------------------------------------------------------
r133 | myrroddin | 2010-06-26 08:25:32 +0000 (Sat, 26 Jun 2010) | 2 lines
Changed paths:
   M /trunk/SmartRes2.lua

IMPORTANT: if updating from earlier version than Beta 2.02, you MUST reset your profile. This makes the "randChatTbl is nil" error go away. Was caused because I fixed the profiling code, and moved the random chat table code accordingly.
Fix from Sarbian: added and handled PARTY_MEMBERS_CHANGED() event and made raidUpdated = true within
------------------------------------------------------------------------
r131 | myrroddin | 2010-06-10 02:15:44 +0000 (Thu, 10 Jun 2010) | 1 line
Changed paths:
   M /trunk/SmartRes2.lua

:OnProfileReset() should call :OnNewProfile() and not :OnProfileChanged()
------------------------------------------------------------------------
r129 | myrroddin | 2010-06-10 01:27:04 +0000 (Thu, 10 Jun 2010) | 2 lines
Changed paths:
   M /trunk/SmartRes2.lua

Fix ticket # 44 "Print global error"... thanks Torhal.
Added Easter egg!
------------------------------------------------------------------------
r128 | torhal | 2010-06-09 20:09:23 +0000 (Wed, 09 Jun 2010) | 1 line
Changed paths:
   M /trunk/SmartRes2.lua

In SmartRes2:AddCollisionBars() - Replaced Print() with self:Print()
------------------------------------------------------------------------
r127 | torhal | 2010-06-09 08:34:39 +0000 (Wed, 09 Jun 2010) | 1 line
Changed paths:
   M /trunk/SmartRes2.lua

In SmartRes2:ResComm_ResStart() - Reverted call to non-existent Print() back to SendChatMessage().
------------------------------------------------------------------------
r125 | myrroddin | 2010-06-02 12:38:38 +0000 (Wed, 02 Jun 2010) | 2 lines
Changed paths:
   M /trunk/SmartRes2.lua

just needed to add some missing quote symbols, added 2 translations I missed, and everything works!
no errors. tried no-lib and embedded versions in game woot~
------------------------------------------------------------------------
r124 | myrroddin | 2010-06-02 12:08:24 +0000 (Wed, 02 Jun 2010) | 2 lines
Changed paths:
   M /trunk/SmartRes2.lua

trying Torhal's suggestion about replacing some translation keys because of escape codes
forced additional translations that were missing on wowace page using import. hopefully I missed nothing
------------------------------------------------------------------------
r123 | myrroddin | 2010-06-02 10:39:22 +0000 (Wed, 02 Jun 2010) | 3 lines
Changed paths:
   M /trunk/SmartRes2.lua
   M /trunk/SmartRes2.toc

removed unnecessary translations from wowace page
in toc, moved MultiSelect out of lib-strip
re-created some translations from scratch that were buggy
------------------------------------------------------------------------
r122 | myrroddin | 2010-06-02 07:09:48 +0000 (Wed, 02 Jun 2010) | 3 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/SmartRes2.lua

moved random chat table stuff out of OnProfileChanged() and into OnNewProfile()
removed MultiSelect from .pkgmeta, as it is hard embedded
bugged translation probably still bugged. working on it. revert back to r117 or beta if you are having issues
------------------------------------------------------------------------
r121 | myrroddin | 2010-06-01 11:03:39 +0000 (Tue, 01 Jun 2010) | 2 lines
Changed paths:
   A /trunk/Libs/MultiSelect
   A /trunk/Libs/MultiSelect/Changelog-MultiSelect-r4.txt
   A /trunk/Libs/MultiSelect/MultiSelect.lua
   A /trunk/Libs/MultiSelect/MultiSelect.xml

re-commit, hopefully fixing annoying missing translation that I did add!!
Hard embed MultiSelect
------------------------------------------------------------------------
r120 | myrroddin | 2010-06-01 10:37:09 +0000 (Tue, 01 Jun 2010) | 4 lines
Changed paths:
   M /trunk/SmartRes2.lua

moved random messages list to OnProfileChanged() callback function
removing random messages from list now permanently removes them. no more reset on reload
removed unnecessary debug commentary
fixed ticket #43 missing translation
------------------------------------------------------------------------
r119 | myrroddin | 2010-05-30 09:36:13 +0000 (Sun, 30 May 2010) | 3 lines
Changed paths:
   M /trunk/SmartRes2.lua

Adirelle: followed advice on forum
altered a translation
Closer, but still throwing hard to debug error
------------------------------------------------------------------------
r118 | myrroddin | 2010-05-30 03:58:05 +0000 (Sun, 30 May 2010) | 3 lines
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/SmartRes2.lua
   M /trunk/SmartRes2.toc

save CPU cycles in ResComm_ResStart()
added very basic, and probably not yet working, support for adding and removing to the random res message table. this WILL throw errors until code is done
slight reorganizing of options
------------------------------------------------------------------------
r117 | myrroddin | 2010-05-26 10:26:54 +0000 (Wed, 26 May 2010) | 4 lines
Changed paths:
   M /trunk/SmartRes2.lua

IMPORTANT: if you run no-lib, DELETE your Libbars-1.0 (it will reinstall)
You *may* have to delete your saved variables for this patch
The visible / not hiding anchor issue is fixed. Faulty install of LibBars-1.0 to blame. Sorry.
Clamped To Screen, Lock, and Unlock implemented on bars.
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
59.52 KB Jun 28, 2010 3.3.5 26