Releases: GoaLitiuM/Pulsus
Releases · GoaLitiuM/Pulsus
0.5.3
0.5.2
0.5.1
- Improved loading speed of sound and BGA files
- Fullscreen mode is now supported, following values are supported in settings.json:
- "Windowed" - Game is launched in windowed mode
- "Borderless" - Game is launched in windowed mode without borders
- "Fullscreen" - Game is launched in exclusive fullscreen mode
- Added option for changing audio resampling quality (ResampleQuality in settings.json)
- Defaults to High, old default value matches the Medium quality
- Fullscreen mode can be toggled by pressing ALT+Enter key combination
- Fixed huge memory leak and crash while loading some video files
- Fixed some BGAs being displayed in wrong aspect ratio
- bmson: Handle unintentionally low total values as a multiplier
0.5.0
- Added support for bmson versions 1.0.0 and 0.21
- Added updater and automatic update checks (checkUpdates in settings.json), disabled by default
- Added option to fully preload all keysounds (songPreload in settings.json), enabled by default
- When songPreload is false, only the first sound files are preloaded before game starts, and loading continues during the gameplay
- Better rendering and general performance
- Scrolling speed change keys can be held down to change faster
- Scrolling speed is now displayed in milliseconds
- BMS: Support decimal #STOP values
- BMS: Add support for #EXBPM
- BMS: Fixed charts not having any sound with #VOLWAV values over 100
- Fixed some BGA videos not playing at all
- Fixed saving and loading keyboard input keys with no human-readable name
- Fixed misaligned key bindings for 9k charts
- Fixed judge missing notes during first second of chart
- Fixed previous chart judge rank multiplier not getting reset in next chart
- Changed longer commandline options to require two dashes
- Added commandline option to list all options (--help)
- Added commandline option to change starting measure (--measure VALUE)
- Added commandline option to show debug window (--debug)
- Added commandline option to dump note event timestamps (--dump-timestamps)
0.4.4
- Fixed judging long notes released too early
- Fixed wrong gauge penalty being applied when hitting notes early
- Released long notes are now dimmed
- Fixed scratch lane activation effects not resetting when turntable direction changes
- Increased maximum object resolution to 2305843009213693 (fixes eFeL - Engine [EXPLODE] inaccurate playback)
0.4.3
0.4.2
- Added configurable keys for each key layout (see settings.json - input - layouts)
- For keyboard keys, refer to SDL_Scancode 'Key Name' column
- For joystick input, following values are supported: Button[1-32], Axis[1-2][Up|Down|Left|Right|X|Y]
- Default keyboard layout for each key layout:
- 5key: shift + zx + space + ,.
- 7key: shift + zxc + space + ,.-
- 9key: <zxc + space + m,.-
- Default joystick layout for each key layout:
- 5key and 7key: Maps to DAO FPS/FP7 keys (and USKOC/JKOC keys depending on used adapter)
- 9key: Maps to DAO POP ASC keys
- Scrolling speed is now displayed in UI
- Use numpad + and - keys to adjust scrolling speed
- Restored 9key skin layout
- Fixed notes getting stuck on judge line after song has ended
- Fixed judge not evaluating notes properly near end of the song