1
0
mirror of synced 2024-12-12 15:51:16 +01:00
Commit Graph

90 Commits

Author SHA1 Message Date
DragonRatTiger
327df8d95c
VTT Parser rewrite + New features (#465)
* VTT Parser rewrite + New features

- Rewrote initial parser
- New features (font style, font & outline color, ruby text, multilang support) (timestamp tag not yet supported)
- VTT default colors & ruby-offset adjustable per-skin
- New & upgraded VTTs

* HTML character code fix for VTT

* Update DON'T LOOK BACK vtt (again) and add ENDOMANCER vtt

* TRIPLE HELIX vtt fix and 2 Steppin Love vtt addition

- Fixed spanish translation for TRIPLE HELIX lyrics
- Added lyrics for 2 Steppin Love

* Merge conflict fix

* Merge conflict fix (again)

literally what changed? lol

---------

Co-authored-by: 0auBSQ <58159635+0auBSQ@users.noreply.github.com>
2023-05-17 05:59:47 +09:00
0auBSQ
87226281b4 Reorganize the song folders, add support for a second layer (uncolorised) for the genre boxes on song select, support for #DEFAULTPREIMAGE and #SCENEPRESET on box.def for box-scope default preimages and use specific backgrounds per folder (Presets.json to be included on Open World Memories), you know the rules and so do I, a full COMMITment I'm thinking of 2023-05-17 05:23:10 +09:00
0auBSQ
dcbee94b3c .5 difficulties are now displayed as + instead of -, rerate Breaking Point Extra from 10.5 to 10.4 2023-05-05 20:07:38 +09:00
0auBSQ
5be5c8c4d4 SIDE metadata support for Tower charts and better display for Tower charts on the song select menu 2023-05-05 03:57:20 +09:00
0auBSQ
91df1fedae Add extra math for diagonal/vertical rolls (unfinished) 2023-05-04 03:43:33 +09:00
0auBSQ
68d3a2fc43 Add #313 and add MAKER tag (EXPLICIT tag if applied) for all songs 2023-05-03 23:12:09 +09:00
0auBSQ
2f01928f9e Add text BPM display and few code improvements 2023-05-03 20:59:47 +09:00
0auBSQ
22654cc157 [Song Select] Add support for Branch Chart icons & text, + and - display for decimal difficulties (10.3 can be displayed as 10-) 2023-05-01 08:17:21 +09:00
DragonRatTiger
e9d86f5a7d
Changing game lyric anchor + disabling lyrics on 4P+ (#459)
* Basic WebVTT support for song lyrics

* Sample VTTs for existing OpenTaiko Originals

- DON'T LOOK BACK
- Dear Stars
- Forever Fading Away
- TRIPLE HELIX

* Change lyric anchor & disable lyrics for 4P+

* oops hang on, forgot something
2023-03-31 07:49:26 +09:00
DragonRatTiger
e6a5968021
Basic WebVTT Support + Sample VTTs on existing OpenTaiko Originals (#458)
* Basic WebVTT support for song lyrics

* Sample VTTs for existing OpenTaiko Originals

- DON'T LOOK BACK
- Dear Stars
- Forever Fading Away
- TRIPLE HELIX
2023-03-26 07:25:55 +09:00
Takkkom
9cc5de4384
色々改善6 (#447) 2023-03-01 06:44:30 +09:00
0auBSQ
5b41dfba22 Fix Dear Stars offset 2023-02-23 09:08:40 +09:00
0auBSQ
c5ff6a6adb Vertical JSPOSSCROLL support (complex number) 2023-02-22 17:53:34 +09:00
0auBSQ
b11519ad9f Merge branch 'main' of https://github.com/0auBSQ/OpenTaiko 2023-02-22 02:43:41 +09:00
0auBSQ
5db0f7b13f Make JPOSSCROLL 3rd argument optional 2023-02-22 02:43:04 +09:00
Takkkom
f94ac68edd
色々改善 (#413) 2023-02-21 17:37:03 +09:00
Takkkom
50c614125e
ソートを変更すると閉じるが移動する問題の修正 (#385) 2023-02-17 12:32:29 +09:00
0auBSQ
2c0b60a6a3 More convenient save files management, few 5P bug fixes 2023-02-17 02:59:12 +09:00
Takkkom
dbf8dc9471
多人数プレイに対応 (#378)
* 多人数プレイに対応

* 不具合の修正
2023-02-15 09:27:05 +09:00
0auBSQ
0e6870b955 Add Sort by subtitle and Sort by displayed level sort options 2022-12-05 01:09:39 +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
d1a7eff7f5 Few progress on 1080p support 2022-11-07 05:03:09 +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
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
0aubsq
b9bcca4fc8 Fix #152 and branch score issues (except dan for now) 2022-08-25 11:30:52 +02:00
Takkkom
4e1628b4a1
同じ曲が含まれているフォルダを二つ以上開くと派生する不具合を修正 (#269)
* 同じ曲が含まれているフォルダを二つ以上開くと派生する不具合を修正

* 指摘された不具合の修正
2022-06-24 10:06:30 +02:00
0aubsq
9bc9b1d465 Fix #225 2022-06-18 09:06:54 +02:00
0aubsq
52cd66d2b6 Fix a game-breaking parsing issue for some dans with individual conditions 2022-06-18 05:38:00 +02:00
Takkkom
8193a37ced
ClapとYellowの連打に対応 (#249)
* ClapとYellowの連打に対応

* Taikoの場合は通常の連打に
2022-06-12 15:08:14 +02:00
0aubsq
2ebd7fc52c Already downloaded songs are not redownloable (Ticket #220) 2022-06-04 10:46:19 +02:00
0aubsq
eed4da4b31 Fix crash when quitting online lounge if the downloaded folder is still empty 2022-06-04 08:54:54 +02:00
0aubsq
39b8e7a8f0 Fix multiple crashes and better management of the songdict 2022-05-29 23:57:09 +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
Takkkom
8f04433245
Boxを開いている状態で曲をダウンロードするとクラッシュする問題を修正 (#199)
* Boxを開いている状態で曲をダウンロードするとクラッシュする問題を修正

* 入れ子のboxに対応
2022-05-25 15:58:21 +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
7f3bd0a5b0
曲をダウンロード可能に (#197)
* 曲をダウンロード可能に

* Commit漏れ

* Cacheフォルダがない場合クラッシュする問題を修正
2022-05-24 00:39:41 +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
945fb128bd Add the 'Bombs hit' and 'ADLIB count' exams for Dan charts 2022-05-21 17:19:08 +02:00
0aubsq
1fb8b24849 Fix another crash and reintroduce the E slot for notes by changing a command check function 2022-05-15 21:50:20 +02:00
0aubsq
2d07f77005 Fix crash on Dan-i Dojo (due to the letter E being recognized as a note, even when declaring EXAMs 2022-05-15 21:12:21 +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
e1c086b5b1 Centralize note type checks on the NotesManager class 2022-05-10 18:09:39 +02:00
0aubsq
39e42fb575 Implement Konga pink note (hit both blue/yellow and red) 2022-05-10 08:27:32 +02:00
0aubsq
5b3311243e Add PREIMAGE support, still have to adapt it to the current UI 2022-04-10 23:15:17 +02:00