Releases: doyaGu/BallancePlayer
Releases · doyaGu/BallancePlayer
v0.3.8
v0.3.7
v0.3.6
v0.3.5
v0.3.5 (2025-05-23)
New Features
- Introduced a standalone configuration tool for easier management of game settings.
- Added support for loading custom game compositions.
Bug Fixes
- Fixed a crash that could occur when enabling verbose logging.
Changes
- Removed deprecated settings:
LoadAllManagers,LoadAllBuildingBlocks, andLoadAllPlugins. - The game no longer pauses by default when the window is deactivated.
v0.3.4
v0.3.4 (2025-04-24)
New Features
- Added support for DPI awareness handling to improve display scaling across different monitor configurations.
Bug Fixes
- Fixed an issue with the command line parser that could cause incorrect parameter handling.
- Resolved an irregular game acceleration issue that occurred when frequently switching between windowed and fullscreen modes.
Changes
- Removed the deprecated
PauseOnDeactivatedsetting. - Enhanced error handling with more descriptive messages and improved recovery from common failure states.
v0.3.3
v0.3.3 (2024-10-01)
New Features
- Added the
LogModesetting to control log mode. - Added the
Verbosesetting with the--verboseoption to control debug log output. - Introduced the
ApplyHotfixsetting with the--no-hotfixoption to control whether script hotfixes are applied. - Added the
ClipCursorsetting with the--clip-cursoroption to manage cursor clipping behavior. - Added more graphics settings and options.
- Improved error messaging for better clarity.
Changes
- Logs now overwrite the existing file instead of appending to it.
- Reorganized configuration categories for better structure.
- Where possible, relative paths are now used.
v0.3.2
v0.3.1
v0.3.0
v0.3.0 (2023-05-20)
Changes
News
- Add a new setting
ChildWindowRenderingand corresponding command-line option--child-window-renderingto control whether to render in a child window.
Bug Fixes
- Fix a possible black screen problem during full-screen switching.
Changed
- No longer to render in a separate window by default.