r174

Details

  • Filename
    Prat-3.0-r174.zip
  • Uploaded by
  • Uploaded
    Dec 15, 2008
  • Size
    499.46 KB
  • Downloads
    121
  • MD5
    1570276e04f5887b347252e7bf513d96

Supported WoW Retail Versions

  • 3.0.3

Changelog

------------------------------------------------------------------------
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
------------------------------------------------------------------------
r152 | sylvanaar | 2008-11-22 01:37:22 +0000 (Sat, 22 Nov 2008) | 1 line
Changed paths:
   M /trunk/modules/PlayerNames.lua

fixed a typo in playernames guild info
------------------------------------------------------------------------
r151 | sylvanaar | 2008-11-22 00:45:36 +0000 (Sat, 22 Nov 2008) | 1 line
Changed paths:
   M /trunk/modules/PlayerNameGlobalPatterns.lua
   M /trunk/modules/PlayerNames.lua

more multibyte fixes for global coloring. fixed uppercasing in tab-complete
------------------------------------------------------------------------
r150 | sylvanaar | 2008-11-22 00:01:47 +0000 (Sat, 22 Nov 2008) | 1 line
Changed paths:
   M /trunk/modules/PlayerNameGlobalPatterns.lua

Improved handling of non-ansi chars in the global patterns
------------------------------------------------------------------------
r149 | sylvanaar | 2008-11-19 17:52:06 +0000 (Wed, 19 Nov 2008) | 1 line
Changed paths:
   M /trunk/modules/PlayerNames.lua

enable the tab-complete option which was commented out
------------------------------------------------------------------------
r148 | sylvanaar | 2008-11-18 19:33:16 +0000 (Tue, 18 Nov 2008) | 1 line
Changed paths:
   M /trunk/modules/PlayerNames.lua

changed the invite link generator to not create as much garbage
------------------------------------------------------------------------
r146 | sylvanaar | 2008-11-18 18:35:27 +0000 (Tue, 18 Nov 2008) | 1 line
Changed paths:
   M /trunk/addon/locales.lua
   M /trunk/modules/AltNames.lua
   M /trunk/modules/PlayerNameGlobalPatterns.lua

changes for multi-byte character names
------------------------------------------------------------------------
r145 | sylvanaar | 2008-11-17 23:11:17 +0000 (Mon, 17 Nov 2008) | 1 line
Changed paths:
   M /trunk/services/chatsections.lua

pass arg1-arg12 to message event filters.
------------------------------------------------------------------------
r144 | sylvanaar | 2008-11-16 08:35:49 +0000 (Sun, 16 Nov 2008) | 1 line
Changed paths:
   M /trunk/modules/PlayerNameGlobalPatterns.lua
   M /trunk/services/classgenderfix.lua

some changes to class name matching and illegal chars in  patterns
------------------------------------------------------------------------
r143 | sylvanaar | 2008-11-16 07:53:02 +0000 (Sun, 16 Nov 2008) | 1 line
Changed paths:
   M /trunk/modules/AltNames.lua

code to deal with chars invalid for the current locale
------------------------------------------------------------------------
r142 | sylvanaar | 2008-11-16 06:23:31 +0000 (Sun, 16 Nov 2008) | 2 lines
Changed paths:
   M /trunk/modules/AltNames.lua

change from %w to %S to allow high-ascii letters in altnames

------------------------------------------------------------------------
r140 | sylvanaar | 2008-11-15 17:22:58 +0000 (Sat, 15 Nov 2008) | 1 line
Changed paths:
   M /trunk/modules/PlayerNames.lua

change the way we work when wholib is active - make sure all calls to get player data pass through wholib if its active, but only if we dont have the data in our own cache
------------------------------------------------------------------------
r139 | sylvanaar | 2008-11-15 16:05:15 +0000 (Sat, 15 Nov 2008) | 1 line
Changed paths:
   M /trunk/modules/PlayerNames.lua

change the way we work when wholib is active - make sure all calls to get player data pass through wholib if its active
------------------------------------------------------------------------
r138 | sylvanaar | 2008-11-15 07:47:14 +0000 (Sat, 15 Nov 2008) | 1 line
Changed paths:
   M /trunk/addon/addon.lua

make the playername blacklist realmwide. I may move this later to the playernames module idk.
------------------------------------------------------------------------
r137 | sylvanaar | 2008-11-15 04:20:05 +0000 (Sat, 15 Nov 2008) | 1 line
Changed paths:
   M /trunk/modules/PlayerNameGlobalPatterns.lua

global coloring was broken.
------------------------------------------------------------------------
r136 | sylvanaar | 2008-11-15 02:16:40 +0000 (Sat, 15 Nov 2008) | 1 line
Changed paths:
   M /trunk/modules/Timestamps.lua

make 2 column chat off by default.
------------------------------------------------------------------------
r135 | sylvanaar | 2008-11-15 02:13:52 +0000 (Sat, 15 Nov 2008) | 1 line
Changed paths:
   M /trunk/modules/CopyChat.lua

fix other occurrence of "Cannot find module 'SMFHax'"
------------------------------------------------------------------------
r134 | sylvanaar | 2008-11-14 01:49:18 +0000 (Fri, 14 Nov 2008) | 1 line
Changed paths:
   M /trunk/modules/CopyChat.lua

fixed non-silent getmodule call
------------------------------------------------------------------------

Additional Files

Type Name Size Uploaded Game Version Downloads
354.99 KB Dec 15, 2008 3.0.3 78