3.2-nolib

Details

  • Filename
    Prat-3.0-3.2-nolib.zip
  • Uploaded by
  • Uploaded
    Jun 1, 2009
  • Size
    342.69 KB
  • Downloads
    140
  • MD5
    780671719ef1f47e8a64a160362a8902

Supported WoW Retail Versions

  • 3.1.0

Changelog

------------------------------------------------------------------------
r336 | sylvanaar | 2009-05-18 15:57:13 +0000 (Mon, 18 May 2009) | 1 line
Changed paths:
   M /trunk/addon/addon.lua
   M /trunk/addon/options.lua
   M /trunk/services/events.lua

tweak the event id stuff so we can id non chat events if we whitelist them. make module enable/disable work when modules are set to "dont load"
------------------------------------------------------------------------
r334 | sylvanaar | 2009-05-15 23:29:56 +0000 (Fri, 15 May 2009) | 1 line
Changed paths:
   M /trunk/addon/addon.lua

wipe the outbound data table before each use, this lets modules store data on a per-outbound message scope
------------------------------------------------------------------------
r333 | sylvanaar | 2009-05-15 22:54:22 +0000 (Fri, 15 May 2009) | 1 line
Changed paths:
   M /trunk/modules/Alias.lua

alias module fixes
------------------------------------------------------------------------
r332 | sylvanaar | 2009-05-14 21:20:57 +0000 (Thu, 14 May 2009) | 1 line
Changed paths:
   M /trunk/modules/ChannelColorMemory.lua

touch for localization update
------------------------------------------------------------------------
r331 | sylvanaar | 2009-05-14 21:16:06 +0000 (Thu, 14 May 2009) | 1 line
Changed paths:
   M /trunk/modules/ChannelColorMemory.lua

change the pattern ccm uses so that it can handle multibyte chars in the channel name
------------------------------------------------------------------------
r330 | sylvanaar | 2009-05-14 20:52:54 +0000 (Thu, 14 May 2009) | 1 line
Changed paths:
   M /trunk/modules/ChannelColorMemory.lua

change the channel match pattern so it doesnt get messed up by special chars
------------------------------------------------------------------------
r329 | sylvanaar | 2009-05-10 11:30:45 +0000 (Sun, 10 May 2009) | 1 line
Changed paths:
   M /trunk/Prat-3.0.toc

touch something to rebuild the localizations
------------------------------------------------------------------------
r328 | sylvanaar | 2009-05-10 06:12:28 +0000 (Sun, 10 May 2009) | 1 line
Changed paths:
   M /trunk/modules/CustomFilters.lua
   M /trunk/modules/PopupMessage.lua
   M /trunk/services/channelapi.lua
   M /trunk/services/chatsections.lua

Disabled output to server channels, nothx spammers. added chat type filtering per-filter. outputting and replacing are both still part of the same filter, so you will output the replacement text. Popupmessage defaults updated so that ChatFrame1 is enabled by default, since Popupmessage is disabled by default. Channel xref table cleaned up.
------------------------------------------------------------------------
r327 | sylvanaar | 2009-05-10 04:31:50 +0000 (Sun, 10 May 2009) | 1 line
Changed paths:
   M /trunk/modules/CustomFilters.lua

behaving finally. includes a new sink target to forward to a custom channel. If you create a recursive loop, its your fault.
------------------------------------------------------------------------
r326 | sylvanaar | 2009-05-09 19:49:10 +0000 (Sat, 09 May 2009) | 1 line
Changed paths:
   M /trunk/debug/printliteral.lua

have PrintLiteral/Frame return their strings as well
------------------------------------------------------------------------
r325 | sylvanaar | 2009-05-06 09:29:51 +0000 (Wed, 06 May 2009) | 1 line
Changed paths:
   M /trunk/modules/ldb.lua

its a launcher
------------------------------------------------------------------------
r324 | sylvanaar | 2009-05-04 22:13:48 +0000 (Mon, 04 May 2009) | 1 line
Changed paths:
   M /trunk/modules/ldb.lua

changed "launcher" to "data source"
------------------------------------------------------------------------
r323 | sylvanaar | 2009-05-04 12:23:49 +0000 (Mon, 04 May 2009) | 1 line
Changed paths:
   M /trunk/services/channelapi.lua

add uppercase and lowercase versions of channel names into the channel xref table, so '/csay general' will work instead of just '/csay General'
------------------------------------------------------------------------
r322 | sylvanaar | 2009-05-04 12:02:37 +0000 (Mon, 04 May 2009) | 1 line
Changed paths:
   M /trunk/modules/Alias.lua

