Skip to content

Releases: yoimerdr/ludens

0.2.0

06 Feb 03:16

Choose a tag to compare

Added

  • onRestart callback implementation for navigation and state reset

Changed

  • Refactored settings events to use UpdateSettings sealed interface pattern
  • Improved settings event and request handling

Fixed

  • Fixed on-screen controls not showing when YDP_Ludens plugin is disabled or not present
  • Fixed unnecessary WebView restart when updating settings without navigating away

0.1.0

27 Jan 22:03

Choose a tag to compare

Initial project release.

Includes:

  • Android Build Support

    • Android 21+ (Designed for modern devices)
    • Optimized WebView for RPG Maker MV/MZ
  • Native Overlay Controls

    • Virtual Joystick (Configurable opacity & position)
    • Action Buttons (A, B, X, Y)
  • Comprehensive Settings System

    • System Theme & Language
    • Audio Mute & FPS Counter
    • WebGL Toggle
  • Easy Android Build Configuration

    • Customizable applicationId, Version, and Name via gradle.properties
    • Simplified Asset Injection (composeResources/files/www)

Note: iOS support is planned for future releases. The current codebase contains shared logic, but build configuration is currently Android-focused.