Skip to content

Valkyrie 0.2 Dev 9

Pre-release
Pre-release
Compare
Choose a tag to compare
@Desoroxxx Desoroxxx released this 29 Oct 05:19
· 55 commits to main since this release

Changelog File (Include Previous Versions)

Now dependent on Red Core 0.5 Dev 4 and up

Added

  • Added configuration for fancy leaves independent of the Minecraft general graphics settings
  • Added leaves culling
  • Added keybinding to open the config GUI
  • Added F3 shortcuts for clouds and terrain wireframe

Changed

  • Updated to Red Core 0.5

Optimized

  • Optimized ModelRenderer#render rotations and translations which are now more than two times faster (Thanks Nessiesson, Ven)
  • Optimized ModelRenderer#renderWithRotation which should improve rendering speed of models (Thanks Nessiesson, Ven)
  • Optimized ModelRenderer#postRender which should improve rendering speed of models (Thanks Nessiesson, Ven)

Internal

  • Switched to new groupId
  • Switched to gradle-buildconfig-plugin entirely for project constants
  • Switched to Gradle Kotlin DSL
  • General cleanup