remove debug line
------------------------------------------------------------------------
r321 | sylvanaar | 2009-05-04 12:01:23 +0000 (Mon, 04 May 2009) | 1 line
Changed paths:
   M /trunk/modules/Alias.lua
   M /trunk/modules/Sounds.lua

fix the alias module, it was outputting into the chat. try to cleanup bad saved data for custom channel sounds
------------------------------------------------------------------------
r319 | sylvanaar | 2009-05-02 19:08:46 +0000 (Sat, 02 May 2009) | 1 line
Changed paths:
   M /trunk/services/chatsections.lua

handle the SUSPENDED channel notice like YOU_LEFT
------------------------------------------------------------------------
r318 | sylvanaar | 2009-05-02 18:17:38 +0000 (Sat, 02 May 2009) | 1 line
Changed paths:
   M /trunk/modules/CustomFilters.lua

even more filter remove fixes
------------------------------------------------------------------------
r317 | sylvanaar | 2009-05-02 17:45:57 +0000 (Sat, 02 May 2009) | 1 line
Changed paths:
   M /trunk/modules/CustomFilters.lua
   M /trunk/modules/OriginalButtons.lua
   M /trunk/modules/ScrollingMessageFrameHacks.lua

ongoing fix to customfilters filter removal. option to enable text reflow without 2 column chat
------------------------------------------------------------------------
r316 | sylvanaar | 2009-05-02 14:47:20 +0000 (Sat, 02 May 2009) | 1 line
Changed paths:
   M /trunk/Prat-3.0.toc

touch
------------------------------------------------------------------------
r315 | sylvanaar | 2009-05-02 08:47:27 +0000 (Sat, 02 May 2009) | 1 line
Changed paths:
   M /trunk/Bindings.xml

remove keybind for chat channel 10, who uses channel 10 anyways?
------------------------------------------------------------------------
r314 | sylvanaar | 2009-05-02 08:41:01 +0000 (Sat, 02 May 2009) | 1 line
Changed paths:
   M /trunk/Bindings.xml
   M /trunk/modules/Keybindings.lua

added a keybind to cycle through the docked chatframes.
------------------------------------------------------------------------
r313 | sylvanaar | 2009-05-02 08:18:10 +0000 (Sat, 02 May 2009) | 1 line
Changed paths:
   M /trunk/modules/CustomFilters.lua

add/remove filter code was really bad...
------------------------------------------------------------------------
r312 | sylvanaar | 2009-05-02 02:28:45 +0000 (Sat, 02 May 2009) | 1 line
Changed paths:
   M /trunk/addon/addon.lua

fix broken WIM compatibility. typo
------------------------------------------------------------------------
r311 | sylvanaar | 2009-05-02 02:19:02 +0000 (Sat, 02 May 2009) | 1 line
Changed paths:
   M /trunk/modules/Buttons.lua
   M /trunk/modules/OriginalButtons.lua

disable the other button module before doing anything else in onenable
------------------------------------------------------------------------
r310 | sylvanaar | 2009-05-02 02:15:48 +0000 (Sat, 02 May 2009) | 1 line
Changed paths:
   M /trunk/modules/Buttons.lua
   M /trunk/modules/CustomFilters.lua
   M /trunk/modules/OriginalButtons.lua

make the buttons and original buttons module disable work better. tweak customfilters options
------------------------------------------------------------------------
r309 | sylvanaar | 2009-05-02 01:33:05 +0000 (Sat, 02 May 2009) | 1 line
Changed paths:
   M /trunk/modules/CustomFilters.lua

per-filter sink outputs
------------------------------------------------------------------------
r308 | sylvanaar | 2009-05-02 01:12:06 +0000 (Sat, 02 May 2009) | 1 line
Changed paths:
   M /trunk/modules/ChannelNames.lua

uncommitted changes to channelnames
------------------------------------------------------------------------
r307 | sylvanaar | 2009-05-02 01:09:12 +0000 (Sat, 02 May 2009) | 1 line
Changed paths:
   M /trunk/services/chatsections.lua

fix annoying LFG channel issue where the channel name was blank
------------------------------------------------------------------------
r306 | sylvanaar | 2009-05-02 00:30:52 +0000 (Sat, 02 May 2009) | 1 line
Changed paths:
   M /trunk/modules/Timestamps.lua

Fix a misleading format string label
------------------------------------------------------------------------
r305 | sylvanaar | 2009-04-30 17:34:16 +0000 (Thu, 30 Apr 2009) | 1 line
Changed paths:
   M /trunk/modules/Sounds.lua

make the custom channel table local again - was just for debugging
------------------------------------------------------------------------