aboutsummaryrefslogtreecommitdiff
path: root/src/client (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sort out cURL timeouts and increase defaultsfan52021-04-022-7/+2
* Irrlicht support code maintenancesfan52021-03-316-40/+0
* Draw items as 2D images (instead of meshes) when possiblesfan52021-03-301-14/+28
* Consistent title bar + render information in mainmenu (#10764)SmallJoker2021-03-301-0/+12
* Fix wield image of plantlike_rooted (#11067)Wuzzy2021-03-301-1/+9
* Degrotate support for mesh nodes (#7840)Vitaliy2021-03-302-5/+13
* Replace fallback font nonsense with automatic per-glyph fallback (#11084)sfan52021-03-292-54/+49
* Fix attached-to-object sounds having a higher reference distanceDesour2021-03-231-2/+2
* Restore minimal normal texture support (for minimap shading)Vitaliy2021-03-211-1/+4
* Scale mouse/joystick sensitivity depending on FOV (#11007)Elias Åström2021-03-191-4/+19
* GUIScene: Clear depth buffer + replace deprecated clearZBuffer callsJean-Patrick Guerrero2021-03-163-3/+3
* Fix deprecated calls with Irrlicht 1.9Jean-Patrick Guerrero2021-03-163-7/+6
* Enable Irrlicht debug logging with --tracesfan52021-03-121-0/+2
* Avoid unnecessary copies during media/mesh loadingsfan52021-03-121-3/+11
* Handle mesh load failure without crashingsfan52021-03-121-0/+2
* Restore Irrlicht 1.9 supportsfan52021-03-093-2/+9
* Use place_param2 client-side for item appearance & prediction (#11024)sfan52021-03-092-29/+40
* Clean up ClientEvent hudadd/hudchange internalssfan52021-03-062-110/+68
* Pause animations while game is paused (#10658)Vitaliy2021-03-051-0/+40
* Keep mapblocks in memory if they're in range (#10714)hecks2021-02-261-21/+24
* Fix hud_change and hud_remove after hud_add (#10997)savilli2021-02-262-17/+21
* Use "Aux1" key name consistently everywhereWuzzy2021-02-244-8/+8
* Fix keyWasDown in input handlersfan52021-02-232-9/+4
* 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