Commit Graph

13 Commits

Author SHA1 Message Date
西崎ハヤト
9f6ec5711e Fix the Chinese display issue on the loading page 2026-01-31 11:36:28 +08:00
jerrrrycho
45889a40a1 remove legacy background loading 2026-01-29 08:06:49 +01:00
5bced0b35c Temporary remove nvrhi renderer loading mode gradient 2025-10-29 22:12:08 +01:00
4c39961091 Temporary disable loading wheel 2025-10-14 20:46:51 +02:00
c834c5dd3f Change trivia json format for easier crowdin implementation 2025-10-14 20:45:08 +02:00
98c7b536e8 And one more place 2025-09-30 22:05:49 +02:00
71057e50fb Change did you know from "..." to "?" 2025-09-30 22:01:46 +02:00
f8b781e23f Fix random trivia engine 2025-09-30 20:51:59 +02:00
1f29aff90f Fix random trivia generator 2025-09-17 18:24:37 +02:00
d1372d0df7 Fix responsivity of loading UI 2025-09-16 01:12:49 +02:00
66c63c1e53 Set line width for trivia to maximum of 100 characters 2025-09-16 00:28:23 +02:00
f43d4b5201 Add trivia randomisation 2025-09-16 00:25:00 +02:00
jakubg1
5e2175302b Loading screen overhaul POC
The loading screen has been significantly changed:
- The background image is now properly picked randomly instead of taking the `textures/logo.bmp` file, prepended by an external program such as Rainsted/Starter.
- The progress bar has been moved from a floating window to a thin green line at the bottom of the loading screen.
- The log window is now hidden by default. It can be turned on by setting `loadinglog` to `true` in `eu07.ini`.
- There is an animated wheel icon on the loading screen, and a trivia text is displayed.

New translation key:
- `"Did you know"`

TODO:
- Load trivia from a separate file.
2025-09-10 01:53:22 +02:00