]> git.lizzy.rs Git - dragonfireclient.git/history - src/server.cpp
Increase limit for simultaneous blocks sent per client and the meshgen cache.
[dragonfireclient.git] / src / server.cpp
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...
2017-04-17 SmallJokerFix MSVC build broken by 34d32ce
2017-04-15 Loïc BlotImplement delayed server shutdown with cancelation...
2017-04-14 Loïc BlotClientIface::sendToAll: honor packet configuration...
2017-04-08 red-001Move chat command handling code from C++ to Lua (#5528)
2017-04-07 presstabstartFix multiple death messages (#5305)
2017-03-19 sfan5Fix /shutdown or ^C no longer causing server exit
2017-03-19 Loïc BlotUpdate server min protocol version to v24 (#5411)
2017-03-18 ShadowNinjaServer list cleanup
2017-03-13 Loic Blot[CSM] storage + fixes
2017-03-13 Loïc Blot[CSM] implement client side mod loading (#5123)
2017-03-13 Loic Blot[CSM] Client side modding
2017-02-07 Loïc BlotAdd ModMetadata API (#5131)
2017-01-25 rubenwardyBlock spam messages before calling on_chatmessage callb...
2017-01-22 sfan5Fix potential crash in chat handling (since 2f56a00d9ee...
2017-01-21 Loïc BlotAdd show_statusline_on_connect setting (#5084)
2017-01-21 Loïc BlotRevert "Detach the player from entities on death."...
2017-01-21 red-001Detach the player from entities on death. (#5077)
2017-01-20 red-001Remove `mathconstants.h` and use the correct way to...
2017-01-18 sfan5Add particle animation, glow
2017-01-16 red-001Remove client-side chat prediction. (#5055)
2017-01-15 sapierAdded lua tracebacks to some errors where you have...
2017-01-09 Ner'zhulEnvironment & IGameDef code refactoring (#4985)
2017-01-01 Loic BlotBreath cheat fix: server side
2016-12-26 sfan5Various anticheat improvements
2016-11-30 lhofhanslOptimize/adjust blocks/ActiveObjects sent at the server...
2016-11-28 sfan5Allow restricting detached inventories to one player
2016-11-22 orwell96Make supplying empty formspec strings close the formspe...
2016-11-14 sfan5Revert "Adding particle blend, glow and animation ...
2016-11-14 Foghrye4Adding particle blend, glow and animation (#4705)
2016-11-05 Ner'zhulPlayerSAO saving fix (#4734)
2016-10-30 Ner'zhulPlayerSAO/LocalPlayer refactor: (#4612)
2016-10-13 raymooAttached particle spawners
2016-10-08 Loic BlotMove RemotePlayer code to its own cpp/header
2016-10-08 Loic BlotRemotePlayer/LocalPlayer Player base class proper separ...
2016-10-08 Loic BlotOptimize ClientIface::getPlayerNames(): return const...
2016-10-08 Loic BlotMore code cleanup (UNORDERED + RemotePlayer/LocalPlayer)
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-10-08 Loic BlotRemove some unused attributes/class functions in server...
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-10-06 Loic Blotuse unordered containers where possible (patch 4 on X)
2016-10-06 SmallJokerFix narrow string compiling issue on MSVC2010
2016-10-06 Loic BlotUse more unordered_maps to improve performance in c...
2016-10-06 est31Fix crash regression when chatting in the ncurses console
2016-10-05 Loic BlotReplace various std::map with UNORDERED_MAP + various...
2016-10-04 Loic BlotChat: new settings to prevent spam
2016-08-22 XuntoMove on join and on leave messages to lua (#4460)
2016-07-03 kwolekrAdd MapSettingsManager and new mapgen setting script...
2016-06-11 Diego MartinezServer: Add reason for leave to `on_leaveplayer` callbacks
2016-05-28 Auke KokParticles: Add option to remove particles on collision
2016-05-08 gregorycuFixes #4098 ce8a9ed didn't quite go far enough, and...
2016-04-27 obneqHandle particle spawners in env and delete expired ids
2016-03-12 Auke KokNodebox: Allow nodeboxes to "connect"
2016-03-11 orwell96Fix ask_reconnect_on_crash option being ignored
2016-03-07 est31Add minetest.register_lbm() to run code on block load...
2016-02-26 rubenwardyCache some settings
2016-02-09 paramatFindSpawnPos: Let mapgens decide what spawn altitude...
2015-11-22 est31Update HUD flags on server like on client
2015-11-13 est31Only allow players with shout to chat
2015-11-09 est31Put ChatEvent handler into own function
next