]> git.lizzy.rs Git - minetest.git/history - src/client/clientmap.cpp
Remove the 'loops' occlusion culler (#13169)
[minetest.git] / src / client / clientmap.cpp
2023-01-23 x2048Remove the 'loops' occlusion culler (#13169)
2023-01-06 x2048Occlusion culling algorithm based on recursive descend...
2022-11-03 Loïc BlotReduce exposure of various internals (#12885)
2022-10-28 lhofhanslFix incorrect culling introduced by ##12710 (#12887)
2022-10-09 Jude Melton-HoughtonOptimize lighting calculation (#12797)
2022-09-18 DSClient map: do frustum culling via planes (#12710)
2022-09-06 Herman SemenovCode optimizations / refactor (#12704)
2022-08-13 x2048Reduce the use of porting::getTimeMs() when rendering...
2022-07-09 x2048Release shadow mapping resources when not needed (...
2022-06-03 sfan5Properly keep noclip state in Game and ClientMap
2022-05-21 paradust7Fixes needed to use irrArray backed by std::vector...
2022-05-21 x2048Improve shadow filters (#12195)
2022-04-08 ShadowNinjaSpacing fixes
2022-04-07 Dmitry KostenkoRemove obsolete commented code (follow up to #12166)
2022-04-07 x2048Adjust shadowmap distortion to use entire SM texture...
2022-04-02 x2048Add depth sorting for node faces (#11696)
2021-10-01 x2048Improvements to colored shadows (#11516)
2021-09-27 x2048Order drawlist by distance to the camera when rendering...
2021-07-25 x2048Distribute shadow map update over multiple frames to...
2021-06-06 LisoShadow mapping render pass (#11244)
2021-05-03 Loic Blotrefacto: protect some RenderingEngine::get_scene_manager
2021-04-05 sfan5Reserve vectors before pushing and other code quality...
2021-02-26 hecksKeep mapblocks in memory if they're in range (#10714)
2020-12-23 LarsMinor profiler fixes.
2020-12-05 hecksImplement mapblock camera offset correctly (#10702)
2020-11-25 LarsFix camera panning glitches (partially revert 10489.)
2020-10-19 LarsMinor clientmap improvements.
2020-10-13 LarsAvoid drawing invisible blocks on the client.
2020-10-05 SmallJokerRemove unused functions reported by cppcheck (#10463)
2019-08-23 SmallJokerOcclusion: Check for light_propagates and do mapblock...
2019-08-23 SmallJokerOcclusion: Begin cleanup
2019-08-13 Jozef BehranFix unnecessary exception use in Map::getSectorXXX...
2019-08-13 SmallJokerBetter F6 profiler (#8750)
2019-08-10 Jozef BehranMerge pull request #8776 from osjc/FixGetNode
2018-11-28 Quentin BazinMove client-specific files to 'src/client' (#7902)