aboutsummaryrefslogtreecommitdiff
path: root/src/client (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Collision various fixes (#9343)TheTermos2020-04-081-0/+2
* Overall improvements to log messages (#9598)sfan52020-04-088-62/+53
* Allow relative directories for `screenshot_path`, tweak default path (#9122)Hugo Locurcio2020-04-061-1/+12
* Fix texture distortion for flowing liquids (#9561)Elias Åström2020-04-021-7/+14
* Ignore near_plane setting on non-Android platforms (#8749)ANAND2020-03-281-3/+10
* Fix crash on wielditem/item entitiessfan52020-03-281-1/+2
* Fix incorrect light updates for wielditem and item visuals (#9540)Danila Shutov2020-03-231-3/+5
* Add comments for translators (#9510)Wuzzy2020-03-203-0/+12
* Fix entity lighting (#9514)Danila Shutov2020-03-162-37/+37
* Improve arm physics (#9485)Jean-Patrick Guerrero2020-03-081-4/+8
* Fix star visilibity and documentation (since 946c03c6)Jordan Snelling2020-03-081-26/+9
* set_sky improvements, set_sun, set_moon and set_starsJordach2020-03-055-283/+619
* Allow texture modifiers in hotbar textures. (#9271)Warr10242020-02-261-8/+2
* Basic model shading (#9374)Danila Shutov2020-02-167-41/+163
* StaticText: Reset background on EnrichedString change (#9340)SmallJoker2020-02-011-4/+4
* Improve core.sound_play with ephemeral sounds and player exclusionsfan52020-02-012-2/+2
* StaticText/EnrichedString: Styling support (#9187)SmallJoker2020-01-221-2/+2
* Resized torchlike sprite now attaches to surface (#9303)Wuzzy2020-01-201-6/+16
* Increase star count to 1000 and decrease radius slightly (#9307)lhofhansl2020-01-162-2/+2
* Map download: Escape ':' to '_' (#9235)Montandalar2020-01-111-3/+12
* Renaming the function wasn't enoughSmallJoker2019-12-071-5/+5
* Attachments: Fix interpolation from (0,0,0) after detachSmallJoker2019-12-076-59/+55
* Add z-index management to HUDPierre-Yves Rollo2019-12-063-0/+20
* Fix LocalPlayer-bound sound playback broken by 81c2370SmallJoker2019-12-051-5/+6
* Improve client-side packet receivingsfan52019-11-252-20/+16
* Waves generated with Perlin-type noise #8994Lars Hofhansl2019-11-191-1/+11
* Fix clang-tidy and lint travis checkssfan52019-11-111-1/+1
* [CSM] Implement minetest.get_csm_restrictions()sfan52019-11-111-0/+5
* Run on_item_use CSM callback even if item is not marked usablesfan52019-11-111-0/+3
* [CSM] Expose more env functionssfan52019-11-112-0/+14
* Refactor CSM restriction code a bitsfan52019-11-112-9/+17
* Be lenient with extra slashes for CSM pathssfan52019-11-092-2/+11
* Corrections to client_lua_api.txtsfan52019-11-091-0/+1
* Load client mods into memory before execution.sfan52019-11-092-13/+26
* Formspec: draw order and clipping for all elements (#8740)DS2019-11-072-5/+5
* Clean up font caching, fix bitmap fontsSmallJoker2019-11-032-95/+90
* Formspec: add hypertext elementPierre-Yves Rollo2019-11-034-50/+163
* Correction for alpha blending issues in texture mod compositing (#9029)Warr10242019-10-181-2/+20
* Fix isDead()/autoforward crash (#9031)Paramat2019-10-091-1/+2
* ContentCAO: Fix segfault on quit (attached)SmallJoker2019-10-091-0/+3
* Revert Client::sendPlayerPos optimization (part of 81c7f0a) (#9025)ANAND2019-10-081-2/+3
* Fix upright_sprite lighting when colors are setsfan52019-10-061-2/+3
* Fix unwanted detaching when damage = 0Jacob Lifshay2019-10-051-2/+4
* Attachments: Fix attachments to temporary removed objects (#8989)SmallJoker2019-10-024-9/+37
* Textures: Load base pack only as last fallback (#8974)SmallJoker2019-09-292-5/+14
* Move Quicktune code to util/ (#8871)ANAND2019-09-291-1/+1
* Simple shader fixes. (#8991)lhofhansl2019-09-261-1/+17
* Fix some reference counters (memleak) (#8981)SmallJoker2019-09-241-4/+1
* Move the code for meta formspec into bool Game::nodePlacement(const ItemDefin...DS-Minetest2019-09-221-37/+39
* Add support for per-player FOV overrides and multipliersAnand S2019-09-193-4/+19