index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server.cpp
Age
Commit message (
Expand
)
Author
2018-12-04
Send only changed node metadata to clients instead of whole mapblock (#5268)
SmallJoker
2018-12-04
Fix uninitialized variable peer_id
Loïc Blot
2018-11-28
Add Lua methods 'set_rotation()' and 'get_rotation()' (#7395)
CoderForTheBetter
2018-11-12
Fix get_server_status() segfault due to uninitialized m_env
rubenwardy
2018-10-10
Add core.remove_detached_inventory (#7684)
SmallJoker
2018-09-08
Particles: Make collision with objects optional (#7682)
Paramat
2018-08-16
Check node updates whether the blocks are known (#7568)
SmallJoker
2018-07-28
Log server shutdown using actionstream (#7589)
ClobberXD
2018-07-01
Make the server status message customizable (#7357)
SmallJoker
2018-06-26
Rename CSM flavours to restrictions
SmallJoker
2018-06-15
Remove Server::m_ignore_map_edit_events (noop)
Loic Blot
2018-06-13
Server: move shutdown parts to a specific shutdown state object (#7437)
Loïc Blot
2018-06-11
Fix the /shutdown command (#7431)
SmallJoker
2018-05-12
Run detach callbacks on player leave
SmallJoker
2018-05-05
Fix builtin inventory list crash when size = 0 (#7297)
SmallJoker
2018-04-30
Allow damage for attached objects, add attach/detach callbacks (#6786)
SmallJoker
2018-04-23
Move ASCII art to std::cerr, to remove it from logs
rubenwardy
2018-04-19
Add online content repository
rubenwardy
2018-04-04
Fix 5 issues reported by PVS studio
Loic Blot
2018-03-30
Client eventmanager refactor (#7179)
Loïc Blot
2018-03-28
Add reasons to on_dieplayer and on_hpchange
Andrew Ward
2018-03-28
Add formspec theming using prepended strings
Andrew Ward
2018-03-21
Minetest ASCII art: Move from actionstream to rawstream
paramat
2018-03-16
Drop Server::m_enable_rollback_recording it's only used in server constructor
Loic Blot
2018-03-16
ServerEnvironment::loadDefaultMeta: Loading default meta is only possible for...
Loic Blot
2018-03-16
Forgot to remove obsolete Server::m_mods
Loic Blot
2018-03-16
Server: delegate mod management & config to ServerModConfiguration (#7131)
Loïc Blot
2018-03-09
Drop less performant Server::setBlockNotSent for ClientInterface::markBlockpo...
Loic Blot
2018-03-08
Cleanup & bugfix
Loic Blot
2018-03-08
Cleanup: drop Server::hudGetHotbarSelectedImage()
Loic Blot
2018-03-08
Cleanup: drop Server::hudGetHotbarImage()
Loic Blot
2018-03-08
Cleanup: drop Server::hudGetHotbarItemcount()
Loic Blot
2018-02-18
Mitigate formspec exploits by verifying that the formspec was shown to the us...
red-001
2018-02-10
Node definition manager refactor (#7016)
Dániel Juhász
2018-01-16
Load a texturepack from the 'textures' subfolder of a game
red-001
2017-12-03
Shut down mapgen threads before other shutdown tasks (#6689)
raymoo
2017-11-17
Load files from subfolders in texturepacks
number Zero
2017-11-08
Move files to subdirectories (#6599)
Vitaliy
2017-09-30
Make Player::peer_id server-side only and add getters and setters (#6478)
Loïc Blot
2017-09-28
Server: affect bind_addr on constructor instead of start() (#6474)
Loïc Blot
2017-09-27
Fix some forgotten u16 -> session_t in ad7daf7b52348e1b71aa803be10de5b2134cba11
Loic Blot
2017-09-27
Add session_t typedef + remove unused functions (#6470)
Loïc Blot
2017-09-26
Implement mod communication channels (#6351)
Loïc Blot
2017-09-15
Customizeable max breath for players (#6411)
SmallJoker
2017-09-12
Network: Remove large parts of deprecated legacy code (#6404)
SmallJoker
2017-09-09
Server: Calculate maximal total block sends dynamically (#6393)
SmallJoker
2017-08-30
Remove DSTACK support (#6346)
Loïc Blot
2017-08-29
Network proto handlers/container fixes (#6334)
Loïc Blot
2017-08-24
Add clientside translations.
Ekdohibs
2017-08-24
Network cleanup (#6302)
Loïc Blot
[next]