Fix MSVC build broken by 34d32ce
[oweals/minetest.git] / src / server.cpp
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... 5070/head
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 4978/head
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 4571/head
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
2015-11-08 est31Write new line character sequence at end of print()
2015-11-06 est31Add server side ncurses terminal
2015-11-03 est31Time: Remove serverside getter, and use atomic operations
2015-10-31 ShadowNinjaFix server crashing on Lua errors
2015-10-29 paramatfindSpawnPos: Add setting for max height above water...
2015-10-27 est31Environment: Time of day fixes and add serverside getter
2015-10-14 ShadowNinjaRename macros with two leading underscores
2015-10-14 ShadowNinjaAlways use errorstream for DEBUG_EXCEPTION_HANDLER
2015-10-14 ShadowNinjaUse warningstream for log messages with WARNING
2015-10-04 kwolekrDefine and use limit constants for Irrlicht fixed-width... master
2015-09-29 est31Some map border related fixes
2015-09-19 Loic BlotLittle optimization on getAdded/Removed activeobjects...
2015-09-17 est31Send proper block to old clients for swap_node calls
2015-08-25 David JonesChange i++ to ++i
2015-08-24 ShadowNinjaClean up threading 2613/head
2015-08-13 est31Add count based unload limit for mapblocks
2015-08-09 rubenwardyFix segfaults caused by the Environment not being initi...
2015-08-02 Břetislav ŠtecPrepend "Lua: " before lua exceptions
2015-07-30 Loic BlotSmall SendableMediaAnnouncement cleanup
2015-07-25 Loic BlotCleanup server addparticle(spawner) by merge two identi... 2956/head
2015-07-23 est31Optional reconnect functionality
2015-07-17 est31Server kicks: make messages configurable, cache wstring
2015-07-16 nerzhulKick players when shutting down server and there is...
2015-07-10 kwolekrFix damage flash when damage disabled
2015-07-08 est31Use UTF-8 instead of narrow
2015-07-03 kwolekrFix code style from recent commits and add misc. optimi...
2015-06-29 rubenwardyAdd Lua errors to error dialog
2015-06-24 est31Return to ignore
2015-06-22 TeTpaAkaFix bug when craft input isn't replaced
2015-05-28 TeTpaAkaAdd some missing getter functions to the lua API
2015-05-19 rubenwardyAdd texture overriding
2015-05-18 est31Lower log level for unexpected behaviour
2015-05-16 ShadowNinjaAdd mod security
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-05-08 est31Gracefully handle PacketErrors
2015-04-22 est31Protocol 25: wstring -> string for custom access denial...
2015-04-16 kwolekrSchematics: Refactor NodeResolver and add NodeResolveMethod
2015-04-11 Ner'zhulFix a rare crash case un SendPlayerHP
2015-04-07 Loic BlotTOCLIENT_ACTIVE_OBJECT_MESSAGES: channel must be 1...
2015-04-05 Loic BlotTOCLIENT_ACTIVE_OBJECT_REMOVE_ADD can be unreliable...
2015-04-05 est31Crafting speedup
next