r182

Details

  • Filename
    Prat-3.0-r182.zip
  • Uploaded by
  • Uploaded
    Dec 25, 2008
  • Size
    500.46 KB
  • Downloads
    126
  • MD5
    d3fc0f8dc77bdddfdf803714baa3a795

Supported WoW Retail Versions

  • 3.0.3

Changelog

------------------------------------------------------------------------
r182 | sylvanaar | 2008-12-26 04:13:04 +0000 (Fri, 26 Dec 2008) | 1 line
Changed paths:
   M /trunk/modules/PopupMessage.lua

check PLAYERLINK for nil before calling :match (not sure why its nil)
------------------------------------------------------------------------
r181 | sylvanaar | 2008-12-25 13:34:42 +0000 (Thu, 25 Dec 2008) | 1 line
Changed paths:
   M /trunk/modules/ChatLink.lua

commit the user submitted rework of the chatlink patterns
------------------------------------------------------------------------
r180 | sylvanaar | 2008-12-25 13:31:21 +0000 (Thu, 25 Dec 2008) | 1 line
Changed paths:
   M /trunk/modules/Sounds.lua

modify the sounds module to use the names of the current channels, not some made up names.
------------------------------------------------------------------------
r179 | sylvanaar | 2008-12-25 12:43:53 +0000 (Thu, 25 Dec 2008) | 1 line
Changed paths:
   M /trunk/modules/Alias.lua
   M /trunk/modules/PopupMessage.lua

alter PopupMessage's name matching algorithm so that it works the same as the global name coloring pattern.
------------------------------------------------------------------------
r178 | sylvanaar | 2008-12-25 02:09:57 +0000 (Thu, 25 Dec 2008) | 1 line
Changed paths:
   M /trunk/services/chatsections.lua

change to the GM icon paramters
------------------------------------------------------------------------
r177 | sylvanaar | 2008-12-25 01:52:31 +0000 (Thu, 25 Dec 2008) | 1 line
Changed paths:
   M /trunk/modules/Alias.lua

revert changes made in r156
------------------------------------------------------------------------
r176 | sylvanaar | 2008-12-22 17:54:54 +0000 (Mon, 22 Dec 2008) | 1 line
Changed paths:
   M /trunk/modules/Timestamps.lua

fixes for HH:MM:SS format thanks evonder!
------------------------------------------------------------------------
r174 | sylvanaar | 2008-12-15 12:52:41 +0000 (Mon, 15 Dec 2008) | 1 line
Changed paths:
   M /trunk/modules/PlayerNames.lua

conditional clause ordering error
------------------------------------------------------------------------
r173 | sylvanaar | 2008-12-15 12:50:55 +0000 (Mon, 15 Dec 2008) | 1 line
Changed paths:
   M /trunk/modules/PlayerNames.lua

precedence error
------------------------------------------------------------------------
r171 | sylvanaar | 2008-12-14 04:47:06 +0000 (Sun, 14 Dec 2008) | 1 line
Changed paths:
   M /trunk/modules/PlayerNames.lua

fix some issues with guild member classes
------------------------------------------------------------------------
r170 | sylvanaar | 2008-12-10 19:30:47 +0000 (Wed, 10 Dec 2008) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   A /trunk/samples/MyGuildAlts
   A /trunk/samples/MyGuildAlts/MyGuildAlts.lua
   A /trunk/samples/MyGuildAlts/MyGuildAlts.toc
   D /trunk/samples/no-dependency.lua

Give a sample of how to implement a "MyGuildAlts" addon - sorta like MyMedia. Also gave some instructions on how to configure AddonLoader so that it only loads the alt list when on the server with those alts.
------------------------------------------------------------------------
r169 | sylvanaar | 2008-12-08 21:54:16 +0000 (Mon, 08 Dec 2008) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/libraries/includes.xml

update to include libdbicon (thanks vharr - just what i needed)
------------------------------------------------------------------------
r168 | sylvanaar | 2008-12-08 15:43:13 +0000 (Mon, 08 Dec 2008) | 1 line
Changed paths:
   M /trunk/modules/ChatLink.lua

