aboutsummaryrefslogtreecommitdiff
path: root/src/script/cpp_api/s_node.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Modernize lua read (part 2 & 3): C++ templating assurance (#7410)Loïc Blot2018-06-301-2/+2
* Node definition manager refactor (#7016)Dániel Juhász2018-02-101-8/+8
* Unkown nodes: Provide position on interact (#6505)SmallJoker2017-10-071-8/+8
* Remove nodeupdate completely (#6358)Rui2017-09-011-24/+0
* Modernize source code: last part (#6285)Loïc Blot2017-08-201-8/+2
* Add 'plantlike_rooted' drawtypenumber Zero2017-07-111-0/+1
* Order es_DrawType exactly like enum NodeDrawType in nodedef.h (#5946)Thomas--S2017-06-101-3/+4
* Fix various points reported by cppcheck (#5656)Loïc Blot2017-04-251-1/+1
* Add on_flood() callback.Auke Kok2017-04-221-0/+21
* Paramtype2: Add missing type CPT2_GLASSLIKE_LIQUID_LEVELparamat2017-03-301-0/+1
* Add hardware node coloring. Includes:Dániel Juhász2017-01-231-0/+3
* Make plantlike drawtype more funAuke Kok2016-08-261-0/+1
* Nodebox: Allow nodeboxes to "connect"Auke Kok2016-03-121-0/+1
* Add new ContentParamType2 "CPT2_DEGROTATE"est312015-10-041-0/+1
* Push error handler afresh each time lua_pcall is usedKahrl2015-08-271-9/+36
* Improve Script CPP API diagnosticskwolekr2015-08-051-19/+9
* Replace instances of std::map<std::string, std::string> with StringMapkwolekr2015-05-191-3/+3
* Add meshnode drawtype.RealBadAngel2014-10-181-0/+1
* Fix object reference pushing functions when called from coroutinesShadowNinja2014-10-071-3/+3
* Add optional framed glasslike drawtypeBlockMen2014-10-021-0/+1
* Add firelike drawtypeTriBlade92014-09-211-0/+1
* Only push the Lua error handler onceShadowNinja2014-04-271-57/+21
* Pass pointed_thing to on_punch and minetest.register_on_punchnode callbacksShadowNinja2014-01-231-2/+4
* Pass a errfunc to lua_pcall to get a tracebackShadowNinja2013-11-151-30/+62
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-0/+2
* Weather supportproller2013-07-271-0/+17
* Leveled nodeboxproller2013-07-131-0/+2
* Move scriptapi to separate folder (by sapier)sapier2013-05-251-0/+233