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