remove_detached_inventory: Fix segfault during mod load
[oweals/minetest.git] / src / server.cpp
2019-08-20 SmallJokerremove_detached_inventory: Fix segfault during mod...
2019-08-13 Jozef BehranFix unnecessary exception use in 3 more methods (#8791)
2019-08-13 SmallJokerBetter F6 profiler (#8750)
2019-08-10 Jozef BehranMerge pull request #8776 from osjc/FixGetNode
2019-08-10 sfan5Implement adding velocity to player from Lua
2019-08-08 ANANDAllow customizing chat message format (#8529)
2019-08-07 ParamatAvoid crash caused by, and improve, 'findSpawnPos(...
2019-08-01 WuzzyGroup "immortal" also protects players from damage
2019-06-09 SmallJokerDamage: Play no damage sound when immortal (#8350)
2019-05-18 Jozef BehranOptimize string (mis)handling (#8128)
2019-04-27 sofarForce send a mapblock to a player (#8140)
2019-03-31 Loïc BlotCreate ServerThread earlier in the startup process
2019-03-26 rubenwardyPrevent multi-line chat messages server-side (#8420)
2019-03-10 rubenwardyFix serialization of std::time_t by casting to u64...
2019-03-07 rubenwardyFix detach inventory serialisation (#8331)
2019-02-10 SmallJokerConsistent HP and damage types (#8167)
2019-02-03 Loïc BlotForce player save before kicking on player shutdown...
2019-01-21 Jozef BehranFix randomly rejected form field submits (#8091)
2018-12-04 SmallJokerSend only changed node metadata to clients instead...
2018-12-04 Loïc BlotFix uninitialized variable peer_id
2018-11-28 CoderForTheBetterAdd Lua methods 'set_rotation()' and 'get_rotation...
2018-11-12 rubenwardyFix get_server_status() segfault due to uninitialized...
2018-10-10 SmallJoker Add core.remove_detached_inventory (#7684)
2018-09-07 ParamatParticles: Make collision with objects optional (#7682)
2018-08-16 SmallJokerCheck node updates whether the blocks are known (#7568)
2018-07-28 ClobberXDLog server shutdown using actionstream (#7589)
2018-07-01 SmallJokerMake the server status message customizable (#7357)
2018-06-26 SmallJokerRename CSM flavours to restrictions
2018-06-15 Loic BlotRemove Server::m_ignore_map_edit_events (noop)
2018-06-13 Loïc BlotServer: move shutdown parts to a specific shutdown...
2018-06-11 SmallJokerFix the /shutdown command (#7431)
2018-05-12 SmallJokerRun detach callbacks on player leave
2018-05-05 SmallJokerFix builtin inventory list crash when size = 0 (#7297)
2018-04-30 SmallJokerAllow damage for attached objects, add attach/detach...
2018-04-23 rubenwardyMove ASCII art to std::cerr, to remove it from logs
2018-04-19 rubenwardyAdd online content repository
2018-04-04 Loic BlotFix 5 issues reported by PVS studio
2018-03-30 Loïc BlotClient eventmanager refactor (#7179)
2018-03-28 Andrew WardAdd reasons to on_dieplayer and on_hpchange
2018-03-28 Andrew WardAdd formspec theming using prepended strings
2018-03-21 paramatMinetest ASCII art: Move from actionstream to rawstream
2018-03-16 Loic BlotDrop Server::m_enable_rollback_recording it's only...
2018-03-16 Loic BlotServerEnvironment::loadDefaultMeta: Loading default...
2018-03-16 Loic BlotForgot to remove obsolete Server::m_mods
2018-03-16 Loïc BlotServer: delegate mod management & config to ServerModCo...
2018-03-09 Loic BlotDrop less performant Server::setBlockNotSent for Client...
2018-03-08 Loic BlotCleanup & bugfix
2018-03-08 Loic BlotCleanup: drop Server::hudGetHotbarSelectedImage()
2018-03-08 Loic BlotCleanup: drop Server::hudGetHotbarImage()
2018-03-08 Loic BlotCleanup: drop Server::hudGetHotbarItemcount()
2018-02-18 red-001Mitigate formspec exploits by verifying that the formsp...
2018-02-10 Dániel JuhászNode definition manager refactor (#7016)
2018-01-16 red-001Load a texturepack from the 'textures' subfolder of...
2017-12-03 raymooShut down mapgen threads before other shutdown tasks...
2017-11-17 number ZeroLoad files from subfolders in texturepacks
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-09-30 Loïc BlotMake Player::peer_id server-side only and add getters...
2017-09-28 Loïc BlotServer: affect bind_addr on constructor instead of...
2017-09-27 Loic BlotFix some forgotten u16 -> session_t in ad7daf7b52348e1b...
2017-09-27 Loïc BlotAdd session_t typedef + remove unused functions (#6470)
2017-09-25 Loïc BlotImplement mod communication channels (#6351)
2017-09-15 SmallJokerCustomizeable max breath for players (#6411)
2017-09-12 SmallJokerNetwork: Remove large parts of deprecated legacy code...
2017-09-08 SmallJokerServer: Calculate maximal total block sends dynamically...
2017-08-30 Loïc BlotRemove DSTACK support (#6346)
2017-08-29 Loïc BlotNetwork proto handlers/container fixes (#6334)
2017-08-24 EkdohibsAdd clientside translations.
2017-08-24 Loïc BlotNetwork cleanup (#6302)
2017-08-23 SmallJokerRespect object property hp_max field for players (...
2017-08-19 Loïc BlotCode modernization: src/p*, src/q*, src/r*, src/s*...
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-08-18 Loïc Blotserver.cpp: unroll setting when sending mapblocks ...
2017-08-16 Loïc BlotCleanup various headers to reduce compilation times...
2017-08-15 Loic Blotserver.cpp: code modernization
2017-08-13 Loic BlotVarious server.cpp cleanups
2017-08-13 Loic BlotServer::AsyncRunStep + Server::sendAddNode: modernize...
2017-07-26 Loic BlotRemove one unused variable in Server::Receive function
2017-07-18 Loïc Blot[CSM] Add flavour limits controlled by server (#5930)
2017-07-16 Loïc BlotChat protocol rewrite (#5117)
2017-06-18 Loïc BlotCpp11 patchset 11: continue working on constructor...
2017-06-14 Loïc BlotRemove legacy content_abm.{cpp,h}
2017-06-11 Loïc BlotUse thread_local instead from some static settings...
2017-06-11 RuiSound: Add pitch option (#5960)
2017-06-11 paramat(Re)spawn players within 'mapgen_limit'
2017-06-10 red-001Add a server-sided way to remove color codes from incom...
2017-06-09 red-001Fix sending color codes to clients that don't support...
2017-06-08 red-001Have the server send the player list to the client...
2017-06-06 Loïc BlotRevert "Remove deprecated code segments (#5891)"
2017-06-04 Thomas--SRemove deprecated code segments (#5891)
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-05-20 Loïc BlotReal control fix (#5787)
2017-05-19 SmallJokerMainmenu: Fix issues while trying to enable all mods...
2017-05-17 ParamatParticles: Do not send single particles to distant...
2017-05-03 paramatSet sky API: Add bool for clouds in front of custom...
2017-05-03 BrandonSound API: Add fading sounds
2017-04-29 Ben DeutschAdd clouds API
2017-04-25 ShadowNinjaRename Scripting API files for consistency
2017-04-23 Loïc BlotPlayer data to Database (#5475)
2017-04-22 Auke KokAdd on_flood() callback.
2017-04-21 orwell96Fix #5617 - respect message and reconnect parameters...
next