Skip to content

11.12

Compare
Choose a tag to compare
@AlmasB AlmasB released this 11 Dec 09:24
b7d14f6
  • Expose engine pause/resume and primary stage as public API
  • Fixed a bug that would crash dialogue editor with many graph nodes
  • Fixed a bug that crashed dialogue cutscene when a choice response was pressed before the text animation finished
  • Fixed a bug in dialogue editor related to saving / loading
  • New setting: disables auto-scale on resize. Useful for non-game applications
  • Support for assignment statements in dialogues (in FunctionNode)
  • Support for Tiled text objects
  • Support for high-refresh rate displays: please test
  • Support for audio on Android
  • Support for adding a custom buffer size for UDP packets
  • Improved profiling tools for FPS, CPU and RAM
  • Tentative controller support for windows64 and linux64: QA testing is welcome!
  • Internal code quality improvements
  • More unit tests
  • Faster CI builds due to removal of unnecessary actions
  • Partial CI migration to GitHub Actions
  • kotlin 1.3.41 -> 1.4.10
  • javafx 14 -> 15
  • jacoco 0.8.5 -> 0.8.6
  • junit 5.6 -> 5.7
  • attach 4.0.8 -> 4.0.9
  • Other minor improvements