aboutsummaryrefslogtreecommitdiff
path: root/src/network
AgeCommit message (Expand)Author
2020-08-29Prevent players accessing inventories of other players (#10341)Lars Müller
2020-08-23Complete Haiku platform support. (#10311)David CARLIER
2020-08-15Allow binding dig, place actions to keys; remove LMB/RMB hardcodingANAND
2020-07-29Add PUT and DELETE request + specific method value to HTTP API (#9909)Lejo
2020-07-23Replace std::list<session_t> in networking code (#10215)sfan5
2020-07-12Add reconnect button on error: Too many players (#9405)Lejo
2020-07-10Formspec: Make dropdowns optionally return event based on index, not value (#...v-rob
2020-06-13Exposing the zoom key to Lua API (#9903)Lars Müller
2020-06-13Server pushing media at runtime (#9961)sfan5
2020-05-23Implement spawning particles with node texture appearancesfan5
2020-05-23Add on_authplayer callback and 'last_login' to on_joinplayer (#9574)sorcerykid
2020-05-22Cleanup of particle & particlespawner structures and code (#9893)sfan5
2020-05-16Log protocol ver on mismatched client connect toosfan5
2020-05-14network: Replace a fatal_error with just error loggingsfan5
2020-05-11Add support for statbar “off state” icons (#9462)Wuzzy
2020-05-07Server class code cleanups (#9769)Loïc Blot
2020-05-05Server: Improve some log messages (#9820)sfan5
2020-05-05Sky API: Rename *_tint to fog_*_tint for consistencySmallJoker
2020-05-02set_fov: Add support for time-based transitions (#9705)ANAND
2020-05-01Allow connection info to be missing from minetest.get_player_information() (#...sfan5
2020-04-25Add server side translations capability (#9733)EvidenceB Kidscode
2020-04-20Improve protocol-level receiving code (#9617)sfan5
2020-04-18serverpackethandler: Reduce pkt->getPeerId() invocations and more (#9689)HybridDog
2020-04-13Add scroll_container formspec element (redo) (#9101)DS
2020-04-11Move PlayerSAO to dedicated filesLoic Blot
2020-04-10Drop genericobject.{cpp,h} (#9629)Loïc Blot
2020-04-08Overall improvements to log messages (#9598)sfan5
2020-04-08Miscellaneous networking improvements (#9611)sfan5
2020-03-26Connection: Fix deadlock in debug mode (#9550)SmallJoker
2020-03-20Add comments for translators (#9510)Wuzzy
2020-03-08Workaround for get_player_informationSmallJoker
2020-03-05Fix memory leak in protocol 38 set_skysfan5
2020-03-05Fixes around ServerActiveObject on_punch handlingsfan5
2020-03-05set_sky improvements, set_sun, set_moon and set_starsJordach
2020-02-26Allow texture modifiers in hotbar textures. (#9271)Warr1024
2020-02-01Improve core.sound_play with ephemeral sounds and player exclusionsfan5
2020-01-16Make clipping of formspec elements more consistent (#9262)Hugues Ross
2019-12-08Formspec: make bgcolor element less confusing and allow setting fullscreen co...DS
2019-12-06Add z-index management to HUDPierre-Yves Rollo
2019-11-19Rework packet receiving in ServerThreadsfan5
2019-11-10Call on_secondary_use when object is right-clickedsfan5
2019-11-07Formspec: draw order and clipping for all elements (#8740)DS
2019-09-23Fix broken buildsfan5
2019-09-22Punchwear (improved) (#8959)sfan5
2019-09-21Wieldhand: Specify which ItemStack to use (#8961)SmallJoker
2019-09-19Add support for per-player FOV overrides and multipliersAnand S
2019-09-19Remove incorrect MutexAutoLocksfan5
2019-09-14Built-in formspecs: Force version 1SmallJoker
2019-09-14Send ActiveObjects once right after Init2ANAND
2019-09-14Formspecs: Introduce formspec_version to modsSmallJoker