Skip to content

Releases: JLChnToZ/BMP-U

Alpha Build 20161203

03 Dec 15:27
Compare
Choose a tag to compare
Alpha Build 20161203 Pre-release
Pre-release

In this version...

  • Updated new UI design, thanks CxB! Here are some previews of the WIP version...
    WIP Preview 1
    WIP Preview 2
  • Minor bug fixes

Alpha Build 20161108

08 Nov 15:09
Compare
Choose a tag to compare
Alpha Build 20161108 Pre-release
Pre-release

In this version...

  • Changed note coloring by beats calculation method (Should be better now)
  • Code tidy up (a bit)
  • Minor bug fixes

Alpha Build 20161107

07 Nov 16:06
Compare
Choose a tag to compare
Alpha Build 20161107 Pre-release
Pre-release

In this version...

  • Switched to Un4seen BASS for sound playback, which is more reliable on decoding and playing.
  • Experimental added a new note coloring mode which will color by beat division.
  • Added encoding detection which rely on a C# port of UDE.
  • Minor bug fixes

Alpha Build 20161016 (Sixteenth)

16 Oct 10:45
Compare
Choose a tag to compare
Pre-release

In this version...

  • Minor bug fixes
  • Added lines between note channels

Alpha Build 20161010 (D10 ver.)

09 Oct 16:03
Compare
Choose a tag to compare
Pre-release

In this version...

  • Sightly changed the appearance of the note tracks. It might be easier to look and play now.
  • Bug Fixes

Alpha Build 20161009 (Chouyou ver.)

09 Oct 07:09
Compare
Choose a tag to compare
Pre-release

In this version...

  • Let's say hello to Bmson format! Start from this public build, bmson has be supported by BananaBeats natively. Just drop your uncompressed bmson charts into any sub-folders inside the BMS folder, then you will be able to play with those too.
  • Internally tidy up the program structures. The BMS parser module has been isolated from BMS manager in order to reserved for supporting more formats (Including bmson parser, this modification is used to make this stuff easier to implement bmson parser too). Also, the parser module can be used outside of Unity, in other C#/.NET environments now, since those code does not depends on any of Unity specific API, unlike the BMS manager class.
  • Sightly modifyed the select song menu. -- For styling, there is still much more to do
  • Bug fixes

Alpha Build 20160925

25 Sep 07:12
Compare
Choose a tag to compare
Alpha Build 20160925 Pre-release
Pre-release

In this version...

  • You can review your best record of each song now!

    But it is incompatible with the record database generated by the prior version, so before overwriting current version to replace the old one, please remove the old "records.dat" if it exists.

  • Options to enable/disable the BGA, and the detune effect (which will detune the sound when you hit the not not accurate enough)

  • When editing the key mapping, you can directly press the desired key instead of choose the key in the drop down list.

Alpha Build 20160924

24 Sep 08:53
Compare
Choose a tag to compare
Alpha Build 20160924 Pre-release
Pre-release

In this version...

The layout of select song scene has been changed
Select song new layout
Instead of horizontal scrolling panel displaying all BMS files, now it shows the BMS chart files and sub directories with a vertical panel, it should be easier to find a chart you want to play now.

Minor bug fixes for the BGA and some enhancements, for details you can review the commit log.

Alpha Build 20160822

22 Aug 14:58
Compare
Choose a tag to compare
Alpha Build 20160822 Pre-release
Pre-release

In this version...

  • Adds a "Classic" mode which have a horizontal layout instead of the Banana Beats original curved layout.
  • Adds a different coloring options which depends on the channel instead of depends on the timing (Notes in same color means they are at the same timing)
  • Instead of black border, now it fills bleed space with blurred enlarged BGAs.
  • Fully change the loading pipeline to use NAudio and NVorbis for loading sounds in order to support more audio formats.
  • Misc bug fixes including the BGA, effects etc.

Alpha build 20160805

05 Aug 15:32
Compare
Choose a tag to compare
Alpha build 20160805 Pre-release
Pre-release

In this version...

  • Added multi-language support
  • Upgrade Unity runtime to v5.4
  • Experimental added another judgement mode
  • Added play record and ranking (Still work in progress, nothing is visible to user yet)
  • Several optimizations and bug fixes