r28
Details
-
FilenameLibFail-1.0-r28.zip
-
Uploaded by
-
UploadedJan 13, 2009
-
Size4.30 KB
-
Downloads50
-
MD5f4d82b0955d2896bd753f26e865e7217
Supported WoW Retail Versions
- 3.0.3
Changelog
------------------------------------------------------------------------
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
------------------------------------------------------------------------
r2 | sylvanaar | 2008-12-19 21:48:24 +0000 (Fri, 19 Dec 2008) | 1 line
Changed paths:
A /trunk/LibFail-1.0.lua
A /trunk/LibFail-1.0.toc
A /trunk/lib.xml
import, drycoded
------------------------------------------------------------------------
r1 | root | 2008-12-19 21:45:36 +0000 (Fri, 19 Dec 2008) | 1 line
Changed paths:
A /branches
A /tags
A /trunk
"libfail/mainline: Initial Import"
------------------------------------------------------------------------