]> git.lizzy.rs Git - minetest.git/log
minetest.git
12 years agoImprove LuaEntity velocity/acceleration handling (by kahrl); implement staticdata...
Perttu Ahola [Mon, 21 Nov 2011 09:15:15 +0000 (11:15 +0200)]
Improve LuaEntity velocity/acceleration handling (by kahrl); implement staticdata interface to Lua

12 years agoMess up with node definitions to make CONTENT_IGNORE be correctly interpreted when...
Perttu Ahola [Sat, 19 Nov 2011 17:06:19 +0000 (19:06 +0200)]
Mess up with node definitions to make CONTENT_IGNORE be correctly interpreted when creating meshes

12 years agoOptimize map generator for the dynamic content ids a bit
Perttu Ahola [Sat, 19 Nov 2011 16:48:09 +0000 (18:48 +0200)]
Optimize map generator for the dynamic content ids a bit

12 years agoMake added nodes give the corresponding NodeItem as of now (placeholder code)
Perttu Ahola [Thu, 17 Nov 2011 22:05:00 +0000 (00:05 +0200)]
Make added nodes give the corresponding NodeItem as of now (placeholder code)

12 years agoFix tool wear
Perttu Ahola [Thu, 17 Nov 2011 14:50:06 +0000 (16:50 +0200)]
Fix tool wear

12 years agoFalling sand and gravel
Perttu Ahola [Thu, 17 Nov 2011 14:21:17 +0000 (16:21 +0200)]
Falling sand and gravel

12 years agoNode place/dig Lua callbacks
Perttu Ahola [Thu, 17 Nov 2011 09:22:24 +0000 (11:22 +0200)]
Node place/dig Lua callbacks

12 years agoFix crafted tools being a very tiny bit worn in default/init.lua
Perttu Ahola [Thu, 17 Nov 2011 08:23:20 +0000 (10:23 +0200)]
Fix crafted tools being a very tiny bit worn in default/init.lua

12 years agoRemove crafting definitions from content_craft.cpp
Perttu Ahola [Thu, 17 Nov 2011 08:19:31 +0000 (10:19 +0200)]
Remove crafting definitions from content_craft.cpp

12 years agoAdd classic crafting recipes to default/init.lua
Perttu Ahola [Thu, 17 Nov 2011 08:16:02 +0000 (10:16 +0200)]
Add classic crafting recipes to default/init.lua

12 years agoCatch SerializationError in CCraftDefManager::getCraftResult()
Perttu Ahola [Thu, 17 Nov 2011 08:13:38 +0000 (10:13 +0200)]
Catch SerializationError in CCraftDefManager::getCraftResult()

12 years agoAdd note about craft_get_result() not being used anymore, but don't remove before...
Perttu Ahola [Thu, 17 Nov 2011 00:30:52 +0000 (02:30 +0200)]
Add note about craft_get_result() not being used anymore, but don't remove before it's contents have been transferred to scripts

12 years agoCrafting definition in scripts
Perttu Ahola [Thu, 17 Nov 2011 00:28:46 +0000 (02:28 +0200)]
Crafting definition in scripts

12 years agoImprove item serialization
Perttu Ahola [Wed, 16 Nov 2011 20:47:37 +0000 (22:47 +0200)]
Improve item serialization

12 years agoAllow inputting nodename of MaterialItem in ItemSpec::checkItem
Perttu Ahola [Wed, 16 Nov 2011 17:10:49 +0000 (19:10 +0200)]
Allow inputting nodename of MaterialItem in ItemSpec::checkItem

12 years agoFix another silly mistake making CONTENT_IGNORE definition not being what it should
Perttu Ahola [Wed, 16 Nov 2011 14:56:55 +0000 (16:56 +0200)]
Fix another silly mistake making CONTENT_IGNORE definition not being what it should

12 years agoFix silly misspelling in mapgen that made junglegrass to be CONTENT_IGNORE
Perttu Ahola [Wed, 16 Nov 2011 14:52:36 +0000 (16:52 +0200)]
Fix silly misspelling in mapgen that made junglegrass to be CONTENT_IGNORE

