vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1  
2  
3 17.14
4  
5 --> table.onupdate was using a bit too much processor when in a 40 man raid. Recoded it - total processor usage down about 50%.
6  
7 --> you will no longer "spam" 8 byte messages every 10 seconds when out of combat.
8  
9 --> Changed the timeout for version query to 2 seconds, since 3 is just way too annoying to wait for.
10  
11 --> Removed some more old code from 1.11 days that wasn't being used.
12  
13 --> Added ability to automatically hide / show the window when you join / leave a raid. Type "/ktm autohide true" to enable, "/ktm autohide false" to disable. This is saved on logout. Thanks PkCounter for inspiration. This defaults to false.
14  
15  
16 17.13
17  
18  
19 --> Removed compatability code for 1.11 servers, and the debug print on loadup.
20  
21 --> Rogues: fixed vanish. Also Bloodfang 5/8 may finally be working. Also added sleight of hand. Not sure how it stacks with 5/8 bloodfang, so i will assume it as additive (conservatively small).
22  
23 --> I think i've fixed the lua error on KTM_Tables.lua:160.
24  
25 --> Changed Rogue and Cat Form to -29% threat. Wow! This means rogues have the same threat as pre-patch, if you take into account the new multiplicative method.
26  
27 --> Added some comments to the top of KTM_Net.lua on the new MT polling system.
28