aboutsummaryrefslogtreecommitdiff
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* [CSM] Add flavour limits controlled by server (#5930)Loïc Blot2017-07-185-5/+25
* Chat protocol rewrite (#5117)Loïc Blot2017-07-167-20/+104
* C++11 cleanup inventorymanager (#6077)Vincent Glize2017-07-011-4/+4
* C++11 cleanup on constructors dir network (#6021)Vincent Glize2017-06-214-182/+103
* Verify HudSetParams input when hotbar textures are set (#6013)Loïc Blot2017-06-191-0/+12
* Cpp11 initializers 2 (#5999)Loïc Blot2017-06-171-2/+1
* Remove legacy content_abm.{cpp,h}Loïc Blot2017-06-141-1/+0
* Fix the serialization error by ff73c7a (#5964)Rui2017-06-111-2/+3
* Use thread_local instead from some static settings (#5955)Loïc Blot2017-06-111-1/+3
* Sound: Add pitch option (#5960)Rui2017-06-111-4/+7
* Have the server send the player list to the client (#5924)red-0012017-06-085-3/+58
* Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot2017-06-062-7/+7
* Remove old network code (#5921)red-0012017-06-061-11/+0
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-042-3/+4
* Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker2017-05-261-1/+1
* When minimap is disabled in configuration, really disable it (#5771)Loïc Blot2017-05-191-1/+1
* Add missing server sending rule for bd921a7916f0fafc493b1c4d0eeb5e2bb1d6a7c2Loic Blot2017-05-051-1/+1
* Fading soungs: Fix client crash on older serversSmallJoker2017-05-031-1/+1
* Set sky API: Add bool for clouds in front of custom skyboxparamat2017-05-022-0/+7
* Sneak: Improve and fix various thingsSmallJoker2017-05-031-1/+0
* Sound API: Add fading soundsBrandon2017-05-033-3/+45
* Add clouds APIBen Deutsch2017-04-304-2/+40
* Fix Travis/unittest broken since b662a45SmallJoker2017-04-292-8/+9
* Fix #5655 (#5658)red-0012017-04-262-2/+3
* Rename Scripting API files for consistencyShadowNinja2017-04-252-2/+2
* Network:Remove old opcodes and fix documentation. (#5573)red-0012017-04-225-24/+7
* Soft node overlay (#5186)Dániel Juhász2017-04-211-1/+3
* Fix various performance issues reported by cppcheck (#5628)Loïc Blot2017-04-212-5/+4
* Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot2017-04-201-5/+5
* Fix MSVC build broken by 34d32ceSmallJoker2017-04-171-1/+1
* Implement delayed server shutdown with cancelation (#4664)Loïc Blot2017-04-151-0/+7
* NetworkPacket: don't copy push std::string and std::wstringLoic Blot2017-04-142-6/+6
* Fix wrong channel type in Client/Server CommandFactoriesLoic Blot2017-04-142-2/+2
* Fix "error: ‘playerSAO’ was not declared"Auke Kok2017-04-061-1/+1
* Fix spacingEkdohibs2017-04-061-2/+2
* Fix problems when overriding the hand:Ekdohibs2017-04-061-4/+9
* Fix multiple death messages (#5305)presstabstart2017-04-061-0/+7
* Client handlers: Remove useless stringstream usage in two handlers (#5510)Loïc Blot2017-04-041-6/+2
* Update server min protocol version to v24 (#5411)Loïc Blot2017-03-192-23/+2
* [CSM] Add minimap API modifiers (#5399)Loïc Blot2017-03-161-1/+1
* [CSM] Add enable_client_modding param (default: false)nerzhul2017-03-131-2/+4
* [CSM] Add on_death, on_hp_modification & oh_damage_taken callbacks (#5093)Loïc Blot2017-03-131-0/+2
* [CSM] Add method that display chat to client-sided lua. (#5089) (#5091)red-0012017-03-131-2/+2
* [CSM] Client side moddingLoic Blot2017-03-132-2/+6
* Plantlike: Fix visual_scale being applied squaredparamat2017-02-101-0/+2
* Revert "Plantlike visual scale: Send sqrt(visual_scale) to old clients"Craig Robbins2017-02-101-2/+0
* Plantlike visual scale: Send sqrt(visual_scale) to old clientsparamat2017-01-301-0/+2
* Wrap to positive degree values (#5106)raymoo2017-01-241-1/+1
* Add hardware node coloring. Includes:Dániel Juhász2017-01-231-1/+4
* Add particle animation, glowsfan52017-01-183-2/+23