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