r848-nolib
Details
-
FilenamePrat-3.0-r848-nolib.zip
-
Uploaded by
-
UploadedJun 27, 2011
-
Size1.16 MB
-
Downloads78
-
MD54f9bceff6d3607595a79d5d76705241a
Supported WoW Retail Versions
- 4.1.0
Changelog
2011-06-27 sylvanaar <sylvanaar@mindspring.com>
[c01a2f9e1f8d] [tip]
* modules/Substitutions.lua
fix code cleanup bug
[84c31f74bbd1]
* modules/WIM.lua
code cleanup
[73bf144e8ebe]
* modules/UrlCopy.lua
code cleanup
[ba74bde02b54]
* modules/Timestamps.lua
code cleanup
[2e2651d30d4a]
* modules/TellTarget.lua
code cleanup
[2fb98c4f680f]
* modules/Substitutions.lua
code cleanup + leaked global
[203205fbb31a]
* modules/Sounds.lua
code cleanup
[db2660fef971]
* modules/ServerNames.lua
code cleanup
[d88ee2e26855]
* modules/Fading.lua
code cleanup
[69d628405a5c]
* modules/ChannelColorMemory.lua
code cleanup
[9f2a40530ee6]
* modules/AltNames.lua
leaked global
[ba284d6f6403]
* modules/Alias.lua
leaked global
[30201ec85b63]
* modules/PlayerNames.lua
fix leaked global
[6b1a1de234fb]
* modules/PlayerNames.lua
coloring realid names by class is now the default
[13685fe9b457]
* debug/globalcomplete.lua
add script and run to the list of autocomplete commands
2011-06-25 sylvanaar <sylvanaar@mindspring.com>
[813fbad819c9]
* debug/globalcomplete.lua
fix highlighting of the common part of the tab complete, make it case insensitive
[47534a64a474]
* debug/globalcomplete.lua
try to prevent completions when there is no match for the globals prematch
2011-06-22 sylvanaar <sylvanaar@mindspring.com>
[d52d3d102c43]
* .pkgmeta:
pick up the new acetab
[55cba39f8010]
* debug/globalcomplete.lua
pick up the new acetab
2011-06-21 sylvanaar <sylvanaar@mindspring.com>
[cdc7797458ad]
* debug/globalcomplete.lua
complete functions with ()
[07e8fac4c44f]
* debug/globalcomplete.lua
make the completions look a bit nicer, show the common text as white and the variant as green
[58f4a336948b]
* debug/globalcomplete.lua
remove debug
[fa65c57ed3b3]
* debug/globalcomplete.lua
support :, and only display a list of functions. for widgets the : is the only way to display functions, . just shows fields due to the functions being in the metatable.
2011-06-20 sylvanaar <sylvanaar@mindspring.com>
[db6f76d44b5f]
* modules/PlayerNames.lua
tested realid class coloring - thanks pompy and ackis
[6eb02c8a6e5a]
* modules/AltNames.lua
move creation of LibAlts to the init function
[76a968209d45]
* modules/PlayerNames.lua
found a usage of the global event
[f11da90a0cde]
* modules/PlayerNames.lua
untested realid coloring by class - not a very good implementation either
[e5ef13045f4a]
* debug/globalcomplete.lua
code cleanup
[1a78fb0cc438]
* debug/globalcomplete.lua
incremental autocompletion of table fields
[eaed8009bf4f]
* debug/globalcomplete.lua
autocompletion of table fields too