aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_areastore.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add AreaStore custom ID APIShadowNinja2016-03-071-1/+4
|
* Implement AreaStore serializationShadowNinja2016-03-071-16/+21
|
* Move AreaStore container selection logic into getOptimalImplementationShadowNinja2016-03-071-8/+1
|
* Move AreaStore to utilShadowNinja2016-03-071-1/+1
|
* Simplify AreaStore ID managementShadowNinja2016-03-071-14/+3
|
* 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