oweals/minetest_game.git
11 years agoDamage tweaks 68/head
Calinou [Sat, 15 Dec 2012 17:05:14 +0000 (18:05 +0100)]
Damage tweaks

11 years agoAdd upside down slabs and stairs 66/head
PilzAdam [Sat, 15 Dec 2012 14:01:49 +0000 (15:01 +0100)]
Add upside down slabs and stairs

11 years agoAdd sounds to stairs and slabs 62/head
PilzAdam [Wed, 12 Dec 2012 19:37:33 +0000 (20:37 +0100)]
Add sounds to stairs and slabs

11 years agoFix glass step sound
DannyDark [Mon, 10 Dec 2012 17:22:24 +0000 (17:22 +0000)]
Fix glass step sound

11 years agoUse the group attached_nodes 0.4.4
PilzAdam [Sat, 1 Dec 2012 13:39:23 +0000 (14:39 +0100)]
Use the group attached_nodes

11 years agoReplace the doors mod
PilzAdam [Mon, 19 Nov 2012 17:11:22 +0000 (18:11 +0100)]
Replace the doors mod

11 years agoMerge Taoki's 3D player improvements
Perttu Ahola [Tue, 27 Nov 2012 06:15:38 +0000 (08:15 +0200)]
Merge Taoki's 3D player improvements

