Player
Player copied to clipboard
RPG Maker 2000/2003 and EasyRPG games interpreter
Implements the CommandManiacSaveImage function, allowing saving of screen or picture images to disk with options for dynamic effects and opacity. Registers the new command in ExecuteCommand and updates the header...
Had to put those two together because I needed one to test another ### Change Picture command: Added support for the Maniac Patch ChangePictureId event command, enabling move, swap, and...
Implements Maniac Zoom support, allowing zooming of specific map layers with configurable center, rate, duration, and layer Itself. - Adds new interpreter command: 3032 - zoom state management in Game_Screen:...
Adds a new boolean to the player config: `PreferEasyRpgMapFiles` (default: `true`) This makes the map loader attempt to load EasyRPG map files first, and fall back to RPG Maker map...
Bumps [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action) from 20 to 21. Release notes Sourced from DavidAnson/markdownlint-cli2-action's releases. Update markdownlint version (markdownlint-cli2 v0.19.0, markdownlint v0.39.0). No release notes provided. Update markdownlint version (markdownlint-cli2 v0.18.1, markdownlint v0.38.0)....
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
I am currently working on a port to the original Microsoft Xbox, which has been working well so far aside from the framerate getting very low during battles, in the...
**Game:** [SOLDIERS DesireWing (TestVer)](https://freegame-mugen.jp/roleplaying/game_9561.html). Was tested on Ver1.0 **Player platform:** Windows 11, latest continuous build of the Player. **Describe the issue in detail and how to reproduce it:** While loading...
The libretro API provides a virtual filesystem interface that libretro cores can use to perform filesystem operations. It allows the libretro frontend to expose filesystem functionality that's not available through...
See #3446 Fix the following: - First frame not rendered because Update is called before Draw. - Duration is wrong (too short). - Stretching (bottom right extension) in Mosaic, due...