aboutsummaryrefslogtreecommitdiff
path: root/src/client (follow)
Commit message (Expand)AuthorAgeFilesLines
* Minimap: Fix default label translationsSmallJoker2021-02-221-5/+6
* Fix world-aligned node rendering at bottom (#10742)Wuzzy2021-02-191-3/+3
* Add nametag background setting and object property (#10937)rubenwardy2021-02-173-38/+54
* Fix segfault with invalid texture strings and minimap enabledsfan52021-02-141-0/+5
* Pause menu: Fix segfault on u/down key inputJean-Patrick Guerrero2021-02-081-7/+1
* Fall back to default when rendering mode (3d_mode) is set invalid (#10922)Muhammad Rifqi Priyo Susanto2021-02-061-2/+5
* Fix memory leak detected by address sanitizer (#10896)k.h.lai2021-02-021-1/+1
* Drop wide/narrow conversion functionssfan52021-02-022-3/+4
* Readd Client::sendPlayerPos optimization (was part of 81c7f0a)sfan52021-01-311-3/+2
* Settings: Purge getDefault, clean FontEngineSmallJoker2021-01-293-41/+34
* Include irrlichttypes.h first to work around Irrlicht#433 (#10872)Vitaliy2021-01-284-2/+4
* Remove dead code (#10845)rubenwardy2021-01-229-49/+0
* Use JSON for favorites, move server list code to Lua (#10085)rubenwardy2021-01-221-8/+0
* Allow "liquid" and "flowingliquid" drawtypes even if liquidtype=none (#10737)Wuzzy2021-01-211-2/+2
* Fix some minor code issues all over the placesfan52020-12-245-38/+19
* Minor profiler fixes.Lars2020-12-231-0/+3
* Fix some more joystick issues (#10624)Markus2020-12-194-48/+46
* Cleanup shader generation code (#10663)Vitaliy2020-12-198-377/+157
* Semi-transparent background for nametags (#10152)Zughy2020-12-141-9/+18
* Implement mapblock camera offset correctly (#10702)hecks2020-12-054-74/+63
* Input: Fix on_rightclick called when placing into airSmallJoker2020-11-291-0/+3
* Return star color calculation to what it previously wassfan52020-11-261-1/+1
* Fix stylenumzero2020-11-261-2/+4
* Provide fallback star color for GLES 2 with MT shaders disablednumzero2020-11-261-4/+5
* Sky: support GLES2numzero2020-11-263-10/+21
* Allow missing shadersnumzero2020-11-261-1/+1
* Replace TriangleFan as poorly supportednumzero2020-11-261-11/+11
* Reuse seed when updating starsnumzero2020-11-262-3/+6
* Store stars in a single static mesh buffernumzero2020-11-262-115/+92
* Don't evaluate things many timesnumzero2020-11-261-7/+6
* Batch cloud drawingnumzero2020-11-261-24/+23
* Fix camera panning glitches (partially revert 10489.)Lars2020-11-251-1/+4
* Add sound to press event of some formspecs elements (#10402)Pierre-Yves Rollo2020-11-231-6/+6
* Fix player sprite visibility in first personsfan52020-11-121-3/+13
* Fix overloaded virtual warnings with get/setAttachment()sfan52020-11-122-32/+29
* Revert "Replace MyEventReceiver KeyList with std::unordered_set" (#10622)SmallJoker2020-11-123-64/+111
* Joystick: Remap joystick-specific KeyTypes to generic onesMarkus Koch2020-11-093-27/+17
* ContentCAO: Fix segfault when minimap is disabledSmallJoker2020-11-081-0/+3
* Fix integer-string conversion for shaderssfan52020-11-051-4/+4
* Revert "Fix short 180 degree rotation when using set_bone_position (#10405)" ...Lars Müller2020-11-041-6/+13
* Player physics: Ensure larger dtime simulation steps (#10563)Lars Müller2020-10-291-68/+45
* Show RTT in ms with 2 digits of precision (#10573)Oblomov2020-10-291-2/+2
* Shaders for Android (GLES 2) (#10506)Vitaliy2020-10-251-46/+136
* Fix Media... 0% on loading screen (#9478)Maksim2020-10-211-1/+4
* Fix show_on_minimap default value for local playersfan52020-10-201-0/+2
* Decouple entity minimap markers from nametags replacing with show_on_minimap ...sfan52020-10-196-11/+70
* Minor clientmap improvements.Lars2020-10-191-17/+19
* Periodically release all mesh HW buffers to avoid an Irrlicht bottleneck.Lars2020-10-171-1/+22
* Remove all bump mapping and parallax occlusion related code.Lars2020-10-177-82/+12
* Avoid drawing invisible blocks on the client.Lars2020-10-131-7/+1