aboutsummaryrefslogtreecommitdiff
path: root/src/client/client.cpp
AgeCommit message (Expand)Author
2021-02-10Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-02-02Drop wide/narrow conversion functionssfan5
2021-01-31Readd Client::sendPlayerPos optimization (was part of 81c7f0a)sfan5
2021-01-22Remove dead code (#10845)rubenwardy
2020-11-28Merged MinetestElias Fleckenstein
2020-11-04Revert "Make Lint Happy"Elias Fleckenstein
2020-11-04Make Lint HappyElias Fleckenstein
2020-10-19Decouple entity minimap markers from nametags replacing with show_on_minimap ...sfan5
2020-10-05Improved X-Ray, added AutoEjectElias Fleckenstein
2020-10-05Remove unused functions reported by cppcheck (#10463)SmallJoker
2020-10-04Improved TracersElias Fleckenstein
2020-10-04Added AutoSneak and improved X-Ray MapBlock updatingElias Fleckenstein
2020-10-04Added Tracers, NoSlow and NoForceRotate; GUI Colors changedElias Fleckenstein
2020-10-04Minimap as HUD element with API controlPierre-Yves Rollo
2020-10-04The Robot UpdateElias Fleckenstein
2020-09-16Clean up server-side translations, remove global variable (#10075)rubenwardy
2020-08-15Allow binding dig, place actions to keys; remove LMB/RMB hardcodingANAND
2020-08-14Some UpdatesElias Fleckenstein
2020-08-01Added BrightNightElias Fleckenstein
2020-07-30Improved Xray and FullbrightElias Fleckenstein
2020-07-28Added cheat MenuElias Fleckenstein
2020-07-20Added EntitySpeedElias Fleckenstein
2020-07-18Fixed 5.4.0-dev buildElias Fleckenstein
2020-07-18Update to minetest 5.4.0-devElias Fleckenstein
2020-07-07Fix player controls only being applied for the first moveTheTermos
2020-06-23testElias Fleckenstein
2020-06-13Server pushing media at runtime (#9961)sfan5
2020-05-17Client: Add sum and average to packetcountersfan5
2020-05-13Hacked ClientElias Fleckenstein
2020-04-25Add server side translations capability (#9733)EvidenceB Kidscode
2020-04-14Refactor texture overrides and add new features (#9600)Hugues Ross
2020-04-11A few initialization cleanupssfan5
2020-04-08Overall improvements to log messages (#9598)sfan5
2020-04-06Allow relative directories for `screenshot_path`, tweak default path (#9122)Hugo Locurcio
2020-02-16Basic model shading (#9374)Danila Shutov
2020-02-01Improve core.sound_play with ephemeral sounds and player exclusionsfan5
2020-01-11Map download: Escape ':' to '_' (#9235)Montandalar
2019-11-25Improve client-side packet receivingsfan5
2019-11-11Fix clang-tidy and lint travis checkssfan5
2019-11-11[CSM] Expose more env functionssfan5
2019-11-11Refactor CSM restriction code a bitsfan5
2019-11-09Be lenient with extra slashes for CSM pathssfan5
2019-11-09Corrections to client_lua_api.txtsfan5
2019-11-09Load client mods into memory before execution.sfan5
2019-10-08Revert Client::sendPlayerPos optimization (part of 81c7f0a) (#9025)ANAND
2019-09-14client.cpp: Fix code-style in Client::sendPlayerPosANAND
2019-09-14Send ActiveObjects once right after Init2ANAND
2019-09-14Formspecs: Introduce formspec_version to modsSmallJoker
2019-09-14Load CSM environment after the restrictions are knownSmallJoker
2019-08-24Inventory: Send dirty lists where appropriate (#8742)SmallJoker