Projects in Development Tools
 

Development Tools

Name Updated Author
LibGUI 11/21/2008 Aiiane
Library for GUI interfaces.
GuidanceCounselor 11/20/2008 Astika
The job market is tough, and it helps knowing at a glance, exactly what careers are out there. Guidance Counselor is a dev/author AddOn consisting of table lookups for career icons + colors. Archetype colors are credited to Aiiane from ...
LibDateTime 11/19/2008 Garko
LibDateTime provide locale date and time, formatting function, clock callback and more DateTime functions. This library is localized in English, French, German, Spanish and Italian. This library can be include in another addon. Documentation DateTime ...
LibSync 11/17/2008 Realwild
Description Library for data synchronization Global channel for order = LibSync1 Global channel for destruction = LibSync2 Local channel for order = LibSync1_{zone} Local channel for destruction = LibSync2_{zone} Please note that versions V0.4 and above ...
TortallAddonChat 11/17/2008 tortall
TortallAddonChat is an addon to allow other addons to communicate. It maintains chat channels for the current group and for the player's guild, if any. Addons may send messages to either channel and TortallAddonChat will receive these messages and pass ...
LibStub 11/16/2008 Kaelten
LibStub is an ultra generic versioning stub originally developed for WoW. It is meant to be a small file that you drop into a library. Or code that is copy and pasted into the top of a file.
LibCereal 11/16/2008 Nemes
Purpose Library to serialise and decode a LUA object as a wstring. AddOns LibCereal is used by: NLootLink Library Retrieval The library is retrieved from LibStub: myLibCereal = LibStub:GetLibrary("LibCereal-1.0") Serialisation Pass a LUA object into the ...
WarBoard_Template 11/15/2008 Snotrocketwar
Fully commented template for writing mods for WarBoard.
LibTargetInfo 11/14/2008 Noctys
Retrieves & Stores target data for later use. Easy way of getting information about a target. Works with friendly, hostile & mouseover. Info can also be looked up by players name. returns players name, class, archetype (healer, tank, etc), iconid, rank, ...
nDevTools 11/13/2008 Nemes
/dump Alias for /script d(...) e.g. /dump GameData.Account is the same as entering /script d(GameData.Account) /rl Alias for /reloadui /saveg [tableName] Save tableName to user\interface\AllCharacters\NDevTools\SavedVariables.lua, then reload. If ...
LibSlash 11/10/2008 Aiiane
A basic library for registering slash commands in the WAR interface. If you're downloading this because an addon you want to use requires it, just extract it into the interface\addons directory, and that's all you need to do. With LibSlash installed, ...
LibSurveyor 11/04/2008 Nevir27
LibSurveyor manages all your mapping library needs: Easily translate between world and zone coordinate systems Track and store custom map pins Register custom "pin types" so that your addon can easily extend the pins to provide any number of cool new ...
LibStats2 11/01/2008 pwerelds
About the project LibStats2 is a rewrite of LibStats, based on the requirement of LibStub (and only LibStub). During the development of LibStats I learned a lot of tricks, and I already rewrote LibStats once. Rather than rewriting version 1 again and ...
LibStoredData 10/29/2008 beeblebrox42
A library intended for storing and versioned data between embeddable libraries. This is will greatly simplify the work needed to have embeddable libraries save and manage data between different instances. Primary Goals: Support libStub version mechanics ...
Ace3 10/25/2008 Kaelten
This project is a planned port of the Ace3 framework from WoW to WAR. Currently, AceAddon, AceLocale, and AceTimer should be functional for WAR. Ports of the other libraries may occur at future points in time.
zTimeLib 10/23/2008 zMod
Overview zTimeLib is no longer stand-alone and needs to be embedded to work. This is very easy, and requires only one line in your addons mod file, see below for example. zTimeLib is an efficient tiered function scheduler. It enables you to run thousands ...
zAlertLib 10/22/2008 zMod
Library for creating statusbar alert timers. Currently Alpha status, in heavy development. Check back later for more stable versions.
APIDebugger 10/21/2008 Felyza
Developer Tool for API documentation. Useless to the general public. An API Debugger made into an addon format, based entirely on code available at thewarwiki.com. It registers all event handlers, and will print event information to the debug window when ...
Icon Viewer 10/20/2008 shockbeta
Little addon that hopes to be packed with features for browsing and creating templates that can be stored and searched through later on to find icons for various things.
Notepad 10/17/2008 Golly
Yeah a notepad addon ! You can write what you feel when you play or something different and you can save it ! Buttons: Chat - Send the text to your current channel ! Save - Save the Text for ever ! NEW: When the Text isn't saved the Save Button is red ! ...