]> git.localhorst.tv Git - l2e.git/history - src/app/State.h
removed lazy fwd headers
[l2e.git] / src / app / State.h
2013-01-02 Daniel Karbachremoved lazy fwd headers
2012-12-27 Daniel Karbachswitched geometric scalars from floating to fixed
2012-11-30 Daniel Karbachremoved stupid file headers that eclipse put in
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-10-16 Daniel Karbachcommented headers in app/ directory
2012-09-29 Daniel Karbachadded forwarding headers
2012-08-10 Daniel Karbachadded run state to flee from battle
2012-08-10 Daniel Karbachadded timer facility
2012-08-07 Daniel Karbachreworked Application's state stack
2012-08-06 Daniel Karbachadded Input class for handling user input
2012-08-06 Daniel Karbachmade application and battle state resizable
2012-08-05 Daniel Karbachfixed SDL inclusion in application classes
2012-08-05 Daniel Karbachadded basic application class