index
:
github/Neodymium.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
makamys
/
neodymium
/
Neodymium.java
Age
Commit message (
Expand
)
Author
2023-04-16
Disable Advanced OpenGL when warning is clicked (fixes #18)
makamys
2023-04-16
Don't print status command hint in the status command's output
makamys
2023-03-18
Improve handling of VRAM fullness
makamys
2023-03-18
Add command to print incompatibilities in chat
makamys
2023-02-09
Move constants to Constants class
makamys
2022-07-12
Don't warn in chat about incompatibilities
makamys
2022-06-30
Change splash to not assume 3.3 will be supported
makamys
2022-06-30
Update warnings immediately when Advanced OpenGL setting is changed
makamys
2022-06-30
Remove unused imports
makamys
2022-06-30
Move configgy classes to config package
makamys
2022-06-30
Fix not getting enabled when shaders are turned off in-game
makamys
2022-06-30
Add simple config GUI
makamys
2022-06-30
Fix renderer trying to get created every frame that it's disabled
makamys
2022-06-30
Warn if incompatibilities are detected
makamys
2022-06-30
Force fog underwater even if fog is disabled
makamys
2022-06-27
Triangulator compatiblity tweak
FalsePattern
2022-06-27
integrate the debug text with the forge debug text rendering system
FalsePattern
2022-06-25
Implement OF Fast Render compat properly
makamys
2022-06-25
Replace 'OpenGL 1.2!' splash with 'OpenGL 3.3!'
makamys
2022-06-25
DESTROOOOY
makamys
2022-06-23
Reload renderer when certain configs are changed
makamys
2022-06-22
Fix `enabled` config option not working properly when disabled
makamys
2022-06-21
Add update check via MCLib
makamys
2022-06-20
Fix chunks sometimes going missing if OF fast render is changed
makamys
2022-06-19
Move renderer initialization to render tick event handler
makamys
2022-06-09
Rename loadShader to reloadShader
makamys
2022-06-09
Implement config hot swapping, organize configs more
makamys
2022-06-09
Un-hardcode some constants
makamys
2022-06-09
Move configs to Config class
makamys
2022-06-09
Organize imports
makamys
2022-06-09
Make the starting Y position of the debug info configurable
makamys
2022-06-09
Rebrand pt.2: Rename things in code
makamys