James Stevenson
f109dd756a
Return nil on empty get_area() ( #4508 )
2016-09-10 01:47:13 +10:00
ShadowNinja
3e9b7d3da7
Add AreaStore custom ID API
2016-03-07 16:33:20 -05:00
ShadowNinja
e666e6c109
Implement AreaStore serialization
2016-03-07 16:33:20 -05:00
ShadowNinja
239f5ed868
Move AreaStore container selection logic into getOptimalImplementation
2016-03-07 16:33:20 -05:00
ShadowNinja
9070fd90d5
Move AreaStore to util
2016-03-07 16:33:20 -05:00
ShadowNinja
9ae267cae5
Simplify AreaStore ID management
2016-03-07 16:33:20 -05:00
nerzhul
c4bf66116d
v2d & aabbox3d<f32> & sky cleanups
...
* Sky: rename Box => m_box and inline getBoundingBox
* Uniformize aabbox3d<f32> to aabb3f
2016-02-11 16:55:15 +01:00
est31
9e48f180c9
Areastore: fix "attempt to index a number value"
...
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'
2015-09-03 06:17:02 +02:00
est31
d4a7cfcd71
Add AreaStore data structure
2015-07-27 06:42:56 +02:00