1
0
mirror of synced 2024-11-24 15:40:22 +01:00
Commit Graph

691 Commits

Author SHA1 Message Date
Takkkom
360081a324
プレビューが表示されない問題の修正 (#230) 2022-06-02 09:57:23 +02:00
Takkkom
90cebe907a
キャラクターのフォルダの名前を好きな名前にできるように (#229) 2022-06-02 09:46:00 +02:00
Takkkom
35cd5fdc36
ゲームパッドの対応と、どんかつの入力と選択キャンセルの入力を別々に (#228)
* ゲームパッドの対応と、どんかつの入力と選択キャンセルの入力を別々に

* 指摘通りに修正
2022-06-02 09:18:26 +02:00
Takkkom
d1694bde50
一部の文字がConfigで指定したフォントに変更されない問題を修正 (#217) 2022-06-02 03:06:32 +02:00
Takkkom
753fb6ec5c
複数の踊り子に対応 (#216)
* 複数の踊り子に対応

* 無駄なコメントの削除
2022-06-01 04:34:20 +02:00
Takkkom
de79490113
Footerを空にした場合クラッシュする問題を修正 (#215) 2022-06-01 03:20:36 +02:00
Takkkom
ec257cd4a4
2PのResultのキャラクターの座標が逆になっている問題の修正 (#214) 2022-05-31 11:48:10 +02:00
Takkkom
f326ff7c9f
キャラクターのミスアニメーションに対応 (#213)
* ミスと復帰のアニメーションに対応

* 続けてミスのアニメーションに対応
2022-05-31 11:20:22 +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
WHMHammer
b241bef694
Chinese translation update (#212) 2022-05-31 05:07:37 +02:00
0aubsq
3893527529 Fix #206 2022-05-31 04:53:41 +02:00
Takkkom
b9027a2912
一部の名前の変更 (#209) 2022-05-30 13:06:06 +02:00
Takkkom
8f8f82caa2
演奏画面以外のキャラクターの座標を変更できるように (#208)
* 演奏画面以外のキャラクターの座標を変更できるように

* 色々軽く修正
2022-05-30 11:56:58 +02:00
Takkkom
3da1edb16a
下背景の存在確認の修正 (#207) 2022-05-30 10:22:32 +02:00
Funnym0th
9120d4c477
konga clap translations and other fixes (#205)
* small fixes

also thanks bsq for putting the placeholder here :D

* fixes for pause menu

sorry I didn't notice that text before

* updates I missed for 100-91, 92 93

* Translations for summary plate

* Add AI (don) name and title to CLang files

* Song selection context boxes for ES language

* added a lot of missing translations

it's not finished yet

* little change

* update CLang_es.cs

* update CLang_es.cs

* konga clap translations
2022-05-30 00:00:09 +02:00
0aubsq
39b8e7a8f0 Fix multiple crashes and better management of the songdict 2022-05-29 23:57:09 +02:00
Funnym0th
12a465e48f
missing translations done (#204)
* small fixes

also thanks bsq for putting the placeholder here :D

* fixes for pause menu

sorry I didn't notice that text before

* updates I missed for 100-91, 92 93

* Translations for summary plate

* Add AI (don) name and title to CLang files

* Song selection context boxes for ES language

* added a lot of missing translations

it's not finished yet

* little change

* update CLang_es.cs

* update CLang_es.cs
2022-05-29 00:48:34 +02:00
Takkkom
f47c4df82b
風船連打の途中でやり直しをするとキャラクターが風船連打のままになってします不具合を修正 (#203) 2022-05-28 20:15:19 +02:00
0aubsq
bca1681d74 Update NewCommands.md 2022-05-27 02:29:34 +02:00
Takkkom
40ea86f2ea
boxを開いている場合downloadBoxがnullになってしまう問題を修正 (#202) 2022-05-26 22:03:00 +02:00
0aubsq
9e596b6aa6 Fix crash on shared wasapi due to missing methods and set exclusive wasapi as exclusive (was set to shared before) 2022-05-26 09:28:49 +02:00
Takkkom
1e03fa7867
WASAPI排他にも関わらず共有になる問題の修正とWASPI共有の対応 (#201)
* WASAPI排他にも関わらず共有になる問題の修正とWASPI共有の対応

* Inversed WASAPI_Exclusive and WASAPI_Shared on ESoundDeviceTypeForConfig

(To keep WASAPI_Exclusive as 2 and WASAPI_Shared as 3 uniformely everywhere on the code)

Co-authored-by: 0auBSQ <58159635+0auBSQ@users.noreply.github.com>
2022-05-26 09:05:18 +02:00
Takkkom
c652035e1e
不要なコードの削除 (#200) 2022-05-26 01:07:06 +02:00
0aubsq
8cc267933e Generate a uniqueID with download url for downloaded songs 2022-05-25 21:18:31 +02:00
0aubsq
66b93aadbd Fix crash when quitting the online lounge menu without opening the ensou song select beforehand 2022-05-25 18:10:43 +02:00
0aubsq
67b2cabade Reapply some reverted changes 2022-05-25 17:55:27 +02:00
Takkkom
8f04433245
Boxを開いている状態で曲をダウンロードするとクラッシュする問題を修正 (#199)
* Boxを開いている状態で曲をダウンロードするとクラッシュする問題を修正

* 入れ子のboxに対応
2022-05-25 15:58:21 +02:00
0aubsq
2f94599b96 Transfer existing box.def to downloaded song subfolders if existing 2022-05-25 04:01:46 +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
4a7f2978f5 Add methods for fun mods 'AVALANCHE' (Randomize the scroll speeds of each chip/note) and 'MINESWEEPER' (replace at a certain probability notes by bombs) 2022-05-22 03:27:46 +02:00
0aubsq
c5996e4df7 Separate random and mirror mods for each players 2022-05-22 02:43:27 +02:00
0aubsq
3de86e5b25 Separate Doron/Stealth for each player 2022-05-22 01:45:53 +02:00
0aubsq
a8e5ea6ce4 Fix SENotes for joined notes (A, B) 2022-05-21 19:44:52 +02:00
0aubsq
ba15b8560b Rename assembly from 0.5.3.2 to 0.5.4 2022-05-21 18:45:42 +02:00
0aubsq
0c991c550c Remove bombs hit from bad count in dan result screen 2022-05-21 17:26:20 +02:00
0aubsq
945fb128bd Add the 'Bombs hit' and 'ADLIB count' exams for Dan charts 2022-05-21 17:19:08 +02:00
0aubsq
d30f025f2d Limit ADLIB coin bonuses to 10 2022-05-21 14:12:02 +02:00
0aubsq
dc367e63b1 Bombs no longer displays as bads on results, ADLIB no longer add a good note but give an extra coin per adlib hit 2022-05-21 13:51:13 +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
d99e9924da Merge branch 'main' of github.com:0auBSQ/TJAPlayer3-Develop-BSQ into main 2022-05-18 00:22:39 +02:00
0aubsq
61d9869031 Add the song Halcyon by Akako Hinami 2022-05-17 22:52:46 +02:00
Aoi_Tomoe
9a0531dac4
取説について触れてみました (#195)
* 取説について触れてみました

* Update README.md

* Update README.md
2022-05-17 14:51:12 +02:00
0aubsq
0b1b700a79 Add SE Notes for Konga notes, mine and purple note, Add Easy/Normal timezones for Dan songs using those difficulties, fix some parsing bugs 2022-05-16 20:11:38 +02:00