Henrik Rydgård
cd0f2eb401
Achievement list: Support the more detailed categorization, RC_CLIENT_ACHIEVEMENT_LIST_GROUPING_PROGRESS
2023-08-06 15:43:33 +02:00
DDinghoya
ac57b7d6cb
Update ko_KR.ini
2023-08-03 22:09:23 +09:00
Henrik Rydgård
cda59e8510
Vulkan: Keep track of some timestamps in a frame
2023-08-02 16:25:17 +02:00
Henrik Rydgård
0636893d1e
Remove "Toggle" from a couple of the overlay names
2023-08-02 13:13:41 +02:00
Felipe
0beec83a06
Fixed previous mistakes
...
My previous submission was incorrect because several strings were missing although i'm sure i got the english file for comparison correctly. Weird...
Thanks @hrydgard for showing the problem to me.
2023-08-01 16:26:52 -03:00
Felipe
99c44a6d59
Updated brazilian portuguese translation
...
Included the latest changes.
2023-08-01 12:58:40 -03:00
Henrik Rydgård
d998824381
Add missing strings
2023-08-01 13:52:20 +02:00
Henrik Rydgård
29c606f5d8
Allow choosing to see leaderboard entries "Near me". Highlight current user.
2023-08-01 13:52:20 +02:00
Henrik Rydgård
9f11784c7b
Add more missing strings
2023-08-01 13:16:59 +02:00
Henrik Rydgård
9a8919810b
Translation cleanups
2023-08-01 13:04:52 +02:00
Henrik Rydgård
f45176fd25
Allow configuring in which corner achievement notifications can show up.
2023-08-01 12:52:09 +02:00
Henrik Rydgård
1071e1f248
Move towards separate types for leaderboard events
2023-08-01 11:57:28 +02:00
Henrik Rydgård
3563d625b9
Allow configuring the location on-screen of leaderboard trackers.
2023-08-01 00:28:54 +02:00
Henrik Rydgård
42ae0fd85c
Update the sv_SE translation
2023-07-31 23:29:38 +02:00
Henrik Rydgård
b1751f8b41
Move the corner position strings from Networking (for Chat) to Dialog (general)
...
These strings will be used to configure positions for notifications.
2023-07-31 23:18:23 +02:00
Narugakuruga
99d5a90898
Update zh_CN.ini
2023-07-30 14:23:21 +08:00
Jaakko Saarikko
c2e6ec7f7e
Update fi_FI.ini
...
Translation work on Finnish language.
2023-07-29 17:15:50 +03:00
Henrik Rydgård
bf40eae4f8
Merge pull request #17789 from styxnix/master
...
Update fi_FI.ini
2023-07-27 16:54:03 +02:00
Benjamin Benda Gates
92b6613adf
Update th_TH.ini
2023-07-27 18:42:56 +07:00
Jaakko Saarikko
4789656b33
Update fi_FI.ini
...
Translation work on Finnish language.
2023-07-26 22:44:55 +03:00
Henrik Rydgård
2baba83f1a
Add a bunch of new icon images to the atlas.
2023-07-24 14:52:32 +02:00
GABO1423
6ce3ebc9c9
(Lang) Tweak Spanish Translations
2023-07-23 19:11:00 -04:00
Henrik Rydgård
95fd2eb7d3
Merge pull request #17767 from hrydgard/translation-consolidation
...
Translation: Consolidate a few strings
2023-07-24 00:04:07 +02:00
Henrik Rydgård
942df0198a
Merge pull request #17766 from hrydgard/single-threaded-rendering
...
Vulkan: Make multi-threaded rendering a developer option (previously always on)
2023-07-23 23:05:28 +02:00
Henrik Rydgård
386976b123
Translations: Add missing strings and sections
2023-07-23 22:56:48 +02:00
Henrik Rydgård
5cf4619c36
Combine a couple of translation strings. Fix up using Google Translate (ugh)
2023-07-23 22:56:44 +02:00
Henrik Rydgård
b118e25b6a
Vulkan: Make multithreaded rendering an option.
...
Multi-threaded rendering is good for smoothing out performance spikes
and increasing performance on low-power devices. However, the way we use
it it doesn't benefit latency (input lag) at all, rather the opposite.
So make it an option.
2023-07-23 22:06:01 +02:00
Henrik Rydgård
68c124d779
Merge pull request #17756 from hrydgard/alert-on-retroachievement-server-error
...
Improve handling of RetroAchievements login errors
2023-07-23 12:41:06 +02:00
Henrik Rydgård
95c5550071
Merge pull request #17765 from hrydgard/rapid-fire-interval
...
Make the rapid-fire interval configurable
2023-07-23 12:24:05 +02:00
Henrik Rydgård
34e76e88ea
Copy translation lines
2023-07-23 11:52:19 +02:00
Henrik Rydgård
d924b742c0
Make the rapid-fire interval configurable
...
Rapid-fire works by holding down the button mapped for Rapid-Fire. Once
that's held, the PSP face buttons, L, R and Start will be repeated while
held.
With this new setting, you can change the repeat interval from the
default of 5 frames.
The interval is specified as frames rather than as milliseconds or
something because that often maps better to game logic.
2023-07-23 11:49:25 +02:00
Henrik Rydgård
eb14c87a71
Allow configuring the game language separately from the PPSSPP UI language, with a new setting.
2023-07-23 11:30:04 +02:00
Henrik Rydgård
556ff1e3f1
Add missing language strings to ini files
2023-07-23 11:10:06 +02:00
Henrik Rydgård
0ab4c58343
Improve handling of server/token errors
2023-07-22 12:36:26 +02:00
Henrik Rydgård
8cfc4fe60d
Merge pull request #17647 from lvonasek/postshader_fake_reflections
...
Postshader - Fake reflections
2023-07-22 12:24:40 +02:00
Henrik Rydgård
fbf10e132b
Allow entering an exact Mac address, while keeping the randomization ability
...
Fixes #16546
2023-07-21 23:50:30 +02:00
Henrik Rydgård
ace217008a
In D3D11, force block compressed textures to have dimensions divisible by 4
...
Fixes #17745 (crash when loading certain texture packs in D3D11)
This is an old unfortunate limitation. Only applies to the top mip
level, which makes it obvious that it's kinda unnecessary for the
hardware and indeed, Vulkan and OpenGL don't have this limitation.
2023-07-20 19:44:00 +02:00
DDinghoya
3770b3af04
Update ko_KR.ini
2023-07-19 23:07:47 +09:00
Henrik Rydgård
370bb4c315
More progressbar improvements
2023-07-18 15:52:14 +02:00
Henrik Rydgård
ee634e0d32
Add Encore Mode warning on Achievements screen
2023-07-16 22:12:06 +02:00
Henrik Rydgård
ec8b041f73
Remove unused strings, copy new ones
2023-07-16 16:45:54 +02:00
Henrik Rydgård
4a7ac59389
Translation fixes
2023-07-16 16:33:35 +02:00
Henrik Rydgård
8a59ed0062
Add function ApplySafeSubstitution for translation strings with parameters
2023-07-16 16:26:49 +02:00
Henrik Rydgård
bd4f3f8953
Start work on making sound effects customizable
2023-07-16 12:56:46 +02:00
Henrik Rydgård
437a984d7f
Quick message fix for games with no achievements but still recognized by RA
2023-07-14 15:28:02 +02:00
Henrik Rydgård
aa4264a192
RetroAchievements: Better handling of not being online when trying to log in
2023-07-13 11:26:43 +02:00
Henrik Rydgård
c6d33957af
Add a checkmark icon. Rebuild the UI icon atlas image
2023-07-13 11:02:15 +02:00
Henrik Rydgård
a21d70f5b4
Merge pull request #17665 from lvonasek/postshader_bloom
...
Postshader - New version of bloom
2023-07-13 10:18:38 +02:00
Henrik Rydgård
943bfb7329
Show a warning message on login failure
2023-07-12 19:55:53 +02:00
Henrik Rydgård
af92430b18
Achievement Unlocked and Leaderboard Submitted sound effects
2023-07-12 19:55:53 +02:00