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

486 Commits

Author SHA1 Message Date
0auBSQ
9b29bc1d28 Fix #334 2022-12-24 03:51:14 +09:00
0auBSQ
0e6870b955 Add Sort by subtitle and Sort by displayed level sort options 2022-12-05 01:09:39 +09:00
Takkkom
c25c744cf1
演奏画面のほとんどの画像の位置を自由に変更可能に (#332)
* 演奏画面のほとんどの画像の位置を自由に変更可能に

* 細かい演奏画面の不具合の修正
2022-12-04 21:24:19 +09:00
0auBSQ
701b5b9ab8 multiple song select screen additions and improvements 2022-11-30 22:33:42 +09:00
0auBSQ
77202fd346 Extra panel texture for custom skins 2022-11-29 19:15:31 +09:00
0auBSQ
6b7c3dd4c0 Merge branch 'main' of https://github.com/0auBSQ/OpenTaiko 2022-11-27 15:23:05 +09:00
0auBSQ
787ef28f3b Update CActSelect曲リスト.cs 2022-11-27 15:22:44 +09:00
Takkkom
a73719fb7b
マイルーム画面の画像の位置を自由に変更可能に (#327)
Co-authored-by: 0auBSQ <58159635+0auBSQ@users.noreply.github.com>
2022-11-27 15:22:12 +09:00
Takkkom
26b45e3e18
読み込み画面のキャラの移動距離を変更可能に (#331) 2022-11-27 15:20:17 +09:00
0auBSQ
00e982ddfc Fix a crash when songselect bar count is not 9 2022-11-27 14:35:29 +09:00
Takkkom
2accbf002b
選曲画面の画像の位置を自由に変更可能に (#330)
* 選曲画面の画像の位置を自由に変更可能に

* 演奏オプションの画像の位置を自由に変更可能に

* Levelの桁数によって数字の大きさを変更するように
2022-11-27 10:37:48 +09:00
0auBSQ
5b0fa77ce1 make skin thumbnail/preview resolution dependent and not texture dependent 2022-11-16 07:49:30 +09:00
0auBSQ
7ea9bad080 Fix ConfigMenu scroll animation for more than 10 boxes 2022-11-16 07:46:16 +09:00
0auBSQ
41be5d2af1 Center focus if Config_ItemBox_Count is not 10 2022-11-16 07:10:21 +09:00
0auBSQ
1df08dabe2 Add 2 options to customize the text gradiant color on the config menu 2022-11-16 07:04:41 +09:00
0auBSQ
8c0928c2e7 Add a Config_Font_Scale_Description parameter to customise the description box font size 2022-11-16 05:14:25 +09:00
Takkkom
9d20175a22
設定画面の画像の位置を自由に変更可能に (#326)
* 設定画面の画像の位置を自由に変更可能に

* ItemBoxの数を変更できるように
2022-11-13 23:28:35 +09:00
Takkkom
c4ac4c7aec
タイトル画面の画像の位置を自由に変更可能に (#324) 2022-11-13 05:31:59 +09:00
DragonRatTiger
d8cfd7c06c
Do not use SUBTITLE if localized title is used (#323)
+ a bonus edit : Allowing SUBTITLE to pick up an input w/o -- or ++ prefix
2022-11-07 17:51:43 +09:00
0auBSQ
0ff2764a67 Change "jp" lang string to "ja" to fit language code 2022-11-07 15:37:57 +09:00
0auBSQ
d1a7eff7f5 Few progress on 1080p support 2022-11-07 05:03:09 +09:00
0auBSQ
6ebac32e6b Fix #294 2022-11-05 14:56:29 +09:00
0auBSQ
1d5398e131 Fix gen4 score calculations for impossible balloons
Now gen4 score calculations cap the expected hit count to 16.6 per second for balloons on their formulas
2022-11-05 05:03:25 +09:00
0auBSQ
725f99bf2c Fit WindowWidth and WindowHeight to skin's resolution at each game launch or skin change
In order to prevent the need to edit Config.ini each time the window is resized by mistake, it's still possible to resize the window, but it will no longer be saved between instances, also window is now automatically resized when switching between 2 skins with different resolutions
2022-11-05 04:43:12 +09:00
0auBSQ
bbce3134a2 Fix #263 (x64 build is now playable) 2022-11-05 04:34:21 +09:00
0auBSQ
1790b1e9be Fix #311 (Add a SetRotation(angle, filename) function, usable in Lua backgrounds) 2022-11-05 04:13:47 +09:00
0auBSQ
5497db06b8 Allow the setting of the "Resolution" parameter on SkinConfig.txt 2022-11-05 03:30:36 +09:00
DragonRatTiger
b750729b47
Fixing Dan Exam Result saving method (#321)
* Remove "???" on Dan clear + fix up Exam Result saving

* (W.I.P.)

* Revert W.I.P. Dan hidden song fix

A proper fix can't be made at this time. Will prioritize Dan exam result fix instead.
2022-10-12 16:32:38 +09:00
Expédic Habbet
ce260d6996
Update CLang_zh.cs (#319)
Changed inappropriate translation of "Mob" from "暴徒" to "人群", which the "暴徒" usually refers to the riot that makes rebellion.
2022-10-10 22:18:49 +09:00
DragonRatTiger
656d88efcd
Saving & Loading Dan-i Dojo exam scores to ScoreIni (File only; No visuals) (#318)
* Localizing TJAs by parsing language-specific Title/Subtitle

Follows a similar style to Taiko Web's localized title/subtitle metadata by adding an abbreviation of the user's selected language to the TITLE and SUBTITLE command name.

* Using a more proper method for localizing title/subtitle

Hang on, that was a really bad method now that I looked at it.

Now has a readonly string instead of constantly concating strings.

* Saving Dan Dojo values to ScoreIni (W.I.P.; Global values bugged)

Dan Dojo scores are saved in `ExamResult#_#=#` format.

Global values currently return 0 regardless of what the user has scored. Currently looking into issue.

* Save & load Dan Dojo exam results (Global Exams fixed)
2022-10-10 19:29:58 +09:00
DragonRatTiger
82d6a6f911
Localizing TJAs by parsing language-specific Title/Subtitle (#315)
* Localizing TJAs by parsing language-specific Title/Subtitle

Follows a similar style to Taiko Web's localized title/subtitle metadata by adding an abbreviation of the user's selected language to the TITLE and SUBTITLE command name.

* Using a more proper method for localizing title/subtitle

Hang on, that was a really bad method now that I looked at it.

Now has a readonly string instead of constantly concating strings.
2022-10-08 11:20:35 +09:00
marseille
973e45b88c
make recently played songs configurable in Config.ini (#309) 2022-09-27 16:38:10 +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
7d87f8291a Fix #281 (Set autoplay off on first play) 2022-08-25 03:16:09 +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
HokkaidoPerson / ほっくり(北海道ゆっくり放送)
88706ec568
Fix #278 (#280) 2022-07-10 13:39:37 +02:00
WHMHammer
7cdd30590b
Chinese translation update (#275) 2022-07-08 10:17:24 +02:00
Takkkom
875f658947
曲を読み込んでいる間に選曲画面に入るとクラッシュする問題の修正 (#272) 2022-06-30 04:36:08 +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
d23ad9003a Fix the allocation bug (Text procedural textures being cached and allocated only once, disposing them broke the internal system) 2022-06-27 23:13:21 +02:00
0aubsq
5ea819e59d Attach OpenEncyclopedia Menu base functionalities, a text allocation bug to fix 2022-06-27 22:57:23 +02:00
0aubsq
64eb2848f9 minor fix 2022-06-27 20:55:16 +02:00
0aubsq
c14bef5da9 Complete the CEncyclopediaControler class 2022-06-27 20:50:24 +02:00
0aubsq
607b444ea5 Small situational crash fix 2022-06-26 20:52:15 +02:00
0aubsq
7bca4f1470 Fix broken json 2022-06-26 07:04:37 +02:00
0aubsq
672b64392e Minor fix 2022-06-25 20:43:48 +02:00