]> git.localhorst.tv Git - l2e.git/history - src/app
new language, new compiler
[l2e.git] / src / app /
2013-09-04 Daniel Karbachadded option for sped up integration
2013-02-07 Daniel Karbachadded getters for interval timer information
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-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-10-09 Daniel Karbachbetter handling of nested state changes
2012-10-08 Daniel Karbachadded textual type/field descriptions and wiki mode
2012-10-07 Daniel Karbachbreak out of physics loop if a state change happened
2012-10-06 Daniel Karbachadded 4 debug keys
2012-10-02 Daniel Karbachallow checking of multiple keys at once
2012-09-29 Daniel Karbachadded forwarding headers
2012-09-15 Daniel Karbachremoved some leftover lines from linker branch
2012-09-15 Daniel Karbachadded dump option
2012-09-15 Daniel Karbachadded argument interpreter
2012-08-19 Daniel Karbachfixed popping all states on application exit
2012-08-19 Daniel Karbachmoved attack order to battle state
2012-08-14 Daniel Karbachadded Maxim's melee animation
2012-08-13 Daniel Karbachadded Started function to Timer
2012-08-12 Daniel Karbachadded repetition awareness in timers
2012-08-12 Daniel Karbachadded clear timer function
2012-08-11 Daniel Karbachadded ComplexAnimation
2012-08-11 Daniel Karbachadded simple attack animations
2012-08-11 Daniel Karbachadded interval alias function for timers
2012-08-10 Daniel Karbachadded hit tracking to timers
2012-08-10 Daniel Karbachfix bug in Application that caused the program to crash...
2012-08-10 Daniel Karbachadded run state to flee from battle
2012-08-10 Daniel Karbachadded timer facility
2012-08-09 Daniel Karbachmade application state changes yet a bit safer
2012-08-07 Daniel Karbachreworked Application's state stack
2012-08-06 Daniel Karbachdelayed state pushing/popping till the end of each...
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