Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-15 | Added lua tracebacks to some errors where you have been blind to what… (#5043) | sapier | |
* Added lua tracebacks to some errors where you have been blind to what actually went wrong | |||
2016-10-16 | Emergeblocks: Fix occasional crash | Rogier | |
Modification of the emergeblocks internal state was not protected by a lock, causing a race condition. This can be reproduced by repeatedly running emergeblocks for an already-generated section of the map (with multiple emerge threads). | |||
2016-03-07 | s_env.{cpp, h} cleanups | est31 | |
* Replace string by-val passing with const reference * Fix code style * Remove redundant `int table` definition and indentation level | |||
2016-03-07 | Add minetest.register_lbm() to run code on block load only | est31 | |
2015-11-02 | Add callback parameter for core.emerge_area() | kwolekr | |
2015-10-18 | ABMs: Make catch-up behaviour optional | paramat | |
Default is true for backwards compatibility Update lua_api.txt | |||
2015-08-12 | SAPI: Track last executed mod and include in error messages | kwolekr | |
2014-12-29 | Expose mapgen parameters on scripting init | kwolekr | |
Add minetest.get_mapgen_params() Deprecate minetest.register_on_mapgen_init() | |||
2014-12-14 | Expose mapgen chunksize in on_mapgen_init callbacks | kwolekr | |
2014-10-07 | Fix object reference pushing functions when called from coroutines | ShadowNinja | |
2014-08-21 | Don't call a player event without having player to do a event for | sapier | |
2014-05-08 | Use "core" namespace internally | ShadowNinja | |
2014-05-07 | Fix heart + bubble bar size on different texture packs | sapier | |
Add DPI support for statbar Move heart+bubble bar to Lua HUD Add statbar size (based upon an idea by blue42u) Add support for customizing breath and statbar | |||
2014-02-08 | Make flag strings clear specified flag with 'no' prefix | kwolekr | |
Remove flagmask field from set_mapgen_params table Add small bits of needed documentation | |||
2014-02-03 | Fix crash when a error occurs in a globalstep callback | ShadowNinja | |
2013-08-14 | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | |
2013-06-27 | Add Lua on_mapgen_init callback, and minetest.set_mapgen_params API | kwolekr | |
2013-05-25 | Move scriptapi to separate folder (by sapier) | sapier | |
On the lua side, notably minetest.env:<function>(<args>) should now be replaced by minetest.<function>(<args>). The old way is and will stay supported for a long time. Also: Update and clean up lua_api.txt (by celeron55) Move EnvRef to lua and remove add_rat and add_firefly (by kahrl) Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl) |