vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 [b]Current Version: 2.0.$Revision: 10447 $ Release Candidate 2[/b]
2  
3  
4 Ace2 is an embeddable framework for rapid mod development.
5  
6 [b]Features:[/b][list]
7 [*]100% embeddable. An Ace2 addon should never require Ace2 as a dependency.
8 [*]Provides the following modules:[list]
9 [*][b]Ace00[/b] - Provides a fully functional object oriented framework. - [b][url=http://wiki.wowace.com/index.php/AceOO-2.0]Documentation[/url][/b]
10 [*][b]AceLibrary[/b] - A global versioning library to handle other library instances, upgrading, and access. - [b][url=http://wiki.wowace.com/index.php/AceLibrary]Documentation[/url][/b]
11 [*][b]AceEvent[/b] - A mixin to allow for centralized event handling. Also allows for custom psudo-events. - [b][url=http://wiki.wowace.com/index.php/AceEvent-2.0]Documentation[/url][/b]
12 [*][b]AceHook[/b] - A mixin to allow for safe hooking of functions, methods, and scripts. - [b][url=http://wiki.wowace.com/index.php/AceHook-2.0]Documentation[/url][/b]
13 [*][b]AceDB[/b] - A mixin to allow for fast, clean, and feature filled saved variable access along with customizable profiles. - [b][url=http://wiki.wowace.com/index.php/AceDB-2.0]Documentation[/url][/b]
14 [*][b]AceDebug[/b] - A mixin to allow for simple debugging capabilities. - [b][url=http://wiki.wowace.com/index.php/AceDebug-2.0]Documentation[/url][/b]
15 [*][b]AceLocale[/b] - A localization library for addons to use to handle proper localization and internationalization. - [b][url=http://wiki.wowace.com/index.php/AceLocale-2.0]Documentation[/url][/b]
16 [*][b]AceConsole[/b] - A mixin to allow for chatline input/output capabilities. - [b][url=http://wiki.wowace.com/index.php/AceConsole-2.0]Documentation[/url][/b]
17 [*][b]AceAddon[/b] - A basis for addons to use that can accept mixins and handles initialization events. - [b][url=http://wiki.wowace.com/index.php/AceAddon-2.0]Documentation[/url][/b]
18 [*][b]AceModuleCore[/b] - A mixin to provide a simple modularization framework. - [b][url=http://wiki.wowace.com/index.php/AceModuleCore-2.0]Documentation[/url][/b]
19 [/list]
20 [/list]
21  
22 [b]A Couple of Notes:[/b]
23 [list]
24 [*]Pretty much this file is for developers to use. End users can run it if they wish. However by itself it doesn't do much.
25 [*]Ace2 will not work as a dependency for Ace 1.x based addons, however they can work side by side very well.
26 [/list]
27  
28  
29  
30 [SIZE=3][b][url=http://wiki.wowace.com/index.php/Ace2]Ace2 Documentation on the Wiki[/url][/b][/SIZE]
31  
32 [SIZE=3][b][url=http://kaelten.wowinterface.com/portal.php?id=2&a=listbugs]Please Post Bugs Using this Link[/url][/b][/SIZE]
33  
34 [SIZE=3][b][url=http://kaelten.wowinterface.com/portal.php?id=2&a=listfeatures]Please Post Feature Requests Using this Link[/url][/b][/SIZE]
35  
36 [SIZE=3][b][url=http://kaelten.wowinterface.com/portal.php?&id=2&pageid=68]Version History[/url][/b][/SIZE]