]> git.lizzy.rs Git - dragonfireclient.git/history - src/script/lua_api/l_areastore.cpp
Attachments: Fix interpolation from (0,0,0) after detach
[dragonfireclient.git] / src / script / lua_api / l_areastore.cpp
2019-09-21 SmallJokerFix AreaStore's IDs persistence (#8888)
2018-06-30 Loïc BlotModernize lua read (part 2 & 3): C++ templating assuran...
2017-06-19 Vincent GlizeC++11 cleanup on constructors (#6000)
2017-04-08 Loïc BlotReplace luaL_reg with luaL_Reg as recent LuaJIT dropped...
2016-12-20 ShadowNinjaMod security: Allow read-only access to all mod paths
2016-09-09 James StevensonReturn nil on empty get_area() (#4508)
2016-03-07 ShadowNinjaAdd AreaStore custom ID API
2016-03-07 ShadowNinjaImplement AreaStore serialization
2016-03-07 ShadowNinjaMove AreaStore container selection logic into getOptima...
2016-03-07 ShadowNinjaMove AreaStore to util
2016-03-07 ShadowNinjaSimplify AreaStore ID management
2016-02-11 nerzhulv2d & aabbox3d<f32> & sky cleanups
2015-09-03 est31Areastore: fix "attempt to index a number value"
2015-07-27 est31Add AreaStore data structure