]> git.localhorst.tv Git - l2e.git/history - src/battle/BattleState.h
handle dead hero in BattleState
[l2e.git] / src / battle / BattleState.h
2012-08-11 Daniel Karbachhandle dead hero in BattleState
2012-08-11 Daniel Karbachadded small hero tags (used in battle animation and...
2012-08-11 Daniel Karbachremoved direct access to battle's monsters vector
2012-08-11 Daniel Karbachreorganized BattleState's interface
2012-08-11 Daniel Karbachmade battle's heroes into an array
2012-08-11 Daniel Karbachturned battle's menu vectors into arrays
2012-08-10 Daniel Karbachadded dummy state that echoes all selected attacks
2012-08-10 Daniel Karbachmoved popping of battle state into battle state
2012-08-10 Daniel Karbachadded run state to flee from battle
2012-08-10 Daniel Karbachadded and implemented swap heroes state
2012-08-10 Daniel Karbachadded second column in ikari menu
2012-08-10 Daniel Karbachset ikari menu to point to items
2012-08-10 Daniel Karbachadded spells
2012-08-10 Daniel Karbachadded item target selection
2012-08-10 Daniel Karbachadded attack targets selection state
2012-08-09 Daniel Karbachreworked Menu to include an optional number
2012-08-09 Daniel Karbachpreliminary solution for loading inventory in item...
2012-08-09 Daniel Karbachadded ikari select state
2012-08-08 Daniel Karbachadded item select state
2012-08-08 Daniel Karbachfixed return type of spell menu getter in battle state
2012-08-08 Daniel Karbachadded rough implementation of a Menu
2012-08-08 Daniel Karbachadded struct for battle resources
2012-08-08 Daniel Karbachadded spell selection battle state
2012-08-08 Daniel Karbachadded simple font implementation
2012-08-08 Daniel Karbachadded hero tag labels
2012-08-08 Daniel Karbachadded gauges for health, mana, and ikari displays
2012-08-07 Daniel Karbachadded Frame class for drawing bordered windows
2012-08-07 Daniel Karbachremoved task tag in BattleState (already in progress)
2012-08-07 Daniel Karbachreworked Application's state stack
2012-08-07 Daniel Karbachmoved attack type into its own class
2012-08-07 Daniel Karbachsplit battle state into (so far) 2 states
2012-08-07 Daniel Karbachadded battle move menu
2012-08-06 Daniel Karbachadded prototype for battle's hero tags
2012-08-06 Daniel Karbachadded attack type selection menu in battle state
2012-08-06 Daniel Karbachadded Input class for handling user input
2012-08-06 Daniel Karbachsplit BattleState's render function
2012-08-06 Daniel Karbachadded Hero class for battle state
2012-08-06 Daniel Karbachadded heroes' party layout to battle state
2012-08-06 Daniel Karbachmade application and battle state resizable
2012-08-06 Daniel Karbachadded monster drawing routine in battle state
2012-08-05 Daniel Karbachadded battle party layout class
2012-08-05 Daniel Karbachadded empty battle state