aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/makamys/neodymium/util
AgeCommit message (Collapse)Author
2023-10-20Fix shader line ending normalization being broken (fixes #28)makamys
2023-05-16Only show warning once per sessionmakamys
2023-05-16Be more forgiving of missing brightness and color datamakamys
- Don't skip chunk - Only print a one line debug-level warning, not an entire stack trace - Provide fullbright data Workaround for log spam caused by https://github.com/embeddedt/DimensionalDoors-1.7.10/issues/3
2023-03-29Ignore 0 area quads (fixes #15)makamys
2023-03-18Improve handling of VRAM fullnessmakamys
Now the renderer gets reloaded, and Neodymium only gets disabled if the VRAM repeatedly gets full in a short span of time.
2023-03-18Lock certain debug features behind creative modemakamys
2023-02-10Fix FC compat causing NPEmakamys
Happened with the following mod list: _unimixins-compat-1.7.10-0.1.jar _unimixins-gtnhmixins-1.7.10-0.1+2.1.9.jar _unimixins-mixin-1.7.10-0.1+unimix-0.11.6.jar _unimixins-mixingasm-1.7.10-0.1+0.2.2.jar _unimixins-spongemixins-1.7.10-0.1+gtnh-2.0.1.jar fastcraft-1.25.jar neodymium-1.7.10-0.1.6-7-gd46b730+nomixin.jar
2023-02-09Move constants to Constants classmakamys
Fixes crash with something (AppleCore? WitchingGadgets? Hodgepodge?)
2023-02-09Add FastCraft compat by pretending to be OptiFinemakamys
2022-07-15O(O)Fmakamys
2022-06-30Refactor chat message helpermakamys
2022-06-25DESTROOOOYmakamys
Delete unused LOD stuff. I can always restore it from Git history if I need it later.
2022-06-23Add debug key shortcut to dump texture atlasmakamys
2022-06-23Store UV as shortmakamys
Increases framerate a lil bit.
2022-06-22Use preprocessor macros in shadermakamys
Increases FPS from 300 to 340
2022-06-21Recycle MeshQuad objectsmakamys
Reduces client thread's RAM allocation rate from ~80 MB/s to ~20 MB/s.
2022-06-10Add squadron-based position information to verticesmakamys
2022-06-09Show message in chat when the VRAM gets fullmakamys
2022-06-09Rebrand pt.2: Rename things in codemakamys
2022-06-09Rebrand pt. 1: Rename mod to Neodymiummakamys