]> git.localhorst.tv Git - l2e.git/history - src/battle/states/SelectMoveAction.cpp
switched geometric scalars from floating to fixed
[l2e.git] / src / battle / states / SelectMoveAction.cpp
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-08-22 Daniel Karbachmerged Point into Vector
2012-08-13 Daniel Karbachrenamed BattleState's background functions
2012-08-10 Daniel Karbachadded run state to flee from battle
2012-08-10 Daniel Karbachadded and implemented swap heroes state
2012-08-08 Daniel Karbachadded spell selection battle state
2012-08-07 Daniel Karbachadjusted position calculation of battle ui
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