aboutsummaryrefslogtreecommitdiff
path: root/src/client/clientmap.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improvements to colored shadows (#11516)x20482021-10-011-1/+4
* Order drawlist by distance to the camera when rendering (#11651)x20482021-09-271-26/+73
* Distribute shadow map update over multiple frames to reduce stutter (#11422)x20482021-07-251-1/+24
* Shadow mapping render pass (#11244)Liso2021-06-061-5/+213
* refacto: protect some RenderingEngine::get_scene_managerLoic Blot2021-05-031-3/+4
* Reserve vectors before pushing and other code quality changes (#11161)sfan52021-04-051-4/+5
* Keep mapblocks in memory if they're in range (#10714)hecks2021-02-261-21/+24
* Minor profiler fixes.Lars2020-12-231-0/+3
* Implement mapblock camera offset correctly (#10702)hecks2020-12-051-51/+44
* Fix camera panning glitches (partially revert 10489.)Lars2020-11-251-1/+4
* Minor clientmap improvements.Lars2020-10-191-17/+19
* Avoid drawing invisible blocks on the client.Lars2020-10-131-7/+1
* Remove unused functions reported by cppcheck (#10463)SmallJoker2020-10-051-1/+1
* Occlusion: Check for light_propagates and do mapblock bounds checksSmallJoker2019-08-231-0/+5
* Occlusion: Begin cleanupSmallJoker2019-08-231-1/+1
* Fix unnecessary exception use in Map::getSectorXXX (#8792)Jozef Behran2019-08-131-7/+6
* Better F6 profiler (#8750)SmallJoker2019-08-131-93/+30
* Merge pull request #8776 from osjc/FixGetNodeJozef Behran2019-08-101-6/+6
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-281-0/+671