summaryrefslogtreecommitdiff
path: root/src/client/client.h
Commit message (Expand)AuthorAge
* ignore csm flagsGabriel Pérez-Cerezo2021-03-26
* Fix hud_change and hud_remove after hud_add (#10997)savilli2021-02-26
* Remove dead code (#10845)rubenwardy2021-01-22
* Remove unused functions reported by cppcheck (#10463)SmallJoker2020-10-05
* Minimap as HUD element with API controlPierre-Yves Rollo2020-10-04
* Server pushing media at runtime (#9961)sfan52020-06-13
* Client: Add sum and average to packetcountersfan52020-05-17
* Overall improvements to log messages (#9598)sfan52020-04-08
* set_sky improvements, set_sun, set_moon and set_starsJordach2020-03-05
* Basic model shading (#9374)Danila Shutov2020-02-16
* Improve core.sound_play with ephemeral sounds and player exclusionsfan52020-02-01
* Improve client-side packet receivingsfan52019-11-25
* [CSM] Implement minetest.get_csm_restrictions()sfan52019-11-11
* [CSM] Expose more env functionssfan52019-11-11
* Refactor CSM restriction code a bitsfan52019-11-11
* Be lenient with extra slashes for CSM pathssfan52019-11-09
* Load client mods into memory before execution.sfan52019-11-09
* Add support for per-player FOV overrides and multipliersAnand S2019-09-19
* client.h: Add missing const'sANAND2019-09-14
* Send ActiveObjects once right after Init2ANAND2019-09-14
* Load CSM environment after the restrictions are knownSmallJoker2019-09-14
* Inventory: Send dirty lists where appropriate (#8742)SmallJoker2019-08-24
* Implement adding velocity to player from Luasfan52019-08-10
* Client::Interact: Use InteractAction enum instead of numeric constantsANAND2019-08-07
* Unify wield item handling (#8677)SmallJoker2019-08-07
* Optimize usage of TOSERVER_GOTBLOCKS packetsfan52019-08-07
* Fix particle spawners not visible since CSM spawner implementation (#8289)Loïc Blot2019-03-01
* Revert "Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8...Loïc Blot2019-02-26
* Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8288)Paramat2019-02-26
* Consistent HP and damage types (#8167)SmallJoker2019-02-10
* Send only changed node metadata to clients instead of whole mapblock (#5268)SmallJoker2018-12-04
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-28