aboutsummaryrefslogtreecommitdiff
path: root/games/minimal/mods/experimental (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add disable_repair group to prevent tool repair (#7381)Wuzzy2018-10-161-0/+28
* Minimal: Disable disruptive formspec test by default (#7423)Wuzzy2018-06-141-13/+34
* CSM/SSM: Add on_mods_loaded callback (#7411)Loïc Blot2018-06-061-0/+5
* Load dependencies and description from mod.confAndrew Ward2018-03-282-2/+3
* Add minetest.bulk_set_node call + optimize Environment::set_node call (#6958)Loïc Blot2018-01-301-0/+68
* Real global textures (#6105)Vitaliy2017-10-153-1/+52
* Implement mod communication channels (#6351)Loïc Blot2017-09-262-0/+18
* Remove nodeupdate completely (#6358)Rui2017-09-011-1/+1
* Add LuaEntity on_death callback (#6177)Loïc Blot2017-07-271-6/+9
* Private nodemeta (#5702)sfan52017-05-101-2/+8
* Add particle animation, glowsfan52017-01-181-0/+37
* Minimal game: Use field 'tiles' instead of 'tile_images'Rogier2016-12-241-3/+3
* Minimal game: add /dummyball <count> commandKahrl2014-08-231-2/+11
* Compress texturesDavid Gumberg2013-06-182-0/+0
* Move scriptapi to separate folder (by sapier)sapier2013-05-251-26/+26
* unkn own block -> unkn own nodekhonkhortisan2013-04-051-2/+2
* Improve inventory callbacks a bitPerttu Ahola2012-07-251-2/+2
* Detached inventory callbacks and reworked node metadata callbacksPerttu Ahola2012-07-251-2/+24
* Detached inventoriesPerttu Ahola2012-07-241-0/+7
* Add node timer test in minimal/experimentalPerttu Ahola2012-07-241-1/+8
* Formspec button_exit[] and image_button_exit[]Perttu Ahola2012-07-221-1/+1
* Add /test1 command to minimal for testing a more complicated player inventory...Perttu Ahola2012-07-221-0/+32
* Actually fix facedir-rotated nodes placed using minetest.env:place_node()Perttu Ahola2012-07-211-0/+3
* Allow defining player's inventory form in LuaPerttu Ahola2012-07-191-0/+10
* Add experimental_tester_tool_1.png to minimal game (was accidentally left out)Perttu Ahola2012-06-081-0/+0
* Allow groups in crafting recipesPerttu Ahola2012-06-061-0/+8
* Add after_destruct and cache the existence of on_construct, on_destruct and a...Perttu Ahola2012-06-051-0/+4
* place_node, dig_node and punch_node; an in-game tester tool; remove old codePerttu Ahola2012-06-051-225/+55
* experimental:soundblock dig_immediate=3Perttu Ahola2012-04-061-0/+1
* Make the minimal development test somewhat playable by adding ore generation ...Perttu Ahola2012-04-051-0/+2
* Fix sound direction and add experimental:soundblock alias sb in minimal for t...Perttu Ahola2012-04-041-0/+19
* initial_properties field in entity definitionPerttu Ahola2012-03-311-10/+11
* Add minetest.get_connected_players()Perttu Ahola2012-03-301-7/+5
* ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on player...Perttu Ahola2012-03-301-0/+16
* Add minetest.after(time, func)Perttu Ahola2012-03-271-23/+3
* Move games/minetest to games/minimal and update README.txtPerttu Ahola2012-03-263-0/+654