aboutsummaryrefslogtreecommitdiff
path: root/src/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modernize source code: last part (#6285)Loïc Blot2017-08-202-2/+2
* Code modernization: subfolders (#6283)Loïc Blot2017-08-195-291/+216
* Optimize headers (part 2) (#6272)Loïc Blot2017-08-181-3/+2
* Add missing ctime include (#6269)adrido2017-08-181-0/+1
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-174-16/+4
* Typo fix in compat code from commit 1d8d01074fdb52946f81110bebf1d001185b394bLoic Blot2017-08-171-1/+1
* ClientInterface: add a function to verify (correctly) if user limit was reach...Loïc Blot2017-08-161-2/+2
* Cleanup various headers to reduce compilation times (#6255)Loïc Blot2017-08-166-14/+22
* server.cpp: code modernizationLoic Blot2017-08-151-0/+4
* Step height: Add as a player object propertyparamat2017-08-091-0/+2
* Network protocol: Document settable player collisionbox (#6168)Paramat2017-07-251-2/+7
* [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