aboutsummaryrefslogtreecommitdiff
path: root/games/minimal/mods/experimental/init.lua
AgeCommit message (Collapse)Author
2014-08-23Minimal game: add /dummyball <count> commandKahrl
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)
2013-04-05unkn own block -> unkn own nodekhonkhortisan
2012-07-25Improve inventory callbacks a bitPerttu Ahola
2012-07-25Detached inventory callbacks and reworked node metadata callbacksPerttu Ahola
2012-07-24Detached inventoriesPerttu Ahola
2012-07-24Add node timer test in minimal/experimentalPerttu Ahola
2012-07-22Formspec button_exit[] and image_button_exit[]Perttu Ahola
2012-07-22Add /test1 command to minimal for testing a more complicated player ↵Perttu Ahola
inventory form
2012-07-21Actually fix facedir-rotated nodes placed using minetest.env:place_node()Perttu Ahola
2012-07-19Allow defining player's inventory form in LuaPerttu Ahola
2012-06-06Allow groups in crafting recipesPerttu Ahola
2012-06-05Add after_destruct and cache the existence of on_construct, on_destruct and ↵Perttu Ahola
after_destruct for quick skipping when a node does not have them
2012-06-05place_node, dig_node and punch_node; an in-game tester tool; remove old codePerttu Ahola
2012-04-06experimental:soundblock dig_immediate=3Perttu Ahola
2012-04-05Make the minimal development test somewhat playable by adding ore generation ↵Perttu Ahola
and removing the player visual switch test
2012-04-04Fix sound direction and add experimental:soundblock alias sb in minimal for ↵Perttu Ahola
testing
2012-03-31initial_properties field in entity definitionPerttu Ahola
2012-03-30Add minetest.get_connected_players()Perttu Ahola
2012-03-30ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on ↵Perttu Ahola
players too!
2012-03-27Add minetest.after(time, func)Perttu Ahola
2012-03-26Move games/minetest to games/minimal and update README.txtPerttu Ahola