aboutsummaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Collapse)Author
2014-02-03Escape texture pack namesShadowNinja
2014-02-03Add minetest.kick_player(name, reason)sapier
2014-01-24Fix error on mod download failureShadowNinja
2014-01-23Pass pointed_thing to on_punch and minetest.register_on_punchnode callbacksShadowNinja
2014-01-21Add pointed_thing to minetest.register_on_placenodeShadowNinja
As suggested by qwrwed.
2014-01-19Fix minetest.rotate_and_place() calling on_rightclick() with nil/random ↵PilzAdam
param for node
2014-01-18Fixed mainmenu lua errors because of changes in get_textlist_indexDániel Varga
Fixed lua error when none of the worlds or servers selected are and connect, delete or configure buttons used.
2014-01-13Fix spelling of "attempt"ShadowNinja
2014-01-13Add minetest.override_itemShadowNinja
2014-01-13Add formspec tableKahrl
2014-01-12Fix doc and forceloading crash.Novatux
2014-01-11Add forceloadingNovatux
2014-01-11Deepcopy pointed_thing for after_place_node, give it to on_rightclick too.Novatux
2014-01-06Pass pointed_thing to after_place_nodeShadowNinja
2014-01-06Add protection support to auto-rotated nodesShadowNinja
2014-01-06Prevent auto-rotated nodes replacing the nodes they are placed onShadowNinja
2014-01-06Escape error messages in error dialogPilzAdam
2014-01-06Fix main menu error message dialog: Now multi-line messages aren't cut at ↵Perttu Ahola
half of second line
2014-01-05Fix absence of images when compiled with RUN_IN_PLACE=0.Ilya Zhuravlev
2013-12-30Revert "Fix minetest.facedir_to_dir when param2 is 5 or 7."Novatux
This reverts commit 4e5760a5416cbca6945b1b4484cbd96bea7b250c.
2013-12-12Add 'on_prejoinplayer' callbackkaeza
2013-12-11Implement search tab and version pickersapier
2013-12-07Move script_run_callbacks to LuaShadowNinja
2013-12-04Only create one alias metatableShadowNinja
2013-12-03Shaders rework.RealBadAngel
2013-11-30Assume a selection box for fences0gb.us
Similar to assuming a selection box for the nodebox drawtype, minetest.register_item() now assumes a selection box for the fencelike drawtype.
2013-11-30Change default value of is_ground_content to truekwolekr
Most modders would otherwise forget to explicitly define this, and generated nodes aliased from mods would wall-off caves
2013-11-29Fix modstore/favourites hang by adding asynchronous lua job supportsapier
2013-11-28Split server/client port setting to avoid port number clashes in mainmenusapier
2013-11-27Rollback fixes and get_node_actionsShadowNinja
2013-11-24Temporary disable local install button due to irrlicht dialog breaking ↵sapier
localization
2013-11-23Fix my name (doesn't display correctly because of utf8 characters)Novatux
2013-11-23Fix rename modpack button not working, fixes #1019Sfan5
2013-11-23Prevent enabling Shaders if Direct3D is usedSfan5
2013-11-21Fix usage of 'minetest' where 'engine' was intendedShadowNinja
2013-11-19Fix modmanager screenshot pathBlockMen
2013-11-17Fix issue #1009 (minetest.get_connected_players() returns non-existing players)kwolekr
2013-11-17Replace print()s with minetest.log() in builtinPilzAdam
2013-11-10Fix "TODO read modinfo" in modmanager to improve ui usabilitysapier
2013-11-09Add BlockMen to core dev listPilzAdam
2013-11-09Fix game buttons not beeing 48x48sapier
2013-11-09Fix crash updating gametype without gamesapier
2013-11-07Add wrapper for minetest.rotate_and_place.4Evergreen4
2013-11-06Don't assert scalars must be vectors.Cy
2013-11-06Fix orient_flags to be optional.Vanessa Ezekowitz
2013-11-06Add 6d facedir rotation prediction routineVanessa Ezekowitz
2013-11-05Add seed entry to world creation dialogkwolekr
2013-11-03Reworked formspecs and kahrl's hexcolor parserBlockMen
2013-11-02Add basic protection support to builtinShadowNinja
2013-11-02Move the sapling growing and grass adding/removing ABMs to LuaNovatux