Prat-r43249.1

Details

  • Filename
    Prat-r43249.1.zip
  • Uploaded by
  • Uploaded
    Jul 9, 2007
  • Size
    464.45 KB
  • Downloads
    19
  • MD5
    5a7f6f529e1748985e694b93966ae9da

Supported WoW Retail Versions

  • 2.1.3

Changelog

------------------------------------------------------------------------
r43249 | sylvanaar | 2007-07-08 20:52:50 -0400 (Sun, 08 Jul 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat.lua

Prat:  Added an event so modules know when the chat message layout has been changed
------------------------------------------------------------------------
r43220 | fin | 2007-07-08 11:21:02 -0400 (Sun, 08 Jul 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/Presets.lua

Prat: Prat_Modules/modules/Presets.lua updated "removed" note with a pointer to new location for adding presets
------------------------------------------------------------------------
r43117 | sylvanaar | 2007-07-07 19:50:38 -0400 (Sat, 07 Jul 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/extras/Presets.lua
   M /trunk/Prat/extras/util.lua

Prat:  New preset (Thanks Erestor!), and a fix in the table merge code which wouln't merge a value of false over a value of true. (Also thanks Erestor noticing that)
------------------------------------------------------------------------
r42515 | fenlis | 2007-07-02 12:52:45 -0400 (Mon, 02 Jul 2007) | 2 lines
Changed paths:
   M /trunk/Prat/Prat.lua

Prat:  
 - Updated localization koKR
------------------------------------------------------------------------
r42320 | damjau | 2007-06-30 06:39:50 -0400 (Sat, 30 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/AltNames.lua

Prat:  add and fix koKR locals
------------------------------------------------------------------------
r42279 | fin | 2007-06-29 17:47:23 -0400 (Fri, 29 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/AltNames.lua

Prat: AltNames: nutherfix cos I can't have false values as table keys without Waterfall crying like a baby
------------------------------------------------------------------------
r42278 | fin | 2007-06-29 17:24:51 -0400 (Fri, 29 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/AltNames.lua

Prat: AltNames: Prat: AltNames: couplafixes for Waterfall drop down which contain a table with a key of 'false' (valid, but not for Waterfall tch); and importing from Guild Greet (not sure how that ever worked, jesus I'm high right now)
------------------------------------------------------------------------
r42199 | yhwh | 2007-06-29 04:38:25 -0400 (Fri, 29 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat.lua

Prat:  updated zhCN translation
------------------------------------------------------------------------
r42193 | candykiss | 2007-06-29 03:59:16 -0400 (Fri, 29 Jun 2007) | 3 lines
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/ChannelColorMemory.lua
   M /trunk/Prat/Prat_Modules/modules/Editbox.lua

Prat:
- ChannelColorMemory.lua fix the regular expression in zhCN localization
- Editbox.lua fix zhCN localization
------------------------------------------------------------------------
r42172 | fin | 2007-06-28 23:51:01 -0400 (Thu, 28 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/AltNames.lua

Prat: AltNames: tooltips - added flag to check whether the tooltip should've been altered or not
------------------------------------------------------------------------
r42164 | fin | 2007-06-28 23:08:28 -0400 (Thu, 28 Jun 2007) | 15 lines
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/AltNames.lua

Prat: AltNames:
 - added options for adding information to a player's tooltip, to:
    . show an alt's main name;
    . show a main's list of alts and show other alts for an alt;
 - fixed small typo in import description;
 - renamed "main" to "mainname" everywhere after getting unnecessarily paranoid about reserved words and stuff (still making the code more consistent though, which is nice)
 - hopefully fixed potential buggrup when checking for PlayerNames
 - fixed error raised when attempting to link alts -> mains via Waterfall, but using a blank main name
 - minor cleanups and tweaks
 - removed unused code
 - added :getMain() (returns an alt's main if set (string), or nil); and :getAlts() (returns list of alts for a main (table), or nil); hopefully for use in TinyTip and CowTip modules
 - adding colouring functions (locals clralt and clrmain), with horrible default colours and currently no way to change them; used them liberally and inconsistently in unspecified locations
 - fixed check for existing main link when adding an alt's main; and therefore the display of a warning message if noclobber not set
 - changed around a few of the strings which will annoy the translators probably
 - fixed check for alt names with no main names specified
------------------------------------------------------------------------
r42144 | fin | 2007-06-28 20:01:37 -0400 (Thu, 28 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/extras/readme.txt

Prat: extras/readme.txt minorish updates - forum thread URL; mentioned #wowace; added appropriately emotional conclusion; noted "Prattle"
------------------------------------------------------------------------
r42143 | fin | 2007-06-28 19:54:53 -0400 (Thu, 28 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/extras/util.lua

Prat: extras/util.lua added nicejoin(t, glue, gluebeforelast) -- nicejoin({'one', 'two', 'three'}) == 'one, two, and three'
------------------------------------------------------------------------
r42120 | fin | 2007-06-28 17:15:25 -0400 (Thu, 28 Jun 2007) | 5 lines
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/History.lua

Prat:
 - History: fix: changed the loop in :addSavedHistory() so that the command history doesn't get added in reverse order;
 - Future: TODO: add feature to predict the future so that you can press down to get the most recent command on reload;
 - Future: WONTDO: my future self tells me I will start this project and fail to complete it due to mutative genetic disease virus;
 - History: tripled default limit of chat lines to show per frame to 384 (128 is for babies)
------------------------------------------------------------------------
r42099 | candykiss | 2007-06-28 14:53:06 -0400 (Thu, 28 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/AddonMessages.lua
   M /trunk/Prat/Prat_Modules/modules/ChannelColorMemory.lua
   M /trunk/Prat/Prat_Modules/modules/ChannelNames.lua
   M /trunk/Prat/Prat_Modules/modules/ChannelSticky.lua
   M /trunk/Prat/Prat_Modules/modules/ChatButtons.lua
   M /trunk/Prat/Prat_Modules/modules/ChatFrames.lua
   M /trunk/Prat/Prat_Modules/modules/ChatLink.lua
   M /trunk/Prat/Prat_Modules/modules/Editbox.lua
   M /trunk/Prat/Prat_Modules/modules/EventNames.lua
   M /trunk/Prat/Prat_Modules/modules/Fading.lua
   M /trunk/Prat/Prat_Modules/modules/History.lua
   M /trunk/Prat/Prat_Modules/modules/Justify.lua
   M /trunk/Prat/Prat_Modules/modules/Keybindings.lua
   M /trunk/Prat/Prat_Modules/modules/PlayerNames.lua
   M /trunk/Prat/Prat_Modules/modules/ServerNames.lua
   M /trunk/Prat/Prat_Modules/modules/TellTarget.lua

Prat: updated zhCN translation
------------------------------------------------------------------------
r41924 | gamefaq | 2007-06-27 15:32:46 -0400 (Wed, 27 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat.lua
   M /trunk/Prat/Prat_Modules/modules/PlayerNames.lua
   M /trunk/Prat/Prat_Modules/modules/ServerNames.lua
   M /trunk/Prat/extras/PratFu.lua

Prat:  deDE Update
------------------------------------------------------------------------
r41873 | fenlis | 2007-06-27 07:26:49 -0400 (Wed, 27 Jun 2007) | 2 lines
Changed paths:
   M /trunk/Prat/Prat.lua
   M /trunk/Prat/Prat_Modules/modules/CustomFilters.lua
   M /trunk/Prat/Prat_Modules/modules/Editbox.lua
   M /trunk/Prat/Prat_Modules/modules/History.lua

Prat:  
 - Updated localization koKR
------------------------------------------------------------------------
r41872 | fenlis | 2007-06-27 07:25:14 -0400 (Wed, 27 Jun 2007) | 2 lines
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/PopupMessage.lua

Prat:  
 - Added options to use MSBT message
------------------------------------------------------------------------
r41775 | damjau | 2007-06-26 14:41:47 -0400 (Tue, 26 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/ChatHead.lua

Prat:  - fix ChatHead error.
------------------------------------------------------------------------
r41676 | sylvanaar | 2007-06-25 14:48:16 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat.toc

Prat:  Updating TOC references to use only the sub-babbles, and apply correct casing to DewdropLib
------------------------------------------------------------------------
r41644 | fin | 2007-06-25 08:48:38 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/Alias.lua
   M /trunk/Prat/Prat_Modules/modules/Editbox.lua

Prat: Alias + Editbox: updated metadata
------------------------------------------------------------------------
r41641 | fin | 2007-06-25 08:45:54 -0400 (Mon, 25 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/Alias.lua

Prat:  Alias: updated list of reserved words; added count of total aliases to /listaliases
------------------------------------------------------------------------
r41601 | sylvanaar | 2007-06-24 21:29:04 -0400 (Sun, 24 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/libs

Prat:  "\Dewdrop-2.0 " -> "\Dewdrop-2.0"
------------------------------------------------------------------------
r41554 | funkydude | 2007-06-24 12:18:04 -0400 (Sun, 24 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat.lua

Prat: turn startup spam off by default
------------------------------------------------------------------------
r41531 | sylvanaar | 2007-06-24 06:03:45 -0400 (Sun, 24 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat.toc
   M /trunk/Prat/Prat_Modules/modules/PlayerNames.lua
   M /trunk/Prat/Prat_Modules/modules/ServerNames.lua

Prat:  Removed OptDeps, why did they get put in again? Don't cause glory to load with Prat.
------------------------------------------------------------------------
r41530 | fin | 2007-06-24 06:02:47 -0400 (Sun, 24 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/History.lua

Prat: History: added option to save command history between sessions with limit of how many commands to save
------------------------------------------------------------------------
r41494 | fin | 2007-06-24 00:20:36 -0400 (Sun, 24 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/AltNames.lua

Prat: AltNames: main name is no longer restricted to single word (ie, you can now do "/alt link Phyn Fin's priest", and it would show "Phyn (Fin's priest) says: ...") (I use this as a sort of PlayerNotes type thing)
------------------------------------------------------------------------
r41308 | damjau | 2007-06-22 16:37:26 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/ChatHead.lua

Prat:  fix error in chathead module
------------------------------------------------------------------------
r41231 | sylvanaar | 2007-06-22 03:24:27 -0400 (Fri, 22 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat.lua

Prat:  Allow the caller to supply their own index to Prat:BuildChatText
------------------------------------------------------------------------
r41207 | sylvanaar | 2007-06-21 23:23:25 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat.toc
   A /trunk/Prat/modules.xml

Prat:  add modules.xml indirect reference to Prat_Modules.includes.xml
------------------------------------------------------------------------
r41169 | damjau | 2007-06-21 21:16:37 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/includes.xml
   M /trunk/Prat/Prat_Modules/modules/AltNames.lua
   A /trunk/Prat/Prat_Modules/modules/ChatHead.lua
   M /trunk/Prat/Prat_Modules/modules/ChatLink.lua
   M /trunk/Prat/Prat_Modules/modules/PlayerNames.lua
   M /trunk/Prat/Prat_Modules/modules/TellTarget.lua
   M /trunk/Prat/Prat_Modules/modules/Timestamps.lua
   M /trunk/Prat/extras/PratWaterfall.lua

Prat:  add koKR locals, add ChatHead Module
------------------------------------------------------------------------
r41131 | sylvanaar | 2007-06-21 16:34:06 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat.lua
   M /trunk/Prat/Prat_Modules/modules/Sounds.lua

Prat:  Added the ORG field to the message table. It contains the message table original copy. Helps if you use a later event where the message has already been modified. Fixed custom channel sounds.
------------------------------------------------------------------------
r41030 | sylvanaar | 2007-06-21 06:16:34 -0400 (Thu, 21 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/PopupMessage.lua

Prat: Fix the popup message color - it was not getting set before the text was set.
------------------------------------------------------------------------
r40920 | kemayo | 2007-06-20 18:48:02 -0400 (Wed, 20 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat.toc

Prat:  Optdeps, why hast thou forsaken me?
------------------------------------------------------------------------
r40807 | sylvanaar | 2007-06-20 01:08:37 -0400 (Wed, 20 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/extras/PratWaterfall.lua

Prat:  use wfHidden on the waterfall config buttons
------------------------------------------------------------------------
r40776 | sylvanaar | 2007-06-19 20:28:18 -0400 (Tue, 19 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/filelist.wau

Prat:  Can stop LoD'ing the libs directory now
------------------------------------------------------------------------
r40748 | sylvanaar | 2007-06-19 16:13:31 -0400 (Tue, 19 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat.lua

Prat:  A few fixes for the module check boxes - they will disable all the options in the subgroup in most cases
------------------------------------------------------------------------
r40705 | sylvanaar | 2007-06-19 10:34:22 -0400 (Tue, 19 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat.lua

Prat:  Lua is not C
------------------------------------------------------------------------
r40700 | sylvanaar | 2007-06-19 09:50:10 -0400 (Tue, 19 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat.lua

Prat:  Added the onClick and isChecked functions to the root of each addon's options. This is equivalent to the current "toggle" option found on each modules' menu.
------------------------------------------------------------------------
r40693 | sylvanaar | 2007-06-19 08:29:02 -0400 (Tue, 19 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat.toc

Prat:  Reverted removal of the world's most super awesome 'load manager' implementation which used 0 lines of actual code - yet somehow managed to cause trouble. Its back!
------------------------------------------------------------------------
r40437 | sylvanaar | 2007-06-17 21:15:54 -0400 (Sun, 17 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/extras/util.lua

Prat:  sorted list utility code
------------------------------------------------------------------------
r40398 | sylvanaar | 2007-06-17 15:40:15 -0400 (Sun, 17 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat.lua

Prat:  hanler->reg_link.handler
------------------------------------------------------------------------
r40189 | fin | 2007-06-16 06:05:20 -0400 (Sat, 16 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_AutoLoD/autolod.lua

Prat_AutoLoD: updated to honour "Hide startup spam" if set
------------------------------------------------------------------------
r40177 | fin | 2007-06-16 04:58:25 -0400 (Sat, 16 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat.lua

Prat:  added option to hide the startup message reporting Prat's version
------------------------------------------------------------------------
r39722 | nemes | 2007-06-13 12:57:58 -0400 (Wed, 13 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/Editbox.lua
   A /trunk/Prat/textures/prat-editnotexture.tga

Prat: EditBox: add "Hide Border", "Autohide", "Clickable" options and remove nonfunctional sticky code
------------------------------------------------------------------------
r39621 | fin | 2007-06-12 14:43:45 -0400 (Tue, 12 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/AltNames.lua

Prat: AltNames: swapped alt & main colours round when using class from PlayerNames
------------------------------------------------------------------------
r39571 | sylvanaar | 2007-06-12 03:57:07 -0400 (Tue, 12 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat.lua

Prat:  Fix the minimap not having a console command to reenable it
------------------------------------------------------------------------
r39568 | sylvanaar | 2007-06-12 03:32:03 -0400 (Tue, 12 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/PlayerNames.lua

Prat: Make sure tab-complete uses the adornments also
------------------------------------------------------------------------
r39565 | sylvanaar | 2007-06-12 03:13:47 -0400 (Tue, 12 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat.lua
   M /trunk/Prat/Prat_Modules/modules/PlayerNames.lua

Prat:  added PREPLAYER and POSTPLAYER fields for the level and group adornments. This also includes that text in the playerlink so its clickable
------------------------------------------------------------------------
r39562 | sylvanaar | 2007-06-12 02:43:55 -0400 (Tue, 12 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/ChatTabs.lua

Prat: Cleaned up the chattabs module, removed 'flash selected', provided default for disable flash, handle disabling flash when all tabs are hidden
------------------------------------------------------------------------
r39561 | sylvanaar | 2007-06-12 02:09:56 -0400 (Tue, 12 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/Substitutions.lua

Prat:  %gt can return <notarget> or <noguild>, %tc class of target. %tt target's target. Still a subset of what CFE2 supports.
------------------------------------------------------------------------
r39560 | sylvanaar | 2007-06-12 01:57:58 -0400 (Tue, 12 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/Substitutions.lua

Prat:  Handle nil's from the Substitutions match functions
------------------------------------------------------------------------
r39525 | fin | 2007-06-11 20:43:12 -0400 (Mon, 11 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/AltNames.lua

Prat: AltNames: case-desensitized guild import alt-rank-regex
------------------------------------------------------------------------
r39496 | sylvanaar | 2007-06-11 13:49:18 -0400 (Mon, 11 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/Substitutions.lua

Prat:  %tg (Guild name of target)
------------------------------------------------------------------------
r39493 | sylvanaar | 2007-06-11 13:28:27 -0400 (Mon, 11 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat.lua

Prat: Copied some of the bz code in an attempt to solve tainting problems in macros which I cant reproduce.
------------------------------------------------------------------------
r39362 | fin | 2007-06-10 08:00:05 -0400 (Sun, 10 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/AltNames.lua

Prat: AltNames: hopefully fixed use of colours from PlayerNames module - CLR:GetClassColor() -> Prat_PlayerNames:GetClassColor()
------------------------------------------------------------------------
r39361 | fin | 2007-06-10 07:49:20 -0400 (Sun, 10 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/AltNames.lua

Prat: AltNames: added noclobber option for new alt -> main links
------------------------------------------------------------------------
r39275 | fin | 2007-06-09 14:39:33 -0400 (Sat, 09 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/Substitutions.lua

Prat: Substitions: replaced instances of "no target" with "notarget" (space causes macros to interpret the 'target>' as a second argument which broke something. I forget what.)
------------------------------------------------------------------------
r39250 | fin | 2007-06-09 08:55:34 -0400 (Sat, 09 Jun 2007) | 1 line
Changed paths:
   M /trunk/Prat/Prat_Modules/modules/AltNames.lua

Prat: AltNames: importing from guild roster - updated regex checking for alt rank to be a bit more liberal (read: useful)
------------------------------------------------------------------------

Additional Legacy Files

Type Name Size Uploaded Game Version Downloads
303.86 KB Jul 8, 2007 2.1.3 18