]> git.localhorst.tv Git - l2e.git/history - src/map/MapState.h
removed lazy fwd headers
[l2e.git] / src / map / MapState.h
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-11-30 Daniel Karbachremoved stupid file headers that eclipse put in
2012-10-18 Daniel Karbachsome commenting on the map classes
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-13 Daniel Karbachuse scripts for map triggers
2012-10-12 Daniel Karbachadded directional triggers
2012-10-12 Daniel Karbachmade targetless camera possible
2012-10-12 Daniel Karbachimplemented pushable entities and pushing
2012-10-09 Daniel Karbachclosed the gap between battle and map state (yay)
2012-10-07 Daniel Karbachadded map transition state
2012-10-07 Daniel Karbachextracted map loading/unloading
2012-10-07 Daniel Karbachadded temporary map transition implementation
2012-10-06 Daniel Karbachadded debug mode for maps
2012-10-05 Daniel Karbachbegun monster vicinity checking
2012-10-05 Daniel Karbachcheck for blocking entities when trying to move
2012-10-05 Daniel Karbachimplemented followers
2012-10-05 Daniel Karbachadded movement timer to track blocked movement
2012-10-03 Daniel Karbachadded entity follower list
2012-10-03 Daniel Karbachtrigger handling in map state
2012-09-30 Daniel Karbachadded grid lock checking in map state
2012-09-30 Daniel Karbachmoved grid logic to world update routine
2012-09-30 Daniel Karbachadded entity orientation awareness
2012-09-30 Daniel Karbachplugged entities into map state
2012-09-29 Daniel Karbachadded application state for map