index
:
hax-minetest-server.git
master
Server-optimized Minetest 5.6.0
Test_User
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove node content-dependent stuff from map.cpp
Perttu Ahola
2011-11-29
1
-46
/
+1
*
Remove content_mapnode.h and nodedef.h #includes
Perttu Ahola
2011-11-29
1
-7
/
+0
*
Remove content dependencies from mapblock.cpp
Perttu Ahola
2011-11-29
1
-21
/
+0
*
Remove #include <content_mapnode.h> from game.cpp
Perttu Ahola
2011-11-29
1
-2
/
+0
*
Saner sized sapling
Perttu Ahola
2011-11-29
1
-1
/
+1
*
Cut down content transfer verbosity
Perttu Ahola
2011-11-29
2
-14
/
+10
*
Cut down TextureSource verbosity
Perttu Ahola
2011-11-29
1
-77
/
+38
*
Improve loading screen and protocol
Perttu Ahola
2011-11-29
5
-115
/
+218
*
Clean nodefeat and content_mapnode a bit
Perttu Ahola
2011-11-29
3
-36
/
+53
*
Fix flowing water being always opaque
Perttu Ahola
2011-11-29
3
-3
/
+6
*
Fix MaterialProperties serialization (constant_time was missing)
Perttu Ahola
2011-11-29
1
-0
/
+2
*
Improve glass
Perttu Ahola
2011-11-29
1
-49
/
+33
*
Fix NDT_PLANTLIKE scaling to always keep the bottom at ground level
Perttu Ahola
2011-11-29
2
-5
/
+7
*
Replace direct irrlicht texture fetching in CAO content with TextureSource
Perttu Ahola
2011-11-29
1
-23
/
+21
*
Clean mapnode.h and fix other files accordingly
Perttu Ahola
2011-11-29
15
-104
/
+101
*
Node definitions transfer
Perttu Ahola
2011-11-29
6
-2
/
+80
*
Completely generalized mesh generation; ContentFeatures serialization
Perttu Ahola
2011-11-29
17
-791
/
+767
*
Clean more
Perttu Ahola
2011-11-29
3
-57
/
+8
*
Remove commented out code
Perttu Ahola
2011-11-29
1
-48
/
+0
*
Prepare more for node definition serialization
Perttu Ahola
2011-11-29
4
-85
/
+91
*
Better node texture generation
Perttu Ahola
2011-11-29
7
-208
/
+197
*
Update inventory texture too
Perttu Ahola
2011-11-29
2
-0
/
+7
*
Properly update textures in node definitions
Perttu Ahola
2011-11-29
7
-192
/
+301
*
Sending of textures WIP
Perttu Ahola
2011-11-29
6
-53
/
+301
*
Fix yet-another serialization error in utility.h and set constructor of Buffe...
Perttu Ahola
2011-11-29
1
-2
/
+2
*
Modify mod and texture directory hierarchies
Perttu Ahola
2011-11-29
3
-10
/
+24
*
Update TODO list in scriptapi.cpp
Perttu Ahola
2011-11-29
1
-1
/
+2
*
Move tool definitions to script
Perttu Ahola
2011-11-29
7
-101
/
+108
*
Tool definition transfer to client
Perttu Ahola
2011-11-29
7
-9
/
+92
*
ToolDefManager serialization
Perttu Ahola
2011-11-29
2
-1
/
+39
*
ToolDefinition serialization
Perttu Ahola
2011-11-29
2
-14
/
+67
*
Make fence post selection box smaller and create code to allow node placement...
Perttu Ahola
2011-11-29
2
-11
/
+58
*
Tune gravel and picks
Perttu Ahola
2011-11-29
2
-4
/
+4
*
Make possible and do update textures in node definitions after late texture a...
Perttu Ahola
2011-11-29
4
-1
/
+26
*
GameDef compiles
Perttu Ahola
2011-11-29
49
-1035
/
+1158
*
Create framework for getting rid of global definitions of node/tool/item/what...
Perttu Ahola
2011-11-29
60
-741
/
+1015
*
Move tool stuff to tool.{h,cpp}
Perttu Ahola
2011-11-29
6
-104
/
+171
*
Tune the tool speed thing
Perttu Ahola
2011-11-29
2
-8
/
+8
*
New kind of tool speed and wear calculation thingy
Perttu Ahola
2011-11-29
4
-159
/
+231
*
Clean headers a bit
Perttu Ahola
2011-11-29
2
-2
/
+2
*
Allocate MapBlock::m_node_metadata on heap to allow less header bloat
Perttu Ahola
2011-11-29
6
-14
/
+19
*
Generic NodeMetadata text input
Perttu Ahola
2011-11-29
3
-28
/
+20
*
Generalize selection boxes
Perttu Ahola
2011-11-29
3
-148
/
+80
*
Set the BS constant to be floating-point; this removes the need for floating ...
Perttu Ahola
2011-11-29
1
-1
/
+1
*
Clean code and modify comments in mapnode_contentfeatures.h
Perttu Ahola
2011-11-29
1
-5
/
+5
*
Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuff
Perttu Ahola
2011-11-29
24
-618
/
+698
*
Scripting: Allow multiple global step callbacks and improve documentation
Perttu Ahola
2011-11-29
1
-6
/
+46
*
Handle undefined objects better
Perttu Ahola
2011-11-29
4
-13
/
+23
*
Scripting WIP: Add global environment step function on_step
Perttu Ahola
2011-11-29
3
-1
/
+31
*
Scripting WIP: dynamic object stuff
Perttu Ahola
2011-11-29
10
-92
/
+269
[prev]
[next]