Henrik Rydgård
5297940807
Add new translation string (wav error message)
2023-09-11 22:56:34 +02:00
Narugakuruga
61d05aa614
Update zh_CN.ini
2023-09-09 18:11:43 +08:00
DDinghoya
23c00dcb35
Update ko_KR.ini
2023-09-09 12:58:51 +09:00
Henrik Rydgård
3bad94f7c7
Update Swedish translation
2023-09-07 13:57:49 +02:00
Henrik Rydgård
affed3c616
gamecontrollerdb.txt: Add only the lines we don't already have from the community-maintained list.
2023-09-07 12:12:17 +02:00
Narugakuruga
2bca5e10f6
Update zh_CN.ini
2023-09-05 00:15:58 +08:00
Narugakuruga
b6ddc7e5b5
Update zh_CN.ini
...
this version is the most complete one
2023-09-05 00:08:23 +08:00
Dominik
cef8491079
Update pl_PL.ini
...
More Polish translations and minor fixes once again.
2023-09-02 20:05:58 +02:00
Felipe
043ee699d3
Updated brazilian portuguese translation
...
Updated the strings for the release of the version 1.16.
2023-09-02 10:24:03 -03:00
Henrik Rydgård
dcaea02b70
Merge pull request #18044 from Domiiniik/patch-2
...
Update pl_PL.ini
2023-09-02 11:40:47 +02:00
TotalCaesar659
5459ca0fd0
Update Russian translation
2023-09-02 00:29:14 +03:00
Dominik
77f3da5991
Update pl_PL.ini
...
More work on Polish translation as well as more minor changes & fixes.
2023-09-01 22:28:22 +02:00
Henrik Rydgård
c8a61728c7
Even more translation strings
2023-09-01 15:45:13 +02:00
Henrik Rydgård
319415050d
A few
2023-09-01 15:40:54 +02:00
Benjamin Benda Gates
531ac9474b
Update th_TH.ini
2023-09-01 17:41:38 +07:00
Narugakuruga
a002ae8e3b
Update zh_CN.ini
...
for 1.16
2023-09-01 10:30:07 +08:00
Henrik Rydgård
c20747d9cb
Merge pull request #18033 from hrydgard/more-translation-strings
...
More translation strings
2023-08-31 23:35:12 +02:00
Henrik Rydgård
c1b1d7f56d
Add strings to all the inis
2023-08-31 23:29:37 +02:00
Henrik Rydgård
3fa9240e76
Fix some untranslatable / missing strings
2023-08-31 23:28:29 +02:00
TotalCaesar659
353bd9cd0a
Update Russian translation
2023-08-31 23:47:09 +03:00
Henrik Rydgård
c93a92d220
Merge branch 'master' into patch-1
2023-08-31 11:16:42 +02:00
Henrik Rydgård
62c9041060
Merge pull request #18011 from hrydgard/collapse-degenerate-volume-textures
...
Detect the simplest Tactics Ogre case (US/EU) early
2023-08-31 08:45:11 +02:00
Henrik Rydgård
92e600a1c0
Merge pull request #18013 from hrydgard/remove-bad-heuristic
...
Replace a too-simple heuristic with a compat flag, fixing Castlevania flicker.
2023-08-31 08:18:53 +02:00
Henrik Rydgård
03d2416b49
A few more strings
2023-08-31 01:27:28 +02:00
Dominik
13d98f92e8
Update pl_PL.ini
...
More retroachievements strings translated to Polish & minor existing translation fixes and improvements.
2023-08-31 00:35:47 +02:00
Felipe
489b30787d
Updated the brazilian portuguese translation
...
Updated the translation with the latest strings.
2023-08-30 10:50:07 -03:00
Henrik Rydgård
131163bf4c
Replace a too-simple heuristic with a compat flag.
...
Should fix the flicker in Castlevania.
Fixes #17517
The heuristic worked for Rainbow Six but broke Castlevania, so I'd rather
use a compat flag instead of breaking a different game until we can find a
more reliable heuristic for Rainbow Six.
2023-08-30 10:59:57 +02:00
Henrik Rydgård
30a165b1dd
Detect the simplest Tactics Ogre case (US/EU) early
...
Removes the need for the compat.ini flag for these versions, since we
can just treat the texture exactly as a regular 2D texture.
2023-08-30 10:27:19 +02:00
Henrik Rydgård
4a55803d41
Enable [DisallowFramebufferAtOffset] for WWE SvR 2006.
2023-08-29 14:44:59 +02:00
Henrik Rydgård
0cdfaffb48
Enable the FakeMipmapChange flag for US/EU Tactics Ogre, fixing replacement problem.
...
For correct lookups, without our texture replacement actually supporting
volume textures, we need to use this mechanism here too.
The game actually uses two mipmaps, but they're identical and point to
the same memory, so we treat them as a regular 2D texture instead for
purposes of both texturing and replacement. This is presumably legacy
from the initial Japanese version that needs to use multiple texture
layers. Similarly it does in in pairs.
This does actually not fully fix texture replacement for the Japanese
version, unfortunately. For that we need more proper support for these
weird textures in the texture replacement code - when I refactored it
before for more natural handling of regular mipmapping, this kinda got
lost.
2023-08-28 20:58:57 +02:00
Henrik Rydgård
f3d675ca64
After Burner: Black Falcon: Fix flickering video by enabling vertex depth rounding
...
Working workaround, don't see any obvious negative effects so let's just
go with it, this has been sitting around long enough.
2023-08-28 14:53:33 +02:00
Henrik Rydgård
26af6eb569
RetroAchievements: More connection notifications
...
Trying to make it harder for a user to accidentally run without achievements enabled.
2023-08-28 12:15:24 +02:00
DDinghoya
44e05cb74f
Update ko_KR.ini
2023-08-27 08:27:51 +09:00
Henrik Rydgård
d2d8688e47
Add "Create frame dump" to the in-game developer menu (that can be enabled in dev settings)
...
Makes it possible to create one without connecting the websocket
debugger, even on non-Windows platforms.
2023-08-24 14:41:35 +02:00
Henrik Rydgård
fb84444043
Merge pull request #17965 from hrydgard/load-clut-old-framebuffers
...
Add compat flag to not load CLUTs from old framebuffers
2023-08-24 14:24:24 +02:00
Henrik Rydgård
16d073c4ad
Add compat flag to not load CLUTs from old framebuffers
2023-08-24 10:30:37 +02:00
Henrik Rydgård
feb0ea245e
Add mappable key to toggle networking
...
Fixes #17352
Requested in #17343
2023-08-23 22:14:51 +02:00
Henrik Rydgård
765ac04892
Update translation files with new strings.
2023-08-23 17:54:28 +02:00
DDinghoya
3c61f4f5ce
Update ko_KR.ini
2023-08-21 22:53:17 +09:00
Motta7000
8f4cd41320
Update es_ES.ini
...
Hey i noticed that the archivements barely have any transalation to spanish so i worked on them! Also i noticed some mistranslations here and there. here is my fix for all of that!
2023-08-18 17:04:28 -03:00
Henrik Rydgård
88b3bdf857
Merge pull request #15840 from sum2012/Font-ltn12-hack
...
Hack to Fix Earth Saver Plus font
2023-08-18 15:41:46 +02:00
Henrik Rydgård
7f3f93a25b
Merge pull request #17919 from hrydgard/gamedatainstall_minor
...
GamedataInstall: Add simple progress bar
2023-08-18 00:57:50 +02:00
Henrik Rydgård
8a6e288fcc
Add checkboxes in developer tools to allow disabling ubershaders.
...
Might be helpful to diagnose performance problems on user devices.
Additionally, moves the texture replacement controls to the top. They
should probably be moved somewhere else entirely...
See #17918
2023-08-17 20:16:04 +02:00
Kung-chih
526916e0b8
Update zh_TW.ini
2023-08-17 23:01:26 +08:00
Henrik Rydgård
731d9b6d59
Merge branch 'master' into Font-ltn12-hack
2023-08-17 14:47:46 +02:00
Henrik Rydgård
1cf2a161a0
Replace the notifications with a bare-bones progress bar
2023-08-17 14:42:25 +02:00
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