aboutsummaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Expand)Author
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
2019-09-14LocalPlayer: Fix code-styleANAND
2019-09-14client.cpp: Fix code-style in Client::sendPlayerPosANAND
2019-09-14Fix LocalPlayer::isDead always returning false if player is immortalANAND
2019-09-14Send ActiveObjects once right after Init2ANAND
2019-09-14Formspecs: Introduce formspec_version to modsSmallJoker
2019-09-14Load CSM environment after the restrictions are knownSmallJoker
2019-08-31particles.cpp: Fix code-styleANAND
2019-08-31clientobject.h: Fix code-styleANAND
2019-08-31Fix rotation of attached particlespawnerPedro Gimeno
2019-08-24fontengine: Fix non-gettext buildsSmallJoker
2019-08-24Inventory: Send dirty lists where appropriate (#8742)SmallJoker
2019-08-23Occlusion: Check for light_propagates and do mapblock bounds checksSmallJoker
2019-08-23Occlusion: Begin cleanupSmallJoker
2019-08-21Revert "Don't send position update packet if player is dead"sfan5
2019-08-20Don't send position update packet if player is deadANAND
2019-08-20Disable autoforward if player is deadANAND
2019-08-19Restore intended functionality to minimap markers (#8819)theviper121
2019-08-13Fix unnecessary exception use in Map::getSectorXXX (#8792)Jozef Behran
2019-08-13Better F6 profiler (#8750)SmallJoker
2019-08-10Merge pull request #8776 from osjc/FixGetNodeJozef Behran
2019-08-10Implement adding velocity to player from Luasfan5
2019-08-07Game: Fix double BS multiplicationSmallJoker
2019-08-07Client::Interact: Use InteractAction enum instead of numeric constantsANAND
2019-08-07Unify wield item handling (#8677)SmallJoker
2019-08-07Hide chat when console is open (#8656)ANAND
2019-08-07Fix inventory_overlay for nodes without inventory_image (#8433)DS
2019-08-07Optimize usage of TOSERVER_GOTBLOCKS packetsfan5
2019-08-06Clean up and fix freetype=false crashes (#8641)SmallJoker
2019-08-04Unify GLES support in gui scaling filtersfan5
2019-08-04Unify OpenGL ES supportsfan5
2019-08-03Add styles to most elementsrubenwardy
2019-08-03Add custom colorable GUIButton implementationrubenwardy
2019-08-01Mainmenu: Use textarea in error formspecsSmallJoker
2019-07-30Sky: Refactor of moon and sun drawing (#8683)Methacrylon
2019-07-29ContentCAO: Fix broken attachments on join (#8701)SmallJoker
2019-07-26Fix missing item images clipping in formspecs (#8652)Pierre-Yves Rollo
2019-07-16Optimize getting active objects a bit. #8674Lars Hofhansl
2019-07-08Do predict when sneak-place to node with on_rightclickDS-Minetest
2019-06-28Optimize and unify mesh processing (#7851)Vitaliy
2019-06-22Add support for 9-sliced backgrounds (#8600)rubenwardy
2019-06-21Fix segfault on quitting with open node formspec (#8608)SmallJoker