aboutsummaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Expand)Author
2020-03-28Ignore near_plane setting on non-Android platforms (#8749)ANAND
2020-03-28Fix crash on wielditem/item entitiessfan5
2020-03-23Fix incorrect light updates for wielditem and item visuals (#9540)Danila Shutov
2020-03-20Add comments for translators (#9510)Wuzzy
2020-03-16Fix entity lighting (#9514)Danila Shutov
2020-03-08Improve arm physics (#9485)Jean-Patrick Guerrero
2020-03-08Fix star visilibity and documentation (since 946c03c6)Jordan Snelling
2020-03-05set_sky improvements, set_sun, set_moon and set_starsJordach
2020-02-26Allow texture modifiers in hotbar textures. (#9271)Warr1024
2020-02-16Basic model shading (#9374)Danila Shutov
2020-02-01StaticText: Reset background on EnrichedString change (#9340)SmallJoker
2020-02-01Improve core.sound_play with ephemeral sounds and player exclusionsfan5
2020-01-22StaticText/EnrichedString: Styling support (#9187)SmallJoker
2020-01-20Resized torchlike sprite now attaches to surface (#9303)Wuzzy
2020-01-16Increase star count to 1000 and decrease radius slightly (#9307)lhofhansl
2020-01-11Map download: Escape ':' to '_' (#9235)Montandalar
2019-12-07Renaming the function wasn't enoughSmallJoker
2019-12-07Attachments: Fix interpolation from (0,0,0) after detachSmallJoker
2019-12-06Add z-index management to HUDPierre-Yves Rollo
2019-12-05Fix LocalPlayer-bound sound playback broken by 81c2370SmallJoker
2019-11-25Improve client-side packet receivingsfan5
2019-11-19Waves generated with Perlin-type noise #8994Lars Hofhansl
2019-11-11Fix clang-tidy and lint travis checkssfan5
2019-11-11[CSM] Implement minetest.get_csm_restrictions()sfan5
2019-11-11Run on_item_use CSM callback even if item is not marked usablesfan5
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-11-07Formspec: draw order and clipping for all elements (#8740)DS
2019-11-03Clean up font caching, fix bitmap fontsSmallJoker
2019-11-03Formspec: add hypertext elementPierre-Yves Rollo
2019-10-18Correction for alpha blending issues in texture mod compositing (#9029)Warr1024
2019-10-09Fix isDead()/autoforward crash (#9031)Paramat
2019-10-09ContentCAO: Fix segfault on quit (attached)SmallJoker
2019-10-08Revert Client::sendPlayerPos optimization (part of 81c7f0a) (#9025)ANAND
2019-10-06Fix upright_sprite lighting when colors are setsfan5
2019-10-05Fix unwanted detaching when damage = 0Jacob Lifshay
2019-10-02Attachments: Fix attachments to temporary removed objects (#8989)SmallJoker
2019-09-29Textures: Load base pack only as last fallback (#8974)SmallJoker
2019-09-29Move Quicktune code to util/ (#8871)ANAND
2019-09-26Simple shader fixes. (#8991)lhofhansl
2019-09-24Fix some reference counters (memleak) (#8981)SmallJoker
2019-09-22Move the code for meta formspec into bool Game::nodePlacement(const ItemDefin...DS-Minetest
2019-09-19Add support for per-player FOV overrides and multipliersAnand S
2019-09-19Trigger on_place in many situations even if prediction failedDS-Minetest
2019-09-17Improve undersampling settingsHugo Locurcio
2019-09-14Built-in formspecs: Force version 1SmallJoker
2019-09-14client.h: Add missing const'sANAND