aboutsummaryrefslogtreecommitdiff
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix wrong channel number representation in logs (#7205)SmallJoker2018-04-181-4/+4
* Add reasons to on_dieplayer and on_hpchangeAndrew Ward2018-03-281-4/+7
* Add formspec theming using prepended stringsAndrew Ward2018-03-284-2/+19
* Cleanup sound manager class (#7158)Loïc Blot2018-03-241-0/+1
* Fix an alone if to be with a missing elseLoic Blot2018-03-161-1/+1
* Mitigate formspec exploits by verifying that the formspec was shown to the us...red-0012018-02-181-3/+28
* Remove legacy chat network code. (#6954)red-0012018-02-172-25/+1
* Add `on_auth_fail` callback (#7039)red-0012018-02-151-1/+3
* Fix issues with earlier CSM HUD commit (#6940)red-0012018-01-261-4/+2
* [CSM] Add functions to create particles and particlespawners. (#6072)red-0012018-01-201-6/+16
* [CSM] Add basic HUD manipulation. (#6067)red-0012018-01-201-21/+32
* Add confirmation on new player registration (#6849)Muhammad Rifqi Priyo Susanto2018-01-131-1/+6
* Connected Nodeboxes: Add `disconnected` boxesThomas--S2018-01-031-0/+2
* Fix undefined behaviour on getting pointer to data in empty vectornOOb31672017-12-221-1/+1
* CSM fixes: load mods after flavours & add flavour to block mod loading (#6738)Loïc Blot2017-12-112-1/+6
* Damage: Remove damage ignore timerSmallJoker2017-12-101-4/+0
* Zoom: Set zoom FOV per-player using a player object propertyparamat2017-12-041-0/+2
* Inventory: Restrict access from too far awaySmallJoker2017-11-241-22/+45
* Move files to subdirectories (#6599)Vitaliy2017-11-081-1/+1
* Initial Haiku support (#6568)miqlas2017-10-301-0/+4
* Allow overriding tool capabilities through itemstack metadataraymoo2017-10-291-3/+4
* Fix strict_protocol_version_checking functionality after ee9a442SmallJoker2017-10-161-1/+2
* Real global textures (#6105)Vitaliy2017-10-151-0/+2
* NetworkPacket::putRawPacket: resize m_data to datasize + memcpyLoic Blot2017-10-101-1/+3
* Travis: Update clang from 4.0 to 5.0 (#6467)Loïc Blot2017-10-091-2/+2
* Lint fixLoic Blot2017-09-271-4/+5
* Add session_t typedef + remove unused functions (#6470)Loïc Blot2017-09-279-104/+100
* Implement mod communication channels (#6351)Loïc Blot2017-09-265-29/+238
* Fix compile error in openbsd (#6430)jcalve2017-09-201-0/+1
* ServerEnv: Clean up object lifecycle handling (#6414)sfan52017-09-151-4/+4
* Object properties: Add 'glow', disables light's effect if negativeRob Blanckaert2017-09-141-0/+1
* Network: Fix logging into older worlds with base64 hashesSmallJoker2017-09-122-4/+11
* Network: Remove large parts of deprecated legacy code (#6404)SmallJoker2017-09-125-632/+88
* Fix failing linter (travis)sfan52017-09-121-2/+2
* Use a Buffer instead of SharedBuffer in ConnectionCommandLoic Blot2017-09-051-1/+1
* Network protocol documentation: Add 'can_zoom' to version 36paramat2017-09-051-0/+1
* Implement minetest.register_can_bypass_userlimit (#6369)Loïc Blot2017-09-041-6/+3
* Re-apply previous commit with a typo fixLoïc Blot2017-09-041-0/+12
* Revert "Network: fix a concurrency problem, by re-adding a copy in Connection...Loïc Blot2017-09-041-12/+0
* Network: fix a concurrency problem, by re-adding a copy in ConnectionCommandLoïc Blot2017-09-041-0/+12
* Network part requires SharedBuffers to be pass as valueLoic Blot2017-09-034-10/+8
* Network proto handlers/container fixes (#6334)Loïc Blot2017-08-292-13/+13
* Bump minimal protocol version to 36 (#6319)SmallJoker2017-08-291-3/+5
* Clientevent refactor (#6320)Loïc Blot2017-08-281-102/+104
* Pass SharedBuffer as value to increment reference countLoïc Blot2017-08-282-11/+11
* Network cleanup (#6310)Loïc Blot2017-08-257-1643/+1666
* Add clientside translations.Ekdohibs2017-08-242-2/+11
* Network cleanup (#6302)Loïc Blot2017-08-2413-224/+1069
* Fix OSX builds (closes #6289, fixes #6270) (#6306)Pavel Puchkin2017-08-241-1/+1
* Minimap: Add new HUD flag for minimap radar modeparamat2017-08-201-2/+7