DragonRatTiger / リュウコ
e489de89a5
0.6.0.39 - Minor updates ( #783 )
...
- The default font for most languages (when a skin doesn't include a font for that language) has been set to Noto Sans JP
- The font size for the Offset text on the Calibration screen can now be adjusted
- Fixed the user rename screen being off-center for resolutions other than 1920x1080
- Lua security update
2025-01-16 17:18:47 +09:00
DragonRatTiger / リュウコ
96d73be148
0.6.0.38 - Correctly load Clear sounds & pan according to player count ( #781 )
...
- Correctly load clear sounds & pan according to player count
- Adjust Korean translations (AsPho)
2025-01-11 13:03:51 +09:00
Wei-Cheng Yeh (IID)
2f4cddd2fe
refactor - SampleFramework -> FDK ( #780 )
2025-01-08 06:54:07 +09:00
Wei-Cheng Yeh (IID)
1e9fd20494
0.6.0.37 - text console logging enhancement ( #779 )
...
- [Fix] Saves.db3 failures no longer cause crashes
- [Fix] Prevent crashes if FX Script.lua has Lua errors
- [Fix] Gameplay debug info now shows at the right place
- [Feat] LogNotification messages now show on screen top (FX and BG Lua script error, preimage-not-found warning, complex number format warning, modal-window-not-closed error, TJA parsing error)
- [Feat] BG Lua script errors are now logged
- [Feat] TJA parsing errors are now logged and as warnings.
- [Feat] TextConsole messages now respect to font height
2025-01-08 06:34:18 +09:00
DragonRatTiger / リュウコ
a865b47c15
0.6.0.35 - Add Trigger & Thumbstick support for Gamepads ( #776 )
...
- Add Trigger & Thumbstick support for Gamepads
2025-01-06 06:00:39 +09:00
DragonRatTiger / リュウコ
3e16bbcdc3
0.6.0.32 - Input Device QoL ( #775 )
...
- Allow input devices to be recognized after plugging in past startup
- Fix joystick devices failing to send inputs (Fixes tatacons)
- Unsupported keyboard key inputs no longer crash the game
- Devices being plugged/unplugged are now logged
2025-01-02 18:03:43 +09:00
DragonRatTiger / リュウコ
f94adf2313
0.6.0.31 - Misc updates ( #772 )
...
- Change OpenTaiko.log's encoding to UTF-8
- Fallback to SkiaSharp's default typeface if all other methods fail
- Log Egl related errors
2024-12-30 19:07:06 +09:00
Wei-Cheng Yeh (IID)
86d13b7d1c
0.6.0.26 - Fix input timestamp inaccuracy ( #761 )
...
- Fix Buffered Inputs
- Fix input lag on VSync
- Fix inputs being fps-restricted
2024-12-08 10:18:14 +09:00
Wei-Cheng Yeh (IID)
7e73a8314f
0.6.0.25 - Prevent CCounter from halting due to very large BPM ( #759 )
...
- Prevent CCounter from halting due to very large BPM
2024-12-06 19:56:34 +09:00
Julian Holfeld
fcf4f80b34
File Scoped Namespace Declarations ( #716 )
...
* refactor: file-scoped namespace OpenTaiko
* refactor: file-scoped namespace FDK
* refactor: dotnet format
2024-10-24 00:37:21 +09:00
DragonRatTiger / リュウコ
e87212ea60
More stuff and also imgui ( #717 )
...
* Add names to input devices
* Deprecate unused textures
* ImGui debugging - track Script.lua textures
* ImGui debugging - track Module textures
* ImGui debugging - track Kusudama textures
* actually let's not put that in a tree
* Remove unused input methods for now
* Update ImGuiDebugWindow.cs
* Update OpenTaiko/src/Common/ImGuiDebugWindow.cs
Co-authored-by: Wei-Cheng Yeh (IID) <iid@ccns.ncku.edu.tw>
* Further simplify lyric sandwich
---------
Co-authored-by: Wei-Cheng Yeh (IID) <iid@ccns.ncku.edu.tw>
2024-10-24 00:10:43 +09:00
DragonRatTiger / リュウコ
6e8be10105
ImGui debugging - view CTextures & Inputs ( #713 )
...
* ImGui debugging - view CTextures & Inputs
* Update CDTX.cs
2024-10-22 07:28:22 +09:00
0auBSQ
f88cd1d676
unlockables and minor fixes
2024-10-21 06:07:10 +09:00
Julian Holfeld
c610b3ad93
Translate japanese variables and code (part 2) ( #708 )
...
* feat: translate CConversion
* feat: CConfigIni part 1
* feat: CConfigIni part 2
* feat: CConfigIni part 3
2024-10-21 01:54:08 +09:00
0auBSQ
cd8e916e70
ow the edge
2024-10-18 23:08:55 +09:00
DragonRatTiger / リュウコ
b29b7b20b6
Multiple changes, read desc ( #704 )
...
* Fix individual gauge exam bricking global gauge exam
* Correctly display individual exam gauge
* Fix background presets crashing on null entries
* oops, forgot to check if its null
* imgui stuff
2024-10-18 21:57:52 +09:00
0auBSQ
fc88d051a9
few unlockables improvements
2024-10-18 07:45:12 +09:00
0auBSQ
1baaa856ec
yes
2024-10-17 04:38:13 +09:00
DragonRatTiger / リュウコ
52e2627871
ImGui debugging controls ( #702 )
...
* ImGui debugging controls
* re-private context
* Update ImGuiDebugWindow.cs
2024-10-17 03:04:15 +09:00
0auBSQ
b3e0ba1f72
.net 8
2024-10-16 21:11:50 +09:00
Julian Holfeld
59aea071d4
Translate japanese variables and code ( #697 )
...
* feat: translate animation files
* feat: translate プロパティ properties
* feat: translate クラス class
* feat: CConfigIni.cs first translations
* feat: mostly renames of コンストラクタ -> Constructor
* refactor: remove dead code and redundant overrides CActSortSongs
* feat: translate enums
* feat: capitalize enums
* refactor: rename C定数.cs to CConstants.cs
* fix: refactor of Caps Enums
* refactor: standardize enum PascalCase
* refactor: nMsWaitPreviewSoundFromSongSelected
* refactor: nMinDisplayedCombo
* refactor: bNoAudioIfNot1xSpeed
* refactor(doc): linear movement specifier
* refactor: validity -> enabled
* refactor(doc): remove difficulty doc
* refactor: EGameplayScreenReturnValue
* refactor: BM- and HBScroll
* refactor: Text and Image in EDifficultyDisplayType
* refactor: ERollState
* refactor: survival and survival hard
* refactor: prefix Ms
* refactor: Log names
* revert: remove sorting options comments
* refactor: remove DTXMania sorting options
2024-10-15 18:15:49 +09:00
DragonRatTiger / リュウコ
f532144205
Minor adjustments ( #700 )
...
* Correctly scale mini display for videos on >720p skins
* Stop drawing tower floor count on song select for now
* nvm i fixed it
* allow diff number to be positioned for tower/dan
* adjust OWM assets
* Correctly scale screenshots to intended size
* Do not rescale window when skin changes
* actually nevermind this looks better in white
* new skin ver 😃
* wait hang on i'm dumb
2024-10-15 17:52:27 +09:00
0auBSQ
cd316d2ca1
Support color tags on vertical texts (gradiant works only with horizontal text)
2024-10-02 00:56:12 +09:00
DragonRatTiger / リュウコ
d7d7664497
Fix game window violently resizing itself on Linux ( #673 )
...
* Fix game window violently resizing itself on Linux
* This isn't necessary either
2024-08-09 19:41:32 +09:00
0auBSQ
eac405196a
rename namespace from TJAPlayer3 to OpenTaiko and the TJAPlayer3 class to OpenTaiko
...
might require a song hard reload in some cases
2024-08-04 09:49:18 +09:00
0auBSQ
e8ab079e4d
Squashed commit of the following:
...
commit 6ca0743f50f47884b9c51a517920d5c34657ce85
Author: 0auBSQ <58159635+0auBSQ@users.noreply.github.com>
Date: Fri Jul 26 21:39:38 2024 +0900
cleanup
commit 756a9370b02066d33aae2a0eaab9aff72dcfd24f
Author: 0auBSQ <58159635+0auBSQ@users.noreply.github.com>
Date: Fri Jul 26 21:33:24 2024 +0900
apply cleanup
commit 75d3fd0da8edbff96a10575d9b1324073c168e4b
Author: 0auBSQ <58159635+0auBSQ@users.noreply.github.com>
Date: Fri Jul 26 19:53:27 2024 +0900
Update Taiko hitsounds to Dashy's 2P hitsounds, old Taiko hitsounds are renamed to "Old Taiko"
commit ba18fb6832f6c3b1dfd39232e0bb70567f48db1a
Author: 0auBSQ <58159635+0auBSQ@users.noreply.github.com>
Date: Fri Jul 26 19:52:19 2024 +0900
oopsie
commit 4806f53c493715c7dc4ad87c97406d1e507108e8
Author: 0auBSQ <58159635+0auBSQ@users.noreply.github.com>
Date: Fri Jul 26 17:27:21 2024 +0900
fix memory leak
commit 5ae90c94f33a92dab4979d4be98c2ea56c7d4273
Author: 0auBSQ <58159635+0auBSQ@users.noreply.github.com>
Date: Fri Jul 26 17:06:36 2024 +0900
fix nameplate unlockables and upgrade nlua and system.text.json
commit 57daa487c1b3ffdebb1ead7421a33df07009516d
Author: 0auBSQ <58159635+0auBSQ@users.noreply.github.com>
Date: Fri Jul 26 01:12:54 2024 +0900
oopsie
commit 88a15defc17acd4c6146bc6276e3ec7884d74afa
Author: 0auBSQ <58159635+0auBSQ@users.noreply.github.com>
Date: Fri Jul 26 01:07:31 2024 +0900
Squashed commit of the following:
commit c99443a7d3692106e54d427c50a9c631cf743be0
Author: Ashiro12138 <ashiro12138@gmail.com>
Date: Fri Jul 26 01:29:15 2024 +1000
Chore/add editor config (#656 )
* Create .editorconfig
* format ENTIRE project
* Remove unnecessary import or usings
Sort Imports or usings
Apply file header preferences
* Fix build error by adding import
commit c47c9c940034f448bdce93dec0229d986690710c
Author: 0auBSQ <58159635+0auBSQ@users.noreply.github.com>
Date: Thu Jul 25 02:11:10 2024 +0900
Update Script.lua
commit eee9350d2fa790fd555df32edfd418e61bf83b6d
Author: 0auBSQ <58159635+0auBSQ@users.noreply.github.com>
Date: Thu Jul 25 02:05:16 2024 +0900
badges
commit a26c76aa60a3de9bb3f9ad1118b7a972e4000100
Author: 0auBSQ <58159635+0auBSQ@users.noreply.github.com>
Date: Thu Jul 25 01:44:49 2024 +0900
stars
commit c571070428e6f54bbf8e3157273d3da99579500c
Author: 0auBSQ <58159635+0auBSQ@users.noreply.github.com>
Date: Wed Jul 24 23:57:02 2024 +0900
improve nameplate lua script
commit f6a08d3a5043c12131fee0c394ea5315fda51918
Author: 0auBSQ <58159635+0auBSQ@users.noreply.github.com>
Date: Wed Jul 24 23:40:52 2024 +0900
base
2024-07-26 21:48:06 +09:00
Ashiro12138
c99443a7d3
Chore/add editor config ( #656 )
...
* Create .editorconfig
* format ENTIRE project
* Remove unnecessary import or usings
Sort Imports or usings
Apply file header preferences
* Fix build error by adding import
2024-07-26 00:29:15 +09:00
0auBSQ
ef75fc74b0
Rock the dragon (and fix vertical JPOSSCROLL maybe)
2024-07-01 21:02:11 +09:00
0auBSQ
1832fc2db9
Color tag in texts and descriptions for characters/puchis
2024-06-30 21:21:46 +09:00
DragonRatTiger / リュウコ
62945c0175
Too many changes to summarize, read description ( #619 )
...
* Fix Dan Dojo ignoring Global Offset
* oops, someone forgot to update/draw the other AI Win scripts
* Skip long-holding P & go straight to P1 save file if possible
* Add timestamp variable to Lua API
Synced to chart
* Add English variants of language names
* minor change to language list
* Add Config menu BGM for OWM
* Add keybinds for Training Mode
my hands hurt
also delete key & arrow keys can be used in keybinds
also branch keys can only be used in auto & training
* Update Favorite.png
* List all inputs devices in TJAPlayer3.log
* Fix Training Mode skipback keybind not being saved correctly
* Invalid Scene Preset now points to default Scene Preset (if possible)
* wait no i did it wrong, THIS fixes invalid scene presets
* Append new entries to new langs
2024-05-03 17:36:14 +09:00
Takkkom
964b48c008
サブフォルダの展開と動画の不具合を修正 ( #598 )
...
* フォルダの不具合を修正
* 動画のクラッシュと表示の問題を修正
2024-04-16 18:38:12 +09:00
0auBSQ
3203746bd0
Fix screenshots not working if the screen wasn't resized
...
Closes #553
2024-04-14 15:32:56 +09:00
Takkkom
0daa0a5da1
タワーの終了演出とノーツの描画を修正 ( #573 )
2024-02-14 20:06:37 +09:00
Takkkom
9d83b340fb
Windowのiconを修正 ( #569 )
2024-01-27 17:27:08 +09:00
0auBSQ
a97ea616e3
Fix #551 and more code translation
2024-01-27 17:26:09 +09:00
0auBSQ
24e55eaef6
Update SkiaSharp and translate some code to english
2024-01-27 16:50:43 +09:00
DragonRatTiger / リュウコ
8211e55e48
Add keybinds for some System controls ( #566 )
2024-01-14 17:48:00 +09:00
ivan k
d2cc907b32
Fix joystick support ( #543 )
2024-01-13 03:44:25 +09:00
0auBSQ
51d553d9d8
Temporary fix for segfaults on linux and fix crash on the genre box texture since its case sensitive
2023-11-25 12:14:37 +09:00
Takkkom
cfdf0d42f5
Linuxの起動できない問題を修正2 ( #531 )
2023-11-23 11:04:07 +09:00
0auBSQ
911a99126c
Fix Multi and Screen blending methods (Fix black nameplate when gold dan title)
2023-11-21 23:10:33 +09:00
Takkkom
c1cd89053d
linuxの起動できない問題を修正 ( #529 )
2023-11-20 18:04:00 +09:00
Takkkom
a7225d582a
描画をAngleに変更 ( #523 )
...
* Angleに対応
* oops
* 起動しない問題を修正
* 例外を正確にトレースするように
* テクスチャ読み込みのクラッシュをトレースするように
* バグ修正
* 要望で変更
* リザルトの雲を縮小
2023-11-18 14:18:48 +09:00
Takkkom
f299b433ec
マイナーフィックス ( #518 )
...
* スクリーンショットの透明度の問題を修正
* メモリリークの修正
2023-11-03 18:01:54 +09:00
Takkkom
a9027d18b2
いろいろ改善14 ( #513 )
...
* 任意のGenreBarに対応
* バグ修正
* アイコンを修正
* クラッシュを修正
* 非同期スクリーンショットに対応
* コミット漏れ
* テクスチャの非同期読み込みに対応
2023-10-27 20:28:58 +09:00
Takkkom
56c7a4bb5f
ウインドウのアスペクト比を維持するように ( #512 )
...
* ウインドウのアスペクト比を維持するように
* 修正
* 修正2
2023-10-22 20:08:52 +09:00
DragonRatTiger / リュウコ
49be86d49f
Allow Skins to load their own fonts ( #507 )
...
Can be loaded via. name of the font (must be installed first) or can use file directory
2023-10-15 13:50:22 +09:00
Takkkom
42a128d76a
スクリーンショットのクラッシュを修正 ( #506 )
2023-10-10 18:13:15 +09:00
Takkkom
ae80ece578
新マイルームを実装 ( #496 )
2023-09-20 09:33:59 +09:00
Takkkom
13d166c3ce
ゲームパッドの問題を修正 ( #494 )
...
* ゲームパッドを修正、タタコンは無理だった
* oops
* oops2
2023-09-18 14:55:41 +09:00