FileSelectMenu: Fix formspec parsing broken by Irrlicht file-chooser
[oweals/minetest.git] / games /
2016-01-11 paramatMapgen: Various fixes and improvements
2015-12-30 paramatMinimal: Add mapgen alias for air
2015-12-06 Jun ZhangFix spelling of noise_threshold
2015-07-16 RealBadAngelFix relief mapping issues
2015-07-14 paramatMinimal: Remove recently added unnecessary nodes
2015-06-16 ShadowNinjaSimpler patch for saplings trying to grow on unknown...
2015-06-16 est31Add list-rings 2795/head
2015-06-15 y.stDon't crash when saplings try to grow on unknown nodes
2015-06-12 paramatMinimal: Add snow biome and jungleleaves nodes. Add...
2015-06-08 paramatMinimal: Edit mapgen aliases. Use blob ore for clay...
2015-01-30 KahrlFix NDT_GLASSLIKE normals
2015-01-12 paramatRemove builtin_biome.lua from builtin and add simple...
2014-08-23 sapierAdd lua exception handling test code 1579/head
2014-08-22 KahrlMinimal game: add /dummyball <count> command
2013-11-30 NovatuxAdd minetest.swap_node
2013-11-30 kwolekrChange default value of is_ground_content to true
2013-11-02 NovatuxFix possible crash with grass ABM.
2013-11-02 NovatuxFix grass adding/removing ABM.
2013-11-02 NovatuxMove the sapling growing and grass adding/removing...
2013-10-05 0gb.usRemove mapgen_air alias (#935)
2013-09-06 Sfan5Add mapgen_stair_cobble alias to minimal
2013-08-06 BlockMenAdd support for different drowning damage and allow...
2013-06-21 WeblateMerge remote-tracking branch 'origin/master'
2013-06-19 PilzAdamAdd drowning 780/head
2013-06-18 David GumbergCompress textures
2013-06-01 WeblateMerge remote-tracking branch 'origin/master'
2013-05-24 sapierMove scriptapi to separate folder (by sapier)
2013-05-20 ShadowNinjaUse the group "soil" for nodes that saplings grow on
2013-05-13 WeblateMerge remote-tracking branch 'origin/master'
2013-05-02 Perttu Aholagames/minimal: Add menu/background.png and menu/icon.png
2013-04-07 WeblateMerge remote branch 'origin/master'
2013-04-07 kwolekrAdd Mapgen V7, reorganize biomes
2013-04-05 khonkhortisanunkn own block -> unkn own node
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-29 PilzAdamAdd different place sound for nodes
2013-03-24 PilzAdamUse minetest.register_ore() in minimal
2013-03-23 prollerMapgen indev: float islands, larger far biomes
2013-03-14 prollerLiquid fine tuning
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 prollernew adjustable finite liquid 482/head
2013-02-23 kwolekrMerge pull request #431 from sapier/dtime_clamping
2013-01-26 kwolekrMerge pull request #447 from sapier/add_lua_log_paramet...
2013-01-21 kwolekrReadded and optimized mapgen V6
2013-01-21 kwolekrAdd initial Lua biomedef support, fixed biome selection
2012-12-01 PilzAdamAdd the group attached_node 318/head
2012-11-22 xyzzMerge pull request #268 from khonkhortisan/image_button
2012-11-12 xyzzMerge pull request #284 from RealBadAngel/master
2012-11-09 Perttu AholaSwap out pixel-perfect nyan cat by request of Chris...
2012-11-03 PilzAdamMerge pull request #243 from xyzz/liquid_renewable
2012-11-01 PilzAdamMerge pull request #270 from PilzAdam/master
2012-11-01 PilzAdamAdd functions to the default mod of minimal game to... 270/head
2012-10-31 PilzAdamMove falling to builtin
2012-08-12 Perttu AholaFix crash when furnace is full (minimal game)
2012-07-25 Perttu AholaDeprecate minetest.add_to_creative_inventory and use...
2012-07-25 Perttu AholaAdd notice in the minimal game
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-23 Perttu AholaMove /give, /giveme, /spawnentity and /pulverize to...
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-22 darkroseImplement formspec
2012-07-21 Perttu AholaActually fix facedir-rotated nodes placed using minetes...
2012-07-20 darkroseMake lava buckets work as fuel in minimal game
2012-07-19 Perttu AholaAllow defining player's inventory form in Lua
2012-06-17 KahrlCustom boxy nodes (stairs, slabs) and collision changes
2012-06-16 Perttu AholaRevert back proper crack texture
2012-06-16 Perttu AholaAllow node cracking animations of any length
2012-06-16 Perttu AholaUpdate field names to non-deprecated ones in node defin...
2012-06-16 Perttu AholaUse new field names and reorder fields a bit in minimal...
2012-06-16 Perttu AholaNode texture animation
2012-06-08 Perttu AholaAdd experimental_tester_tool_1.png to minimal game...
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-06-03 darkroseAdd InvRef:is_empty(listname) and make chests/furnaces...
2012-06-03 darkrosefix locked chest to not destroy denied items (minimal...
2012-06-03 Perttu AholaAdd fire visualization to minimal furnace menu
2012-06-03 Perttu AholaUse proper furnace cook time
2012-06-03 darkroseLua implementation of furnace with visible active state
2012-06-03 Perttu AholaImplement locked chest; add after_place_node and after_...
2012-06-03 Perttu Aholaminetest.get_craft_result
2012-06-03 Perttu AholaImplement sign using form field protocol
2012-06-03 Perttu AholaProperly create metadata inventories in minimal
2012-06-03 Perttu AholaRandom node metadata things
2012-06-03 Perttu AholaAttempt to begin to implement chests and furnace in...
2012-04-06 Perttu AholaAdd missing mapgen.lua to games/minimal
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-29 Perttu AholaModify minimal/give_initial_stuff to always give stuff
2012-03-29 Perttu AholaRework tool_capabilities a bit (maxwear->uses, scale...
2012-03-27 Perttu AholaMake mapgen use mapgen_* node aliases rather than the...
2012-03-27 Perttu AholaAdd PseudoRandom in Lua API
2012-03-26 Perttu AholaAdd minetest.after(time, func)
next