aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/makamys/neodymium/Neodymium.java
AgeCommit message (Expand)Author
2023-04-16Disable Advanced OpenGL when warning is clicked (fixes #18)makamys
2023-04-16Don't print status command hint in the status command's outputmakamys
2023-03-18Improve handling of VRAM fullnessmakamys
2023-03-18Add command to print incompatibilities in chatmakamys
2023-02-09Move constants to Constants classmakamys
2022-07-12Don't warn in chat about incompatibilitiesmakamys
2022-06-30Change splash to not assume 3.3 will be supportedmakamys
2022-06-30Update warnings immediately when Advanced OpenGL setting is changedmakamys
2022-06-30Remove unused importsmakamys
2022-06-30Move configgy classes to config packagemakamys
2022-06-30Fix not getting enabled when shaders are turned off in-gamemakamys
2022-06-30Add simple config GUImakamys
2022-06-30Fix renderer trying to get created every frame that it's disabledmakamys
2022-06-30Warn if incompatibilities are detectedmakamys
2022-06-30Force fog underwater even if fog is disabledmakamys
2022-06-27Triangulator compatiblity tweakFalsePattern
2022-06-27integrate the debug text with the forge debug text rendering systemFalsePattern
2022-06-25Implement OF Fast Render compat properlymakamys
2022-06-25Replace 'OpenGL 1.2!' splash with 'OpenGL 3.3!'makamys
2022-06-25DESTROOOOYmakamys
2022-06-23Reload renderer when certain configs are changedmakamys
2022-06-22Fix `enabled` config option not working properly when disabledmakamys
2022-06-21Add update check via MCLibmakamys
2022-06-20Fix chunks sometimes going missing if OF fast render is changedmakamys
2022-06-19Move renderer initialization to render tick event handlermakamys
2022-06-09Rename loadShader to reloadShadermakamys
2022-06-09Implement config hot swapping, organize configs moremakamys
2022-06-09Un-hardcode some constantsmakamys
2022-06-09Move configs to Config classmakamys
2022-06-09Organize importsmakamys
2022-06-09Make the starting Y position of the debug info configurablemakamys
2022-06-09Rebrand pt.2: Rename things in codemakamys