Skip to content

Releases: GoaLitiuM/Pulsus

0.5.3

29 Sep 19:37
Compare
Choose a tag to compare
  • BMS: Fix crash when a note was mapped to a missing #WAV object
  • Only log and warn about missing BGA and sound files once

0.5.2

25 Sep 18:23
Compare
Choose a tag to compare
  • Added support for layered notes in bmson
  • Updates are no longer checked in preview mode (faster startup)

0.5.1

12 Dec 14:47
Compare
Choose a tag to compare
  • 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

19 Sep 22:19
Compare
Choose a tag to compare
  • 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

14 Jul 01:18
Compare
Choose a tag to compare
  • 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

13 Jul 18:34
Compare
Choose a tag to compare
0.4.3 Pre-release
Pre-release
  • Fixed long notes not getting evaluated properly at the long note end (long note must be released in the right time)

0.4.2

13 Jul 17:48
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release
  • 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

0.4.1

12 Jul 02:29
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release

Changelog:

  • Fixed playing wrong key sound at key press
  • Possible fix for failing to load FFmpeg

0.4.0

12 Jul 00:25
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release