aboutsummaryrefslogtreecommitdiff
path: root/src/client/mapblock_mesh.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings (#12615)rubenwardy2022-07-301-1/+1
* Mapblock Mesh BspTree: Increase the depth of block-level splitsx20482022-06-071-3/+8
* Improve code in mapblock_mesh.cpp a bitsfan52022-05-261-21/+13
* Fixes needed to use irrArray backed by std::vector (#12263)paradust72022-05-221-10/+11
* Consolidate some data structures in MapBlockMeshsfan52022-05-081-34/+35
* Remove HW_buffer_counter after IrrlichtMt fix to remove HWBufferMap (#12232)paradust72022-04-281-0/+2
* Add depth sorting for node faces (#11696)x20482022-04-021-2/+255
* Revert "Disable dynamic shadows for the 5.5.0 release" (#12032)rubenwardy2022-01-311-1/+1
* Disable dynamic shadows for the 5.5.0 releaseSmallJoker2022-01-291-1/+1
* Fix scaled world-aligned textures being aligned inconsistently for non-normal...Wuzzy2021-08-191-7/+7
* Shadow mapping render pass (#11244)Liso2021-06-061-1/+5
* refacto: RenderingEngine::get_scene_manager() is now not callable from singletonLoic Blot2021-05-031-2/+2
* Fix world-aligned node rendering at bottom (#10742)Wuzzy2021-02-191-3/+3
* Remove dead code (#10845)rubenwardy2021-01-221-7/+0
* Fix some minor code issues all over the placesfan52020-12-241-2/+2
* Implement mapblock camera offset correctly (#10702)hecks2020-12-051-20/+0
* Remove all bump mapping and parallax occlusion related code.Lars2020-10-171-33/+8
* -Wmem-access only called when GCC > 7 (#10453)Zughy2020-10-061-0/+2
* Remove unused functions reported by cppcheck (#10463)SmallJoker2020-10-051-27/+0
* Minimap as HUD element with API controlPierre-Yves Rollo2020-10-041-1/+1
* Fix GCC class-memaccess warnings (#10239)Paul Ouellette2020-08-011-0/+7
* Silence GCC warning in mapblock_meshSmallJoker2020-05-251-1/+1
* mapblock_mesh: Optimize a few things (#9713)sfan52020-04-251-47/+44
* Waves generated with Perlin-type noise #8994Lars Hofhansl2019-11-191-1/+11
* Better F6 profiler (#8750)SmallJoker2019-08-131-4/+1
* Fix texture rotation for wallmounted nodeboxessfan52019-03-191-1/+1
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-281-0/+1389