11 years agoFix the death animation looping while the player is dead, by using a still frame...
MirceaKitsune [Tue, 27 Nov 2012 00:50:19 +0000 (02:50 +0200)]
Fix the death animation looping while the player is dead, by using a still frame instead (I don't believe the amount of detail for a full animation is needed anyway). Also call the animation Lay instead of Death, so other mods like beds can use it

11 years agoFix positioning for sit animation
MirceaKitsune [Mon, 26 Nov 2012 23:52:39 +0000 (01:52 +0200)]
Fix positioning for sit animation

11 years agoAdd support for hats, so that MineCraft skins using this feature are compatible
MirceaKitsune [Mon, 26 Nov 2012 23:26:51 +0000 (01:26 +0200)]
Add support for hats, so that MineCraft skins using this feature are compatible

11 years agoVanessaE suggested a sit animation, so add one to the player. Not used by default...
MirceaKitsune [Mon, 26 Nov 2012 23:19:48 +0000 (01:19 +0200)]
VanessaE suggested a sit animation, so add one to the player. Not used by default, but many mods might find this handy

11 years agoAdd glass breaking sound
PilzAdam [Mon, 26 Nov 2012 18:53:28 +0000 (19:53 +0100)]
Add glass breaking sound

11 years agonew apple image. 54/head
Vanessa Ezekowitz [Sun, 25 Nov 2012 19:05:30 +0000 (14:05 -0500)]
new apple image.

11 years agoMake functions of fire mod global and move register_on_* functions to node definition
PilzAdam [Sun, 25 Nov 2012 13:24:44 +0000 (14:24 +0100)]
Make functions of fire mod global and move register_on_* functions to node definition

11 years agoMake fire hurt the player
PilzAdam [Sun, 25 Nov 2012 13:20:09 +0000 (14:20 +0100)]
Make fire hurt the player

11 years agoAdd animation for fire
PilzAdam [Sun, 25 Nov 2012 13:18:06 +0000 (14:18 +0100)]
Add animation for fire

11 years agoMake the arms swing more for the walk animation
MirceaKitsune [Sun, 25 Nov 2012 13:07:46 +0000 (15:07 +0200)]
Make the arms swing more for the walk animation

11 years agoModels allow multiple materials with multiple textures, so make the player texture...
MirceaKitsune [Sun, 25 Nov 2012 11:22:44 +0000 (13:22 +0200)]
Models allow multiple materials with multiple textures, so make the player texture field a list instead

11 years agoImprove and optimize the player script and add better comments
MirceaKitsune [Sun, 25 Nov 2012 11:20:17 +0000 (13:20 +0200)]
Improve and optimize the player script and add better comments

11 years agoImplement death animation, but it currently loops constantly after the player dies...
MirceaKitsune [Sun, 25 Nov 2012 10:52:53 +0000 (12:52 +0200)]
Implement death animation, but it currently loops constantly after the player dies (the player gets up and falls to the ground forever)

11 years agoModel - Get rid of the 4 walk animations and only leave one, which looks good for...
MirceaKitsune [Sat, 24 Nov 2012 22:24:33 +0000 (00:24 +0200)]
Model - Get rid of the 4 walk animations and only leave one, which looks good for all directions. Also add a Walk + Mine animation, since Irrlicht doesn't support blending the two animations otherwise

Update player script to match the animations in the previous commit

Shorten the still mine animation so the hand matches the speed of the walk-mine animation

Reduce animation speed to half when sneaking

11 years agoGet player walking and standing animations working! The player will play the proper...
MirceaKitsune [Sat, 24 Nov 2012 21:04:33 +0000 (23:04 +0200)]
Get player walking and standing animations working! The player will play the proper animation when walking or standing.

Also get the mine animation working when holding the left mouse button. Walk animations have priority over it, and sadly you can't play both at the same time

Set initial player animation to stand

11 years agoImportant improvements to the player script. Instead of setting model and texture...
MirceaKitsune [Thu, 22 Nov 2012 22:07:35 +0000 (00:07 +0200)]
Important improvements to the player script. Instead of setting model and texture every X seconds, only do it when the player joins (so far)

Add a function which allows registering different frame ranges for different player models

Cosmetic improvements to the player script

More progress on the player animation functions, this commit adds useles code currently

11 years agoUpdated texture from Jordach, and fix the licensing confusion
MirceaKitsune [Fri, 16 Nov 2012 21:24:59 +0000 (23:24 +0200)]
Updated texture from Jordach, and fix the licensing confusion

I forgot frame range definitions need to be per-model, since each model could have its own animations. Specify current ones as being player.x's

Add death animation, and correct many mesh issues I didn't notice last time

11 years agoRemove segmentation of limbs, because I don't like how the arms appeared to shrink...
MirceaKitsune [Thu, 15 Nov 2012 14:09:39 +0000 (16:09 +0200)]
Remove segmentation of limbs, because I don't like how the arms appeared to shrink during some deformations. This makes the player mesh exactly like the one in MineCraft, and gives people more reasons to complain that we're copying it :P

Rename player to character, to avoid conflicting with the default player sprite

New skin by Jordach

Add licenses to readme for the model and skin

Fix bad mirroring of left arm for player model

11 years agoAt last, we have a player.
MirceaKitsune [Wed, 14 Nov 2012 19:31:55 +0000 (21:31 +0200)]
At last, we have a player.

Consists of a simple standi animation currently being looped.

Compatible with any MineCraft skin, no texture included on GIT for licensing reasons.

Walk animations for the player (forward, backward, strafe left and strafe right). This commit removes other test cases from the default script, so that player.lua can be brought to what it's intended for

Punch / mine animation, and some consistency improvements to the player script

11 years agoFix attachment test script and unregistered entities. Thanks jin_xi for this
MirceaKitsune [Sat, 3 Nov 2012 11:17:13 +0000 (13:17 +0200)]
Fix attachment test script and unregistered entities. Thanks jin_xi for this

11 years agob3d, you have failed me. x model format, you're in
MirceaKitsune [Wed, 24 Oct 2012 20:12:03 +0000 (23:12 +0300)]
b3d, you have failed me. x model format, you're in

Entries for the newly added animation features

Update player script to work with the latest code

Add a test case for attachments. A LUA entity is attached to the player with a specified name 10 seconds after the server starts

Add a detachment test case (5 seconds after attaching)

Update function names, plus add a test case for both player to player and lua-entity to player attachments

11 years agoAdd script to turn players into meshes, ticks every 1 second
MirceaKitsune [Wed, 24 Oct 2012 12:23:45 +0000 (15:23 +0300)]
Add script to turn players into meshes, ticks every 1 second

Trigger the player.lua file in init.lua

Commit the ugly and temporary test model and texture. We'll get to a real animated player mesh once the code for that is ready

Set visual_size accordingly so the player model doesn't stretch vertically (default of the sprite player)

Attempt to use the b3d model format, although it doesn't seem to work so far

11 years agoUse full stacks in the creative inventory and add a trash field
PilzAdam [Wed, 21 Nov 2012 17:39:31 +0000 (18:39 +0100)]
Use full stacks in the creative inventory and add a trash field

11 years agoRender nayncat as a cube in inventory
PilzAdam [Sat, 24 Nov 2012 17:13:43 +0000 (18:13 +0100)]
Render nayncat as a cube in inventory

11 years agoRotate the wield image of the shovel for better animation
PilzAdam [Mon, 19 Nov 2012 16:45:10 +0000 (17:45 +0100)]
Rotate the wield image of the shovel for better animation

11 years agoUpdate vessels mod
PilzAdam [Sat, 24 Nov 2012 15:59:49 +0000 (16:59 +0100)]
Update vessels mod

11 years agosandstone should drop itself, and craft back to 4 sand. 52/head
Vanessa Ezekowitz [Sat, 24 Nov 2012 03:23:13 +0000 (22:23 -0500)]
sandstone should drop itself, and craft back to 4 sand.
Otherwise you lose 3 sand every time you have to dig up sandstone to move it.

11 years agoFix a rare bug in leafdecay
PilzAdam [Wed, 21 Nov 2012 17:05:52 +0000 (18:05 +0100)]
Fix a rare bug in leafdecay

11 years agoFix dry shrubs being placed in cacti and fix incorrect comments
PilzAdam [Mon, 19 Nov 2012 15:34:16 +0000 (16:34 +0100)]
Fix dry shrubs being placed in cacti and fix incorrect comments

11 years agoUse groups to craft things
PilzAdam [Sun, 18 Nov 2012 16:47:22 +0000 (17:47 +0100)]
Use groups to craft things

11 years agoDon't grow papyrus into trees
PilzAdam [Sun, 18 Nov 2012 16:25:43 +0000 (17:25 +0100)]
Don't grow papyrus into trees

11 years agoMake steel block and brick drop themselves when digged and make them craftable back...
PilzAdam [Mon, 12 Nov 2012 16:51:48 +0000 (17:51 +0100)]
Make steel block and brick drop themselves when digged and make them craftable back into the their materials

11 years agoMerge pull request #34 from PilzAdam/selection_box
PilzAdam [Sun, 11 Nov 2012 17:21:30 +0000 (09:21 -0800)]
Merge pull request #34 from PilzAdam/selection_box

Add VanessaE's selection box for apples, saplings and papyrus

11 years agoAdd VanessaE's selection box for apples, saplings and papyrus 34/head
PilzAdam [Sun, 11 Nov 2012 17:17:09 +0000 (18:17 +0100)]
Add VanessaE's selection box for apples, saplings and papyrus

11 years agoMerge pull request #31 from PilzAdam/textures
PilzAdam [Fri, 9 Nov 2012 18:32:21 +0000 (10:32 -0800)]
Merge pull request #31 from PilzAdam/textures

Add Calinou's improved default textures

11 years agoAdd Calinou's improved default textures 31/head
PilzAdam [Fri, 9 Nov 2012 18:29:14 +0000 (19:29 +0100)]
Add Calinou's improved default textures

11 years agoSwap out pixel-perfect nyan cat by request of Chris Torres
Perttu Ahola [Fri, 9 Nov 2012 18:16:14 +0000 (20:16 +0200)]
Swap out pixel-perfect nyan cat by request of Chris Torres

11 years agoMerge pull request #29 from PilzAdam/bucket
PilzAdam [Fri, 9 Nov 2012 14:40:12 +0000 (06:40 -0800)]
Merge pull request #29 from PilzAdam/bucket

Dont allow the bucket to replace nodes that are not buildable to

11 years agoDont allow the bucket to replace nodes that are not buildable to 29/head
PilzAdam [Fri, 9 Nov 2012 14:25:21 +0000 (15:25 +0100)]
Dont allow the bucket to replace nodes that are not buildable to

11 years agoMerge pull request #26 from PilzAdam/bucket
PilzAdam [Tue, 6 Nov 2012 19:41:15 +0000 (11:41 -0800)]
Merge pull request #26 from PilzAdam/bucket

Follow the naming convention and make the first letter Bucket capitalize...

11 years agoFollow the naming convention and make the first letter Bucket capitalized 26/head
PilzAdam [Tue, 6 Nov 2012 19:38:40 +0000 (20:38 +0100)]
Follow the naming convention and make the first letter Bucket capitalized

11 years agoMerge pull request #24 from PilzAdam/water
PilzAdam [Sun, 4 Nov 2012 11:17:20 +0000 (03:17 -0800)]
Merge pull request #24 from PilzAdam/water

Update default_water.png to the new water textures

11 years agoUpdate default_water.png to the new water textures 24/head
PilzAdam [Sun, 4 Nov 2012 10:55:35 +0000 (11:55 +0100)]
Update default_water.png to the new water textures

11 years agoMerge pull request #21 from PilzAdam/animated_water
PilzAdam [Fri, 2 Nov 2012 17:26:04 +0000 (10:26 -0700)]
Merge pull request #21 from PilzAdam/animated_water

Add animation for water

11 years agoAdd animation for water 21/head
PilzAdam [Fri, 2 Nov 2012 17:24:25 +0000 (18:24 +0100)]
Add animation for water

11 years agoMerge pull request #19 from PilzAdam/slabs
PilzAdam [Fri, 2 Nov 2012 11:40:49 +0000 (04:40 -0700)]
Merge pull request #19 from PilzAdam/slabs

Fix slab -> full block transformation

11 years agoFix slab -> full block transformation 19/head
PilzAdam [Fri, 2 Nov 2012 11:28:23 +0000 (12:28 +0100)]
Fix slab -> full block transformation

11 years agoMerge pull request #18 from darkrose/master
darkrose [Thu, 1 Nov 2012 18:07:17 +0000 (11:07 -0700)]
Merge pull request #18 from darkrose/master

stop using hacks for sign input

11 years agoMerge pull request #17 from PilzAdam/master
PilzAdam [Thu, 1 Nov 2012 18:01:35 +0000 (11:01 -0700)]
Merge pull request #17 from PilzAdam/master

Move falling to builtin

11 years agoMove falling to builtin 17/head
PilzAdam [Wed, 31 Oct 2012 18:09:17 +0000 (19:09 +0100)]
Move falling to builtin

11 years agoformspec changes 18/head
darkrose [Tue, 17 Jul 2012 20:02:36 +0000 (06:02 +1000)]
formspec changes

11 years agoMerge pull request #14 from khonkhortisan/patch-2
PilzAdam [Sun, 28 Oct 2012 16:01:42 +0000 (09:01 -0700)]
Merge pull request #14 from khonkhortisan/patch-2

Emtpy bucket

11 years agoEmtpy bucket 14/head
khonkhortisan [Tue, 9 Oct 2012 16:05:00 +0000 (09:05 -0700)]
Emtpy bucket

-> Empty bucket

11 years agoUpdate invsize[8,9;] -> size[8,9] 0.4.3
Perttu Ahola [Mon, 3 Sep 2012 14:38:32 +0000 (17:38 +0300)]
Update invsize[8,9;] -> size[8,9]

11 years agoRemove obsolete metadata_name field
Perttu Ahola [Mon, 3 Sep 2012 14:29:44 +0000 (17:29 +0300)]
Remove obsolete metadata_name field

11 years agoUpdate tile_images
Jat [Fri, 31 Aug 2012 10:33:28 +0000 (12:33 +0200)]
Update tile_images

11 years agoVessels
Perttu Ahola [Sun, 2 Sep 2012 21:16:43 +0000 (00:16 +0300)]
Vessels

11 years agoAnimated torches
Perttu Ahola [Sun, 2 Sep 2012 20:58:21 +0000 (23:58 +0300)]
Animated torches

11 years agoFix crash when furnace is full
Perttu Ahola [Sun, 12 Aug 2012 14:10:28 +0000 (17:10 +0300)]
Fix crash when furnace is full

11 years agoFix crash when a player happens to join the server quicker than the creative inventor...
Perttu Ahola [Sun, 12 Aug 2012 14:03:05 +0000 (17:03 +0300)]
Fix crash when a player happens to join the server quicker than the creative inventory filler is called

11 years agoUse working shapeless multigroup recipes for dyeing wool 0.4.2-rc1
Perttu Ahola [Thu, 26 Jul 2012 10:48:34 +0000 (13:48 +0300)]
Use working shapeless multigroup recipes for dyeing wool

11 years agoMake wools colorable by any dye (not just the ones in the dye mod)
Perttu Ahola [Thu, 26 Jul 2012 01:05:39 +0000 (04:05 +0300)]
Make wools colorable by any dye (not just the ones in the dye mod)

11 years agoRemove some unwanted items from the creative inventory
Perttu Ahola [Wed, 25 Jul 2012 21:08:35 +0000 (00:08 +0300)]
Remove some unwanted items from the creative inventory

11 years agoMove creative_inventory to creative
Perttu Ahola [Wed, 25 Jul 2012 17:37:47 +0000 (20:37 +0300)]
Move creative_inventory to creative

11 years agoAdd description to bucket to make it show in creative inventory
Perttu Ahola [Wed, 25 Jul 2012 15:28:21 +0000 (18:28 +0300)]
Add description to bucket to make it show in creative inventory

11 years agoAdd visible page number to creative inventory
Perttu Ahola [Wed, 25 Jul 2012 15:18:34 +0000 (18:18 +0300)]
Add visible page number to creative inventory

11 years agoUse new creative mode inventory properly
Perttu Ahola [Wed, 25 Jul 2012 15:05:13 +0000 (18:05 +0300)]
Use new creative mode inventory properly

11 years agoAdd creative mode inventory as a mod
Perttu Ahola [Wed, 25 Jul 2012 13:57:16 +0000 (16:57 +0300)]
Add creative mode inventory as a mod

11 years agoUse improved inventory callbacks
Perttu Ahola [Wed, 25 Jul 2012 12:14:36 +0000 (15:14 +0300)]
Use improved inventory callbacks

11 years agoUpdate locked chest metadata to new metadata inventory API
Perttu Ahola [Tue, 24 Jul 2012 23:40:26 +0000 (02:40 +0300)]
Update locked chest metadata to new metadata inventory API

11 years agoWool
Perttu Ahola [Tue, 24 Jul 2012 15:12:59 +0000 (18:12 +0300)]
Wool

11 years agoDyes
Perttu Ahola [Tue, 24 Jul 2012 14:52:01 +0000 (17:52 +0300)]
Dyes

11 years agomods/doors: make variables local
Perttu Ahola [Tue, 24 Jul 2012 14:44:26 +0000 (17:44 +0300)]
mods/doors: make variables local

11 years agoRemove /give, /giveme, /spawnentity and /pulverize as they are now implemented by...
Perttu Ahola [Mon, 23 Jul 2012 14:43:47 +0000 (17:43 +0300)]
Remove /give, /giveme, /spawnentity and /pulverize as they are now implemented by the engine

11 years agoMake fire a tiny bit less eager to jump everywhere 0.4.0 0.4.1
Perttu Ahola [Sun, 17 Jun 2012 19:37:20 +0000 (22:37 +0300)]
Make fire a tiny bit less eager to jump everywhere

11 years agoMerge pull request #3 from sfan5/master
celeron55 [Fri, 20 Jul 2012 20:44:01 +0000 (13:44 -0700)]
Merge pull request #3 from sfan5/master

Fix Lava Bucket in Furnace

11 years agoMerge pull request #2 from cyisfor/master
celeron55 [Fri, 20 Jul 2012 20:43:32 +0000 (13:43 -0700)]
Merge pull request #2 from cyisfor/master

making rails selectable again.

11 years agoFix Lava Bucket as Fuel 3/head
sfan5 [Fri, 20 Jul 2012 06:26:05 +0000 (08:26 +0200)]
Fix Lava Bucket as Fuel

11 years agoMake rails selectable. 2/head
user [Wed, 20 Jun 2012 04:33:26 +0000 (04:33 +0000)]
Make rails selectable.

Rails weren't selectable, and couldn't be removed from a map asides from
using worldedit (or maybe sand)

11 years agoAdd flipped stair recipe for silly minecrafters and make slabs convert to full cubes...
Perttu Ahola [Sun, 17 Jun 2012 16:47:17 +0000 (19:47 +0300)]
Add flipped stair recipe for silly minecrafters and make slabs convert to full cubes when placed on each other

11 years agoStairs and slabs
Perttu Ahola [Sun, 17 Jun 2012 14:45:18 +0000 (17:45 +0300)]
Stairs and slabs

11 years agoRename crack.png to crack_anylength.png as required by new engine (needed for proper...
Perttu Ahola [Sat, 16 Jun 2012 17:49:37 +0000 (20:49 +0300)]
Rename crack.png to crack_anylength.png as required by new engine (needed for proper texture pack compatibility)

11 years agoAdd flowing lava animation and update some field names
Perttu Ahola [Sat, 16 Jun 2012 14:19:35 +0000 (17:19 +0300)]
Add flowing lava animation and update some field names

11 years agoUpdate license in all READMEs (forgot to do that)
Perttu Ahola [Sat, 9 Jun 2012 10:33:05 +0000 (13:33 +0300)]
Update license in all READMEs (forgot to do that)

11 years agoUse traditional mese texture
Perttu Ahola [Thu, 7 Jun 2012 22:43:08 +0000 (01:43 +0300)]
Use traditional mese texture

11 years agoChange license to LGPLv2/later, as agreed major contributors 0.4.dev-20120606
Perttu Ahola [Tue, 5 Jun 2012 15:58:30 +0000 (18:58 +0300)]
Change license to LGPLv2/later, as agreed major contributors

12 years agoProper top/bottom textures for active furnace
Perttu Ahola [Mon, 4 Jun 2012 23:13:12 +0000 (02:13 +0300)]
Proper top/bottom textures for active furnace

12 years agoFire visualization in furnace menu 0.4.dev-20120603
Perttu Ahola [Sun, 3 Jun 2012 21:14:45 +0000 (00:14 +0300)]
Fire visualization in furnace menu

12 years agoUse new node metadata API for chests and furnaces; use cisoun's textures
darkrose [Sat, 2 Jun 2012 14:27:48 +0000 (00:27 +1000)]
Use new node metadata API for chests and furnaces; use cisoun's textures

12 years agoFix typo in nyan cat generation
Perttu Ahola [Sun, 20 May 2012 15:32:58 +0000 (18:32 +0300)]
Fix typo in nyan cat generation

12 years agoImprove style of item descriptions
Perttu Ahola [Sun, 20 May 2012 13:02:51 +0000 (16:02 +0300)]
Improve style of item descriptions

12 years agoRe-implement nyancat generation in Lua (they don't occur in the exact same spots...
Perttu Ahola [Sun, 20 May 2012 12:30:27 +0000 (15:30 +0300)]
Re-implement nyancat generation in Lua (they don't occur in the exact same spots, though)

12 years agoTune ore generation
Perttu Ahola [Sun, 20 May 2012 11:32:19 +0000 (14:32 +0300)]
Tune ore generation