]> git.localhorst.tv Git - l2e.git/history - src/battle/states/SelectIkari.cpp
removed useless comments
[l2e.git] / src / battle / states / SelectIkari.cpp
2013-01-02 Daniel Karbachremoved useless comments
2013-01-02 Daniel Karbachremoved lazy fwd headers
2012-12-27 Daniel Karbachswitched geometric scalars from floating to fixed
2012-12-27 Daniel Karbachrenamed namespace geometry -> math
2012-10-17 Daniel Karbachremoved now superfluous Application parameter to State...
2012-10-17 Daniel Karbachstore an application handle in each state
2012-10-17 Daniel Karbachrenamed app::State's Resize -> OnResize
2012-10-16 Daniel Karbachrenamed state callbacks
2012-09-03 Daniel KarbachMerge branch 'loader'
2012-09-01 Daniel Karbachuse correct headline in SelectIkari
2012-08-25 Daniel Karbachremoved pasting fail from ikari selection
2012-08-22 Daniel Karbachswitched some (x,y) and (w,h) pairs to vectors
2012-08-22 Daniel Karbachmerged Point into Vector
2012-08-22 Daniel Karbachrenamed TargetSelections Enemies to Monsters
2012-08-21 Daniel Karbachremoved redunant getters for spell and ikari menus
2012-08-21 Daniel Karbachremoved redundant BattleState::ActiveHeroAttackChoice()
2012-08-13 Daniel Karbachrenamed BattleState's background functions
2012-08-11 Daniel Karbachreorganized BattleState's interface
2012-08-10 Daniel Karbachadded dummy state that echoes all selected attacks
2012-08-10 Daniel Karbachadded run state to flee from battle
2012-08-10 Daniel Karbachadded physical/magical status of ikari attacks
2012-08-10 Daniel Karbachadded target selection to select ikari state
2012-08-09 Daniel Karbachpostponed attack type decision to their respective...
2012-08-09 Daniel Karbachadded ikari select state