Henrik Rydgård
481d0fd18c
Switch TouchInputFlags to enum class, fix some minor UI issues
...
Scroll views now only wheel-scroll if the mouse is hovering over them.
2025-12-19 11:38:56 +01:00
Henrik Rydgård
7b05ccafd4
Remove unnecessary linebreaks
2025-11-10 15:34:53 +01:00
Henrik Rydgård
3895bab1dc
Fix more translation issues
2025-08-29 22:52:17 +02:00
Henrik Rydgård
d4c9e631a9
Fix more translation issues
2025-08-29 01:07:51 +02:00
Henrik Rydgård
23314d1d1a
Add shortcut to access the remote debugger from the built-in devmenu
2025-08-24 11:17:18 +02:00
Henrik Rydgård
bf62db1846
Prompt tweak
2025-08-22 15:43:40 +02:00
Henrik Rydgård
de6d589334
More work on using aliasing
2025-08-22 14:26:59 +02:00
Henrik Rydgård
e02d6c531f
Tweak the block translation
2025-08-22 14:18:21 +02:00
Henrik Rydgård
ed940a9d38
Introduce alias maps built from the reference translation
2025-08-22 14:04:34 +02:00
Henrik Rydgård
d62f89618a
Work on AI-assisted bulk translations
2025-08-22 13:31:30 +02:00
Henrik Rydgård
4a73560dbd
Work on langtool from another branch
2025-08-22 12:28:00 +02:00
Henrik Rydgård
474a5a1329
Warn the user if the desktop display refresh rate is set too low.
...
Thanks to Arethien on Discord for highlighting this problem.
2025-08-21 10:47:24 +02:00
Henrik Rydgård
9c82e1ebee
langtool: Add basic AI translation support
2025-08-21 01:01:17 +02:00
Henrik Rydgård
48e414fd0e
Update langtool to latest Rust edition, run clippy fix
2025-07-20 10:25:40 +02:00
Henrik Rydgård
53718cdb21
Add option to allow speed control while connected
...
It's pretty easy to cheat this anyway by using an old PPSSPP, and some
people seem to want this for PSO.
I put it at the bottom of network settings and added "(not recommended)"
to emphasize that it's, well, not recommended.
2025-06-11 10:36:24 +02:00
Henrik Rydgård
e59a9c3248
langtool: Add support to import a single string translated to all languages in a bulk form.
2025-05-25 11:22:05 +02:00
Henrik Rydgård
0351eab366
langtool: Add new command "get-new-keys", to find keys in translated languages that are not in en_US.ini, verbose flag
2025-03-03 15:19:20 +01:00
Henrik Rydgård
05b2d2b19d
Make a new error message for invalid zip files. Re-use the old translation
2024-12-02 09:45:35 +01:00
Henrik Rydgård
fb075608c3
Langtool: Replace outdated structopt dependency with clap. Gets rid of a github security warning
2024-04-03 08:53:27 +02:00
Henrik Rydgård
21d5257fbf
Translation keys etc: Address feedback from TotalCaesar659
2024-01-23 19:23:23 +01:00
Henrik Rydgård
5bf6625740
Translation string
2024-01-20 23:11:30 +01:00
Henrik Rydgård
75a59d100a
langtool: When renaming the key of untranslated strings, also change the value.
2023-11-30 17:43:33 +01:00
Henrik Rydgård
b76d519682
Minor langtool update
2023-11-26 11:43:40 +01:00
Henrik Rydgård
9f11784c7b
Add more missing strings
2023-08-01 13:16:59 +02:00
Henrik Rydgård
a1d9dd47eb
Add missing strings
2023-04-12 22:55:35 +02:00
Henrik Rydgård
ddab8fc0db
langtool: Update, fix clippy warnings, just because
2023-03-12 12:26:26 +01:00
Henrik Rydgård
cdca958781
Change "Customize tilt..." to "Tilt control setup"
2023-02-02 11:05:33 +01:00
Henrik Rydgård
4802e7810b
langtool: improve insertion of missing sections (logging, empty line)
2022-12-12 10:23:27 +01:00
Henrik Rydgård
3ba37f4e77
Langtool: Add --dry-run support
2022-11-29 09:57:18 +01:00
Henrik Rydgård
dbd799bce3
Add new translation key "Aspect Ratio"
2022-11-27 19:44:45 +01:00
Henrik Rydgård
f02c983a63
lang: Remove obsolete keys, add new untranslated ones :(
2022-11-06 19:44:16 +01:00
Henrik Rydgård
af54ff7941
langtool: Run fmt, remove wrong comments
2022-09-03 10:53:47 +02:00
Henrik Rydgård
759dc25503
langtool: Add easy command to remove a key.
2022-09-03 10:52:48 +02:00
Henrik Rydgård
a983828731
langtool: Add command move-key to move a line globally from one section to another. Update deps
2022-07-13 01:18:48 +02:00
Henrik Rydgård
6da46beb66
Use the structopt crate to add some nice subcommands to langtool.
2021-09-22 23:57:07 +02:00
Henrik Rydgård
9dd2053867
Split langtool into multiple source file.
2021-09-22 23:55:36 +02:00
Henrik Rydgård
a2dc17e405
langtool: have functions both to delete and comment out unused lines.
2021-09-21 20:16:48 +02:00
Henrik Rydgård
16e7ba1c83
More fixes to langtool
2021-09-21 20:16:48 +02:00
Henrik Rydgård
75f50b0506
langtool: Automatically comment out lines that are not present in en_US.ini.
...
This helps find a multitude of issues, including missing strings in en_US.ini.
2021-09-21 08:55:46 +02:00
Henrik Rydgård
f2fe53e8fe
langtool: Fix clippy warnings
2021-09-21 08:03:53 +02:00
Henrik Rydgård
90f0a6d78b
langtool: Ignore comments when syncing lines
...
langtool: Don't automatically copy translators.
2021-09-21 08:03:53 +02:00
Henrik Rydgård
fe8ef7c596
Don't process the README.md
2021-09-21 01:03:16 +02:00
Henrik Rydgård
7008320719
Handle BOM
2021-09-21 01:01:40 +02:00
Henrik Rydgård
6e261cf86e
Add little langtool for copying missing language ini strings
2021-09-21 00:51:21 +02:00