Skip to content

v0.6.0

Latest

Choose a tag to compare

@benstone benstone released this 24 May 12:05

New Features

  • Expansion pack support (#25)
  • Fullscreen toggle hotkey (#30)
    • You can now press Alt-Enter to toggle between windowed and full-screen mode.
  • Sound import improvements
    • Sounds are now imported using miniaudio. All imported sounds are transcoded to uncompressed PCM to avoid codec issues when playing in original releases of 3D Movie Maker.
    • You can now import MP3 files as well as WAV files.

Changes

  • Windows builds now store settings in %APPDATA%\3DMMEx\3dmovie.ini instead of the Registry
  • The minimum required CMake version is now 3.28
  • Developer improvements
    • Script messages now include source line information
    • Improved performance of the Chomp script compiler in debug builds

Bug fixes

  • Fixed a crash if a soundfont file could not be loaded
  • Fixed window focus handling in SDL builds
  • Fixed a bug that could cause imported sounds to disappear when a movie is saved in 3DMMEx and opened in
    original releases of 3D Movie Maker

Contributors

  • Thanks to @AsamK for fixing the soundfont loading bug