Fix mouse events sent to wrong GUI elements when dragging
[oweals/minetest.git] / src / server.h
2020-03-05 Jordachset_sky improvements, set_sun, set_moon and set_stars
2020-02-01 sfan5Improve core.sound_play with ephemeral sounds and playe...
2019-09-24 SmallJokerFix some reference counters (memleak) (#8981)
2019-09-19 Anand SAdd support for per-player FOV overrides and multipliers
2019-09-14 ANANDSend ActiveObjects once right after Init2
2019-09-09 SmallJokerSend cumulated inventory changes only each step (#8856)
2019-08-24 SmallJokerInventory: Send dirty lists where appropriate (#8742)
2019-08-10 sfan5Implement adding velocity to player from Lua
2019-05-18 Jozef BehranOptimize string (mis)handling (#8128)
2019-04-27 sofarForce send a mapblock to a player (#8140)
2019-03-07 Jozef BehranOptimize interaction distance checker (#8193)
2018-12-04 SmallJokerSend only changed node metadata to clients instead...
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-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-04-19 rubenwardyAdd online content repository
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-16 Loic BlotDrop Server::m_enable_rollback_recording it's only...
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 unused Server::m_ignore_map_edit_events_peer_id
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)
2017-11-24 SmallJokerInventory: Restrict access from too far away
2017-09-28 Loïc BlotServer: affect bind_addr on constructor instead of...
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-12 SmallJokerNetwork: Remove large parts of deprecated legacy code...
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-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-08-16 Loïc BlotCleanup various headers to reduce compilation times...
2017-07-25 Loic BlotMove MapEditEventAreaIgnorer to emerge.cpp
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-11 RuiSound: Add pitch option (#5960)
2017-06-10 red-001Add a server-sided way to remove color codes from incom...
2017-06-10 Loïc BlotC++11 patchset 6: forbid object copy using assigment...
2017-06-06 Loïc BlotUse C++11 mutexes only (remove compat code) (#5922)
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
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-23 Loïc BlotPlayer data to Database (#5475)
2017-04-22 red-001Network:Remove old opcodes and fix documentation. ...
2017-04-15 Loïc BlotImplement delayed server shutdown with cancelation...
2017-03-18 ShadowNinjaServer list cleanup
2017-03-16 Loïc BlotAdd ModStorageAPI to client side modding (#5396)
2017-03-13 Loic Blot[CSM] storage + fixes
2017-03-13 Loic Blot[CSM] Client side modding
2017-02-07 Loïc BlotAdd ModMetadata API (#5131)
2017-01-27 Loïc BlotImplement player attribute backend (#4155)
2017-01-18 sfan5Add particle animation, glow
2017-01-09 Ner'zhulEnvironment & IGameDef code refactoring (#4985)
2017-01-08 Loic BlotMove ServerEnvironment to dedicated cpp/header files
2017-01-01 Loic BlotBreath cheat fix: server side 4978/head
2016-12-24 RogierMove PP() and PP2() macros to basic_macros.h
2016-12-20 ShadowNinjaMod security: Allow read-only access to all mod paths
2016-11-28 sfan5Allow restricting detached inventories to one player
2016-11-14 sfan5Revert "Adding particle blend, glow and animation ...
2016-11-14 Foghrye4Adding particle blend, glow and animation (#4705)
2016-11-12 raymooAdd control information to player interacts (#4685)
2016-11-02 BrandonAdd minetest.get_server_uptime() function to Lua API...
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 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-04 Loic BlotChat: new settings to prevent spam 4571/head
2016-05-28 Auke KokParticles: Add option to remove particles on collision
2016-04-27 obneqHandle particle spawners in env and delete expired ids
2015-11-13 est31Only allow players with shout to chat
2015-11-09 est31Put ChatEvent handler into own function
2015-11-06 est31Add server side ncurses terminal
2015-11-03 est31Time: Remove serverside getter, and use atomic operations
2015-11-02 kwolekrAdd callback parameter for core.emerge_area()
2015-10-28 kwolekrAdd DISABLE_CLASS_COPY macro (and use it)
2015-10-27 est31Environment: Time of day fixes and add serverside getter
2015-08-24 ShadowNinjaClean up threading 2613/head
2015-07-25 Loic BlotCleanup server addparticle(spawner) by merge two identi... 2956/head
2015-07-24 est31Fix documentation of dedicated_server_loop
2015-07-23 est31Optional reconnect functionality
2015-07-10 kwolekrFix damage flash when damage disabled
2015-07-03 kwolekrFix code style from recent commits and add misc. optimi...
2015-05-28 TeTpaAkaAdd some missing getter functions to the lua API
next