Releases: Red-Studio-Ragnarok/Red-Core
Releases · Red-Studio-Ragnarok/Red-Core
Red Core 0.3.1
Changelog File (Include Previous Versions)
Red Core Version 0.3.1 Changelog - 2023-7-16 [YANKED]
Fixed
- Fixed Forge not being able to subscribe the RedClientTicker causing a crash
Red Core 0.3
Changelog File (Include Previous Versions)
Red Core Version 0.3 Changelog - 2023-7-16
Added
- RedClientTicker: A useful ticker that allows you to have ticks every 2, 5 or 10 normal ticks, for things that shouldn't run 20 times a second.
- OptiNotFine: A must-have when working with OptiFine compatibility, it allows you to know if OptiFine is installed, whether shaders are loaded, and to force fast render off.
Changed
- RedLogger now uses a String instead of a URI for the
newIssueLink
parameter, the old constructor has been deprecated and is due for removal for 0.4 - RedLogger recomfort messages might be more random
Optimized
- Optimized
RedLogger#printFramedError
it should now use slightly less memory and thus have less GC pressure
Red Core 0.2
Changelog File (Include Previous Versions)
Red Core Version 0.2 Changelog - 2023-6-13
Added
- MathUtil: A purpose-built class providing an array of mathematical methods, engineered with a steadfast focus on rapid processing and calculations.
- Vectors: A comprehensive and efficient suite of vectors, designed with performance and simplicity in mind.
- RedLogger: An advanced error logger engineered to make error logging and understanding significantly more user-friendly.
- Included Jafama: A high-performance math library now incorporated within the Red Core, for better compatibility between mods.
- Stopwatch Enhancements: The Stopwatch feature now boasts the ability to output results directly to a file, in addition to averaging all these results for comprehensive analysis.
Changed
- Renamed the
Chronometer
component to the more intuitiveStopwatch
for improved user understanding. - The Stopwatch feature has been refined to display outputs in milliseconds, accurate up to two decimal places.