Replacement for Minimal Development Test (PR) (#9450)
[oweals/minetest.git] / games / minimal / mods / experimental / init.lua
2020-05-24 WuzzyReplacement for Minimal Development Test (PR) (#9450)
2018-10-16 WuzzyAdd disable_repair group to prevent tool repair (#7381)
2018-06-14 WuzzyMinimal: Disable disruptive formspec test by default...
2018-06-06 Loïc BlotCSM/SSM: Add on_mods_loaded callback (#7411)
2018-01-29 Loïc BlotAdd minetest.bulk_set_node call + optimize Environment...
2017-10-15 VitaliyReal global textures (#6105)
2017-09-25 Loïc BlotImplement mod communication channels (#6351)
2017-09-01 RuiRemove nodeupdate completely (#6358)
2017-07-27 Loïc BlotAdd LuaEntity on_death callback (#6177)
2017-05-10 sfan5Private nodemeta (#5702)
2017-01-18 sfan5Add particle animation, glow
2016-12-24 RogierMinimal game: Use field 'tiles' instead of 'tile_images'
2014-08-22 KahrlMinimal game: add /dummyball <count> command
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-24 sapierMove scriptapi to separate folder (by sapier)
2013-04-07 WeblateMerge remote branch 'origin/master'
2013-04-05 khonkhortisanunkn own block -> unkn own node
2012-07-25 Perttu AholaImprove inventory callbacks a bit
2012-07-24 Perttu AholaDetached inventory callbacks and reworked node metadata...
2012-07-24 Perttu AholaDetached inventories
2012-07-24 Perttu AholaAdd node timer test in minimal/experimental
2012-07-22 Perttu AholaFormspec button_exit[] and image_button_exit[]
2012-07-22 Perttu AholaAdd /test1 command to minimal for testing a more compli...
2012-07-21 Perttu AholaActually fix facedir-rotated nodes placed using minetes...
2012-07-19 Perttu AholaAllow defining player's inventory form in Lua
2012-06-06 Perttu AholaAllow groups in crafting recipes
2012-06-05 Perttu AholaAdd after_destruct and cache the existence of on_constr...
2012-06-05 Perttu Aholaplace_node, dig_node and punch_node; an in-game tester...
2012-04-06 Perttu Aholaexperimental:soundblock dig_immediate=3
2012-04-05 Perttu AholaMake the minimal development test somewhat playable...
2012-04-04 Perttu AholaFix sound direction and add experimental:soundblock...
2012-03-31 Perttu Aholainitial_properties field in entity definition
2012-03-30 Perttu AholaAdd minetest.get_connected_players()
2012-03-30 Perttu AholaObjectRef:set_armor_groups() and ObjectRef:set_properti...
2012-03-26 Perttu AholaAdd minetest.after(time, func)
2012-03-26 Perttu AholaMove games/minetest to games/minimal and update README.txt