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
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
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
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
MirceaKitsune [Sat, 3 Nov 2012 11:17:13 +0000 (13:17 +0200)]
Fix attachment test script and unregistered entities. Thanks jin_xi for this
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
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
PilzAdam [Wed, 21 Nov 2012 17:39:31 +0000 (18:39 +0100)]
Use full stacks in the creative inventory and add a trash field
PilzAdam [Sat, 24 Nov 2012 17:13:43 +0000 (18:13 +0100)]
Render nayncat as a cube in inventory
PilzAdam [Mon, 19 Nov 2012 16:45:10 +0000 (17:45 +0100)]
Rotate the wield image of the shovel for better animation
PilzAdam [Sat, 24 Nov 2012 15:59:49 +0000 (16:59 +0100)]
Update vessels mod
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.
PilzAdam [Wed, 21 Nov 2012 17:05:52 +0000 (18:05 +0100)]
Fix a rare bug in leafdecay
PilzAdam [Mon, 19 Nov 2012 15:34:16 +0000 (16:34 +0100)]
Fix dry shrubs being placed in cacti and fix incorrect comments
PilzAdam [Sun, 18 Nov 2012 16:47:22 +0000 (17:47 +0100)]
Use groups to craft things
PilzAdam [Sun, 18 Nov 2012 16:25:43 +0000 (17:25 +0100)]
Don't grow papyrus into trees
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
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
PilzAdam [Sun, 11 Nov 2012 17:17:09 +0000 (18:17 +0100)]
Add VanessaE's selection box for apples, saplings and papyrus
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
PilzAdam [Fri, 9 Nov 2012 18:29:14 +0000 (19:29 +0100)]
Add Calinou's improved default textures
Perttu Ahola [Fri, 9 Nov 2012 18:16:14 +0000 (20:16 +0200)]
Swap out pixel-perfect nyan cat by request of Chris Torres
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
PilzAdam [Fri, 9 Nov 2012 14:25:21 +0000 (15:25 +0100)]
Dont allow the bucket to replace nodes that are not buildable to
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...
PilzAdam [Tue, 6 Nov 2012 19:38:40 +0000 (20:38 +0100)]
Follow the naming convention and make the first letter Bucket capitalized
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
PilzAdam [Sun, 4 Nov 2012 10:55:35 +0000 (11:55 +0100)]
Update default_water.png to the new water textures
PilzAdam [Fri, 2 Nov 2012 17:26:04 +0000 (10:26 -0700)]
Merge pull request #21 from PilzAdam/animated_water
Add animation for water
PilzAdam [Fri, 2 Nov 2012 17:24:25 +0000 (18:24 +0100)]
Add animation for water
PilzAdam [Fri, 2 Nov 2012 11:40:49 +0000 (04:40 -0700)]
Merge pull request #19 from PilzAdam/slabs
Fix slab -> full block transformation
PilzAdam [Fri, 2 Nov 2012 11:28:23 +0000 (12:28 +0100)]
Fix slab -> full block transformation
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
PilzAdam [Thu, 1 Nov 2012 18:01:35 +0000 (11:01 -0700)]
Merge pull request #17 from PilzAdam/master
Move falling to builtin
PilzAdam [Wed, 31 Oct 2012 18:09:17 +0000 (19:09 +0100)]
Move falling to builtin
darkrose [Tue, 17 Jul 2012 20:02:36 +0000 (06:02 +1000)]
formspec changes
PilzAdam [Sun, 28 Oct 2012 16:01:42 +0000 (09:01 -0700)]
Merge pull request #14 from khonkhortisan/patch-2
Emtpy bucket
khonkhortisan [Tue, 9 Oct 2012 16:05:00 +0000 (09:05 -0700)]
Emtpy bucket
-> Empty bucket
Perttu Ahola [Mon, 3 Sep 2012 14:38:32 +0000 (17:38 +0300)]
Update invsize[8,9;] -> size[8,9]
Perttu Ahola [Mon, 3 Sep 2012 14:29:44 +0000 (17:29 +0300)]
Remove obsolete metadata_name field
Jat [Fri, 31 Aug 2012 10:33:28 +0000 (12:33 +0200)]
Update tile_images
Perttu Ahola [Sun, 2 Sep 2012 21:16:43 +0000 (00:16 +0300)]
Vessels
Perttu Ahola [Sun, 2 Sep 2012 20:58:21 +0000 (23:58 +0300)]
Animated torches
Perttu Ahola [Sun, 12 Aug 2012 14:10:28 +0000 (17:10 +0300)]
Fix crash when furnace is full
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
Perttu Ahola [Thu, 26 Jul 2012 10:48:34 +0000 (13:48 +0300)]
Use working shapeless multigroup recipes for dyeing wool
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)
Perttu Ahola [Wed, 25 Jul 2012 21:08:35 +0000 (00:08 +0300)]
Remove some unwanted items from the creative inventory
Perttu Ahola [Wed, 25 Jul 2012 17:37:47 +0000 (20:37 +0300)]
Move creative_inventory to creative
Perttu Ahola [Wed, 25 Jul 2012 15:28:21 +0000 (18:28 +0300)]
Add description to bucket to make it show in creative inventory
Perttu Ahola [Wed, 25 Jul 2012 15:18:34 +0000 (18:18 +0300)]
Add visible page number to creative inventory
Perttu Ahola [Wed, 25 Jul 2012 15:05:13 +0000 (18:05 +0300)]
Use new creative mode inventory properly
Perttu Ahola [Wed, 25 Jul 2012 13:57:16 +0000 (16:57 +0300)]
Add creative mode inventory as a mod
Perttu Ahola [Wed, 25 Jul 2012 12:14:36 +0000 (15:14 +0300)]
Use improved inventory callbacks
Perttu Ahola [Tue, 24 Jul 2012 23:40:26 +0000 (02:40 +0300)]
Update locked chest metadata to new metadata inventory API
Perttu Ahola [Tue, 24 Jul 2012 15:12:59 +0000 (18:12 +0300)]
Wool
Perttu Ahola [Tue, 24 Jul 2012 14:52:01 +0000 (17:52 +0300)]
Dyes
Perttu Ahola [Tue, 24 Jul 2012 14:44:26 +0000 (17:44 +0300)]
mods/doors: make variables local
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
Perttu Ahola [Sun, 17 Jun 2012 19:37:20 +0000 (22:37 +0300)]
Make fire a tiny bit less eager to jump everywhere
celeron55 [Fri, 20 Jul 2012 20:44:01 +0000 (13:44 -0700)]
Merge pull request #3 from sfan5/master
Fix Lava Bucket in Furnace
celeron55 [Fri, 20 Jul 2012 20:43:32 +0000 (13:43 -0700)]
Merge pull request #2 from cyisfor/master
making rails selectable again.
sfan5 [Fri, 20 Jul 2012 06:26:05 +0000 (08:26 +0200)]
Fix Lava Bucket as Fuel
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)
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
Perttu Ahola [Sun, 17 Jun 2012 14:45:18 +0000 (17:45 +0300)]
Stairs and slabs
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)
Perttu Ahola [Sat, 16 Jun 2012 14:19:35 +0000 (17:19 +0300)]
Add flowing lava animation and update some field names
Perttu Ahola [Sat, 9 Jun 2012 10:33:05 +0000 (13:33 +0300)]
Update license in all READMEs (forgot to do that)
Perttu Ahola [Thu, 7 Jun 2012 22:43:08 +0000 (01:43 +0300)]
Use traditional mese texture
Perttu Ahola [Tue, 5 Jun 2012 15:58:30 +0000 (18:58 +0300)]
Change license to LGPLv2/later, as agreed major contributors
Perttu Ahola [Mon, 4 Jun 2012 23:13:12 +0000 (02:13 +0300)]
Proper top/bottom textures for active furnace
Perttu Ahola [Sun, 3 Jun 2012 21:14:45 +0000 (00:14 +0300)]
Fire visualization in furnace menu
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
Perttu Ahola [Sun, 20 May 2012 15:32:58 +0000 (18:32 +0300)]
Fix typo in nyan cat generation
Perttu Ahola [Sun, 20 May 2012 13:02:51 +0000 (16:02 +0300)]
Improve style of item descriptions
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)
Perttu Ahola [Sun, 20 May 2012 11:32:19 +0000 (14:32 +0300)]
Tune ore generation
Perttu Ahola [Sun, 20 May 2012 11:32:01 +0000 (14:32 +0300)]
Attempt to balance cutting of wood with axes vs. swords
Perttu Ahola [Sun, 8 Apr 2012 15:59:24 +0000 (18:59 +0300)]
Make falling nodes fall into all non-walkable nodes
Perttu Ahola [Sun, 8 Apr 2012 14:49:02 +0000 (17:49 +0300)]
Rework falling node code (now based on the falling_node group)
Perttu Ahola [Sun, 8 Apr 2012 07:28:10 +0000 (10:28 +0300)]
Add fire. Lava can cause it, and you can /giveme fire:basic_flame.
Perttu Ahola [Sat, 7 Apr 2012 22:03:50 +0000 (01:03 +0300)]
Add 'flammable' group to suitable nodes (and a bit of other things)
Perttu Ahola [Sat, 7 Apr 2012 21:32:13 +0000 (00:32 +0300)]
Generate slightly less shrubs
Perttu Ahola [Sat, 7 Apr 2012 21:09:42 +0000 (00:09 +0300)]
Generate dry shrubs on deserts
Perttu Ahola [Sat, 7 Apr 2012 16:45:40 +0000 (19:45 +0300)]
Tune cactus generation
Perttu Ahola [Sat, 7 Apr 2012 14:59:36 +0000 (17:59 +0300)]
Digging desert stone gives desert stone
Perttu Ahola [Sat, 7 Apr 2012 12:37:31 +0000 (15:37 +0300)]
Add cactus generation, desert_sand and desert_stone
Perttu Ahola [Sat, 7 Apr 2012 11:09:07 +0000 (14:09 +0300)]
papyrus generation
Perttu Ahola [Fri, 6 Apr 2012 19:57:44 +0000 (22:57 +0300)]
Optimize leaf decay based on EnvRef:find_node_near
Perttu Ahola [Wed, 4 Apr 2012 12:43:17 +0000 (15:43 +0300)]
Move map generator stuff around a bit and generate coal and iron deep underground
Perttu Ahola [Sun, 1 Apr 2012 12:30:07 +0000 (15:30 +0300)]
Make it not possible to get coal by cooking trees
Perttu Ahola [Sun, 1 Apr 2012 10:46:46 +0000 (13:46 +0300)]
Spread load better in leaf decay trunk caching
Perttu Ahola [Sat, 31 Mar 2012 13:37:23 +0000 (16:37 +0300)]
Fix leaf decay at borders of the active block area
Perttu Ahola [Sat, 31 Mar 2012 11:27:40 +0000 (14:27 +0300)]
Leaf decay drops saplings
Perttu Ahola [Sat, 31 Mar 2012 10:12:12 +0000 (13:12 +0300)]
Leaf decay, based on the groups 'leafdecay' and 'tree'
Perttu Ahola [Fri, 30 Mar 2012 21:31:06 +0000 (00:31 +0300)]
Place doors to the close side of block instead of the far side
Perttu Ahola [Fri, 30 Mar 2012 18:36:31 +0000 (21:36 +0300)]
Fix author information of stuff taken from G4JC's Almost MC Texture Pack
Perttu Ahola [Fri, 30 Mar 2012 08:15:31 +0000 (11:15 +0300)]
Add doors
Perttu Ahola [Fri, 30 Mar 2012 08:15:01 +0000 (11:15 +0300)]
Move media author information to README.txt in mod directories