aboutsummaryrefslogtreecommitdiff
path: root/src/client/client.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Optimize usage of TOSERVER_GOTBLOCKS packetsfan52019-08-071-9/+17
|
* Remove unnecessary CSM warning (#8485)Paramat2019-04-281-7/+2
|
* Revert RTT fixes (#8187)ANAND2019-02-151-10/+2
| | | | | The reverted commit 968ce9af598024ec71e9ffb2d15c3997a13ad754 is suspected (through the use of bisection) of causing network slowdowns. Revert for now as we are close to release.
* Consistent HP and damage types (#8167)SmallJoker2019-02-101-14/+3
| | | | | Remove deprecated HUDs and chat message handling. Remove unused m_damage variable (compat break). HP: s32 for setter/calculations, u16 for getter.
* CSM restrictions: Make 'LOAD_CLIENT_MODS' disable loading of 'builtin' (#8000)Paramat2019-01-031-10/+26
| | | | | | | | | | | | Previously, when the CSM restriction 'LOAD_CLIENT_MODS' was used a client was still able to add CSM code to 'builtin' to bypass that restriction, because 'builtin' is not yet verified. Until server-sent CSM and verifying of 'builtin' are complete, make 'LOAD_CLIENT_MODS' disable the loading of builtin. Clarify code comments and messages to distinguish between client-side modding and client-side scripting. 'Scripting' includes 'builtin', 'modding' does not.
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-281-0/+1970
Update Android.mk Remove 'src/client' from include_directories