User submitted reimplementation of the chatlink code. looks much cleaner. not active yet.
------------------------------------------------------------------------
r167 | sylvanaar | 2008-12-06 22:35:25 +0000 (Sat, 06 Dec 2008) | 1 line
Changed paths:
   M /trunk/modules/CustomFilters.lua
   M /trunk/services/chatsections.lua

fix issue where customfilters uses a bad name for its options tree node. Run messageeventfilters in the global environment.
------------------------------------------------------------------------
r165 | sylvanaar | 2008-11-28 23:14:19 +0000 (Fri, 28 Nov 2008) | 1 line
Changed paths:
   M /trunk/modules/ChannelColorMemory.lua

fix lingering usage of Prat.ServerChannels
------------------------------------------------------------------------
r164 | sylvanaar | 2008-11-28 05:06:08 +0000 (Fri, 28 Nov 2008) | 1 line
Changed paths:
   M /trunk/modules/ChatLink.lua
   M /trunk/services/channelapi.lua

more channel linking fixes, linking should be limited to private channels now
------------------------------------------------------------------------
r163 | sylvanaar | 2008-11-26 18:12:17 +0000 (Wed, 26 Nov 2008) | 1 line
Changed paths:
   M /trunk/modules/ChatLink.lua
   M /trunk/services/channelapi.lua

tested version of the fixes for chatlink
------------------------------------------------------------------------
r162 | sylvanaar | 2008-11-26 17:17:37 +0000 (Wed, 26 Nov 2008) | 1 line
Changed paths:
   M /trunk/modules/ChatLink.lua
   M /trunk/services/channelapi.lua

figuring out which channels were private was never complicated. Drycoded fixes for this.
------------------------------------------------------------------------
r161 | sylvanaar | 2008-11-26 13:39:05 +0000 (Wed, 26 Nov 2008) | 1 line
Changed paths:
   M /trunk/services/channelapi.lua

logic inversion in the CanLinkInChannel function. Not very well tested still.
------------------------------------------------------------------------
r160 | sylvanaar | 2008-11-26 13:32:58 +0000 (Wed, 26 Nov 2008) | 1 line
Changed paths:
   M /trunk/modules/Alias.lua

dont uppercase the aliased command either
------------------------------------------------------------------------
r159 | sylvanaar | 2008-11-26 00:02:11 +0000 (Wed, 26 Nov 2008) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   M /trunk/addon/addon.lua
   M /trunk/addon/options.lua
   M /trunk/libraries/includes.xml
   M /trunk/modules/ChatLink.lua
   M /trunk/services/channelapi.lua
   M /trunk/services/includes.xml

large number of changes to chatlink, and an extension to the channel api to help determine if a channel is linkable
------------------------------------------------------------------------
r158 | sylvanaar | 2008-11-25 23:51:53 +0000 (Tue, 25 Nov 2008) | 1 line
Changed paths:
   M /trunk/.pkgmeta
   D /trunk/libraries/utf8.lua

external utf8
------------------------------------------------------------------------
r157 | sylvanaar | 2008-11-25 23:46:10 +0000 (Tue, 25 Nov 2008) | 1 line
Changed paths:
   M /trunk/libraries/includes.xml
   A /trunk/libraries/utf8.lua

add utf8lib from http://grid.13th-floor.org/svn/trunk/UTF8/
------------------------------------------------------------------------
r156 | sylvanaar | 2008-11-25 18:32:23 +0000 (Tue, 25 Nov 2008) | 1 line
Changed paths:
   M /trunk/modules/Alias.lua

alias some common debugging commands that i am sick of typing
------------------------------------------------------------------------
r155 | sylvanaar | 2008-11-25 13:08:04 +0000 (Tue, 25 Nov 2008) | 1 line
Changed paths:
   A /trunk/services/channelapi.lua

moving blizzard channel API extensions into their own source file
------------------------------------------------------------------------
r154 | sylvanaar | 2008-11-24 11:49:03 +0000 (Mon, 24 Nov 2008) | 1 line
Changed paths:
   M /trunk/debug/chunkprofiler.lua
   M /trunk/modules/ChatLink.lua

some debugging changes not checked in yet
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
350.49 KB Dec 25, 2008 3.0.3 76