1
0
mirror of synced 2024-11-28 09:20:53 +01:00
Commit Graph

159 Commits

Author SHA1 Message Date
0aubsq
22ec0f9716 Add the songs Katharsis, 2-steppin love and Yami, Lost Emotion oni slightly nerfed, Slayer of. ura rerated 11 => 10 2022-09-28 15:47:51 +02:00
0aubsq
60c7abf200 Display planned menus for next versions, buttons currently disabled 2022-08-26 03:08:32 +02:00
0aubsq
b9bcca4fc8 Fix #152 and branch score issues (except dan for now) 2022-08-25 11:30:52 +02:00
0aubsq
bf3c7e4549 Add the songs Lost Emotion and Broken Metronome by DashyDesu and add default uniqueID.json files for all songs 2022-08-25 03:56:58 +02:00
0aubsq
e767c58452 Fix #286 (Add support for individual combo dan conditions) 2022-08-25 03:11:23 +02:00
0aubsq
13e154c20f Add the songs Fearless and Rainy Night, Slayer of. Extra difficulty rerated to 11 2022-08-15 15:34:02 +02:00
Takkkom
f6d8f78331
x64に対応 (#289)
* x64に対応 x64のビルドではDirectSoundには非対応

* 少し修正

* 不具合の修正
2022-08-15 13:54:04 +02:00
0aubsq
9a0b7deffb Add new HS ModIcons and the songs Seismic Shake (DeBisco) and Stereotype (Taichenko) 2022-07-31 01:56:40 +02:00
0aubsq
30868f181d Add template character 2022-06-30 03:38:48 +02:00
0aubsq
63fe8e46cf Add puchichara section on the OpenEncyclopedia, slightly improve the menu UX 2022-06-28 12:52:28 +02:00
0aubsq
567fbdec60 Different color return boxes for onlinelounge song select menu and open encyclopedia submenus 2022-06-27 23:35:36 +02:00
0aubsq
7bca4f1470 Fix broken json 2022-06-26 07:04:37 +02:00
0aubsq
38be006289 Add a template class 'CSavableT' for database classes 2022-06-25 12:28:10 +02:00
0aubsq
54a2e51472 Add 1 additional difficulty for the songs Deceiving the Deceiver, Liberation and Breaking point, wider rechart for Athazagoraphobia 2022-06-24 04:28:38 +02:00
0aubsq
4a3aef6cb0 Remove unnecessary database files and code 2022-06-23 08:38:13 +02:00
Takkkom
24b5152f76
背景のlua関係でメモリリークをしていた問題の修正 (#262) 2022-06-21 05:30:16 +02:00
0aubsq
52a0680bfa Fix song names with invalid characters on online lounge and limit the new filename length to avoid failed downloads due to path_max exceeded 2022-06-20 07:18:47 +02:00
0aubsq
6b9387a490 Completely untie bombs and bads/miss to avoid error-prone code, make combo guides more clear visually 2022-06-15 06:48:36 +02:00
0aubsq
aaa263dbce Improve mod menu UX and add a small space for the future mod description addition 2022-06-14 03:07:18 +02:00
0aubsq
51ec73622f Small fix 2022-06-13 16:13:50 +02:00
0aubsq
1a295f0d6e Add the song Welcome To The Cafe by Sukima Altera feat. ALTERNATiVE THEORY 2022-06-13 16:10:07 +02:00
Takkkom
8193a37ced
ClapとYellowの連打に対応 (#249)
* ClapとYellowの連打に対応

* Taikoの場合は通常の連打に
2022-06-12 15:08:14 +02:00
0aubsq
4b7beb87fe Implement #222 and Fix #104 2022-06-11 02:08:38 +02:00
0aubsq
0b5812a2b7 Add Metadata files to character folders, add lua dlls, add the song Slayer of. by Aden Mayo, add some missing translations 2022-06-10 16:58:56 +02:00
Takkkom
1aca9a7a60
Script.luaを簡潔に (#242)
* Script.luaを簡潔に

* Keep documentation for function calls on Background Lua scripts

Co-authored-by: 0auBSQ <58159635+0auBSQ@users.noreply.github.com>
2022-06-07 08:32:47 +02:00
Takkkom
f4adbf41b5
Luaで背景をカスタマイズ可能に (#238)
* Luaで背景をカスタマイズ可能に

* 不具合の修正

* dllファイルなどの移動
2022-06-07 00:45:20 +02:00
0aubsq
fd0fc5f775 Externalise Puchicharas metadata, unlock informations and add welcome voice for them (#223) 2022-06-04 19:52:08 +02:00
Takkkom
17d5a5079c
プチキャラを分離 (#232)
* プチキャラを分離

* commit漏れ
2022-06-03 07:03:53 +02:00
0aubsq
4967545d37 Add the songs Chasing the Wind by DashyDesu and Back Where I'm From by NetroAki 2022-05-31 07:18:39 +02:00
0aubsq
7b2caf1d47 Fix upper background small issue when playing 2P side 2022-05-31 06:37:10 +02:00
0aubsq
bca1681d74 Update NewCommands.md 2022-05-27 02:29:34 +02:00
0aubsq
1f7dea5f08 Download songs in the correct language and separate downloads by genre subfolders (ToDo : Make the download folder updating recursive) 2022-05-25 03:36:24 +02:00
0aubsq
7ccce88772 Fix crash on song download if Songs/S3 Download does not exist, allows it to work with any folder with 'Download' genre and with any songs folder name 2022-05-24 07:24:22 +02:00
Takkkom
8874bd2f29
複数の背景に対応 (#198)
* 複数の背景に対応

* フォルダがない場合のクラッシュの修正と複数のFooterの対応
2022-05-24 06:45:29 +02:00
Takkkom
7f3bd0a5b0
曲をダウンロード可能に (#197)
* 曲をダウンロード可能に

* Commit漏れ

* Cacheフォルダがない場合クラッシュする問題を修正
2022-05-24 00:39:41 +02:00
0aubsq
e8cb4aed41 Add mod icons for minesweeper and avalanche 2022-05-22 16:12:43 +02:00
0aubsq
a7ba427064 Fun mods selectable on mod select screen 2022-05-22 15:53:02 +02:00
0aubsq
945fb128bd Add the 'Bombs hit' and 'ADLIB count' exams for Dan charts 2022-05-21 17:19:08 +02:00
0aubsq
80c677dd31 Add explosion animation and sfx if a bomb is hit 2022-05-21 02:50:48 +02:00
0aubsq
9710bf75f7 ADLIBs and Mines no longer eat inputs, hitting mines now breaks combo and substract gauge points, ADLIBs no longer break DFC runs (always judged as Goods), bombs and ADLIBs are never judged 'Bad' when hit 2022-05-21 01:13:32 +02:00
0aubsq
61d9869031 Add the song Halcyon by Akako Hinami 2022-05-17 22:52:46 +02:00
0aubsq
395fb31a78 Fix drumrolls on taiko not reacting on Ka hit, set small rolls on Konga as red rolls and big rolls as pink rolls 2022-05-14 18:13:51 +02:00
0aubsq
eefdc78d0c Add the songs White Heart by cusi/9C and Summer Overload! by Akako Hinami 2022-05-14 13:02:47 +02:00
0aubsq
62124ff63b Purple notes (G, flying notes remaining) and better handling of linked notes (A, B) 2022-05-10 19:13:08 +02:00
0aubsq
39e42fb575 Implement Konga pink note (hit both blue/yellow and red) 2022-05-10 08:27:32 +02:00
0aubsq
020d7c864d Update konga notes visual 2022-05-09 04:48:24 +02:00
0aubsq
0949bf690c Auto mode now uses clap hits and double hits for Konga mode 2022-05-07 23:37:26 +02:00
0aubsq
38d1ea9711 Add a key bind for konga clap (No effect ingame for the moment 2022-05-07 09:10:56 +02:00
0aubsq
0fcf0dd8c5 First konga commit (only visuals for the moment) 2022-05-07 07:27:52 +02:00
OtinkoMann
fbe10c7e8b
特訓モード画像変更 2 (#194)
* 特訓

* 修正

Frameのコード書いてなかった...

* Update CAct演奏DrumsMtaiko.cs

誤字ってた

* Update CAct演奏Drumsレーン太鼓.cs

またミスを見つけた

* 直しました’
2022-05-06 05:21:00 +02:00