Commit graph

3727 commits

Author SHA1 Message Date
github-actions
77c0950a1b Fetch translations from Crowdin 2025-02-11 00:15:00 +00:00
sonninnos
1a5e255c1b
Playlists menu label capitalization (#17551) 2025-02-10 15:07:21 +01:00
github-actions
5d3ff55b86 Fetch translations from Crowdin 2025-02-10 00:14:31 +00:00
sonninnos
372396d5b6
Add separate visibility toggle for playlist tabs (#17545) 2025-02-10 00:45:50 +01:00
sonninnos
0d46073bb9
Add mute on rewind option (#17541) 2025-02-09 14:24:14 +01:00
sonninnos
3bf04c6034
GLUI: Fix null label icon (#17538) 2025-02-09 06:11:21 +01:00
github-actions
58d7879e1d Fetch translations from Crowdin 2025-02-09 00:14:47 +00:00
github-actions
17bc1eba3f Fetch translations from Crowdin 2025-02-08 00:13:29 +00:00
github-actions
3f70ac54a5 Fetch translations from Crowdin 2025-02-07 00:14:43 +00:00
github-actions
187463d355 Fetch translations from Crowdin 2025-02-06 00:14:50 +00:00
sonninnos
998200793d
File Browser settings + Directory list cleanup (#17519) 2025-02-05 07:19:50 +01:00
github-actions
9b3b75aa93 Fetch translations from Crowdin 2025-02-03 00:14:45 +00:00
github-actions
97803f5627 Fetch translations from Crowdin 2025-01-30 00:14:14 +00:00
github-actions
104561e7aa Fetch translations from Crowdin 2025-01-29 00:14:29 +00:00
github-actions
c11d9bee2e Fetch translations from Crowdin 2025-01-25 00:13:19 +00:00
github-actions
81e443c4cf Fetch translations from Crowdin 2025-01-24 00:14:32 +00:00
github-actions
14a28b81af Fetch translations from Crowdin 2025-01-23 00:14:36 +00:00
github-actions
5c53570446 Fetch translations from Crowdin 2025-01-22 00:14:25 +00:00
Mathieu Poliquin
66e23fca79
New feature: Override player input with machine learning models (#17407)
* Add dummy game ai subsystem

* First working prototype of a machine learning model that can override player input

* Update README.md

* Update README.md

* Fix loading path on Windows

* Change ai override to player 2

* Added quick menu show game ai option

* Implemented Quick Menu entry for Game AI options

* Redirect debug logs to retroarch log system + properly support player override

* Added support to use framebuffer as input to the AI

* Added pixel format parameter to API

* Fix game name

* code clean-up of game_ai.cpp

* Update README.md - Windows Build

* Update README.md

* Update README.md

* Update README.md

* Update config.params.sh

turn off GAME_AI feature by default

* Fix compile error in menu_displaylist.c

* Add missing #define in menu_cbs_title.c

* Added new game_ai entry in griffin_cpp

* Remove GAME_AI entry in  msg_hash_us.c

* Fix compile error in menu_displaylist.h

* Removed GAME AI references from README.md

* Fixes coding style + add GameAI lib API header

* Convert comment to legacy + remove unused code

* Additional coding style fixes to game_ai.cpp

* Fix identation issues in game_ai.cpp

* Removed some debug code in game_ai.cpp

* Add game_ai_lib in deps

* Replace assert with retro_assert

* Update Makefile.common

* Converting game_ai from cpp to c. First step.

* Convert game_ai from CPP to C. STEP 2: add C function calls

* Convert game_ai from CPP to C. Final Step

* Added shutdown function for game ai lib

* Update game_ai_lib README

* Fix crash when loading/unloading multiple games
2025-01-21 13:05:43 +01:00
github-actions
54debca4a3 Fetch translations from Crowdin 2025-01-21 00:14:16 +00:00
sonninnos
391ba55b81
Add playlist random selector (#17441)
* Add playlist random selector

* Buildfix attempt

* ORBIS buildfix attempt
2025-01-20 18:25:41 +01:00
github-actions
1f2b299e00 Fetch translations from Crowdin 2025-01-20 00:19:46 +00:00
github-actions
5db9b7f8c9 Fetch translations from Crowdin 2025-01-19 00:15:40 +00:00
zoltanvb
976cb288c3
Update font size sublabel. (#17435) 2025-01-18 22:45:00 +01:00
github-actions
cf0ec85c35 Fetch translations from Crowdin 2025-01-18 00:13:21 +00:00
github-actions
1975235fd7 Fetch translations from Crowdin 2025-01-17 00:14:25 +00:00
Jamiras
0113226936
(cheevos) include achievement state in netplay states (#17416)
* add achievement data to netplay save state

* honor achievement state from netplay server

* keep processing achievements if menu doesn't pause game

* remove unused variable

* only CRC coremem

* force send savestate on join and hardcore change

* allow hardcore enablement to be synced to clients

* still calculate cheevos_size for non-server

* use appropriate buffer

* optimizations for when achievements are disabled

* support interfacing with older protocols

* formatting

* c89
2025-01-16 20:00:02 +01:00
github-actions
beceb88cd7 Fetch translations from Crowdin 2025-01-16 00:14:30 +00:00
github-actions
5069b693a1 Fetch translations from Crowdin 2025-01-15 00:14:15 +00:00
github-actions
41290bb1a8 Fetch translations from Crowdin 2025-01-13 00:16:05 +00:00
hizzlekizzle
f7678abe8d
Add flicker warnings, only auto-apply preferred overlays on Android and iOS (#17398)
* disable default overlays except on Android and iOS

* add flicker warnings to BFI/Subframes/rolling scan

and remove the prohibitions against other settings, since those conflicts are handled automagically anyway

* formatting nit
2025-01-12 17:34:13 +01:00
github-actions
62a85ae737 Fetch translations from Crowdin 2025-01-12 00:16:13 +00:00
github-actions
857dc8be5a Fetch translations from Crowdin 2025-01-11 00:14:13 +00:00
sonninnos
1e32a1e5e9
Save state logging and label unifications (#17384) 2025-01-10 14:47:28 +01:00
github-actions
2c57a35055 Fetch translations from Crowdin 2025-01-10 00:15:03 +00:00
github-actions
74e7a62e91 Fetch translations from Crowdin 2025-01-09 00:14:07 +00:00
Rob Loach
941806698e
Add SSL Support to the information list (#17370) 2025-01-09 00:09:56 +01:00
github-actions
3ba7d88cea Fetch translations from Crowdin 2025-01-07 00:14:59 +00:00
github-actions
9c6e772497 Fetch translations from Crowdin 2025-01-06 00:15:51 +00:00
sonninnos
0913263817
Integer Scale Axis sublabel correction (#17345) 2025-01-05 03:50:32 +01:00
github-actions
51c1482062 Fetch translations from Crowdin 2025-01-05 00:16:02 +00:00
neil4
6412f4feef
Overlay: Add Analog Recentering Zone (#17339) 2025-01-04 03:19:02 +01:00
github-actions
54c37cf16d Fetch translations from Crowdin 2025-01-04 00:16:33 +00:00
github-actions
ee191f3064 Fetch translations from Crowdin 2025-01-03 00:14:50 +00:00
sonninnos
50c943ac96
Audio stream state msg cleanup (#17328) 2025-01-02 01:49:54 +01:00
github-actions
94dce4001e Fetch translations from Crowdin 2024-12-31 00:14:25 +00:00
github-actions
9a19b49a4f Fetch translations from Crowdin 2024-12-30 00:15:25 +00:00
Jamiras
a70eba3fd5
(cheevos) allow subframes in hardcore (#17296)
* allow subframes in hardcore

* remove unused message
2024-12-28 00:39:44 +01:00
github-actions
d5d1c424c8 Fetch translations from Crowdin 2024-12-27 00:14:30 +00:00
github-actions
a2e9915532 Fetch translations from Crowdin 2024-12-26 00:14:21 +00:00