12 years agoActually fill in the NewNameGetter names to allow map generator operation and crafting
Perttu Ahola [Wed, 16 Nov 2011 14:48:04 +0000 (16:48 +0200)]
Actually fill in the NewNameGetter names to allow map generator operation and crafting

12 years agoMapNode constructor to allow ndef+name
Perttu Ahola [Wed, 16 Nov 2011 14:47:20 +0000 (16:47 +0200)]
MapNode constructor to allow ndef+name

12 years agoInitial node definition stuff
Perttu Ahola [Wed, 16 Nov 2011 13:23:25 +0000 (15:23 +0200)]
Initial node definition stuff

12 years agoFix camera MaterialItem draw logic
Perttu Ahola [Wed, 16 Nov 2011 12:48:05 +0000 (14:48 +0200)]
Fix camera MaterialItem draw logic

12 years agoClean InventoryItem interface a bit
Perttu Ahola [Wed, 16 Nov 2011 12:44:01 +0000 (14:44 +0200)]
Clean InventoryItem interface a bit

12 years agoImproved MaterialItem (stores nodename)
Perttu Ahola [Wed, 16 Nov 2011 12:36:33 +0000 (14:36 +0200)]
Improved MaterialItem (stores nodename)

12 years agoDo not expose CONTENT_* stuff in content_mapnode.h and use a name converter wrapper...
Perttu Ahola [Wed, 16 Nov 2011 12:08:31 +0000 (14:08 +0200)]
Do not expose CONTENT_* stuff in content_mapnode.h and use a name converter wrapper in old code

12 years agoNode definition names
Perttu Ahola [Wed, 16 Nov 2011 11:03:28 +0000 (13:03 +0200)]
Node definition names

12 years agoAdd name field to ContentFeatures
Perttu Ahola [Wed, 16 Nov 2011 07:36:19 +0000 (09:36 +0200)]
Add name field to ContentFeatures

12 years agoRemove burn time definitions from FurnaceNodeMetadata
Perttu Ahola [Wed, 16 Nov 2011 00:22:41 +0000 (02:22 +0200)]
Remove burn time definitions from FurnaceNodeMetadata

12 years agoRemove old comments
Perttu Ahola [Tue, 15 Nov 2011 23:37:29 +0000 (01:37 +0200)]
Remove old comments

12 years agoMove cook result properly to ContentFeatures
Perttu Ahola [Tue, 15 Nov 2011 23:34:09 +0000 (01:34 +0200)]
Move cook result properly to ContentFeatures

12 years agoRemove node content-dependent stuff from map.cpp
Perttu Ahola [Tue, 15 Nov 2011 23:15:32 +0000 (01:15 +0200)]
Remove node content-dependent stuff from map.cpp

12 years agoRemove content_mapnode.h and nodedef.h #includes
Perttu Ahola [Tue, 15 Nov 2011 23:15:07 +0000 (01:15 +0200)]
Remove content_mapnode.h and nodedef.h #includes

12 years agoRemove content dependencies from mapblock.cpp
Perttu Ahola [Tue, 15 Nov 2011 23:10:20 +0000 (01:10 +0200)]
Remove content dependencies from mapblock.cpp

12 years agoRemove #include <content_mapnode.h> from game.cpp
Perttu Ahola [Tue, 15 Nov 2011 22:34:33 +0000 (00:34 +0200)]
Remove #include <content_mapnode.h> from game.cpp

12 years agoSaner sized sapling
Perttu Ahola [Tue, 15 Nov 2011 22:32:34 +0000 (00:32 +0200)]
Saner sized sapling

12 years agoCut down content transfer verbosity
Perttu Ahola [Tue, 15 Nov 2011 22:20:22 +0000 (00:20 +0200)]
Cut down content transfer verbosity

12 years agoCut down TextureSource verbosity
Perttu Ahola [Tue, 15 Nov 2011 22:20:10 +0000 (00:20 +0200)]
Cut down TextureSource verbosity

12 years agoImprove loading screen and protocol
Perttu Ahola [Tue, 15 Nov 2011 21:58:56 +0000 (23:58 +0200)]
Improve loading screen and protocol

