sfan5 bb7f57b095 VBO-related optimizations and improvements (#14395) 3 months ago
..
meshgen da832a295e Delete clang-format files and comments (#14079) 5 months ago
render c81e0b7433 Allow shaders with disabled post processing pipeline (#14338) 3 months ago
shadows 0c3a4cc7b9 Improve ergonomics of CachedShaderSetting 2 months ago
sound c9cd0d20ef Use AL_SOFT_direct_channels_remix extension for non-positional stereo sounds (#14195) 4 months ago
CMakeLists.txt c9cd0d20ef Use AL_SOFT_direct_channels_remix extension for non-positional stereo sounds (#14195) 4 months ago
activeobjectmgr.cpp 0383c44f0d Custom data structure for active objects to get performance *and* safety (#13880) 4 months ago
activeobjectmgr.h 11ec75c2ad ActiveObjectMgr fixes (#13560) 7 months ago
camera.cpp fbec378869 Fix more type promotion mistakes 2 months ago
camera.h e700182f44 Replace Optional with std::optional 11 months ago
client.cpp fbec378869 Fix more type promotion mistakes 2 months ago
client.h 63a9853811 Remove attached sounds when the active object is removed (#14341) 2 months ago
clientenvironment.cpp bb7f57b095 VBO-related optimizations and improvements (#14395) 2 months ago
clientenvironment.h 5958714309 Tool specific pointing and blocking pointable type (#13992) 4 months ago
clientevent.h f4a53f7ee6 No damage effects on hp_max change (#11846) 1 year ago
clientlauncher.cpp bb7f57b095 VBO-related optimizations and improvements (#14395) 2 months ago
clientlauncher.h bb7f57b095 VBO-related optimizations and improvements (#14395) 2 months ago
clientmap.cpp 9fcd7f2dc0 Fix clang-tidy type promotion errors 2 months ago
clientmap.h 3eab5e9002 Replace clientmap's MeshBufListList with a hashmap 4 months ago
clientmedia.cpp 6ca214fefc Introduce `std::string_view` into wider use (#14368) 3 months ago
clientmedia.h 93381014a0 Bypass media transfer in single player 3 months ago
clientobject.cpp 11ec75c2ad ActiveObjectMgr fixes (#13560) 7 months ago
clientobject.h 11ec75c2ad ActiveObjectMgr fixes (#13560) 7 months ago
clientsimpleobject.h 35e778ee9f Move clientsimpleobject.h to client folder (#9630) 4 years ago
clouds.cpp bb7f57b095 VBO-related optimizations and improvements (#14395) 2 months ago
clouds.h bb7f57b095 VBO-related optimizations and improvements (#14395) 2 months ago
content_cao.cpp bb7f57b095 VBO-related optimizations and improvements (#14395) 2 months ago
content_cao.h 5958714309 Tool specific pointing and blocking pointable type (#13992) 4 months ago
content_cso.cpp 6f0d36c41a Fixes and improvements 10 months ago
content_cso.h 5f1cd555cd Move client-specific files to 'src/client' (#7902) 5 years ago
content_mapblock.cpp bf2098c07f Decouple MeshMakeData from Client 3 months ago
content_mapblock.h 2f35b121a4 Const correctness 3 months ago
event_manager.h 2b97fead9e Fix some potential iterator invalidation issues 3 months ago
filecache.cpp 6ca214fefc Introduce `std::string_view` into wider use (#14368) 3 months ago
filecache.h 6ca214fefc Introduce `std::string_view` into wider use (#14368) 3 months ago
fontengine.cpp 051181fa6e Enforce limits of settings that could cause buggy behaviour (#12450) 1 year ago
fontengine.h 76dbd0d2d0 Fully remove bitmap font support (#11863) 2 years ago
game.cpp bb7f57b095 VBO-related optimizations and improvements (#14395) 2 months ago
game.h 2c390b5473 Rework client connecting and enable fallback address use 4 months ago
gameui.cpp adaa4cc2f3 Move hard coded minimap to builtin (#14071) 3 months ago
gameui.h adaa4cc2f3 Move hard coded minimap to builtin (#14071) 3 months ago
guiscalingfilter.cpp 078bd95a49 Formspec: prevent infinite loop caused by negative background9[] size (#13624) 10 months ago
guiscalingfilter.h f7bcf7fa46 FormSpec: 9-slice images, animated_images, and fgimg_middle (#12453) 1 year ago
hud.cpp bb7f57b095 VBO-related optimizations and improvements (#14395) 2 months ago
hud.h 92b6ff4721 TouchScreenGUI: Fix only 9 hotbar slots being usable (#13698) 9 months ago
imagefilters.cpp 492aab20fe Fix compiler warnings 2 months ago
imagefilters.h 1da73418cd Enable cleanTransparent filter for mipmapping and improve its' algorithm (#11145) 3 years ago
inputhandler.cpp 34286d77c7 Allow toggling touchscreen mode at runtime (#14075) 3 months ago
inputhandler.h 34286d77c7 Allow toggling touchscreen mode at runtime (#14075) 3 months ago
joystick_controller.cpp 9fcd7f2dc0 Fix clang-tidy type promotion errors 2 months ago
joystick_controller.h e139749b5c Simulate all keys being released when when game loses focus (#13336) 1 year ago
keycode.cpp 34286d77c7 Allow toggling touchscreen mode at runtime (#14075) 3 months ago
keycode.h 34286d77c7 Allow toggling touchscreen mode at runtime (#14075) 3 months ago
keys.h 16e5b39e1d Add a key to toggle map block bounds (#11172) 3 years ago
localplayer.cpp 9fcd7f2dc0 Fix clang-tidy type promotion errors 2 months ago
localplayer.h d0753dddb1 Method add_pos for object/player (#14126) 4 months ago
mapblock_mesh.cpp 09d542dfe0 Drop enable_vbo setting 2 months ago
mapblock_mesh.h 09d542dfe0 Drop enable_vbo setting 2 months ago
mesh.cpp 7f9326805c Return texture filter settings to previous state 5 months ago
mesh.h 72ef90885d Clean up texture filtering settings (#13683) 9 months ago
mesh_generator_thread.cpp bf2098c07f Decouple MeshMakeData from Client 3 months ago
mesh_generator_thread.h bf2098c07f Decouple MeshMakeData from Client 3 months ago
minimap.cpp bb7f57b095 VBO-related optimizations and improvements (#14395) 2 months ago
minimap.h 9ac6d330b4 Fix minimap textures overwrite (#14349) 3 months ago
mtevent.h 4158759265 Move mtevent.h to src/client/ 3 months ago
particles.cpp eb52a149a0 Enable IPO/LTO by default except for debug builds (#14198) 3 months ago
particles.h 7213ff7a00 Resolves some warnings for Android version (#13862) 6 months ago
renderingengine.cpp bb7f57b095 VBO-related optimizations and improvements (#14395) 2 months ago
renderingengine.h bb7f57b095 VBO-related optimizations and improvements (#14395) 2 months ago
shader.cpp bb7f57b095 VBO-related optimizations and improvements (#14395) 2 months ago
shader.h 0c3a4cc7b9 Improve ergonomics of CachedShaderSetting 2 months ago
sky.cpp bb7f57b095 VBO-related optimizations and improvements (#14395) 2 months ago
sky.h bb7f57b095 VBO-related optimizations and improvements (#14395) 2 months ago
sound.cpp 55fafb7d25 Add sound volume when unfocused setting (#14083) 5 months ago
sound.h 55fafb7d25 Add sound volume when unfocused setting (#14083) 5 months ago
tile.cpp 6ca214fefc Introduce `std::string_view` into wider use (#14368) 3 months ago
tile.h 6bf63d4b41 Rename SMaterial::TextureLayer -> SMaterial::TextureLayers 10 months ago
wieldmesh.cpp bb7f57b095 VBO-related optimizations and improvements (#14395) 2 months ago
wieldmesh.h bb7f57b095 VBO-related optimizations and improvements (#14395) 2 months ago