]> git.localhorst.tv Git - l2e.git/history - src/battle
added initializer lists to Hero and Monster models
[l2e.git] / src / battle /
2012-08-08 Daniel Karbachadded initializer lists to Hero and Monster models
2012-08-08 Daniel Karbachwrite hero's name on tag
2012-08-08 Daniel Karbachadded struct for battle resources
2012-08-08 Daniel Karbachadded spell selection battle state
2012-08-08 Daniel Karbachremoved useless (and irritating) destructors of battle...
2012-08-08 Daniel Karbachtagged some TODOs
2012-08-08 Daniel Karbachadded realistic test data
2012-08-08 Daniel Karbachadded simple font implementation
2012-08-08 Daniel Karbachadded hero tag labels
2012-08-08 Daniel Karbachchanged party layout position interpretation to better...
2012-08-08 Daniel Karbachchanged gauge level interpretation
2012-08-08 Daniel Karbachfixed Hero's relative IP calculation
2012-08-08 Daniel Karbachadded gauges for health, mana, and ikari displays
2012-08-07 Daniel Karbachbetter positioning of hero tags
2012-08-07 Daniel Karbachadjusted position calculation of battle ui
2012-08-07 Daniel Karbachadded Frame class for drawing bordered windows
2012-08-07 Daniel Karbachadded some test sprites
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 Karbachremoved debug output from battle state
2012-08-06 Daniel Karbachmade application and battle state resizable
2012-08-06 Daniel Karbachbetter positioning of monsters
2012-08-06 Daniel Karbachadded monster drawing routine in battle state
2012-08-06 Daniel Karbachfix position calculation in PartyLayout
2012-08-05 Daniel Karbachadded battle party layout class
2012-08-05 Daniel Karbachadded simple sprite class
2012-08-05 Daniel Karbachadded empty battle state
2012-08-03 Daniel Karbachadded battle/monster file structure