]> git.localhorst.tv Git - l2e.git/history - src/battle/states/SelectSpell.h
extracted battle logic into a class
[l2e.git] / src / battle / states / SelectSpell.h
2013-02-03 Daniel Karbachextracted battle logic into a class
2013-01-30 Daniel Karbachcached some of the battle coordinates
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 Karbachwrapped some virtual State methods in non-virtual calls
2012-10-17 Daniel Karbachrenamed app::State's Resize -> OnResize
2012-10-16 Daniel Karbachrenamed state callbacks
2012-09-29 Daniel Karbachadded forwarding headers
2012-08-10 Daniel Karbachadded run state to flee from battle
2012-08-08 Daniel Karbachadded spell menu's headline
2012-08-08 Daniel Karbachadded rough implementation of a Menu
2012-08-08 Daniel Karbachadded spell selection battle state