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
...
*
Document orientation parameter of set_attach (#6473)
raymoo
2017-09-28
1
-1
/
+1
*
Add static_save property to luaentites to not save them statically. (#5112)
orwell96
2017-09-28
5
-0
/
+13
*
Server: affect bind_addr on constructor instead of start() (#6474)
Loïc Blot
2017-09-28
4
-28
/
+25
*
Fix some forgotten u16 -> session_t in ad7daf7b52348e1b71aa803be10de5b2134cba11
Loic Blot
2017-09-27
3
-32
/
+32
*
Fix recent commit: std::max -> std::fmax for floats (#6469)
Paramat
2017-09-27
1
-2
/
+2
*
Lint fix
Loic Blot
2017-09-27
1
-4
/
+5
*
Add session_t typedef + remove unused functions (#6470)
Loïc Blot
2017-09-27
24
-284
/
+295
*
Update version correctly again (#6462)
SmallJoker
2017-09-26
2
-15
/
+15
*
Update JsonCPP to 1.8.3 (#6466)
Loïc Blot
2017-09-26
10
-103
/
+549
*
preview: try to send mod channel messages 4 seconds after joining, not after ...
Loic Blot
2017-09-26
1
-6
/
+6
*
Add mute setting (toggled by the mute key and in the volume menu) (#6415)
DTA7
2017-09-26
4
-34
/
+70
*
Implement mod communication channels (#6351)
Loïc Blot
2017-09-26
37
-39
/
+1206
*
Can_zoom player object property: Add missing documentation
paramat
2017-09-25
1
-0
/
+2
*
Positional sound: Limit volume when closer than 1 node
paramat
2017-09-25
1
-4
/
+10
*
Fix blocks written by vmanip not being marked as modified
sfan5
2017-09-23
2
-1
/
+3
*
Set placer to nil instead of a non-functional one in item_OnPlace (#6449)
DTA7
2017-09-21
3
-10
/
+16
*
on_death: Fix callback number of pushed arguments (Fixes #6451)
SmallJoker
2017-09-21
1
-1
/
+1
*
keycode.cpp: use std::unordered_map for keypress cache
Loic Blot
2017-09-21
1
-3
/
+3
*
Fix compile error in openbsd (#6430)
jcalve
2017-09-20
1
-0
/
+1
*
Rooted plantlike drawtype: Add remaining documentation
paramat
2017-09-19
1
-9
/
+20
*
Leveled nodebox: Change levels from 1/63rds to 1/64ths
paramat
2017-09-18
3
-22
/
+33
*
Biome API: Revert biomes, decos, ores being relative to water level
paramat
2017-09-17
16
-99
/
+42
*
Biome generation: Fix layers of 'filler' nodes at biome y limits
paramat
2017-09-17
1
-0
/
+1
*
Fix Rotate Node Placement (#6424)
tenplus1
2017-09-16
1
-2
/
+6
*
Correct tooltip_append_itemstring terminology (#6421)
DTA7
2017-09-16
4
-6
/
+6
*
Fix addModsFormConfig typo (#6420)
Greg
2017-09-16
2
-4
/
+4
*
Generate biomes: Recalculate biome at biome lower limit
paramat
2017-09-16
2
-18
/
+9
*
Add setting to display the itemstring after the tooltip in the inventory. (#6...
DTA7
2017-09-15
4
-12
/
+13
*
ServerEnv: Clean up object lifecycle handling (#6414)
sfan5
2017-09-15
8
-213
/
+175
*
Customizeable max breath for players (#6411)
SmallJoker
2017-09-15
11
-47
/
+57
*
Cavegen: Avoid unsupported biome 'top' or 'filler' nodes
paramat
2017-09-14
1
-1
/
+16
*
Object properties: Add 'glow', disables light's effect if negative
Rob Blanckaert
2017-09-14
9
-20
/
+52
*
Item drop: Tune to land exactly 2 nodes away with level view (#6410)
Paramat
2017-09-13
1
-3
/
+3
*
Network: Fix logging into older worlds with base64 hashes
SmallJoker
2017-09-12
4
-11
/
+28
*
Network: Remove large parts of deprecated legacy code (#6404)
SmallJoker
2017-09-12
17
-882
/
+143
*
Fix failing linter (travis)
sfan5
2017-09-12
1
-2
/
+2
*
Fix core.wrap_text and make its behaviour consistent with the docs
sfan5
2017-09-12
4
-54
/
+22
*
Make INodeDefManager::getIds return a vector, not a set
Kahrl
2017-09-12
7
-83
/
+64
*
Implement client node dig prediction
Auke Kok
2017-09-11
5
-1
/
+33
*
Allow the join/leave message to be overridden by mods.
red-001
2017-09-11
2
-7
/
+19
*
Fix dropped item look (#6370)
you
2017-09-11
1
-12
/
+15
*
Object properties: Fix loss of custom selectionbox
SmallJoker
2017-09-10
1
-2
/
+4
*
Fix incorrect buffer size calculation on creation of HUD status messages
rubenwardy
2017-09-10
1
-7
/
+7
*
Schematic decorations: Add 'place_offset_y' placement parameter
paramat
2017-09-10
4
-83
/
+27
*
Fix empty legacy meta being persisted
rubenwardy
2017-09-10
1
-2
/
+3
*
Fix crash on revocation of removed privilege
rubenwardy
2017-09-08
1
-2
/
+3
*
Server: Calculate maximal total block sends dynamically (#6393)
SmallJoker
2017-09-09
6
-17
/
+13
*
Particles: Do not add digging particles for airlike nodes (#6392)
SmallJoker
2017-09-08
3
-10
/
+9
*
Prevent /spawnentity from spawning unknown entity (#6388)
Wuzzy
2017-09-08
1
-0
/
+3
*
main.cpp: server-only builds should not include client headers
Loic Blot
2017-09-07
1
-3
/
+3
[prev]
[next]