12 years agoClean nodefeat and content_mapnode a bit
Perttu Ahola [Tue, 15 Nov 2011 20:41:49 +0000 (22:41 +0200)]
Clean nodefeat and content_mapnode a bit

12 years agoFix flowing water being always opaque
Perttu Ahola [Tue, 15 Nov 2011 20:21:12 +0000 (22:21 +0200)]
Fix flowing water being always opaque

12 years agoFix MaterialProperties serialization (constant_time was missing)
Perttu Ahola [Tue, 15 Nov 2011 20:04:16 +0000 (22:04 +0200)]
Fix MaterialProperties serialization (constant_time was missing)

12 years agoImprove glass
Perttu Ahola [Tue, 15 Nov 2011 19:36:46 +0000 (21:36 +0200)]
Improve glass

12 years agoFix NDT_PLANTLIKE scaling to always keep the bottom at ground level
Perttu Ahola [Tue, 15 Nov 2011 19:13:22 +0000 (21:13 +0200)]
Fix NDT_PLANTLIKE scaling to always keep the bottom at ground level

12 years agoReplace direct irrlicht texture fetching in CAO content with TextureSource
Perttu Ahola [Tue, 15 Nov 2011 19:07:28 +0000 (21:07 +0200)]
Replace direct irrlicht texture fetching in CAO content with TextureSource

12 years agoClean mapnode.h and fix other files accordingly
Perttu Ahola [Tue, 15 Nov 2011 19:00:39 +0000 (21:00 +0200)]
Clean mapnode.h and fix other files accordingly

12 years agoNode definitions transfer
Perttu Ahola [Tue, 15 Nov 2011 18:32:56 +0000 (20:32 +0200)]
Node definitions transfer

12 years agoCompletely generalized mesh generation; ContentFeatures serialization
Perttu Ahola [Tue, 15 Nov 2011 17:58:36 +0000 (19:58 +0200)]
Completely generalized mesh generation; ContentFeatures serialization

12 years agoClean more
Perttu Ahola [Tue, 15 Nov 2011 13:46:52 +0000 (15:46 +0200)]
Clean more

12 years agoRemove commented out code
Perttu Ahola [Tue, 15 Nov 2011 13:35:03 +0000 (15:35 +0200)]
Remove commented out code

12 years agoPrepare more for node definition serialization
Perttu Ahola [Tue, 15 Nov 2011 13:32:09 +0000 (15:32 +0200)]
Prepare more for node definition serialization

12 years agoBetter node texture generation
Perttu Ahola [Tue, 15 Nov 2011 12:43:15 +0000 (14:43 +0200)]
Better node texture generation

12 years agoUpdate inventory texture too
Perttu Ahola [Tue, 15 Nov 2011 11:22:29 +0000 (13:22 +0200)]
Update inventory texture too

12 years agoProperly update textures in node definitions
Perttu Ahola [Tue, 15 Nov 2011 11:13:18 +0000 (13:13 +0200)]
Properly update textures in node definitions

12 years agoSending of textures WIP
Perttu Ahola [Tue, 15 Nov 2011 09:02:47 +0000 (11:02 +0200)]
Sending of textures WIP

12 years agoFix yet-another serialization error in utility.h and set constructor of Buffer take...
Perttu Ahola [Tue, 15 Nov 2011 08:52:00 +0000 (10:52 +0200)]
Fix yet-another serialization error in utility.h and set constructor of Buffer take const data for copying

12 years agoModify mod and texture directory hierarchies
Perttu Ahola [Tue, 15 Nov 2011 06:48:24 +0000 (08:48 +0200)]
Modify mod and texture directory hierarchies

12 years agoUpdate TODO list in scriptapi.cpp
Perttu Ahola [Tue, 15 Nov 2011 06:16:12 +0000 (08:16 +0200)]
Update TODO list in scriptapi.cpp

12 years agoSet traditional minetest durability values to tools
Perttu Ahola [Tue, 15 Nov 2011 00:20:41 +0000 (02:20 +0200)]
Set traditional minetest durability values to tools

