vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 1.1 - 15
2 - Added DISPELFAILEDOTHEROTHER to SPELL_XXXX_BUFF
3 - Added SPELLLOGABSORBOTHEROTHER to CHAT_MSG_SPELL_PERIODIC_SELF_DAMAGE
4  
5 1.1 - 14
6 - Added SPELLPOWERLEECHSELFOTHER to CHAT_MSG_SPELL_SELF_BUFF. I thought this was added a few versions ago :/
7  
8 1.1 - 13
9 - Added some 1.11 test server new patterns : SELFKILLOTHER, FACTION_STANDING_DECREASED, FACTION_STANDING_INCREASED.
10 - Fixed trailers.
11  
12 1.1 - 12 - 2006/6/6
13 - Added back interupts to SPELL_DAMAGE that were missed during the revamp of internal data structure.
14 - Fixed string format error when calling UnregisterEvent() and UnregisterAllEvents().
15  
16 1.1 - 11 - 2006/6/6
17 - Fixd typo on COMBATLOG_XPGAIN_FIRSTPERSON_RAID : amountRaidPenality -> amountRaidPenalty.
18 - RegisterEvent(event, handler) now accepts both function name and function reference.
19  
20 1.1 - 10 - 2006/6/5
21 - Deformat simply wasn't working at all on 1.1-9.
22 - Modified ConvertPattern to return reverted indexes of token sequence.
23  
24 1.1 - 9 - 2006/6/4
25 - Completely re-worked parsing method to optimize parsing speed.
26 - Added the concept of speed optimizer, currently includes enUS optimizer.
27 - Added durability damage patterns.
28  
29 1.1 - 8 - 2006/5/31
30 - Added SPELLSPLITDAMAGEOTHERSELF, SPELLSPLITDAMAGEOTHEROTHER to SPELL_OTHERS.
31 - typo : the ca in "for _ in string.gfind(pb, "%%%d?%$?[sd]") do ca=ca+1 end" is wrong.
32  
33 1.1 - 7 - 2006/5/31
34 - Added some simple wrapper so that ParserLib can be run by lua compiler.
35 - Added DISPELFAILEDSELFOTHER to CHAT_MSG_SPELL_SELF_BUFF.
36 - Added SPELLPOWERLEECHSELFOTHER to CHAT_MSG_SPELL_PERIODIC_SELF_DAMAGE.
37 - Added COMBATLOG_DISHONORGAIN to CHAT_MSG_COMBAT_FACTION_CHANGE.
38 - type=honor : added isDishonor, amount is now optional ( amount == nil iff isDishonor == true )
39 - Attempts to increase parsing speed.
40  
41 1.1 - 6 - 2006/5/31
42 - Added all possible experience gain patterns.
43 - Added all six trailer patterns, they'll be added to info table if parsed.
44 - Type 'exp' renamed to 'experience'.
45 - Type 'dispell' renamed to 'dispel'.
46 - Combined 'perform' and 'cast'.
47 - gainSource, gainAmount, gainAttribute -> sourceGained, amountGained, attributeGained
48  
49 1.1 - 5 - 2006/5/30
50 - Added IMMUNESPELLSELFOTHER, IMMUNESPELLSELFSELF to CHAT_MSG_SPELL_SELF_DAMAGE.
51 - Added SPELL***SELFSELF patterns to CHAT_MSG_SPELL_SELF_DAMAGE.
52 - Added SPELLREFLECTOTHEROTHER, SPELLREFLECTOTHERSELF to SPELL_OTHER.
53 - Added a valid check for clients[event] at NotifyClients().
54  
55 1.1 - 4 - 2006/5/28
56 - Reworked the way event table stores data, should reduce memory usage by a bit.
57 - Added some missing event -> patterns.
58 - A client altering info table will not cause problem for other clients.
59  
60 1.1 - 3 - 2006/5/28
61 - Fixed a few typos in patternTable.
62  
63 1.1 - 2 - 2006/5/27
64 - Added SPELLTERSEPERFORM_OTHER to CHAT_MSG_SPELL_CREATURE_VS_CREATURE_DAMAGE
65  
66 1.1 - 1 - 2006/5/27
67 - Fixed pattern converting on non-english clients.
68  
69 1.1 - 0 - 2006/5/27
70 - Initial release.