LibStub-r47335

Details

  • Filename
    LibStub-r47335.zip
  • Uploaded by
  • Uploaded
    Aug 24, 2007
  • Size
    7.08 KB
  • Downloads
    299
  • MD5
    311d21724bc4aafbf204493c912eac9b

Supported WoW Retail Versions

  • 2.1.3

Changelog

------------------------------------------------------------------------
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
------------------------------------------------------------------------