12 years agoMove tool definitions to script
Perttu Ahola [Tue, 15 Nov 2011 00:03:28 +0000 (02:03 +0200)]
Move tool definitions to script

12 years agoTool definition transfer to client
Perttu Ahola [Mon, 14 Nov 2011 23:00:16 +0000 (01:00 +0200)]
Tool definition transfer to client

12 years agoToolDefManager serialization
Perttu Ahola [Mon, 14 Nov 2011 22:05:26 +0000 (00:05 +0200)]
ToolDefManager serialization

12 years agoToolDefinition serialization
Perttu Ahola [Mon, 14 Nov 2011 21:39:32 +0000 (23:39 +0200)]
ToolDefinition serialization

12 years agoMake fence post selection box smaller and create code to allow node placement to...
Perttu Ahola [Mon, 14 Nov 2011 20:57:58 +0000 (22:57 +0200)]
Make fence post selection box smaller and create code to allow node placement to the side of a static box

12 years agoTune gravel and picks
Perttu Ahola [Mon, 14 Nov 2011 20:35:11 +0000 (22:35 +0200)]
Tune gravel and picks

12 years agoMake possible and do update textures in node definitions after late texture atlas...
Perttu Ahola [Mon, 14 Nov 2011 20:07:42 +0000 (22:07 +0200)]
Make possible and do update textures in node definitions after late texture atlas making

12 years agoGameDef compiles
Perttu Ahola [Mon, 14 Nov 2011 19:41:30 +0000 (21:41 +0200)]
GameDef compiles

12 years agoCreate framework for getting rid of global definitions of node/tool/item/whatever...
Perttu Ahola [Sun, 13 Nov 2011 22:19:48 +0000 (00:19 +0200)]
Create framework for getting rid of global definitions of node/tool/item/whatever types

12 years agoMove tool stuff to tool.{h,cpp}
Perttu Ahola [Sun, 13 Nov 2011 14:38:14 +0000 (16:38 +0200)]
Move tool stuff to tool.{h,cpp}

12 years agoTune the tool speed thing
Perttu Ahola [Sun, 13 Nov 2011 13:54:08 +0000 (15:54 +0200)]
Tune the tool speed thing

12 years agoNew kind of tool speed and wear calculation thingy
Perttu Ahola [Sun, 13 Nov 2011 13:45:38 +0000 (15:45 +0200)]
New kind of tool speed and wear calculation thingy

12 years agoSet version to 0.4
Perttu Ahola [Sun, 13 Nov 2011 11:21:31 +0000 (13:21 +0200)]
Set version to 0.4

12 years agoClean headers a bit
Perttu Ahola [Sun, 13 Nov 2011 11:09:45 +0000 (13:09 +0200)]
Clean headers a bit

12 years agoAllocate MapBlock::m_node_metadata on heap to allow less header bloat
Perttu Ahola [Sun, 13 Nov 2011 10:54:33 +0000 (12:54 +0200)]
Allocate MapBlock::m_node_metadata on heap to allow less header bloat

12 years agoGeneric NodeMetadata text input
Perttu Ahola [Sun, 13 Nov 2011 10:48:05 +0000 (12:48 +0200)]
Generic NodeMetadata text input

12 years agoGeneralize selection boxes
Perttu Ahola [Sun, 13 Nov 2011 10:31:05 +0000 (12:31 +0200)]
Generalize selection boxes

12 years agoSet the BS constant to be floating-point; this removes the need for floating point...
Perttu Ahola [Sun, 13 Nov 2011 10:30:46 +0000 (12:30 +0200)]
Set the BS constant to be floating-point; this removes the need for floating point numbers when dividing it

12 years agoClean code and modify comments in mapnode_contentfeatures.h
Perttu Ahola [Sun, 13 Nov 2011 09:07:01 +0000 (11:07 +0200)]
Clean code and modify comments in mapnode_contentfeatures.h

12 years agoMove ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuff
Perttu Ahola [Sun, 13 Nov 2011 08:57:55 +0000 (10:57 +0200)]
Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuff

