aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-06-10Fix hotswap weirdnessmakamys
2022-06-10Fix log spam when loading a broken shadermakamys
2022-06-10Fix bad triangulation (again??)makamys
2022-06-09Fix rounding error when sorting meshesmakamys
2022-06-09Reword config commentmakamys
2022-06-09Show message in chat when the VRAM gets fullmakamys
2022-06-09Rename loadShader to reloadShadermakamys
2022-06-09Implement config hot swapping, organize configs moremakamys
2022-06-09Tweak config names, defaults and commentsmakamys
2022-06-09Disable unused configsmakamys
2022-06-09Un-hardcode some constantsmakamys
2022-06-09Move configs to Config classmakamys
2022-06-09Organize importsmakamys
2022-06-09Move some unused classes to lod packagemakamys
2022-06-09Clean up and document mixinsmakamys
2022-06-09Add javadoc for some key classesmakamys
2022-06-09Make the starting Y position of the debug info configurablemakamys
2022-06-09Rebrand pt.2: Rename things in codemakamys
2022-06-09Rebrand pt. 1: Rename mod to Neodymiummakamys
2022-06-08Make debug keys require a prefix (optional, on by default)makamys
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-08Don't change far plane distancemakamys
2022-06-08Rename DaColor to Colormakamys
who named it that
2022-06-08Clean up LODChunk section managementmakamys
2022-06-08Fix culling not working until you spin the camera aroundmakamys
2022-06-08Fix NPE when moving forward and GC runsmakamys
2022-06-08Make VRAM buffer size configurable for realmakamys
2022-06-08Reenable fog but add option to disable itmakamys
2022-06-08Fix NPE in sendMeshToGPUmakamys
2022-06-08add konfig for VRAM buffer size and GC ratemakamys
2022-06-08Recover from full VRAMmakamys
2022-06-07Increase GC ratemakamys
2022-06-07Actually disable simple meshesmakamys
Reduces ram usage, by A LOT!
2022-06-07Fix crash when opening GPU mem debuggermakamys
2022-06-07Fix mesh trackingmakamys
2022-06-07Make mesh tracking better/worsemakamys
2022-06-07Try to allocate memory in gap firstmakamys
2022-06-07Make GPU debugger a bit prettiermakamys
2022-06-07Make GC timing frame-based and more evenly distributedmakamys
2022-06-07Fix meshes not getting deleted when their world renderers are deletedmakamys
2022-06-07Fix infinite loop in GCmakamys
2022-06-07Incremental GCmakamys
2022-06-07Improve Util#intBufferToArray, add Util#floatBufferToArraymakamys
2022-06-07Don't allocate memory if it's fullmakamys
2022-06-07Add GPU memory debuggermakamys
2022-06-07Factor out GPU memory management into separate classmakamys
2022-06-07Make triangulation same as vanillamakamys
2022-06-07Add dirty quick fix for wrong Y coordinatesmakamys
2022-06-07Don't use MeshQuads when mesh optimization is disabledmakamys
Fixes some rendering issues (like cacti on chunk corners, and missing bottom faces) and improves performance, when optimization is not enabled.
2022-06-06Comment out save/loadmakamys