]> git.localhorst.tv Git - l2e.git/history - src/map/Map.cpp
renamed namespace geometry -> math
[l2e.git] / src / map / Map.cpp
2012-12-27 Daniel Karbachrenamed namespace geometry -> math
2012-11-30 Daniel Karbachremoved stupid file headers that eclipse put in
2012-10-18 Daniel Karbachswitched to static type IDs
2012-10-14 Daniel Karbachmoved map data to maps.l2s
2012-10-13 Daniel Karbachfixed trigger type switch in Map
2012-10-12 Daniel Karbachadded directional triggers
2012-10-09 Daniel Karbachclosed the gap between battle and map state (yay)
2012-10-07 Daniel Karbachmade TileAt/AreaAt fail silently
2012-10-07 Daniel Karbachextracted map loading/unloading
2012-10-06 Daniel Karbachadded triggers to map debug render
2012-10-06 Daniel Karbachadded debug mode for maps
2012-10-05 Daniel Karbachmore Vector operations
2012-10-05 Daniel Karbachextracted tile coordinates calculation
2012-10-03 Daniel Karbachtrigger handling in map state
2012-09-30 Daniel Karbachcheck blocking flags of tiles in map state
2012-09-29 Daniel Karbachadded basic map classes