12 years agoScripting: Allow multiple global step callbacks and improve documentation
Perttu Ahola [Sat, 12 Nov 2011 17:19:58 +0000 (19:19 +0200)]
Scripting: Allow multiple global step callbacks and improve documentation

12 years agoHandle undefined objects better
Perttu Ahola [Sat, 12 Nov 2011 16:34:04 +0000 (18:34 +0200)]
Handle undefined objects better

12 years agoScripting WIP: Add global environment step function on_step
Perttu Ahola [Sat, 12 Nov 2011 15:46:06 +0000 (17:46 +0200)]
Scripting WIP: Add global environment step function on_step

12 years agoScripting WIP: dynamic object stuff
Perttu Ahola [Sat, 12 Nov 2011 15:37:14 +0000 (17:37 +0200)]
Scripting WIP: dynamic object stuff

12 years agoServerRemotePlayer implements ServerActiveObject
Perttu Ahola [Sat, 12 Nov 2011 13:41:29 +0000 (15:41 +0200)]
ServerRemotePlayer implements ServerActiveObject

12 years agoScripting WIP
Perttu Ahola [Sat, 12 Nov 2011 13:22:09 +0000 (15:22 +0200)]
Scripting WIP

12 years agoScripting WIP
Perttu Ahola [Sat, 12 Nov 2011 13:14:24 +0000 (15:14 +0200)]
Scripting WIP

12 years agoScripting WIP
Perttu Ahola [Sat, 12 Nov 2011 11:59:56 +0000 (13:59 +0200)]
Scripting WIP

12 years agoScripting WIP
Perttu Ahola [Sat, 12 Nov 2011 11:14:44 +0000 (13:14 +0200)]
Scripting WIP

12 years agoScripting WIP
Perttu Ahola [Sat, 12 Nov 2011 10:12:15 +0000 (12:12 +0200)]
Scripting WIP

12 years agoScripting WIP
Perttu Ahola [Sat, 12 Nov 2011 09:59:56 +0000 (11:59 +0200)]
Scripting WIP

12 years agoScripting WIP
Perttu Ahola [Sat, 12 Nov 2011 08:39:44 +0000 (10:39 +0200)]
Scripting WIP

12 years agoScripting WIP
Perttu Ahola [Sat, 12 Nov 2011 01:21:40 +0000 (03:21 +0200)]
Scripting WIP

12 years agoScripting WIP
Perttu Ahola [Sat, 12 Nov 2011 00:25:30 +0000 (02:25 +0200)]
Scripting WIP

12 years agoScripting WIP; Lua entity step callback works
Perttu Ahola [Fri, 11 Nov 2011 22:46:05 +0000 (00:46 +0200)]
Scripting WIP; Lua entity step callback works

12 years agoAdd textures in data/textures (appeared to not have been added)
Perttu Ahola [Fri, 11 Nov 2011 18:51:43 +0000 (20:51 +0200)]
Add textures in data/textures (appeared to not have been added)

12 years agorandom scripting work-in-progress
Perttu Ahola [Fri, 11 Nov 2011 18:50:09 +0000 (20:50 +0200)]
random scripting work-in-progress

12 years agoAdd the default.lua script
Perttu Ahola [Fri, 11 Nov 2011 17:36:52 +0000 (19:36 +0200)]
Add the default.lua script

12 years agoScripting WIP
Perttu Ahola [Fri, 11 Nov 2011 17:33:17 +0000 (19:33 +0200)]
Scripting WIP

12 years agoMove images to data/textures and fix some path stuff; hope that installation still...
Perttu Ahola [Thu, 10 Nov 2011 21:30:12 +0000 (23:30 +0200)]
Move images to data/textures and fix some path stuff; hope that installation still works

12 years agoMake it actually build
Perttu Ahola [Thu, 10 Nov 2011 20:34:46 +0000 (22:34 +0200)]
Make it actually build

12 years agoAdd Lua
Perttu Ahola [Thu, 10 Nov 2011 19:45:45 +0000 (21:45 +0200)]
Add Lua

12 years agoBetter spawn position finding and checking
Perttu Ahola [Sun, 13 Nov 2011 01:17:42 +0000 (03:17 +0200)]
Better spawn position finding and checking