File Details
V1.1-9 RELEASE
- R
- Sep 9, 2011
- 18.21 KB
- 302
- 4.2.0
- Retail
File Name
LibZasMsgCtr-V1.1-9_RELEASE.zip
Supported Versions
- 4.2.0
2011-09-09 Zasurus <Zasurus>
[6574091840ae] [tip]
* .hgtags:
Added tag V1.1-9 RELEASE for changeset d7f2fa808a25
[d7f2fa808a25] [V1.1-9 RELEASE]
* .pkgmeta:
- Updated .pkgmeta file to correct for change of repo from SVN to hg.
[bc02f8cb1f3a]
* .hgtags:
Added tag V1.1-9 RELEASE for changeset 419a9dfeb978
[419a9dfeb978]
* .hgtags:
Removed tag V1.1-9 RELEASE
[ba11cbfc9c5d]
* .pkgmeta:
- Updated .pkgmeta file to correct for change of repo from SVN to hg.
[162d7d2785b2]
* .hgtags:
Added tag V1.1-9 RELEASE for changeset fd8313151e86
[fd8313151e86]
* History.txt
Updated version to 1.1-9 in History.txt
2011-09-07 Zasurus <Zasurus>
[24c59fe19e96]
* History.txt LibZasMsgCtr.lua
- Added slash command /rl to reload the ui. Same command added by lots of other
addons so no harm in putting it in this library I can see... I'm sick of being
without it while developing my addons! :p
- Updated version to Version: "1.1-8"
2011-09-05 Zasurus <Zasurus>
[a3b313bcd102]
* .hgtags:
Added tag V1.1-8 RELEASE for changeset 70ccd0ccc09c
[70ccd0ccc09c] [V1.1-8 RELEASE]
* History.txt LibZasMsgCtr.lua
- Updated the history file so it was formated for smaller and portate monitors
- Added the Colour DKRED (Dark Red) "#6e0002"
2011-08-29 Zasurus <Zasurus>
[55aa7c5d0d76]
* .hgtags:
Added tag V1.1-7 RELEASE for changeset 22b437bb62cf
[22b437bb62cf] [V1.1-7 RELEASE]
* History.txt LibZasMsgCtr.lua LibZasMsgCtr.toc
Updated to cope with Version Number being "@project-version@" for stuff
currently under development using a repo
2011-08-29 convert-repo <convert-repo>
[9108d79d9a89]
* .hgtags:
update tags
2011-01-22 zasurus <zasurus>
[cceaaecc3f8c] [V1.1-6 BETA]
* History.txt
Removed "BETA" from history as it will go live with same history file and version number!
[e7d96e3a72d3]
* History.txt LibZasMsgCtr.lua LibZasMsgCtr.toc
Tweaks to config files to get the library's to load correctly!
2010-12-29 zasurus <zasurus>
[c3eba7bc602d]
* History.txt LibZasMsgCtr.xml
Added a xml file to aid in loading librarys
[a62913a2972e]
* LibZasMsgCtr.toc
Added "## OptionalDeps: LibZasUsefulFuncs" to toc file so anyone using it while "installing library's separately" won't have problems (Ticket: http://wow.curseforge.com/addons/libzasmsgctr/tickets/1-wont-work-in-disembeded-environment) thanks to Archarodim for reporting and taking time to find problem AND solution!
2010-12-18 zasurus <zasurus>
[c932aebdf992] [V1.1-5 BETA]
* History.txt LibZasMsgCtr.lua
Fixed issue with making ZMC global when there are older major versions loaded as well
2010-12-16 zasurus <zasurus>
[8cfba7b48692]
* .pkgmeta:
Updated to force new compile with Useful Functions Library now it has files :)
[0da654c1214d]
* .pkgmeta:
Updated .pkgmeta to add LibZasUsefulFuncs library which I missed
[ae4a7fae783c]
* History.txt LibZasMsgCtr.lua
Passed back the settings in an array encase the calling AddOn want's to know what the default colour is for example
2010-12-15 zasurus <zasurus>
[793c78784976]
* History.txt LibZasMsgCtr.lua
- Made ZMC a global (again) variable so stuff like ZMC.Colour and some of the version functions can be used by the AddOns without the need to pass a local copy. After all there is no need to keep these calls short as they won't be done all the time like Msg() etc...
- Started using LibZasUsefulFuncs for useful functions
2010-12-14 zasurus <zasurus>
[a4cfe016c090]
* History.txt LibZasMsgCtr.lua
Made ZMC a global variable so stuff like ZMC.Colour and some of the version functions can be used by the AddOns without the need to pass a local copy. After all there is no need to keep these calls short as they won't be done all the time like Msg() etc...
2010-11-26 zasurus <zasurus>
[79348704f9c5] [V1.1-4 BETA]
* History.txt LibZasMsgCtr.lua
Updated DBState() so it now returns the previous state. This means it can be stored to return to the same state later if you want.
2010-11-22 zasurus <zasurus>
[2cba43fe5163]
* History.txt LibZasMsgCtr.lua
Corrected version number for last change
[06777d3029a7]
* History.txt LibZasMsgCtr.lua
Fixed error in with ZMC_COLOUR...
2010-11-21 zasurus <zasurus>
[99179edd0f60] [V1.1-2 BETA]
* History.txt LibZasMsgCtr.lua ReadMe.txt
Corrected Grammar
[3d95ba8f1aa6]
* LibZasMsgCtr.toc
Cosmetic change to toc file
2010-11-20 zasurus <zasurus>
[e8090b14e04b]
* History.txt LibZasMsgCtr.toc
Small cosmetic changes to History and .toc files
2010-11-18 zasurus <zasurus>
[d7d7d45a7cc0]
* History.txt LibZasMsgCtr.lua
V1.1-2 - Added ZMC_COLOUR to the values passed back to be stored locally so the user has access to them again.