r336-nolib

Details

  • Filename
    Prat-3.0-r336-nolib.zip
  • Uploaded by
  • Uploaded
    May 18, 2009
  • Size
    343.58 KB
  • Downloads
    75
  • MD5
    b8280c6575e42ef8c25ca47c2f5e3890

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
------------------------------------------------------------------------
r304 | sylvanaar | 2009-04-30 17:31:04 +0000 (Thu, 30 Apr 2009) | 1 line
Changed paths:
   M /trunk/modules/OriginalButtons.lua

Position the scrolldown reminder button opposite the chatframe's text orientation, ie if right justified show on the left
------------------------------------------------------------------------
r303 | sylvanaar | 2009-04-30 17:13:17 +0000 (Thu, 30 Apr 2009) | 1 line
Changed paths:
   M /trunk/addon/addon.lua

IsCombatLog() does not return the correct value at the time we call it (too early?). So check for chatframe2 also for now at least.
------------------------------------------------------------------------
r302 | sylvanaar | 2009-04-25 19:30:53 +0000 (Sat, 25 Apr 2009) | 1 line
Changed paths:
   M /trunk/modules/OriginalButtons.lua

more options changes
------------------------------------------------------------------------
r301 | sylvanaar | 2009-04-25 19:01:31 +0000 (Sat, 25 Apr 2009) | 1 line
Changed paths:
   M /trunk/modules/OriginalButtons.lua

small changes/fixes to the old buttons module, and its options menu
------------------------------------------------------------------------
r300 | sylvanaar | 2009-04-25 18:29:35 +0000 (Sat, 25 Apr 2009) | 1 line
Changed paths:
   M /trunk/addon/modules.lua
   A /trunk/modules/OriginalButtons.lua
   M /trunk/modules/highcpu.xml

added prat 2.0's button module, and provide it in the high cpu modules.
------------------------------------------------------------------------
r299 | sylvanaar | 2009-04-25 17:45:52 +0000 (Sat, 25 Apr 2009) | 1 line
Changed paths:
   M /trunk/modules/Sounds.lua

custom channel sound options
------------------------------------------------------------------------
r298 | sylvanaar | 2009-04-25 17:25:10 +0000 (Sat, 25 Apr 2009) | 1 line
Changed paths:
   M /trunk/modules/ScrollingMessageFrameHacks.lua

add support for reflowing the text around buttons on the chatframe (feature from prat 2.0)
------------------------------------------------------------------------
r297 | sylvanaar | 2009-04-25 15:06:19 +0000 (Sat, 25 Apr 2009) | 1 line
Changed paths:
   M /trunk/addon/addon.lua

fix recursion in the getchannelname function
------------------------------------------------------------------------
r296 | sylvanaar | 2009-04-25 14:31:57 +0000 (Sat, 25 Apr 2009) | 1 line
Changed paths:
   M /trunk/addon/addon.lua
   M /trunk/modules/ChannelNames.lua
   M /trunk/services/channelapi.lua

further channel api changes. channelname options: nickname options list is no longer pruned so you dont have to be in the channel to set its nickname
------------------------------------------------------------------------
r295 | sylvanaar | 2009-04-25 14:15:24 +0000 (Sat, 25 Apr 2009) | 1 line
Changed paths:
   M /trunk/addon/addon.lua
   M /trunk/services/channelapi.lua

init the hooked frames list earlier so it doesnt break timestamps. part of the channel api changes.
------------------------------------------------------------------------
r294 | sylvanaar | 2009-04-25 13:05:34 +0000 (Sat, 25 Apr 2009) | 1 line
Changed paths:
   M /trunk/addon/addon.lua

added comments about what the GetChannelName hook does
------------------------------------------------------------------------
r293 | sylvanaar | 2009-04-25 12:53:35 +0000 (Sat, 25 Apr 2009) | 1 line
Changed paths:
   M /trunk/addon/addon.lua
   M /trunk/modules/CopyChat.lua
   M /trunk/modules/Paragraph.lua

allow paragraph and copychat options for combat log frames to appear in the options menu. handle the combat log frame without refering to it as ChatFrame2
------------------------------------------------------------------------
r292 | sylvanaar | 2009-04-25 12:34:27 +0000 (Sat, 25 Apr 2009) | 1 line
Changed paths:
   M /trunk/addon/addon.lua
   M /trunk/modules/ChannelNames.lua

some forgotten code for coloring each type of whisper that never got moved during beta. cleanup of the Format() implementation
------------------------------------------------------------------------
r291 | sylvanaar | 2009-04-25 03:13:55 +0000 (Sat, 25 Apr 2009) | 1 line
Changed paths:
   M /trunk/modules/CustomFilters.lua

allow filters to be named, enabled, and disabled
------------------------------------------------------------------------
r290 | sylvanaar | 2009-04-19 22:48:11 +0000 (Sun, 19 Apr 2009) | 1 line
Changed paths:
   M /trunk/modules/ChannelNames.lua

the space in the channel names finally looks right in all 12 test cases
------------------------------------------------------------------------
r289 | sylvanaar | 2009-04-17 00:05:44 +0000 (Fri, 17 Apr 2009) | 1 line
Changed paths:
   M /trunk/modules/ChannelNames.lua
   M /trunk/modules/CustomFilters.lua

format the channel names in FrameMessage instead of PreAddMessage so channel notice/leave/join can be processed by customfilters.
------------------------------------------------------------------------