61670 Commits

Author SHA1 Message Date
github-actions
ff5e0220c3 Fetch translations from Crowdin 2022-11-16 00:13:51 +00:00
sonninnos
3e8ff57e2c
(Ozone) Show metadata helper in footer only with second thumbnail (#14630) 2022-11-16 00:20:36 +01:00
sonninnos
3b921ffbfa
Fix shader toggle and add hotkey + sublabel (#14628) 2022-11-15 22:14:09 +01:00
LibretroAdmin
7ca0d36169
Update .gitlab-ci.yml 2022-11-15 20:44:11 +01:00
libretroadmin
e24d62715e (font_renderer) Cleanups 2022-11-15 16:03:01 +01:00
libretroadmin
527d1557ce (Fonts) Cleanups 2022-11-15 16:00:21 +01:00
github-actions
6ff82319fb Fetch translations from Crowdin 2022-11-15 00:13:23 +00:00
libretroadmin
d5a268a2ac * Fix signed/unsigned mismatches
* Fix missing IPAddr on MSVC2017 UWP - use ULONG instead since this is
just a typedef
2022-11-15 00:24:26 +01:00
sonninnos
030c3cba44
Don't show override notification with appendconfig alone (#14624) 2022-11-14 20:52:05 +01:00
sonninnos
cd2392c559
(XMB) Improve background image selector (#14623) 2022-11-14 11:48:40 +01:00
github-actions
1ada87736a Fetch translations from Crowdin 2022-11-14 00:13:12 +00:00
Jamiras
e46e03094f
upgrade to rcheevos 10.5 (#14622) 2022-11-13 23:24:42 +01:00
Francisco Javier Trujillo Mata
106a6c268e
Point to libretro.gitlab package container (#14621) 2022-11-13 20:17:13 +01:00
sonninnos
86669d21e2
Pausing cleanups and corrections (#14618) 2022-11-13 17:22:36 +01:00
neil4
3de186e374
Overlays: Ignore hitboxes with zero area (#14619)
I.e. Set 'reach_x' or 'reach_y' to zero to ensure no hitbox math is done

nits
2022-11-13 10:46:41 +01:00
github-actions
6c05f4794c Fetch translations from Crowdin 2022-11-13 00:13:32 +00:00
GABO1423
b6563f7b5d
(UWP) Build Fix (#14617) 2022-11-12 20:06:15 +01:00
github-actions
d5a54cb782 Fetch translations from Crowdin 2022-11-12 00:14:02 +00:00
flk
d6cbd8a5a9
config.libs: dont fail if OSDependent/OGLCompiler libraries are not present (#14612)
glslang no longer installs them separately, and all needed
functionality has been merged into glslang shared library itself.

This wasn't a problem previously as they were still provided
as static libraries but in latest glslang they no longer are:
https://github.com/KhronosGroup/glslang/commit/7cd519511c32d7e86d901c7ed231cb84c652d18

Signed-off-by: Markus Volk <f_l_k@t-online.de>

Signed-off-by: Markus Volk <f_l_k@t-online.de>
2022-11-11 15:11:17 +01:00
Michael Burgardt
648b0ab7b7
(Bug fix) Fix the weird 'empty translations' & correct backslash escaping in translation strings (#14609)
* (Bug fix) Fix the weird 'empty translations' & correct backslash escaping in translation strings

* Update crowdin workflows
GitHub is deprecating Node.js 12, so some actions need to be updated to ensure functionality into the future.
2022-11-11 07:56:17 +01:00
github-actions
a73e1beb1c Fetch translations from Crowdin 2022-11-11 00:14:18 +00:00
Francisco Javier Trujillo Mata
c28fede937 Adding Orbis actions to RA 2022-11-10 21:48:19 +01:00
Francisco Javier Trujillo Mata
0b329b1694
Merge pull request #14596 from libretro/orbis-release
[Orbis] Prepare for release
2022-11-10 20:06:45 +01:00
Ryunam
49b973ac89
(Ozone+XMB) Add option to customize cursor memory (#14605) 2022-11-10 15:46:44 +01:00
Ryunam
eb5b4197f8
(Ozone+XMB) Further extend texture support for Core Option categories (#14607) 2022-11-10 09:27:49 +01:00
github-actions
c3d2548a38 Fetch translations from Crowdin 2022-11-10 00:14:31 +00:00
github-actions
e3ba29b434 Fetch translations from Crowdin 2022-11-09 00:14:13 +00:00
Francisco Javier Trujillo Mata
7a8617bad5 Improve makefiles 2022-11-08 21:36:44 +01:00
sonninnos
68401205f2
Add option for pause on controller disconnect (#14601) 2022-11-08 12:46:09 +01:00
github-actions
6083ab14e5 Fetch translations from Crowdin 2022-11-08 00:14:27 +00:00
sonninnos
954d1bf605
Driver independent disconnection notification (#14600) 2022-11-07 05:51:37 -08:00
Michael Burgardt
e3a25793b6
(Bug fix) Escape backslashes in translation strings (#14599) 2022-11-07 10:46:54 +01:00
sonninnos
da6e560e72
(Ozone) Fixes, nits and cleanups (#14598) 2022-11-07 05:48:32 +01:00
github-actions
ec625cf145 Fetch translations from Crowdin 2022-11-07 00:14:34 +00:00
Francisco José García García
4d92fc5f76 (Orbis) Add salamander 2022-11-06 20:40:08 +01:00
neil4
217fba48c5
minor overlay-related fixes (#14594)
input_overlay_loaded: Only update menu entries if changed

input_overlay_add_inputs: Set 'updated' for analogs when touched
2022-11-06 17:25:44 +01:00
sonninnos
6d34ef46f4
Prevent video filter init if game is not running (#14593) 2022-11-06 10:16:20 +01:00
sonninnos
9796024f3d
(XInput) Ensure disconnection notification (#14592)
* (XInput) Ensure disconnection notification

* Prefer display_name in autoconfig disconnect notification
2022-11-06 02:34:03 +01:00
github-actions
5869caf7f2 Fetch translations from Crowdin 2022-11-06 00:15:22 +00:00
neil4
b47fb0b807
Overlays: Add 'reach' and 'exclusive' for hitboxes (#14591)
Allows stretching hitboxes and handling their overlap

reach_up, reach_down, reach_left, reach_right:
- Stretches in one direction:
reach_x, reach_y
- Stretches symmetrically

exclusive:
- If true, blocks input from overlapped hitboxes
range_mod_exclusive:
- Similar, but only applies when this hitbox is extended by range_mod
- After range_mod takes effect, has priority over 'exclusive'

E.g. This creates a D-Pad area and extends its hitbox left & right 50%, up 15%, and down 30%. Then applies range_mod_exclusive:
overlay0_desc0 = "dpad_area,0.15,0.57,rect,0.166228,0.295516"
overlay0_desc0_reach_x = 1.5
overlay0_desc0_reach_up = 1.15
overlay0_desc0_reach_down = 1.3
overlay0_desc0_range_mod = 2.0
overlay0_desc0_range_mod_exclusive = true
2022-11-05 21:32:22 +01:00
github-actions
7a6c56e947 Fetch translations from Crowdin 2022-11-05 00:13:28 +00:00
Michael Burgardt
b89692c532
Add Hungarian language option (#14585) 2022-11-04 19:52:39 +01:00
github-actions
5b8baaf2d9 Fetch translations from Crowdin 2022-11-04 00:14:32 +00:00
Hans-Kristian Arntzen
498835a1f7
Vulkan: Fix HDR inverse tonemapping. (#14587)
Only skip tonemapper if HDR10 is explicitly enabled by last shader pass.
Otherwise, we are simply just inheriting the bit-depth of the swapchain.
2022-11-04 00:50:19 +01:00
sonninnos
69060796bb
Improve widget appearance with missing assets (#14588) 2022-11-04 00:15:31 +01:00
sonninnos
d4eef18f18
Addition to analog stick menu navigation (#14584) 2022-11-03 20:28:24 +01:00
DiktatorShadaloo
5587ab4f8b
Adding some usb hid drivers (#14581)
* Added usb hid controllers for the famous ZeroDelay encoder and also for "Kade: Kick Ass Dynamic Encoder" to be able to use some custom arcade sticks.

* Add accidentally missing change to Makefile

Co-authored-by: DiktatorShadaloo <diktatorshadaloo@gmail.com>
2022-11-03 03:00:42 +01:00
LibretroAdmin
bba1fdca30 (D3D12) Use flags instead of boolean variables 2022-11-03 01:31:15 +01:00
github-actions
3b300f395b Fetch translations from Crowdin 2022-11-03 00:14:28 +00:00
LibretroAdmin
1263b53dae Silence warning 2022-11-03 00:34:33 +01:00