aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_areastore.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
| | | | * Migrate cpp headers to pragma once
* C++11 cleanup on constructors (#6000)Vincent Glize2017-06-191-1/+1
| | | | * C++11 cleanup on constructors dir script
* Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat ↵Loïc Blot2017-04-081-1/+1
| | | | | (#5541) We are bundling Lua5.1 which has same macro
* Pass clang-format on 14 trivial header files fixesLoic Blot2017-04-071-3/+2
| | | | Also remove them from whitelist
* Implement AreaStore serializationShadowNinja2016-03-071-2/+2
|
* Move AreaStore to utilShadowNinja2016-03-071-7/+6
|
* v2d & aabbox3d<f32> & sky cleanupsnerzhul2016-02-111-1/+0
| | | | | * Sky: rename Box => m_box and inline getBoundingBox * Uniformize aabbox3d<f32> to aabb3f
* Add AreaStore data structureest312015-07-271-0/+70