Planned TODO's
This page is update weekly approximatly.
##greater tasks TODO
WoWAce
* Main+TOC
- find/create a valid description for CiR
customCD
- hooksecurefunc after execution of SPELL_UPDATE_COOLDOWN
- extra savedvariables for storage of itemCDs, calculated ones & fake ones(character-wise stored)
* innerCooldowns, extra menu - most are predefined, but user can add own if they know them (new trinkets etc. so i don't have to commit every new trinket)
- Create own innercd handling feature
- allow fake cds to be implented easily
- fake resets
Groups
- Group managment /options
- sorting algorithms
- in-combat sort ( to create priority queues with multiple icons etc. )
* BatchOptions
- just like global_options, but for certain chosen icons
CIREnv
- add more utility functions, make options accessable through script
- add code-flags @icon, @texture, @text to manipulate these within the script directly
? auto-completion
- make tab possible (4-space)
- totem support
- HasTarget(), HasPet(), PetType(type); where type can be: Imp, Cat, VW, FG, FH, Succubus, etc.
- Input Validaton
- improve gPulse(); add Pulse() --seperate for iconPulse()
- add block(cmd); to block it for the current icon
- rune-cooldown module
Help
- add new added functions and stuff
* hDoc - hatiDoc (Lib to create webpage like ingame-help)
Wrapper
- Idea: Module which enables you to wraps a defined code around your code-block
Additor
- Idea: Module which adds certain code-block to your code
gOptions
- Change from CIR.icons-based to idb-based runthrough ( disabled icons are ignored )