File Details
release_v1.5.2
- R
- Mar 2, 2012
- 5.39 KB
- 219
- 4.3.0
- Retail
File Name
_LibVan32-release_v1.5.2.zip
Supported Versions
- 4.3.0
------------------------------------------------------------------------
r42 | vandesdelca32 | 2012-03-02 01:08:17 +0000 (Fri, 02 Mar 2012) | 1 line
Changed paths:
A /tags/release_v1.5.2 (from /trunk:41)
Tagging as release_v1.5.2
------------------------------------------------------------------------
r41 | vandesdelca32 | 2012-03-02 01:07:29 +0000 (Fri, 02 Mar 2012) | 1 line
Changed paths:
M /trunk/LibVan32.lua
Fixed a major error.
------------------------------------------------------------------------
r39 | vandesdelca32 | 2012-03-02 00:39:39 +0000 (Fri, 02 Mar 2012) | 3 lines
Changed paths:
M /trunk/LibVan32.lua
M /trunk/_LibVan32.toc
Revision numbering is implemented again.
PrintMessage and PrintDeubg will now allow you to specify the frame in which you want to print. Any frame will work, as long as it has an AddMessage method.
PrintMessage and PrintDebug now use tailcalls. Performance.
------------------------------------------------------------------------
r38 | vandesdelca32 | 2012-02-19 01:23:45 +0000 (Sun, 19 Feb 2012) | 1 line
Changed paths:
M /
M /branches
M /tags
M /tags/release_v1.0
M /tags/release_v1.1
M /tags/release_v1.2
M /tags/release_v1.3
M /tags/release_v1.4
M /tags/release_v1.4.5
M /tags/release_v1.4.6
M /tags/release_v1.4.7
M /tags/release_v1.5.0
M /trunk
Updated SVN and TSVN properties
------------------------------------------------------------------------
r36 | vandesdelca32 | 2012-02-17 01:59:29 +0000 (Fri, 17 Feb 2012) | 2 lines
Changed paths:
M /trunk/LibVan32.lua
Un-fudge up the library code. It will now properly print messages.
Forcing revision numbers again.
------------------------------------------------------------------------
r35 | vandesdelca32 | 2012-02-15 21:35:09 +0000 (Wed, 15 Feb 2012) | 1 line
Changed paths:
M /trunk/LibVan32.lua
Addons that load in debug mode will now show ChatFrame10, and print debug messages there, making it easier for the debugging player to read the messages, and their chat.
------------------------------------------------------------------------
r33 | vandesdelca32 | 2012-02-11 16:48:52 +0000 (Sat, 11 Feb 2012) | 2 lines
Changed paths:
M /trunk/LibVan32.lua
Fixed quite a few problems...
Errors returned properly now.
------------------------------------------------------------------------
r28 | vandesdelca32 | 2012-02-11 15:57:13 +0000 (Sat, 11 Feb 2012) | 1 line
Changed paths:
M /trunk/LibVan32.lua
Fix major library bug... The errors do not return the proper information.
------------------------------------------------------------------------
r26 | vandesdelca32 | 2012-02-11 13:40:39 +0000 (Sat, 11 Feb 2012) | 1 line
Changed paths:
M /trunk/LibVan32.lua
All errors returned now point to the function that called the library's method, not the method themselves. Will help with debugging errors more.
------------------------------------------------------------------------
r24 | vandesdelca32 | 2012-02-11 09:46:54 +0000 (Sat, 11 Feb 2012) | 2 lines
Changed paths:
M /trunk/LibVan32.lua
M /trunk/_LibVan32.toc
More informative errors.
ToC version updated.
------------------------------------------------------------------------
r22 | vandesdelca32 | 2012-02-11 09:19:46 +0000 (Sat, 11 Feb 2012) | 2 lines
Changed paths:
M /trunk/LibVan32.lua
Added MixinTarget for PrintDebug
------------------------------------------------------------------------
r20 | vandesdelca32 | 2012-02-10 09:55:30 +0000 (Fri, 10 Feb 2012) | 1 line
Changed paths:
M /trunk/_LibVan32.toc
(Actually commit the ToC changes... =/)
------------------------------------------------------------------------
r19 | vandesdelca32 | 2012-02-10 09:54:04 +0000 (Fri, 10 Feb 2012) | 2 lines
Changed paths:
M /trunk/LibVan32.lua
Fix documentation errors
Add version to TOC
------------------------------------------------------------------------
r17 | vandesdelca32 | 2012-02-10 09:43:14 +0000 (Fri, 10 Feb 2012) | 3 lines
Changed paths:
M /trunk/LibVan32.lua
Added PrintDebug() method. Same as calling PrintMessage, with debug flag set.
Added redundancy and type checking for all function calls. (bools/optionals not checked...)
Updated Documentation
------------------------------------------------------------------------
r15 | vandesdelca32 | 2012-02-07 10:05:03 +0000 (Tue, 07 Feb 2012) | 2 lines
Changed paths:
A /trunk/.pkgmeta
D /trunk/LibVan32.toc
A /trunk/_LibVan32.toc (from /trunk/LibVan32.toc:14
add .pkgmeta for individual installs
Rename ToC to match package-as
------------------------------------------------------------------------
r13 | vandesdelca32 | 2012-02-07 09:30:54 +0000 (Tue, 07 Feb 2012) | 1 line
Changed paths:
M /trunk/LibVan32.toc
ToC Changed to load files properly
------------------------------------------------------------------------
r12 | vandesdelca32 | 2012-02-07 09:30:15 +0000 (Tue, 07 Feb 2012) | 1 line
Changed paths:
A /trunk/LibVan32.toc
Added .toc
------------------------------------------------------------------------
r10 | vandesdelca32 | 2012-02-07 08:55:15 +0000 (Tue, 07 Feb 2012) | 1 line
Changed paths:
M /trunk/LibVan32.lua
Ooooops, forgot to put "end"
------------------------------------------------------------------------
r9 | vandesdelca32 | 2012-02-07 07:30:34 +0000 (Tue, 07 Feb 2012) | 1 line
Changed paths:
M /trunk/LibVan32.lua
More LuaDoc updates, should now show the color replacements with actual colors, and proper values.
------------------------------------------------------------------------
r8 | vandesdelca32 | 2012-02-07 07:25:24 +0000 (Tue, 07 Feb 2012) | 2 lines
Changed paths:
M /trunk/LibVan32.lua
Fix an error in LuaDoc
------------------------------------------------------------------------
r7 | vandesdelca32 | 2012-02-07 07:20:34 +0000 (Tue, 07 Feb 2012) | 3 lines
Changed paths:
M /trunk/LibVan32.lua
Added addonName to Embed method
PrintMessage now uses the stored addonName to make calls to it much easier.
Updated LuaDoc
------------------------------------------------------------------------

