r876
Details
-
FilenamePrat-3.0-r876.zip
-
Uploaded by
-
UploadedAug 2, 2011
-
Size1.33 MB
-
Downloads101,692
-
MD5bbaee326a6c557531c54d54e3bdbbb1f
Supported WoW Retail Versions
- 4.2.0
Changelog
2011-08-01 sylvanaar <sylvanaar@mindspring.com>
[b9443c40d3f8] [tip]
* services/chatsections.lua
add the NONPLAYER chat field for chat text from NPC's and special case the TARGETICON chat type to strip out the playerlink contained in the default message
[bc40bcfa45f5]
* modules/EventNames.lua
add an option to enable all chat events to be processed by prat instead of just the whitelist
[1460a8d3436e]
* debug/includes.xml debug/savedvars.lua
init the debug saved vars to something
[b107c519bf1f]
* addon/addon.lua
start the global auto-complete code later so it has more globals to begin with
2011-07-25 sylvanaar <sylvanaar@mindspring.com>
[87df96e0d73c]
* modules/Fading.lua
dont disable the fade time slider
2011-07-04 sylvanaar <sylvanaar@mindspring.com>
[e46610931655]
* debug/globalcomplete.lua
fix another case where the field complete runs when it shouldnt
[b76d90ff017f]
* .hgtags:
Added tag 3.4.24 for changeset d9a130cc16c1
2011-07-03 sylvanaar <sylvanaar@mindspring.com>
[d9a130cc16c1] [3.4.24]
* modules/AltNames.lua
ran the code formatter (I'm addicted)
[2a3568efced3]
* modules/AltNames.lua
fix leaked global in delAlt
[d4cbd57ac251]
* addon/addon.lua
turn on keybindings by default
[dc1e5201c472]
* addon/addon.lua modules/ChannelColorMemory.lua modules/ChannelNames.lua modules/CustomFilters.lua services/channelapi.lua
don't replace global GetChannelName with the improved version, call it via Prat.GetChannelName
[b9d1460fafd3]
* Prat.iml debug/globalcomplete.lua
minor formatting change + commit the IntelliJ iml change that adds a reference to FrameXML
[bf98fd5e3f69]
* debug/globalcomplete.lua
stop field completions when the current completion is not a field (duh)
[7a9ff80c1d6c]
* modules/Keybindings.lua
fix the "alt-tab" between chatframes support to use the new dock APIs in FCF
[6e514d2d2f50]
* Bindings.xml
fix some errors in key binding functions
[42fcda2d8aef]
* Bindings.xml
fix some errors in key binding functions
2011-06-29 sylvanaar <sylvanaar@mindspring.com>
[2300ca10a826]
* .hgtags:
Added tag 3.4.23 for changeset fec6ab5f1205
[fec6ab5f1205] [3.4.23]
* modules/PlayerNames.lua
show level only if the realid name has been replaced by the toonname
[f68c9c865e5e]
* modules/PlayerNames.lua
fix incorrect signature for BNGetToonInfo
[11685339d3c2]
* modules/PlayerNames.lua
pick up localization, and fix leaked global "_"
[32376f6a61f9]
* modules/PlayerNames.lua
allow replacing real name with toon name for realID
[4679eb1bbf87]
* .pkgmeta:
Backed out changeset: d52d3d102c43
[9180f520be99]
* modules/Editbox.lua
Backed out changeset: fd89997cbfd0
[4052ad7471fe]
* modules/PlayerNames.lua
add difficulty colored toon level to realid messages colored by class
[fc56d6628612]
* .hgtags:
Added tag 3.4.22 for changeset b76b4922f7f1
[b76b4922f7f1] [3.4.22]
* libraries/Prat-3.0_Libraries.toc pullouts/!AddMsgFilterReport/!AddMsgFilterReport.toc pullouts/Prat-3.0_Debug/Prat-3.0_Debug.toc pullouts/Prat-3.0_Experimental/Prat-3.0_Experimental.toc pullouts/Prat-3.0_HighCPUUsageModules/Prat-3.0_HighCPUUsageModules.toc pullouts/Prat-3.0_Loader/Prat-3.0_Loader.toc samples/MyGuildAlts/MyGuildAlts.toc
bump the other tocs
2011-06-28 sylvanaar <sylvanaar@mindspring.com>
[d0c0e87afdd5]
* .hgtags:
Added tag 3.4.21 for changeset c13ca6e9f0c8
[c13ca6e9f0c8] [3.4.21]
* Prat-3.0.toc
TOC Bump
2011-06-27 sylvanaar <sylvanaar@mindspring.com>
[c01a2f9e1f8d]
* modules/Substitutions.lua
fix code cleanup bug
[84c31f74bbd1]
* modules/WIM.lua
code cleanup