LibStub-r47348
Details
-
FilenameLibStub-r47348.zip
-
Uploaded by
-
UploadedAug 24, 2007
-
Size8.16 KB
-
Downloads291
-
MD567960b11df466e2d775509f97c3804cc
Supported WoW Retail Versions
- 2.1.3
Changelog
------------------------------------------------------------------------
r47348 | nevcairiel | 2007-08-24 13:50:26 -0400 (Fri, 24 Aug 2007) | 2 lines
Changed paths:
M /trunk/LibStub/LibStub.lua
LibStub: LS-1
- some comment and indentation changes
------------------------------------------------------------------------
r47347 | nevcairiel | 2007-08-24 13:36:33 -0400 (Fri, 24 Aug 2007) | 4 lines
Changed paths:
M /trunk/LibStub
M /trunk/LibStub/LibStub.lua
LibStub: LS-7
- Added optional "silent" flag to GetInstance to turn off the error msg when the requested library was not found and return nil
- removed HasInstance
- removed Embed() and the exports parameter from FinalizeLibrary
------------------------------------------------------------------------
r47341 | nevcairiel | 2007-08-24 12:28:51 -0400 (Fri, 24 Aug 2007) | 2 lines
Changed paths:
M /trunk/LibStub/LibStub.lua
LibStub: LS-1
- use .minor for storing the version, at least consistent throughout the stub now
------------------------------------------------------------------------
r47336 | ammo | 2007-08-24 11:49:06 -0400 (Fri, 24 Aug 2007) | 3 lines
Changed paths:
M /trunk/LibStub/LibStub.lua
LibStub: LS-1
- Add API comments
------------------------------------------------------------------------
r47335 | ammo | 2007-08-24 11:38:21 -0400 (Fri, 24 Aug 2007) | 3 lines
Changed paths:
M /trunk/LibStub/LibStub.toc
LibStub: LS-1
- .toc corrections
------------------------------------------------------------------------
r47332 | nevcairiel | 2007-08-24 11:18:53 -0400 (Fri, 24 Aug 2007) | 2 lines
Changed paths:
M /trunk/LibStub/LibStub.lua
LibStub: LS-1
- pass-through the first return value in safecall()
------------------------------------------------------------------------
r47331 | cladhaire | 2007-08-24 11:18:12 -0400 (Fri, 24 Aug 2007) | 4 lines
Changed paths:
M /trunk/LibStub/LibStub.lua
LibStub: LS-2
* Added an initial implementation of :Embed().
* Added :HasInstance() so we can check without erroring.
------------------------------------------------------------------------
r47328 | ammo | 2007-08-24 11:11:49 -0400 (Fri, 24 Aug 2007) | 4 lines
Changed paths:
M /trunk/LibStub/LibStub.lua
LibStub: LS-1
- Fix error message for exports
- Actually check for unregister of callback
------------------------------------------------------------------------
r47326 | cladhaire | 2007-08-24 11:06:13 -0400 (Fri, 24 Aug 2007) | 6 lines
Changed paths:
M /trunk/LibStub/LibStub.lua
LibStub:
* Added some comments to clarify intent/API
* Clarified the manual creation/upgrade process
* Added safecall()
* Fixed error checking in :FinalizeLibrary()
------------------------------------------------------------------------
r47325 | ammo | 2007-08-24 10:40:40 -0400 (Fri, 24 Aug 2007) | 4 lines
Changed paths:
M /trunk/LibStub/LibStub.lua
LibStub: LS-5
- First implementation of FinalizeLibrary
- Upgrading embeds is still in the todo
------------------------------------------------------------------------
r47324 | nevcairiel | 2007-08-24 10:36:22 -0400 (Fri, 24 Aug 2007) | 2 lines
Changed paths:
M /trunk/LibStub
LibStub: LS-1
- update logtemplate so that us tortoise users dont forget to set the LS- thingy
------------------------------------------------------------------------
r47319 | ammo | 2007-08-24 09:50:10 -0400 (Fri, 24 Aug 2007) | 3 lines
Changed paths:
M /trunk/LibStub/LibStub.lua
LibStub: LS-1
- Store new _minor when upgrading
------------------------------------------------------------------------
r47318 | nevcairiel | 2007-08-24 09:46:12 -0400 (Fri, 24 Aug 2007) | 2 lines
Changed paths:
M /trunk/LibStub/LibStub.lua
LibStub: LS-4
- raise error on level 2 ( so we blame the faulty lib, not us )
------------------------------------------------------------------------
r47317 | nevcairiel | 2007-08-24 09:31:41 -0400 (Fri, 24 Aug 2007) | 3 lines
Changed paths:
M /trunk/LibStub/LibStub.lua
LibStub:
- LIBSTUB_MINOR is now a manually increased number, no revision string anymore
- added metatable for LibStub("Library-1.0") support
------------------------------------------------------------------------
r47315 | nevcairiel | 2007-08-24 09:15:14 -0400 (Fri, 24 Aug 2007) | 3 lines
Changed paths:
M /trunk/LibStub/LibStub.lua
LibStub:
- added a check for an early return if our version is older
- moved the upgrade code around a bit
------------------------------------------------------------------------
r47314 | nevcairiel | 2007-08-24 09:09:02 -0400 (Fri, 24 Aug 2007) | 3 lines
Changed paths:
M /trunk/LibStub/LibStub.lua
LibStub: LS-1
- Store _minor so version upgrading will actually work
- Don't clear the LS Object when not upgrading
------------------------------------------------------------------------
r47312 | cladhaire | 2007-08-24 09:03:07 -0400 (Fri, 24 Aug 2007) | 4 lines
Changed paths:
M /trunk/LibStub/LibStub.lua
LibStub:
* Minor change to error checking in :NewLibrary()
* Converted space indentation to tabs for consistency
------------------------------------------------------------------------
r47311 | nevcairiel | 2007-08-24 08:36:56 -0400 (Fri, 24 Aug 2007) | 2 lines
Changed paths:
M /trunk/LibStub/LibStub.lua
LibStub: LS-7
- Initial version of GetInstance
------------------------------------------------------------------------
r47310 | nevcairiel | 2007-08-24 08:06:06 -0400 (Fri, 24 Aug 2007) | 2 lines
Changed paths:
M /trunk/LibStub
M /trunk/LibStub/LibStub.lua
LibStub: LS-4
- We can return from NewLibrary aswell, if we call with the same minor
------------------------------------------------------------------------
r47291 | kaelten | 2007-08-24 01:10:34 -0400 (Fri, 24 Aug 2007) | 3 lines
Changed paths:
M /trunk/LibStub/LibStub.lua
LibStub: LS-4
-Basic self update framework
-First draft of NewLibrary
------------------------------------------------------------------------
r47287 | kaelten | 2007-08-23 22:57:45 -0400 (Thu, 23 Aug 2007) | 2 lines
Changed paths:
A /trunk/LibStub
A /trunk/LibStub/LibStub.lua
A /trunk/LibStub/LibStub.toc
LibStub: LS-1
- Initial Import
------------------------------------------------------------------------