aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_areastore.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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