Fix relief mapping issues
[oweals/minetest.git] / games / minimal / mods / default / init.lua
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
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-08-06 BlockMenAdd support for different drowning damage and allow...
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-04-07 WeblateMerge remote branch 'origin/master'
2013-04-07 kwolekrAdd Mapgen V7, reorganize biomes
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-29 PilzAdamAdd different place sound for nodes
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-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-23 Perttu AholaMove /give, /giveme, /spawnentity and /pulverize to...
2012-07-22 darkroseImplement formspec
2012-06-17 KahrlCustom boxy nodes (stairs, slabs) and collision changes
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-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-05 Perttu AholaMake the minimal development test somewhat playable...
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-26 Perttu AholaMove games/minetest to games/minimal and update README.txt