aboutsummaryrefslogtreecommitdiff
path: root/src/client (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix UpdateBonePosition() breaking animations (#9577)theviper1212020-04-261-9/+39
* mapblock_mesh: Optimize a few things (#9713)sfan52020-04-251-47/+44
* Ensure game is shutdown if server throws exception (#9742)Paul Ouellette2020-04-251-1/+1
* Add server side translations capability (#9733)EvidenceB Kidscode2020-04-252-2/+2
* Camera: Fix shootline line offsets II (#9730)SmallJoker2020-04-231-6/+14
* Android: add OpenGL ES 2 support (#9715)Maksim2020-04-221-5/+2
* Reuse object_shader for "wielditem" and "item" entity drawtypes (#9537)Danila Shutov2020-04-194-6/+24
* Camera: Fix shooting line offsets (#9681)SmallJoker2020-04-164-24/+31
* Refactor texture overrides and add new features (#9600)Hugues Ross2020-04-141-2/+5
* Remove sound menu and show proper msgs if sound is off (#9069)Wuzzy2020-04-131-22/+44
* Play 'player_jump' when player jumps (#9373)Wuzzy2020-04-121-2/+14
* Improve waypoints and add image variant (#9480)Lars Müller2020-04-112-45/+67
* Formspecs: Add state-selection to style elements (#9378)Hugues Ross2020-04-111-4/+5
* Implement DPI scaling for Windows (#9586)sfan52020-04-111-17/+60
* Use TILE_MATERIAL_ALPHA for use_texture_alpha entity flag (#9639)Alex2020-04-111-1/+1
* A few initialization cleanupssfan52020-04-112-3/+10
* Move clientsimpleobject.h to client folder (#9630)Loïc Blot2020-04-101-0/+35
* Drop genericobject.{cpp,h} (#9629)Loïc Blot2020-04-103-16/+25
* 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