jdgleaver
26c01dd34c
(RGUI) Add option to always stretch menu to fill the screen
2020-05-11 11:38:24 +01:00
jdgleaver
63644ac761
(GLUI) Add desktop-style playlist view mode
2020-05-09 14:53:52 +01:00
im4potato
09e54d1e75
US Translation: Fix spelling of "checkerboard" to match other settings
2020-05-07 21:05:30 -07:00
im4potato
38c8369e58
US Translation: Add back RGUI_BORDER_FILLER_THICKNESS
2020-05-07 20:58:50 -07:00
Guo Yunhe
ab7c2f23cf
unify "show/hide" -> "show or hide"
2020-05-01 21:17:52 +03:00
jdgleaver
3f2ba2e791
Add option to mute audio when fast-forwarding
2020-05-01 12:19:31 +01:00
Autechre
9c100ded3a
Merge pull request #10535 from jdgleaver/ozone-metadata-toggle
...
(Ozone) Enable second thumbnail/content metadata toggle using RetroPad 'select'
2020-04-30 15:52:51 +02:00
jdgleaver
0b294faa71
(Ozone) Refactor footer display
2020-04-29 17:54:49 +01:00
im-4-potato
0c40b2b3ef
Merge remote-tracking branch 'upstream/master'
2020-04-27 14:55:08 -07:00
Autechre
6642868b86
Merge pull request #10518 from guoyunhe/patch-5
...
Unify mixer settings strings
2020-04-27 23:06:13 +02:00
im-4-potato
fcb4933671
US Translation: A few fixes for Title Case
2020-04-27 13:43:55 -07:00
im-4-potato
571d9708e1
US Translation: Sync with other changes
2020-04-27 13:18:30 -07:00
Autechre
bd319de5cf
Merge pull request #10517 from guoyunhe/patch-4
...
Force Aspect -> Force Aspect Ratio
2020-04-27 20:30:13 +02:00
im-4-potato
6921ca44a7
US Translation: More Fixes
2020-04-26 17:07:06 -07:00
im-4-potato
7b4a4d1da4
US Translation: More Fixes
2020-04-26 17:00:59 -07:00
im-4-potato
60cfbce48b
US Translation: More fixes
2020-04-26 14:51:20 -07:00
im-4-potato
3e3a84a602
US Translation: More fixes
2020-04-26 12:36:47 -07:00
im-4-potato
68021903c9
US Translation: More minor fixes
2020-04-26 03:15:24 -07:00
im-4-potato
f803ee2c0b
US Translation: A few more "save state" fixes
2020-04-26 03:00:16 -07:00
Guo Yunhe
c40f2ae5bb
Unify mixer settings strings
2020-04-26 12:14:57 +03:00
Guo Yunhe
8d71714446
Update msg_hash_us.h
2020-04-26 11:36:18 +03:00
Guo Yunhe
cc6a5a6077
Update msg_hash_us.h
2020-04-26 09:37:34 +03:00
Guo Yunhe
004588d627
Update msg_hash_us.h
2020-04-26 09:30:49 +03:00
Guo Yunhe
49d0045434
Force Aspect -> Force Aspect Ratio
2020-04-26 09:24:11 +03:00
Guo Yunhe
f5c7b1bf73
Framerate -> Refresh Rate
...
Based on the key and context, here should be `refresh rate` instead of `frame rate`.
2020-04-26 08:55:48 +03:00
im-4-potato
6972492fb4
US Translation: Changes tabs back to spaces
2020-04-25 20:52:10 -07:00
im-4-potato
311a7d40d2
US Translation: Style changes and more cleanup
2020-04-25 20:40:29 -07:00
Autechre
89c405b196
Merge pull request #10487 from jdgleaver/playlist-compression
...
Add optional playlist compression
2020-04-23 13:30:58 +02:00
Autechre
62c2842c86
Merge pull request #10478 from WeedyWeedSmoker/French-translation-update
...
French: Add optional save (SRAM) file compression, Clean up and organize FR translation & Formatting
2020-04-23 04:23:23 +02:00
jdgleaver
fa9290cf1e
Add optional playlist compression
2020-04-21 16:44:26 +01:00
jdgleaver
0d1fd657ab
Add optional save (SRAM) file compression
2020-04-20 12:48:40 +01:00
Weedy Weed Smoker
b4cadb1a16
Caught another formatting error…
2020-04-20 06:49:17 +07:00
Weedy Weed Smoker
a2192b14db
Caught a formatting error…
2020-04-20 06:18:39 +07:00
Weedy Weed Smoker
88d162452a
French: Clean up and organize FR translation
2020-04-20 04:53:17 +07:00
im4potato
d5d4c1a319
msg_hash_us.h: Clean up and organize US translation ( #10460 )
...
* msg_hash_us.h: Clean up and organize US translation
* msg_hash_us.h: More cleanup
* msg_hash_us.h: Update to latest version after syncing with upstream
* msg_hash_us.h: Removed indents from preprocessor lines
Co-authored-by: im-4-potato <jordan@desktop.localdomain>
2020-04-17 21:07:51 -05:00
Weedy Weed Smoker
875bb8bda3
International: Formatting corrections
2020-04-17 03:52:25 +07:00
jdgleaver
233456df47
Add optional save state compression
2020-04-15 15:48:41 +01:00
jdgleaver
223cae66c1
(Playlist Management) Add optional per-playlist alphabetical sorting
2020-04-10 17:07:49 +01:00
trioan
f466cc5143
msvc 2017 -- HAVE_ODROIDGO2 compile fixes
2020-03-29 03:20:34 +00:00
valadaa48
6e4228b054
Add drm_go2_ctx for odroidgo2
...
- Revert odroidgo changes to drm_ctx
- Introduce new drm_go2_ctx specifically for odroidgo2 (and libgo2)
- Add hw_scaling option to mitigate builtin gl scaling/filtering and to
use libgo2 and rga's hw scaling and bicubic filtering via librga. The
quality of the image is improved by this and should be a bit faster.
Credits to CrashOverride for the initial libgo2 port and
commit to RA. And to natinusala for the initial cleanup/commit in the original
drm_ctx driver. NOirBRight for finding this setting and testing.
2020-03-28 03:30:28 +00:00
twinaphex
ac72d19f5c
Update msg_hash_us.h
2020-03-27 18:04:36 +01:00
twinaphex
9f7e55e59d
(intl) Remove HAVE_VIDEO_LAYOUT ifdefs
2020-03-26 03:05:21 +01:00
Autechre
af52212e6d
Merge pull request #10310 from Ryunam/lastplayed-timedate
...
Update timedate style options for Last Played sublabel metadata
2020-03-24 18:16:12 +01:00
jdgleaver
e24274a314
(Manual content scanner/playlist cleaner) Prevent redundant playlist entries when handling M3U content
2020-03-20 14:26:08 +00:00
Ryunam
5a8106308e
Update timedate style options for Last Played sublabel metadata
2020-03-19 18:47:42 +01:00
Ryunam
0310f6dafd
Add European timedate style (DD/MM/YYYY) and reorder timedate options
2020-03-15 16:00:03 +01:00
Tatsuya79
a780755af7
qt: expose dropped thumbnal size limit
2020-03-13 22:46:46 +01:00
twinaphex
7986561598
Rename menu widgets to display widgets
2020-03-13 03:58:33 +01:00
Autechre
76f0c14289
Merge pull request #10263 from jdgleaver/widget-scale-setting-cleanup
...
Use single 'Widgets Scale Override' setting on console and mobile platforms
2020-03-12 16:38:38 +01:00
jdgleaver
927d801463
Fix 'remap file loaded' notification message
2020-03-12 12:16:23 +00:00
jdgleaver
018209d6c2
Use single 'Widgets Scale Override' setting on console and mobile platforms
2020-03-12 11:29:53 +00:00
parport0
1e315bb61b
Rename PSP-style scroll to Menu scroll acceleration
2020-03-10 13:10:09 +01:00
parport0
fb5f557d91
Add PSP-style menu scroll option
2020-03-09 14:34:51 +01:00
jdgleaver
29f8189d0e
Add independent widget scale override settings for fullscreen/windowed modes
2020-03-04 17:10:49 +00:00
jdgleaver
9d59fcaded
(Manual content scanner) Add 'Arcade DAT Filter' Option
2020-03-04 11:52:20 +00:00
jdgleaver
4d3507097a
(GLUI) Add option to remove navigation bar
2020-03-02 16:13:53 +00:00
Twinaphex
5b2ed8a08d
Update msg_hash_us.h
2020-03-01 20:37:49 +01:00
JKoppel93
4914a41c2c
minor tweaking
2020-03-01 04:58:59 -05:00
JKoppel93
105bfcafe5
XMB themes added
...
XMB themes added
2020-03-01 04:39:45 -05:00
jdgleaver
02a6243718
(Ozone) Add 'Nord' and 'Gruvbox Dark' themes
2020-02-24 17:53:07 +00:00
twinaphex
d7113372cb
Rename Menu Widgets to Graphics Widgets; move setting to
...
Onscreen Notifications
2020-02-18 13:22:35 +01:00
Twinaphex
1c031466fc
Merge pull request #9513 from guoyunhe/translation-update-script
...
Add translation update scripts to integrate with localization platforms
2020-02-15 02:39:31 +01:00
twinaphex
386199e422
Merge branch 'master' of git://github.com/celerizer/RetroArch into celerizer-test
2020-02-14 21:56:14 +01:00
Guo Yunhe
1b395e664f
Merge branch 'master' into translation-update-script
2020-02-14 21:06:03 +02:00
jdgleaver
23c9b86f64
(Menu Widgets) Enable scaling of widgets independently from menu scale
2020-02-14 17:10:39 +00:00
jdgleaver
e8a2a39d72
(Menu Widgets) Add scaling
2020-02-13 17:28:32 +00:00
Guo Yunhe
a4bb8f130b
Merge branch 'master' into translation-update-script
2020-02-07 10:59:36 +02:00
Weedy Weed Smoker
2311936580
French translation update
...
and small typo fix for the english file…
2020-02-05 02:59:48 +07:00
Jamiras
79b51595a5
show RetroAchievements hash in content information list
2020-02-01 08:10:22 -07:00
twinaphex
3f598a0f9c
Revert "Get rid of send debug info - if we ever bring this back, needs to be"
...
This reverts commit c0482ff2ea
.
2020-01-25 15:55:11 +01:00
twinaphex
c0482ff2ea
Get rid of send debug info - if we ever bring this back, needs to be
...
reimplemented according to new infra
2020-01-25 14:53:04 +01:00
Guo Yunhe
24aa0f7fe6
Merge branch 'master' into translation-update-script
2020-01-23 12:04:19 +02:00
jdgleaver
00397a33f0
(Disk Control Interface) Add support for saving/restoring last used disk in playlists + code overhaul
2020-01-22 17:09:12 +00:00
twinaphex
276b7a03f1
Remove 'automatically add content to playlist' option - causes
...
memory corruption; not worth it for now
2020-01-22 17:08:02 +01:00
Guo Yunhe
c6139b7285
Merge branch 'master' into translation-update-script
2020-01-17 17:14:11 +02:00
jdgleaver
e7733abc40
(Playlist Management) Add 'Clean Playlist' option
2020-01-15 18:00:51 +00:00
jdgleaver
b5eba22aaf
Disk control interface improvements
2020-01-14 12:30:08 +00:00
jdgleaver
d2e2c289a6
Display number of cores updated when updating installed cores
2020-01-07 14:59:46 +00:00
twinaphex
85d11eac30
Revert "(INTL) Remove duplicate English strings"
...
This reverts commit 755cc94489
.
2020-01-06 14:09:07 +01:00
twinaphex
755cc94489
(INTL) Remove duplicate English strings
2020-01-06 14:06:34 +01:00
U-DESKTOP-LII42QK\andre
05c1f9c9aa
Squashed commit of the following:
...
commit 830a69818c6a9496d950def3f68f59c7d3affcab
Author: celerizer <33245078+celerizer@users.noreply.github.com>
Date: Sun Jan 5 17:43:47 2020 -0600
remove unneeded pointer
commit 034cc521004dd95816af69c9d02eec6b3db62d95
Author: celerizer <33245078+celerizer@users.noreply.github.com>
Date: Sun Jan 5 17:39:45 2020 -0600
cleanup
commit 4317b9d04d3f86f215d9df8d41ac22a6a2705420
Author: celerizer <33245078+celerizer@users.noreply.github.com>
Date: Thu Jan 2 18:52:06 2020 -0600
needs a lot of cleanup
2020-01-05 17:53:59 -06:00
Guo Yunhe
0c2fbd178d
Synchronize translations
2020-01-04 21:56:20 +02:00
Guo Yunhe
85814137ea
Use JSON as format to connect with translation tools
2020-01-04 21:56:20 +02:00
Guo Yunhe
c4c8778017
Rebase
2020-01-04 21:56:20 +02:00
twinaphex
f1dc0b6d8e
Update Disk Management labels
2020-01-02 08:57:10 +01:00
twinaphex
3fe8806018
(Subsystem Settings) Create separate subsystem settings list - will
...
be selectively hidden later based on whether subsystems are implemented
for the core
2019-12-30 05:43:48 +01:00
twinaphex
2169a25b0a
Create Netplay Hosting submenu
2019-12-30 03:01:52 +01:00
twinaphex
fdd4915718
Add Network Settings to Netplay tab
2019-12-30 02:22:23 +01:00
twinaphex
538f0c534f
Backport Added alternate Turbo-Mode 'Single Button' -
...
For systems supporting only a single button, the turbo-button will toggle firing that button without the need to hold it.
When holding the button turbo will be suspended and resumed when the button is released. Holding the button may have a different function to just tapping it, e.g. charging the beam in R-Type on C64/Amiga.
The original implementation in RA is named 'Classic' because I have no
idea where it originates from.
2019-12-25 07:13:01 +01:00
jdgleaver
695749f155
(Core Updater) Only download when new core is available + add option to update all installed cores
2019-12-23 17:34:44 +00:00
twinaphex
3033491f3d
Turn HAVE_EASTEREGG into HAVE_GONG
2019-12-22 03:08:02 +01:00
twinaphex
de1e66f7a9
(Menu) Add Input -> Haptic Feedback submenu
2019-12-20 20:49:30 +01:00
twinaphex
13793885f3
(Menu) Add Input -> Menu Controls settings submenu
2019-12-20 19:24:35 +01:00
twinaphex
23ce202d38
(Menu) Add Audio -> Resampler settings
2019-12-20 02:16:31 +01:00
twinaphex
94907678eb
(Menu) Add Audio -> output and Audio -> Synchronization
2019-12-20 01:18:28 +01:00
twinaphex
aa537310ad
(Menu) Create Video -> Synchronization
2019-12-19 19:39:02 +01:00
twinaphex
39ebd6e8d1
(Settings) Add Video -> Output
2019-12-19 19:15:57 +01:00
twinaphex
e8babede53
(Menu) Create Settings -> Video -> Fullscreen and Windowed submenus
2019-12-19 18:53:51 +01:00
twinaphex
36af159991
(Menu) Settings - Video - Add Scaling subsection
2019-12-19 18:22:22 +01:00
Weedy Weed Smoker
d0ed4e90b3
Style unification for the US file…
...
Unifies the last lines with the style used throughout the US file
2019-12-07 12:35:32 +07:00