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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove one unused variable in Server::Receive function
Loic Blot
2017-07-27
1
-1
/
+0
*
Remove unused Map::getDayNightDiff + fix one undefined variable in mapblock.cpp
Loic Blot
2017-07-26
3
-68
/
+2
*
TileLayer: use shared_ptr for FrameSpec vector (#6171)
Loïc Blot
2017-07-26
5
-14
/
+14
*
VoxelManip cleanups (const ref, const move) + function removal (#6169)
Loïc Blot
2017-07-26
13
-198
/
+85
*
Create_schematic documentation: Update for per-node force-place
paramat
2017-07-26
1
-5
/
+12
*
Mgv7: Add 'mount_zero_level' parameter
paramat
2017-07-26
4
-2
/
+14
*
Move MapEditEventAreaIgnorer to emerge.cpp
Loic Blot
2017-07-25
2
-25
/
+25
*
Network protocol: Document settable player collisionbox (#6168)
Paramat
2017-07-25
1
-2
/
+7
*
Clouds API: change speed from 'y' to 'z', ColorSpecs in Lua docs (#6164)
Ben Deutsch
2017-07-24
2
-4
/
+5
*
LBM: use range based for and fixed a loop variable overloading in applyLBMs
Loic Blot
2017-07-24
1
-33
/
+24
*
Mgv7: Add option to repeat surface biomes in floatlands
paramat
2017-07-22
4
-20
/
+29
*
Player collisionbox: Make settable
TeTpaAka
2017-07-21
4
-8
/
+13
*
In-cloud fog: Strengthen effect when small view range is used
Lars Hofhansl
2017-07-18
1
-1
/
+2
*
Window size: use 1024x600 to avoid a smaller UI
paramat
2017-07-18
3
-3
/
+3
*
[CSM] Add flavour limits controlled by server (#5930)
Loïc Blot
2017-07-18
18
-29
/
+136
*
Copy lua51.dll (luajit) to bindir (#6148)
adrido
2017-07-18
1
-0
/
+6
*
LBM content mapping map doesn't need to be ordered, use std::unordered_map
Loic Blot
2017-07-18
2
-3
/
+3
*
Very little performance fix on correctBlockNodeIds
Loic Blot
2017-07-18
1
-18
/
+13
*
Mgfractal: Improve spawning behaviour
paramat
2017-07-17
2
-6
/
+7
*
Mesh generation: Fix performance regression caused by 'plantlike_rooted' PR
number Zero
2017-07-17
1
-4
/
+10
*
Chat: Move chat text down to not overlap 3rd line of debug text (#6145)
Paramat
2017-07-17
1
-1
/
+1
*
Add information about the button height
cx384
2017-07-16
2
-0
/
+2
*
F5 debug display: Reformat and remove some information (#6125)
Paramat
2017-07-16
1
-24
/
+43
*
Chat protocol rewrite (#5117)
Loïc Blot
2017-07-16
16
-51
/
+251
*
Camera: Fix wieldmesh glitch after teleporting (#6138)
kilbith
2017-07-15
1
-1
/
+2
*
Revert "CSM: Revert "[CSM] Add send_chat_message and run_server_chatcommand""
Loic Blot
2017-07-15
9
-3
/
+108
*
Default window size: Increase to 1024x576, aspect ratio 16:9
paramat
2017-07-15
3
-6
/
+6
*
CSM: Revert "[CSM] Add send_chat_message and run_server_chatcommand"
rubenwardy
2017-07-15
9
-108
/
+3
*
Sneak: Stripped down version
SmallJoker
2017-07-15
2
-231
/
+176
*
Remove remaining modstore code (#6120)
Elijah Duffy
2017-07-14
14
-1241
/
+1
*
Dont search for locale folders if gettext is disabled (#6133)
adrido
2017-07-14
1
-1
/
+1
*
Advanced settings: Reformat noise parameter format example
paramat
2017-07-11
1
-2
/
+3
*
Biomes/decorations/ores: Make relative to 'water_level' setting
paramat
2017-07-11
14
-43
/
+90
*
Add 'plantlike_rooted' drawtype
number Zero
2017-07-11
9
-121
/
+193
*
Mapgen Carpathian: Add lava_depth parameter
vlapsley
2017-07-07
4
-2
/
+13
*
Expose getPointedThing to Lua
Dániel Juhász
2017-07-07
25
-313
/
+671
*
Mapgen: Add Carpathian mapgen (#6015)
Vaughan Lapsley
2017-07-06
9
-0
/
+725
*
Fog effect when camera is inside cloud
Ben Deutsch
2017-07-05
7
-30
/
+84
*
Treegen: Fix s16 overflow warning (#6082)
Vincent Glize
2017-07-04
1
-7
/
+4
*
Main Menu: Allow copying directories from non-Minetest locations (#6095)
Elijah Duffy
2017-07-04
1
-2
/
+1
*
Camera: Arm inertia code cleanup (#6094)
kilbith
2017-07-04
2
-44
/
+32
*
Fix crash due to missing pointer validation
Loic Blot
2017-07-02
1
-4
/
+4
*
Irrlicht cleanup: cleanup various object to use RenderingEngine (#6088)
Loïc Blot
2017-07-02
13
-52
/
+37
*
Camera: Improve arm inertia
Jean-Patrick Guerrero
2017-07-02
2
-33
/
+52
*
Dungeons: Add setting to prevent projecting dungeons
paramat
2017-07-02
4
-2
/
+14
*
Include TILE_MATERIAL_OPAQUE in shaders header (#6086)
stujones11
2017-07-01
1
-1
/
+1
*
C++11 cleanup inventorymanager (#6077)
Vincent Glize
2017-07-01
4
-168
/
+111
*
Tile material: Add 'TILE_MATERIAL_OPAQUE', use for drawtype 'NDT_NORMAL'
stujones11
2017-07-01
3
-27
/
+35
*
Create a filesystem abstraction layer for CSM and only allow accessing files ...
red-001
2017-06-30
24
-101
/
+230
*
Mapgen: Remove unnecessary 'this->' from constructors (#6069)
Paramat
2017-06-30
6
-63
/
+63
[prev]
[next]