aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
AgeCommit message (Collapse)Author
2022-06-23Make short UV more accuratemakamys
2022-06-23Make UV shortification disableablemakamys
2022-06-23Store UV as shortmakamys
Increases framerate a lil bit.
2022-06-23Don't store megaquad info if chunk simplification is disabledmakamys
Reduces memory usage by a bit. Doesn't seem to affect FPS.
2022-06-22Use preprocessor macros in shadermakamys
Increases FPS from 300 to 340
2022-06-20Fix lava renderingmakamys
2022-06-20Rename squadron to megaquadmakamys
Less funny but more clear in my opinion
2022-06-19Merge foggy and fogless fragment shadermakamys
2022-06-19Make fog work againmakamys
2022-06-11Clean up fragment shadermakamys
2022-06-10Mesh simplification works nowmakamys
2022-06-10me_no_understantmakamys
2022-06-10uuh...makamys
2022-06-09Rebrand pt. 1: Rename mod to Neodymiummakamys
2022-06-08Optimize fogmakamys
Now it gets me as much FPS as no fog! (370 fps; prior to this commit fog reduced it to 230)
2022-06-08Rename DaColor to Colormakamys
who named it that
2022-06-08Reenable fog but add option to disable itmakamys
2022-06-07Add dirty quick fix for wrong Y coordinatesmakamys
2022-06-06Move Tessellator#toChunkMesh to ChunkMesh classmakamys
2022-06-04Remove the hecking fogmakamys
It was the cause of the poor performance. Now the mod consistently gives a substantial FPS boost compared to OptiFine alone.
2022-06-04Migrate to generic buildscriptmakamys
2022-06-03Make it work without OptiFinemakamys
2022-06-03Remove leftover MixinSoundManagermakamys
2021-06-16Fix LOD chunks loading from wrong coordinate when entering new dimensionmakamys
2021-06-04Add option to force vanilla temperature algorithm, fixes SS incompatibilitymakamys
Serene Seasons changes biomes to be colder in certain seasons, making LODMod think there should be snow there, while no snow is actually generated. Setting this config option to true fixes this mismatch.
2021-05-09Patch RenderBlocks to not render sides of water on the edge of the worldmakamys
2021-05-07Refactor MyRenderer to use a singleton instead of being staticmakamys
This should help with memory leaks and clean up the code a bit
2021-05-07Port mod from MCP to Forge!makamys
The only known regression is the sides of LOD=1 chunks look darker for some reason
2021-05-06Print farPlaneDistance in setupCameraTransformmakamys
2021-05-06Initial commit (basic Mixin setup)makamys