File Details
V1.1-1 BETA-nolib
- B
- Nov 13, 2010
- 10.91 KB
- 14
- 4.0.1
- Retail
File Name
LibZasMsgCtr-V1.1-1_BETA-nolib.zip
Supported Versions
- 4.0.1
------------------------------------------------------------------------
r9 | zasurus | 2010-11-13 05:46:44 +0000 (Sat, 13 Nov 2010) | 1 line
Changed paths:
A /tags/V1.1-1 BETA (from /trunk:8)
Tagging as V1.1-1 BETA
------------------------------------------------------------------------
r8 | zasurus | 2010-11-13 05:44:28 +0000 (Sat, 13 Nov 2010) | 2 lines
Changed paths:
M /trunk/History.txt
M /trunk/LibZasMsgCtr.lua
M /trunk/LibZasMsgCtr.toc
A /trunk/ReadMe.txt (from /trunk/Usage.txt:7
D /trunk/Usage.txt
- Added SVN's(and others) ALPHA version e.g. "r1234" as valid ALPHA release types and also added option to remove "r" from the start
- Also Added GITs ALPHA versions e.g. "v1.0.1-123-a12b3" as valid ALPHA release types and also added option to remove hash from end (everything after last "-") it works out this is a GIT ALPHA if it has two "-" so likely going to cause problems! :P BUT it will only use this IF you don't provide a version and versionType
------------------------------------------------------------------------
r7 | zasurus | 2010-11-12 07:02:04 +0000 (Fri, 12 Nov 2010) | 5 lines
Changed paths:
M /trunk/History.txt
M /trunk/LibZasMsgCtr.lua
M /trunk/LibZasMsgCtr.toc
M /trunk/Usage.txt
- Rewrote the way you interacted making older methods incompatible but making it easier to write messages.
- Added ability to take the AddOn's name from CallingAddon.Name if it exists and AddonName isn't provided.
- Added AddonAlias and an input value (string) encase you wanted to have a different name given for your AddOn than the TOC file name. This can also be stored in CallingAddon.Alias instead.
- Made it so the initilization now returns 5 local functions that need no extra values: Msg("Message"), ErrMsg("Error Message"), DBugMsg("Debug Message"), ErrDBugMsg("Error Debug Message") and DBState(bNewState).
- Changed the way the DBug is changed from a variable passed to a function ("DBState()").
------------------------------------------------------------------------
r6 | zasurus | 2010-11-11 16:39:18 +0000 (Thu, 11 Nov 2010) | 1 line
Changed paths:
M /trunk/.pkgmeta
D /trunk/LibZasMsgCtr-1.0.lua
D /trunk/LibZasMsgCtr-1.0.toc
A /trunk/LibZasMsgCtr.lua (from /trunk/LibZasMsgCtr-1.0.lua:5
A /trunk/LibZasMsgCtr.toc (from /trunk/LibZasMsgCtr-1.0.toc:5
Removed Major version from name by renaming from "LibZasMsgCtr-1.0" to "LibZasMsgCtr"
------------------------------------------------------------------------
r4 | zasurus | 2010-11-10 04:57:23 +0000 (Wed, 10 Nov 2010) | 1 line
Changed paths:
A /trunk/History.txt
M /trunk/LibZasMsgCtr-1.0.lua
M /trunk/LibZasMsgCtr-1.0.toc
A /trunk/Usage.txt
Rewrote to remove the need to provide the AddOn's details for every message.Also rearranged standard Msg() function's variable order for new function moving debug and error variables to end as they should be needed now the new separate functions exist. Finally separated History, Use and code into separate files.
------------------------------------------------------------------------
r2 | zasurus | 2010-11-10 00:01:24 +0000 (Wed, 10 Nov 2010) | 7 lines
Changed paths:
A /trunk/.pkgmeta
A /trunk/LibZasMsgCtr-1.0.lua
A /trunk/LibZasMsgCtr-1.0.toc
0.2-1 - Added code to ensure it didn't error if the Calling Addon variable in "Msg" is not a addon table.
1.0-1 - Changed StoreDebugMsgs initilisation to ensure it is false by default! Also added popup messages asking to disable the log if it's enabled and wipe it if it exists and isn't enabled.
1.0-2 - Changed it so it uses the X-VersionType from the TOC file if it exists.
1.0-3 - Added ability to use DBugMsg(DebugTxt, self, "..."), ErrDBugMsg(DebugTxt, self,, "..."), Msg(self, "...") & ErrMsg(self, "...") instead of or as well as orig Msg("...", DebugTxt, bERROR...) making it easyer to mass comment out a specific msg type from all of your addon for faster code. Also updated Msg() code to exit quicker if it doesn't need to run. Finally this is the first version that was released to the general public! Enjoy! ;)
------------------------------------------------------------------------
r1 | root | 2010-11-09 21:54:23 +0000 (Tue, 09 Nov 2010) | 1 line
Changed paths:
A /branches
A /tags
A /trunk
"libzasmsgctr-1-0/mainline: Initial Import"
------------------------------------------------------------------------