aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_areastore.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* v2d & aabbox3d<f32> & sky cleanupsnerzhul2016-02-111-0/+1
| | | | | * Sky: rename Box => m_box and inline getBoundingBox * Uniformize aabbox3d<f32> to aabb3f
* Areastore: fix "attempt to index a number value"est312015-09-031-0/+1
| | | | | | | Before, calling get_areas_in_area for an areastore with both include_borders and include_data would result in a lua error, if there was at least one area as result: attempt to index a number value in function 'get_areas_in_area'
* Add AreaStore data structureest312015-07-271-0/+401