r891
Details
-
FilenamePrat-3.0-r891.zip
-
Uploaded by
-
UploadedSep 10, 2012
-
Size1.33 MB
-
Downloads6,292
-
MD52a1d869c5067b6cce24963f5c7b7a82d
Supported WoW Retail Versions
- 5.0.4
Changelog
2012-09-10 nebula <nebula@the-syn.com>
[dbdcda8ee22e] [tip]
* modules/PlayerNames.lua
Fix battle.net names
2012-09-10 sylvanaar <sylvanaar@mindspring.com>
[57870b6cb583]
* modules/PlayerNames.lua
Use BNTokenFindName instead of BNTokenCombineGivenAndSurname
2012-08-28 sylvanaar <sylvanaar@mindspring.com>
[8a5e66e5567d]
* .hgtags:
Added tag 3.5 for changeset 3dac59c66084
[3dac59c66084] [3.5]
* Prat-3.0.toc 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
TOC 50001
[ceb0614871d2]
* Merge
2011-12-06 sylvanaar <sylvanaar@mindspring.com>
[4e2375e0602b]
* LICENSE.txt
mb:b3fcce58-38c6-45f6-9427-f485fc7abd93
2012-07-08 Andrew <Andrew@ANDREWDESKTOP>
[333a3f5ae4af]
* Prat-3.0.toc modules/PlayerNames.lua
Fixed API issues in PlayerNames.lua
2012-06-29 sylvanaar <sylvanaar@mindspring.com>
[3d03cde07e31]
* addon/addon.lua modules/AltNames.lua
Workaround basic MoP startup issues.
2012-03-24 sylvanaar <sylvanaar@mindspring.com>
[425d50356ffd]
* modules/AltNames.lua
typo caught by IJ
[c6081514f9f0]
* modules/AltNames.lua modules/CopyChat.lua modules/UrlCopy.lua
add code suggested by Mikk to help prevent taint when using StaticPopupDialog
2011-11-29 sylvanaar <sylvanaar@mindspring.com>
[ee07f6a416e3]
* .hgtags:
Added tag 3.4.25 for changeset 5a448738e520
2011-11-28 sylvanaar <sylvanaar@mindspring.com>
[5a448738e520] [3.4.25]
* Prat-3.0.toc 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
TOC 40300
2011-11-27 sylvanaar <sylvanaar@mindspring.com>
[39926e5036ba]
* modules/UrlCopy.lua
match links like www.foo.com (DUH!)
2011-11-04 sylvanaar <sylvanaar@mindspring.com>
[b0f1ebb75dd2]
* frames/pratcc.xml
mb:f08c0b78-159e-4d28-9657-53bfe7a6ad8f.
2011-10-29 sylvanaar <sylvanaar@mindspring.com>
[eec1fd9a1d49]
* modules/CustomFilters.lua
try out allowing the replacement text to be lua code
2011-08-01 sylvanaar <sylvanaar@mindspring.com>
[b9443c40d3f8]
* 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