r35
Details
-
FilenameLibFail-1.0-r35.zip
-
Uploaded by
-
UploadedJan 20, 2009
-
Size9.62 KB
-
Downloads47
-
MD5f0e7c35f8b2f03e6a062130628246de5
Supported WoW Retail Versions
- 3.0.8
Changelog
------------------------------------------------------------------------
r35 | sylvanaar | 2009-01-21 01:34:42 +0000 (Wed, 21 Jan 2009) | 1 line
Changed paths:
M /trunk/LibFail-1.0.toc
A /trunk/embeds.xml
A /trunk/lib
A /trunk/lib/CallbackHandler-1.0
A /trunk/lib/CallbackHandler-1.0/CallbackHandler-1.0.lua
A /trunk/lib/CallbackHandler-1.0/CallbackHandler-1.0.xml
A /trunk/lib/LibStub
A /trunk/lib/LibStub/LibStub.lua
A /trunk/lib/LibStub/LibStub.toc
A /trunk/lib/includes.xml
code to support a standalone version
------------------------------------------------------------------------
r33 | sylvanaar | 2009-01-15 08:31:13 +0000 (Thu, 15 Jan 2009) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
found code i miscopied for thaddius jumps, it needs to be re-thought completely
------------------------------------------------------------------------
r32 | sylvanaar | 2009-01-14 07:16:05 +0000 (Wed, 14 Jan 2009) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
fix Sartharion_VoidZone detection
------------------------------------------------------------------------
r31 | sylvanaar | 2009-01-13 21:50:22 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
try to get a description on my table
------------------------------------------------------------------------
r30 | sylvanaar | 2009-01-13 21:28:09 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
try 1-8 as the fieldnames in @field
------------------------------------------------------------------------
r29 | sylvanaar | 2009-01-13 21:20:53 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
added @fields for the event table
------------------------------------------------------------------------
r28 | sylvanaar | 2009-01-13 21:15:32 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
Add @name for item with @class table
------------------------------------------------------------------------
r27 | sylvanaar | 2009-01-13 21:10:03 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
M /trunk/.docmeta
Explicitly reference the full name of the lua file, the regex from the example may not work with files containing 2 '.'
------------------------------------------------------------------------
r26 | sylvanaar | 2009-01-13 20:37:30 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
still no doc folder
------------------------------------------------------------------------
r25 | sylvanaar | 2009-01-13 20:24:35 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
try again for docs
------------------------------------------------------------------------
r24 | sylvanaar | 2009-01-13 20:18:29 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
A /trunk/.docmeta
M /trunk/LibFail-1.0.lua
see what docs get generated
------------------------------------------------------------------------
r23 | sylvanaar | 2009-01-13 03:42:56 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
replaced the generic void zone fail with Fail_Sartharion_VoidZone and Fail_KelThuzad_VoidZone. Added 2 new api's :GetSupportedEvents() and :IsSurvivable(event). later it would be good to add code to handle deaths from survivable events in some special way. Fail events now pass survivable as their 3rd parameter if the 2nd parameter is not nil.
------------------------------------------------------------------------
r22 | sylvanaar | 2009-01-13 02:00:42 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
noted which voidzones were which. Will add a separate event for those later
------------------------------------------------------------------------
r21 | sylvanaar | 2009-01-11 18:47:24 +0000 (Sun, 11 Jan 2009) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
change to try to get thaddius jump fails to work
------------------------------------------------------------------------
r20 | sylvanaar | 2009-01-09 22:19:38 +0000 (Fri, 09 Jan 2009) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
sartheron->Sartharion
------------------------------------------------------------------------
r19 | sylvanaar | 2009-01-09 17:28:40 +0000 (Fri, 09 Jan 2009) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
don't fail pets at frogger
------------------------------------------------------------------------
r18 | sylvanaar | 2009-01-08 03:42:22 +0000 (Thu, 08 Jan 2009) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
vesperon seems to have a different void zone spell id
------------------------------------------------------------------------
r17 | sylvanaar | 2008-12-27 04:28:30 +0000 (Sat, 27 Dec 2008) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
tested again personally vs frogger
------------------------------------------------------------------------
r16 | sylvanaar | 2008-12-27 03:13:22 +0000 (Sat, 27 Dec 2008) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
dont unregister RRU so we can have better active/inactive status
------------------------------------------------------------------------
r15 | sylvanaar | 2008-12-27 03:07:08 +0000 (Sat, 27 Dec 2008) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
fixed a typo
------------------------------------------------------------------------
r14 | sylvanaar | 2008-12-26 03:49:03 +0000 (Fri, 26 Dec 2008) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
convert spell names to spell ID's. add a fall damage check after the thaddius jump
------------------------------------------------------------------------
r13 | sylvanaar | 2008-12-25 07:49:32 +0000 (Thu, 25 Dec 2008) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
fix a bunch of event firings with incorrect second parameters
------------------------------------------------------------------------
r12 | sylvanaar | 2008-12-25 07:31:18 +0000 (Thu, 25 Dec 2008) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
make sure we init correctly
------------------------------------------------------------------------
r11 | sylvanaar | 2008-12-25 01:15:49 +0000 (Thu, 25 Dec 2008) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
remove the print() in the debug build
------------------------------------------------------------------------
r10 | sylvanaar | 2008-12-25 00:15:56 +0000 (Thu, 25 Dec 2008) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
rename reset() to :GoInactive()
------------------------------------------------------------------------
r9 | sylvanaar | 2008-12-24 23:30:20 +0000 (Wed, 24 Dec 2008) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
added :Test() for working copies
------------------------------------------------------------------------
r8 | sylvanaar | 2008-12-24 22:16:42 +0000 (Wed, 24 Dec 2008) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
Add Fail_Active and Fail_Inactive events
------------------------------------------------------------------------
r7 | sylvanaar | 2008-12-24 22:15:05 +0000 (Wed, 24 Dec 2008) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
nil error for FailType
------------------------------------------------------------------------
r6 | sylvanaar | 2008-12-23 21:11:14 +0000 (Tue, 23 Dec 2008) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
the self-call was using the frame self
------------------------------------------------------------------------
r5 | sylvanaar | 2008-12-23 20:32:52 +0000 (Tue, 23 Dec 2008) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
fix self-calls
------------------------------------------------------------------------
r4 | sylvanaar | 2008-12-23 20:29:20 +0000 (Tue, 23 Dec 2008) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
fix typo
------------------------------------------------------------------------
r3 | sylvanaar | 2008-12-19 22:01:59 +0000 (Fri, 19 Dec 2008) | 1 line
Changed paths:
M /trunk/LibFail-1.0.lua
make sure to init the data fields, and detect raids a little better
------------------------------------------------------------------------