aboutsummaryrefslogtreecommitdiff
path: root/src/script/common/c_content.cpp
AgeCommit message (Collapse)Author
2014-01-11Add maximum recursion depth to read_json_valueShadowNinja
2014-01-11Rename get_json_value to read_json_valueShadowNinja
2013-12-30Fix InventoryList reading orderShadowNinja
Lua does not guarantee that the indexes of a table will be in numerical order.
2013-12-18Don't throw a error when writing JSON failsShadowNinja
2013-12-18Add 'minetest.write_json'ShadowNinja
2013-12-18Handle LuaErrors in Lua -> C++ calls on LuaJITShadowNinja
2013-12-03Shaders rework.RealBadAngel
2013-11-30Optimize table creationShadowNinja
2013-11-16fixed array limit check when reading Lua specialtiles tableMetaDucky
2013-11-15Pass a errfunc to lua_pcall to get a tracebackShadowNinja
2013-09-10Add offset to automatic_face_movement_dirPilzAdam
2013-09-02Add minetest.parse_json, engine.parse_jsonKahrl
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-08-13Add support for entities to automatic face movement directionsapier
2013-08-11Decoration: Fix schematic probability mess with new MTS file versionkwolekr
2013-08-06Add support for different drowning damage and allow drowning in other nodetypesBlockMen
2013-07-30Add support for setting stepheight for entitiessapier
2013-07-27Weather supportproller
2013-07-20Add an option to disable object <-> object collision for Lua entitiesPilzAdam
2013-07-20Add liquid_range to nodedefPilzAdam
2013-07-20Make range of tools configureablePilzAdam
2013-07-13Leveled nodeboxproller
2013-06-22Decoration: Add Schematic decoration typekwolekr
2013-06-19Add drowningPilzAdam
2013-05-25Move 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)