aboutsummaryrefslogtreecommitdiff
path: root/src/network/clientpackethandler.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Rename CSM flavours to restrictionsSmallJoker2018-06-261-3/+3
* Add formspec theming using prepended stringsAndrew Ward2018-03-281-0/+9
* Cleanup sound manager class (#7158)Loïc Blot2018-03-241-0/+1
* Remove legacy chat network code. (#6954)red-0012018-02-171-24/+0
* 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
* CSM fixes: load mods after flavours & add flavour to block mod loading (#6738)Loïc Blot2017-12-111-0/+4
* Damage: Remove damage ignore timerSmallJoker2017-12-101-4/+0
* Implement mod communication channels (#6351)Loïc Blot2017-09-261-0/+93
* Network: Fix logging into older worlds with base64 hashesSmallJoker2017-09-121-2/+4
* Network: Remove large parts of deprecated legacy code (#6404)SmallJoker2017-09-121-106/+39
* Network proto handlers/container fixes (#6334)Loïc Blot2017-08-291-7/+7
* Clientevent refactor (#6320)Loïc Blot2017-08-281-102/+104
* Add clientside translations.Ekdohibs2017-08-241-1/+7
* Network cleanup (#6302)Loïc Blot2017-08-241-1/+2
* Minimap: Add new HUD flag for minimap radar modeparamat2017-08-201-2/+7
* Code modernization: subfolders (#6283)Loïc Blot2017-08-191-5/+5
* [CSM] Add flavour limits controlled by server (#5930)Loïc Blot2017-07-181-0/+5
* Chat protocol rewrite (#5117)Loïc Blot2017-07-161-3/+41
* 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
* Sound: Add pitch option (#5960)Rui2017-06-111-4/+7
* Have the server send the player list to the client (#5924)red-0012017-06-081-0/+22
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-041-2/+2
* When minimap is disabled in configuration, really disable it (#5771)Loïc Blot2017-05-191-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-021-0/+6
* Sneak: Improve and fix various thingsSmallJoker2017-05-031-1/+0
* Sound API: Add fading soundsBrandon2017-05-031-1/+34
* Add clouds APIBen Deutsch2017-04-301-0/+28
* Rename Scripting API files for consistencyShadowNinja2017-04-251-1/+1
* Network:Remove old opcodes and fix documentation. (#5573)red-0012017-04-221-15/+0
* Client handlers: Remove useless stringstream usage in two handlers (#5510)Loïc Blot2017-04-041-6/+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-131-1/+5
* Add particle animation, glowsfan52017-01-181-0/+18
* Revert "Adding particle blend, glow and animation (#4705)"sfan52016-11-141-80/+31
* Adding particle blend, glow and animation (#4705)Foghrye42016-11-151-31/+80
* PlayerSAO/LocalPlayer refactor: (#4612)Ner'zhul2016-10-301-1/+0
* Attached particle spawnersraymoo2016-10-131-0/+3
* More code cleanup (UNORDERED + RemotePlayer/LocalPlayer)Loic Blot2016-10-081-9/+9
* Player/LocalPlayer/RemotePlayer inheritance cleanup (part 1 on X)Loic Blot2016-10-081-3/+3
* Use more unordered_maps to improve performance in c++11 buildsLoic Blot2016-10-061-3/+1
* Particles: Add option to remove particles on collisionAuke Kok2016-05-281-0/+7
* Clean up StrfndShadowNinja2016-03-191-2/+2