sentakki icon indicating copy to clipboard operation
sentakki copied to clipboard

An attempt to recreate maimai gameplay within osu!lazer

Results 23 sentakki issues
Sort by recently updated
recently updated
newest added

Bumps [ppy.osu.Game](https://github.com/ppy/osu) from 2022.810.0 to 2022.810.2. Release notes Sourced from ppy.osu.Game's releases. 2022.810.2 Thanks for following along! This is a tagged release (2022.810.2). For more information check out the osu!...

dependencies

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.0 See the release notes here. v17.3.0-preview-20220612-01 See the release notes here. v17.3.0-preview-20220426-02 See the release notes here....

dependencies

This implements the composer screen that will be used to compose Sentakki beatmaps. I've chosen to start over despite my [previous attempt](https://github.com/LumpBloom7/sentakki/pull/75), as a lot of the code there is...

enhancement

This PR enables NRT, and adjusts the code to work with it, as it is quite a useful feature. This is a draft as I'm still getting to grips with...

tweak

Closes #169 Implements a `GameplayEventBroadcaster` which is responsible for transmitting events to clients. This allows for third party utilities or DIY setups to perhaps do fancy things using the events....

enhancement

Autoplay previously set a flag to make notes automatically apply a result to themselves after `StartTime`. Now Autoplay will generate input frames to mimic human playback. With this, autoplay in...

enhancement

Fresh install of osu!laser 2021.608.0 and sentakki 2021.608.0 on Windows 10 21H1 Relevant section of log file included below. ``` 2021-06-08 23:28:06 [verbose]: Screen changed → Editor 2021-06-08 23:28:06 [error]:...

This is primarily to enable DIY maimai machines to be able to have their own button lighting effects, but may also be beneficial for other purposes such as RGB rave...

low-priority