| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-26 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
| 2021-02-26 | Keep mapblocks in memory if they're in range (#10714) | hecks | |
| Some other minor parts of clientmap.cpp have been cleaned up along the way | |||
| 2021-01-07 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
| 2020-12-23 | Minor profiler fixes. | Lars | |
| 2020-12-12 | Merge branch 'master' of https://github.com/minetest/minetest | Elias Fleckenstein | |
| 2020-12-05 | Implement mapblock camera offset correctly (#10702) | hecks | |
| Implement mapblock camera offset correctly - reduce client jitter Co-authored-by: hecktest <> | |||
| 2020-11-28 | Improved Freecam | Elias Fleckenstein | |
| 2020-11-28 | Merged Minetest | Elias Fleckenstein | |
| 2020-11-25 | Fix camera panning glitches (partially revert 10489.) | Lars | |
| 2020-11-04 | Revert "Make Lint Happy" | Elias Fleckenstein | |
| This reverts commit ad148587dcf5244c2d2011dba339786c765c54c4. | |||
| 2020-11-04 | Make Lint Happy | Elias Fleckenstein | |
| 2020-10-19 | Minor clientmap improvements. | Lars | |
| - Avoid calculating isBlockInSight for blocks without meshes. - Add metric for how many blocks the client has currently loaded. - Make some variables constant. | |||
| 2020-10-13 | Avoid drawing invisible blocks on the client. | Lars | |
| 2020-10-05 | Remove unused functions reported by cppcheck (#10463) | SmallJoker | |
| Run unused functions reported by cppcheck This change removes a few (but not all) unused functions. Some unused helper functions were not removed due to their complexity and potential of future use. | |||
| 2020-07-18 | Added customizable keybindings, improved freecam, added special inventory ↵ | Elias Fleckenstein | |
| keybind (by default ender inventory) | |||
| 2019-08-23 | Occlusion: Check for light_propagates and do mapblock bounds checks | SmallJoker | |
| 2019-08-23 | Occlusion: Begin cleanup | SmallJoker | |
| 2019-08-13 | Fix unnecessary exception use in Map::getSectorXXX (#8792) | Jozef Behran | |
| The Map::getSectorNoGenerate throws an exception but no other code is really dependent on that. Fix the odd instance of misuse in ClientMap::emergeSector and remove the exception throwing version of the method along with the "NoEx" suffixes in the names of these methods. | |||
| 2019-08-13 | Better F6 profiler (#8750) | SmallJoker | |
| Update the profiler names to make more sense of what they actually represent Move the profiler code from header to its source file Use monospace font to align lines Format the statistics line to align better with surrounding values Refresh the profiler each 3 seconds (roughly) | |||
| 2019-08-10 | Merge pull request #8776 from osjc/FixGetNode | Jozef Behran | |
| Finish getNode cleanup | |||
| 2018-11-28 | Move client-specific files to 'src/client' (#7902) | Quentin Bazin | |
| Update Android.mk Remove 'src/client' from include_directories | |||
