]> git.localhorst.tv Git - l2e.git/history - src/app
fixed popping all states on application exit
[l2e.git] / src / app /
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