Releases: Red-Studio-Ragnarok/Alfheim
Releases · Red-Studio-Ragnarok/Alfheim
Alfheim 1.4
Changelog File (Include Previous Versions)
Alfheim Version 1.4 Changelog - 2024-08-21
Changed
- Overwrites now do not enforce the scope of methods to prevent crashes, using
conformVisibility
option instead - Updated dependencies:
- Requires MixinBooter 8.8 and up
- Simplified Cubic Chunks detection logic
Fixed
- Fixed version checking
- Fixed Alfheim not loading on dedicated servers
Removed
- Removed line asking to report a threading issue which is caused by other mods
Internal
- Updated to gradle-buildconfig-plugin 5.4.0
- Updated to io.freefair.lombok 8.7.1
- Remade the build script
- Switched to the new standard
gradle.properties
- Updated to Gradle 8.8
- Updated to RetroFuturaGradle 1.4.1
- Updated to MixinBooter 9.0
- Set a minimum Gradle Daemon JVM version requirement
- General cleanup
Alfheim 1.3
Changelog File (Include Previous Versions)
Alfheim Version 1.3 Changelog - 2024-03-28
Changed
- Queues are now deduplicated, meaning that the lighting engine won't update a position multiple times in a row, improving performance
Fixed
- Fixed compatibility with Vintagium (Thanks to Asek3 in #41)
- Fixed
ArrayIndexOutOfBoundsException
crashes
Internal
- Cleaned up the buildscript
- Now uses the Red Studio maven for Red Core
- Updated RetroFuturaGradle to version 1.3.34
- Updated foojay-resolver to version 0.8.0
- Updated io.freefair.lombok to version 8.6
- Updated org.jetbrains.gradle.plugin.idea-ext to version 1.1.8
Alfheim 1.2
Changelog File (Include Previous Versions)
Alfheim Version 1.2 Changelog - 2023-12-11
Changed
- Stopped using
PooledLongQueue
usingLongArrayFIFOQueue
instead, should be more optimized (faster & lighter lighting updates) - Skip spreading light neighbor checks early if the current light is lower than the neighbor light
- Made minor changes to clamping (Shouldn't cause a difference)
Internal
- Updated RFG
- Updated Gradle
- Fixed the names of the arrays of queues
- Cleaned up
LightingEngine
Alfheim 1.1.1
Changelog File (Include Previous Versions)
Alfheim Version 1.1.1 Changelog - 2023-11-19
Fixed
- Fixed log spam