summaryrefslogtreecommitdiff
path: root/src/network
Commit message (Expand)AuthorAge
* Cleanup of particle & particlespawner structures and code (#9893)sfan52020-05-22
* Log protocol ver on mismatched client connect toosfan52020-05-16
* network: Replace a fatal_error with just error loggingsfan52020-05-14
* Add support for statbar “off state” icons (#9462)Wuzzy2020-05-11
* Server class code cleanups (#9769)Loïc Blot2020-05-07
* Server: Improve some log messages (#9820)sfan52020-05-05
* Sky API: Rename *_tint to fog_*_tint for consistencySmallJoker2020-05-05
* set_fov: Add support for time-based transitions (#9705)ANAND2020-05-02
* Allow connection info to be missing from minetest.get_player_information() (#...sfan52020-05-01
* Add server side translations capability (#9733)EvidenceB Kidscode2020-04-25
* Improve protocol-level receiving code (#9617)sfan52020-04-20
* serverpackethandler: Reduce pkt->getPeerId() invocations and more (#9689)HybridDog2020-04-18
* Add scroll_container formspec element (redo) (#9101)DS2020-04-13
* Move PlayerSAO to dedicated filesLoic Blot2020-04-11
* Drop genericobject.{cpp,h} (#9629)Loïc Blot2020-04-10
* Overall improvements to log messages (#9598)sfan52020-04-08
* Miscellaneous networking improvements (#9611)sfan52020-04-08
* Connection: Fix deadlock in debug mode (#9550)SmallJoker2020-03-26
* Add comments for translators (#9510)Wuzzy2020-03-20
* Workaround for get_player_informationSmallJoker2020-03-08
* Fix memory leak in protocol 38 set_skysfan52020-03-05
* Fixes around ServerActiveObject on_punch handlingsfan52020-03-05
* set_sky improvements, set_sun, set_moon and set_starsJordach2020-03-05
* Allow texture modifiers in hotbar textures. (#9271)Warr10242020-02-26
* Improve core.sound_play with ephemeral sounds and player exclusionsfan52020-02-01
* Make clipping of formspec elements more consistent (#9262)Hugues Ross2020-01-16
* Formspec: make bgcolor element less confusing and allow setting fullscreen co...DS2019-12-08
* Add z-index management to HUDPierre-Yves Rollo2019-12-06
* Rework packet receiving in ServerThreadsfan52019-11-19
* Call on_secondary_use when object is right-clickedsfan52019-11-10
* Formspec: draw order and clipping for all elements (#8740)DS2019-11-07
* Fix broken buildsfan52019-09-23
* Punchwear (improved) (#8959)sfan52019-09-22
* Wieldhand: Specify which ItemStack to use (#8961)SmallJoker2019-09-21
* Add support for per-player FOV overrides and multipliersAnand S2019-09-19
* Remove incorrect MutexAutoLocksfan52019-09-19
* Built-in formspecs: Force version 1SmallJoker2019-09-14
* Send ActiveObjects once right after Init2ANAND2019-09-14
* Formspecs: Introduce formspec_version to modsSmallJoker2019-09-14
* Load CSM environment after the restrictions are knownSmallJoker2019-09-14
* Send cumulated inventory changes only each step (#8856)SmallJoker2019-09-09
* Inventory: Send dirty lists where appropriate (#8742)SmallJoker2019-08-24
* Remove unused function in ReliablePacketBuffersfan52019-08-16
* Minor refactor of IncomingSplitBuffersfan52019-08-16
* Drop m_list_size from ReliablePacketBuffersfan52019-08-16
* network: Stricter handling of split packetssfan52019-08-15
* network: Fix crash in ReliablePacketBuffer on mismatching packetssfan52019-08-15
* Better F6 profiler (#8750)SmallJoker2019-08-13
* Merge pull request #8776 from osjc/FixGetNodeJozef Behran2019-08-10
* Implement adding velocity to player from Luasfan52019-08-10