Skip to content

FastJ 1.6.0-SNAPSHOT-3

Pre-release
Pre-release

Choose a tag to compare

@lucasstarsz lucasstarsz released this 21 Dec 00:01

Most Notable Changes

  • SLF4J integration (currently 2.0.0-alpha-3) in #127
  • Fixed dozens of concurrency "random crashes and errors" in #161
  • Added ManagedList -- a type of List with convenient managed list actions via a ScheduledExecutorService to start and stop important list actions at a moment's notice in #161
  • Added custom mouse events to match keyboard events in #161
  • Added origin, unit, and directional vectors (and more) for Point/Pointf in #155
  • Deprecated Point/Pointf.Origin in commit a961b9
  • updated audio example with proper resource loading
  • updated logging example with SLF4J content
  • updated mouse example with new mouse event system
  • added substantial logging to the engine
  • more unit tests!

Engine Developer Changes

  • Added Spotless integration for import order (and hopefully more things later)
  • Added trace-level logging and date/time recording to test logging
See More

What's Changed

Full Changelog: 1.6.0-SNAPSHOT-2...1.6.0-SNAPSHOT-3