Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-04 | Consolidate API object code (#12728) | Jude Melton-Houghton | |
Co-authored-by: sfan5 <sfan5@live.de> | |||
2022-02-23 | Lua API documentation: Various fixes (#12059) | SmallJoker | |
Change 1: Clarify when on_step collision information is provided Change 2: Document PostgreSQL and Redis settings Change 3: Overall AreaStore documentation improvements including consistent parameter naming based on community suggestions | |||
2021-05-30 | script: Replace calls to depreated luaL_openlib | sfan5 | |
2019-09-21 | Fix AreaStore's IDs persistence (#8888) | SmallJoker | |
Improve documentation Read old formats Fix free ID function. Return first gap in map | |||
2018-06-30 | Modernize lua read (part 2 & 3): C++ templating assurance (#7410) | Loïc Blot | |
* Modernize lua read (part 2 & 3): C++ templating assurance Implement the boolean reader Implement the string reader Also remove unused & unimplemented script_error_handler Add a reader with default value | |||
2017-06-19 | C++11 cleanup on constructors (#6000) | Vincent Glize | |
* C++11 cleanup on constructors dir script | |||
2017-04-08 | Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat ↵ | Loïc Blot | |
(#5541) We are bundling Lua5.1 which has same macro | |||
2016-12-20 | Mod security: Allow read-only access to all mod paths | ShadowNinja | |
2016-09-10 | Return nil on empty get_area() (#4508) | James Stevenson | |
2016-03-07 | Add AreaStore custom ID API | ShadowNinja | |
2016-03-07 | Implement AreaStore serialization | ShadowNinja | |
2016-03-07 | Move AreaStore container selection logic into getOptimalImplementation | ShadowNinja | |
2016-03-07 | Move AreaStore to util | ShadowNinja | |
2016-03-07 | Simplify AreaStore ID management | ShadowNinja | |
2016-02-11 | v2d & aabbox3d<f32> & sky cleanups | nerzhul | |
* Sky: rename Box => m_box and inline getBoundingBox * Uniformize aabbox3d<f32> to aabb3f | |||
2015-09-03 | Areastore: fix "attempt to index a number value" | est31 | |
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-07-27 | Add AreaStore data structure | est31 | |