vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <Bindings>
2 <!--
3 Decursive (v 1.9.6.1) add-on for World of Warcraft UI
4 Copyright (C) 2005 Archarodim ( http://www.2072productions.com/?to=decursive-continued.txt )
5 This is the continued work of the original Decursive (v1.9.4) by Quu
6 Decursive 1.9.4 is in public domain ( www.quutar.com )
7  
8 License:
9 This program is free software; you can redistribute it and/or
10 modify it under the terms of the GNU General Public License
11 as published by the Free Software Foundation; either version 2
12 of the License, or (at your option) any later version.
13  
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
18  
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22 -->
23  
24 <Binding name="DCRCLEAN" header="DECURSIVE">
25 Dcr_Clean();
26 </Binding>
27 <Binding name="DCRSHOW">
28 Dcr_ShowHideAfflictedListUI();
29 </Binding>
30 <Binding name="DCRPRADD">
31 Dcr_AddTargetToPriorityList();
32 </Binding>
33 <Binding name="DCRPRCLEAR">
34 Dcr_ClearPriorityList();
35 </Binding>
36 <Binding name="DCRPRLIST">
37 Dcr_PrintPriorityList();
38 </Binding>
39 <Binding name="DCRPRSHOW">
40 Dcr_ShowHidePriorityListUI();
41 </Binding>
42 <Binding name="DCRSKADD">
43 Dcr_AddTargetToSkipList();
44 </Binding>
45 <Binding name="DCRSKCLEAR">
46 Dcr_ClearSkipList();
47 </Binding>
48 <Binding name="DCRSKLIST">
49 Dcr_PrintSkipList();
50 </Binding>
51 <Binding name="DCRSKSHOW">
52 Dcr_ShowHideSkipListUI();
53 </Binding>
54 </Bindings>