Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/rendering/StarTilePainter.cpp
AgeCommit message (Collapse)Author
2024-03-20cursed point lights everywhere (but god it looks good)Kae
2024-03-20experiment: unclamped lightingKae
2024-02-19Fixed a huge amount of Clang warningsKai Blaschke
On Linux and macOS, using Clang to compile OpenStarbound produces about 400 MB worth of warnings during the build, making the compiler output unreadable and slowing the build down considerably. 99% of the warnings were unqualified uses of std::move and std::forward, which are now all properly qualified. Fixed a few other minor warnings about non-virtual destructors and some uses of std::move preventing copy elision on temporary objects. Most remaining warnings are now unused parameters.
2023-11-01Skip generating tile pieces if a color variant is invalidKae
2023-08-20Hook tile meshing up to Material Item drop and previewKae
2023-07-06Render the world in its own framebufferKae
2023-07-04Fix terrain chunk meshes constantly being removed from the cache because the ↵Kae
default time smear is the exact same as the timeout
2023-06-30typo lolKae
2023-06-30Update StarTilePainter.cppKae
2023-06-30RenderPrimitive micro-optimizationsKae
2023-06-29Move lighting calculation to separate threadKae
2023-06-27The Formatting String CatastropheKae
2023-06-20fix minor culling issuesKae
also multiply liquid light by liquid level to fix pop-in problems
2023-06-20everything everywhereKae
all at once