oweals/minetest.git
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

12 years agoUpdate changelog and call this 0.3.1 0.3.1
Perttu Ahola [Wed, 9 Nov 2011 10:07:40 +0000 (12:07 +0200)]
Update changelog and call this 0.3.1

12 years agoFix water-glass and water-lava surfaces
Perttu Ahola [Tue, 8 Nov 2011 14:17:38 +0000 (16:17 +0200)]
Fix water-glass and water-lava surfaces

12 years agoCall this 0.3.dev-20111108
Perttu Ahola [Tue, 8 Nov 2011 00:06:01 +0000 (02:06 +0200)]
Call this 0.3.dev-20111108

12 years agoReset block usage timer on client only if it is very probably drawn
Perttu Ahola [Tue, 8 Nov 2011 00:05:42 +0000 (02:05 +0200)]
Reset block usage timer on client only if it is very probably drawn

12 years agoMake Connection::Receive return the data via a SharedBuffer reference, so the caller...
Kahrl [Mon, 7 Nov 2011 03:20:33 +0000 (04:20 +0100)]
Make Connection::Receive return the data via a SharedBuffer reference, so the caller doesn't have to choose the right buffer size in advance.

Conflicts:

src/test.cpp

12 years agoutility.h: Change Buffer's interface to be more compatible with SharedBuffer's interf...
Kahrl [Mon, 7 Nov 2011 01:24:44 +0000 (02:24 +0100)]
utility.h: Change Buffer's interface to be more compatible with SharedBuffer's interface, connection.h: use Buffer instead of SharedBuffer in command and event queues

12 years agoAdd new Connection test in test.cpp in case needed in the future (commented out)...
Perttu Ahola [Mon, 7 Nov 2011 09:15:43 +0000 (11:15 +0200)]
Add new Connection test in test.cpp in case needed in the future (commented out), improve comments in test.cpp a bit

12 years agoInfinite packet flood test for debugging the new network layer
Perttu Ahola [Sun, 6 Nov 2011 23:20:58 +0000 (01:20 +0200)]
Infinite packet flood test for debugging the new network layer

12 years agoCommand-line signal handling for Windows
Constantin Wenger [Sun, 6 Nov 2011 14:17:18 +0000 (15:17 +0100)]
Command-line signal handling for Windows

12 years agoMake water invisible next to underwater glass
Perttu Ahola [Sat, 5 Nov 2011 21:30:27 +0000 (23:30 +0200)]
Make water invisible next to underwater glass

12 years agoImprove "compile on Windows" section in readme
Perttu Ahola [Sat, 5 Nov 2011 12:48:32 +0000 (14:48 +0200)]
Improve "compile on Windows" section in readme

12 years agoCall this version 0.3.dev-20111104
Perttu Ahola [Fri, 4 Nov 2011 20:16:36 +0000 (22:16 +0200)]
Call this version 0.3.dev-20111104

12 years agoAdd option to set water opaque (mainly for stylistic choice)
Perttu Ahola [Thu, 3 Nov 2011 21:06:57 +0000 (23:06 +0200)]
Add option to set water opaque (mainly for stylistic choice)

12 years agoFix flowing liquid spacing; water and lava next to each other will glitch a bit but...
Perttu Ahola [Thu, 3 Nov 2011 21:04:56 +0000 (23:04 +0200)]
Fix flowing liquid spacing; water and lava next to each other will glitch a bit but it isn't as bad as this was

12 years agoUpdate /README.txt, remove duplicate /doc/README.txt and update CMakeLists.txt to...
Perttu Ahola [Thu, 3 Nov 2011 19:36:42 +0000 (21:36 +0200)]
Update /README.txt, remove duplicate /doc/README.txt and update CMakeLists.txt to package /README.txt

12 years agoMake CONTENT_IGNORE to not block the view when occlusion culling
Perttu Ahola [Thu, 3 Nov 2011 18:45:44 +0000 (20:45 +0200)]
Make CONTENT_IGNORE to not block the view when occlusion culling

12 years agoDisable mipmapping because it is sometimes ugly
Perttu Ahola [Thu, 3 Nov 2011 18:17:18 +0000 (20:17 +0200)]
Disable mipmapping because it is sometimes ugly