oweals/minetest_game.git
2016-06-26 paramatStairs: Register stone / desert stone / sandstone ...
2016-06-26 TimGitignore: Update to ignore additional ide/editors
2016-06-25 paramatDefault: Add stone / desert stone / sandstone / obsidia...
2016-06-22 paramatStairs: Stair recipe returns 8 stairs not 6
2016-06-22 XuntoDefault: Fix character model uv-mapping
2016-06-22 paramatDefault: Remove mortar from stone brick, desert stone...
2016-06-21 Yutao YuanFlowers: Fix misaligned waterlily texture
2016-06-21 Auke KokDoors: Clean up nodedef usage
2016-06-17 cd2Farming: Add negative fall_damage_add_percent to straw
2016-06-17 Auke KokDefault: Make brick and plank nodes rotatable
2016-06-14 paramatCreative: Add missing 'formspec_escape' to fix bug
2016-06-14 paramatBoats: Raise collisionbox top surface to fix boat behaviour
2016-06-14 Auke KokStairs: Add mossy cobble slab and stair
2016-06-05 paramatMapgen: Add biome fields for riverbed node and depth
2016-06-04 Auke KokFarming: allow LBM's for other mods as well.
2016-06-04 paramatFire: Ignite tnt, gunpowder, permanent flame above...
2016-05-30 Auke KokDoors: Pass pointed_thing to on_rightclick() callback
2016-05-30 paramatDefault: New mese texture. Add missing texture credits
2016-05-28 paramatDefault: Bookshelf has 2 openings instead of 4
2016-05-28 Auke KokFire: move fire node removal out of ABM.
2016-05-25 Auke KokDefault: Convert saplings to use node timers
2016-05-25 Auke KokFarming: Convert plants to use node timers
2016-05-23 Auke KokBoats: Lower boat collision box top
2016-05-23 paramatVessels: Improve code style
2016-05-23 paramatVessels: Make shelf open on 2 sides not impossible...
2016-05-23 Duane RobertsonDoors: Fix uninitialized state variable
2016-05-21 Thomas--SVessels: Smaller/improved textures, remove duplicated...
2016-05-21 red-001Creative: Reset 'start_i' to 1 when the inventory filte...
2016-05-21 paramatDefault: Remove unnecessary infotexts for chests and...
2016-05-08 paramatTnt: Avoid divide-by-zero errors in calc_velocity() 0.4.14
2016-05-07 tenplus1Creative: Fix inventory crash after toggling creative...
2016-05-07 tenplus1Creative: Fix '-' glitch in playername
2016-05-07 tenplus1Creative: Add global variable creative.formspec_add
2016-05-05 paramatStairs/default: Make sandstone(brick) groups consistent
2016-05-05 FozTnt: Fix bug in dropped item counting
2016-05-05 paramatDefault: Lower grass_side and snow_side textures
2016-05-01 rubenwardyAdd give_initial_items API
2016-05-01 Auke KokTNT: Combine adjacent TNT into the explosion
2016-04-30 Auke KokTNT: Allow mods to override entity physics.
2016-04-30 Auke KokTNT: Fix multiple explosions erasing drops
2016-04-29 FozDefault: Add function 'node_sound_gravel_defaults()'
2016-04-29 paramatDefault: New grass and grass_side textures
2016-04-29 tenplus1Beds: Quicker saves with tidy output
2016-04-26 Auke KokTNT: make tnt:boom visual a particle, and larger
2016-04-26 Auke KokTNT: lower smoke particle count and speed.
2016-04-26 Auke KokTNT: self-start boom removal timer.
2016-04-26 Auke KokTNT: make tnt:burning a falling node.
2016-04-26 Auke KokTNT: randomly vary ejecting velocity
2016-04-26 Auke KokTNT: Damage mobs, knock back players
2016-04-26 Auke KokTNT: Whitespace cleanup
2016-04-26 Auke KokTNT: Add on_blast to all nodes with an inventory
2016-04-23 paramatFarming: Add quiet sounds to seeds
2016-04-23 kilbithFlowers: Fix waterlily node's duplication with stack...
2016-04-23 KevDoyDefault: New heart texture
2016-04-19 paramatFire: Higher chance of removing flammable nodes
2016-04-19 paramatFlowers: Make flower spread a public function to enable...
2016-04-19 Auke KokDoors: Use LBM instead of ABM to convert doors.
2016-04-18 paramatDefault: Create 'grass', 'dry_grass' groups, use in...
2016-04-18 Auke KokCharacter: Fix boat leg wobble.
2016-04-16 paramatBoats: Increase maximum velocity to 5n/s
2016-04-16 tenplus1Flowers: Tweak flower and mushroom spreading
2016-04-16 Auke KokChange how dirt turns to dirt_with_(something)
2016-04-16 Auke KokRemove "grass under snow" from default:dirt_with_snow...
2016-04-16 Auke KokCall nodeupdate on the entire blast zone
2016-04-16 Auke KokLimit entity speed to 250m/s.
2016-04-16 Auke KokTNT: Move timer start to on_create() for burning nodes.
2016-04-16 Auke KokTNT: Fix up nil derefs
2016-04-16 Auke KokFix API docs after various changes.
2016-04-16 red-001Restructure code to only check `def` once.
2016-04-16 Auke KokCalculate blast intensity at all locations.
2016-04-16 Auke KokTNT: Limit amount of stacks ejected.
2016-04-16 Auke KokTNT: Chain reaction
2016-04-16 Auke KokTNT particles: use drops list smartly
2016-04-16 Auke KokTNT: Spacing / codestyle fixes
2016-04-16 red-001Make TNT faster by using `VoxelManip()` for removing...
2016-04-16 red-001Fix TNT mod calculate blast intensity.
2016-04-16 red-001Add TNT API.
2016-04-16 Auke KokTNT: add some depth to the explosion effect
2016-04-16 Auke KokMake TNT a bit more fun.
2016-04-16 Auke KokAllow the on_blast API to pass an itemstack.
2016-04-14 Auke KokRemove composed shelf side.
2016-04-14 kilbithBooks: Split text per page relatively to number of...
2016-04-12 kilbithFlowers: Fix itemstack when waterlily is placed
2016-04-12 tenplus1default: Strengthen obsidian glass Remove group 'oddly_...
2016-04-08 kilbithFlowers: Cleaning of waterlily's placement 1028/head
2016-04-08 paramatFarming: Override dirt_with_dry_grass to enable cultivation
2016-04-08 paramatDefault/mapgen: Denser rainforest, fewer logs
2016-04-04 kilbithCreative: Add myself in credits
2016-04-04 Auke KokFlood snow with either lava or water.
2016-04-04 tenplus1Fix doors disappearing while underwater
2016-04-04 Auke KokBeds: Check for buildable_to for bottom half
2016-03-30 Auke KokBoats: Optimize, re-UV unwrap.
2016-03-30 RuiFire: Use get_item_group instead of get_node_group
2016-03-30 Auke KokStart timer as well when moving items around.
2016-03-30 tenplus1Add recipe to craft clay block back into lumps
2016-03-30 Jean-Patrick... Shelves: Fix listring functionality + code cleaning
2016-03-25 paramatDefault: Reduce sand footstep and dug sound gains
2016-03-25 Jean-Patrick... Books: Ensure backward compatibility for older written...
2016-03-25 Jean-Patrick... Fire: Allow placing only above flammable blocks
2016-03-22 RuiRename Glass Door (the obisian one) to Obsidian Glass...
next