Commit Graph

144858 Commits

Author SHA1 Message Date
Giovanni Cascione
8431d59abd LIBRETRO: BUILD: add debug flag 2023-09-09 00:36:15 +02:00
Giovanni Cascione
b486ca6881 LIBRETRO: use cpu_features_get_time_usec to get current time 2023-09-09 00:36:14 +02:00
Giovanni Cascione
da563c7bf4 LIBRETRO: cover settings update following reset to defaults 2023-09-09 00:36:13 +02:00
Giovanni Cascione
524c270ded LIBRETRO: fix settings descriptions w/o categories 2023-09-09 00:36:12 +02:00
Giovanni Cascione
ad2e4d1512 LIBRETRO: add retropad mapping settings
* Major libretro-os-inputs rework
2023-09-09 00:36:12 +02:00
Giovanni Cascione
3d4475da76 LIBRETRO: fix sample rate setting default value 2023-09-09 00:36:11 +02:00
Giovanni Cascione
6cc96ef4ac LIBRETRO: fix frame rate in inverse_acceleration_time 2023-09-09 00:36:10 +02:00
Giovanni Cascione
90adba467e LIBRETRO: use retro_get_system_av_info in retro_run 2023-09-09 00:36:09 +02:00
Giovanni Cascione
84ebccb5af LIBRETRO: add dynamically displayed options 2023-09-09 00:36:09 +02:00
Giovanni Cascione
5c13a41324 LIBRETRO: add libretro-mapper.h 2023-09-09 00:36:08 +02:00
Giovanni Cascione
88e97990f6 LIBRETRO: clean up retropad input 2023-09-09 00:36:07 +02:00
Giovanni Cascione
eb1aa4037b LIBRETRO: fix cursor speed reduction 2023-09-09 00:36:06 +02:00
Giovanni Cascione
e7a8d1dea4 LIBRETRO: simplify OSystem_libretro::getMouseXYFromButton() 2023-09-09 00:36:06 +02:00
Giovanni Cascione
260bd5b918 LIBRETRO: add OSystem_libretro::getMouseXYFromButton() 2023-09-09 00:36:05 +02:00
Giovanni Cascione
9617f010b5 LIBRETRO: add OSystem_libretro::getMouseXYFromAnalog() 2023-09-09 00:36:04 +02:00
Giovanni Cascione
ba58463669 LIBRETRO: add OSystem_libretro::refreshRetroSettings() 2023-09-09 00:36:03 +02:00
Giovanni Cascione
ca0eb94933 LIBRETRO: remove processMouse arguments 2023-09-09 00:36:02 +02:00
Giovanni Cascione
c92f3dba01 LIBRETRO: extended retro_set_controller_port_device to additional devices 2023-09-09 00:36:02 +02:00
Giovanni Cascione
96710cd093 LIBRETRO: refactor retro_input_device and add get function 2023-09-09 00:36:01 +02:00
Giovanni Cascione
76d177cec6 LIBRETRO: expose input_cb and refactor 2023-09-09 00:36:00 +02:00
Giovanni Cascione
b320082bd2 LIBRETRO: refactor log_cb 2023-09-09 00:35:59 +02:00
Giovanni Cascione
4cb49b3682 LIBRETRO: add retro settings export functions 2023-09-09 00:35:59 +02:00
Joseph Davies
645230091f TETRAEDGE: Fix missing scene object textures.
Fixes missing textures caused by empty path returned from
Common::Path::getParent().

https://bugs.scummvm.org/ticket/14418
2023-09-08 19:43:49 +09:00
Linus Väinämö Virtanen
61c4fe21e7 I18N: Update translation (Finnish)
Currently translated at 100.0% (1981 of 1981 strings)
2023-09-07 21:20:57 +00:00
Walter Agazzi
a793ce0e0b I18N: Update translation (Italian)
Currently translated at 100.0% (1981 of 1981 strings)
2023-09-07 18:32:23 +00:00
Marcel Souza Lemes
7d37523104 I18N: Update translation (Portuguese (Brazil))
Currently translated at 100.0% (1981 of 1981 strings)
2023-09-07 17:04:26 +00:00
Purple T
18a650c737 I18N: Update translation (French)
Currently translated at 100.0% (1981 of 1981 strings)
2023-09-07 17:04:26 +00:00
Eugene Sandulenko
2d93beb87f I18N: Update translation (Danish)
Currently translated at 51.8% (1027 of 1981 strings)
2023-09-07 17:04:26 +00:00
Bo Mortensen
509d8f4946 I18N: Update translation (Danish)
Currently translated at 51.8% (1027 of 1981 strings)
2023-09-07 17:04:26 +00:00
Kartik Agarwala
bd944cadd8 CRAB: Implement mousetrap functionality 2023-09-07 21:40:55 +05:30
Kartik Agarwala
a2ce23918f CRAB: Fix bug due to which settings were not mirrored. 2023-09-07 19:12:35 +05:30
grisenti
23c781085c HPL1: Remove platform specific includes 2023-09-07 15:07:06 +02:00
Eugene Sandulenko
10adcd703e I18N: Update translation (Danish)
Currently translated at 50.8% (1008 of 1981 strings)
2023-09-07 12:41:59 +00:00
Bo Mortensen
95721e36f6 I18N: Update translation (Danish)
Currently translated at 50.8% (1008 of 1981 strings)
2023-09-07 12:41:59 +00:00
IlDucci
685d7c7a7f I18N: Update translation (Spanish)
Currently translated at 100.0% (1981 of 1981 strings)
2023-09-07 12:33:21 +00:00
grisenti
fbef545e22 HPL1: Replace printf 2023-09-07 12:12:31 +02:00
grisenti
1677556c38 HPL1: Remove unused _ASSERTE macro 2023-09-07 10:04:36 +02:00
Kartik Agarwala
8195669668 CRAB: Move flushing configuration options to disk to a better place. 2023-09-07 13:09:20 +05:30
VAN-Gluon
77cc48ec33 I18N: Update translation (Japanese)
Currently translated at 100.0% (1981 of 1981 strings)
2023-09-07 07:33:50 +00:00
Lothar Serra Mari
cffac4365f I18N: Update translation (German)
Currently translated at 100.0% (1981 of 1981 strings)
2023-09-07 07:30:50 +00:00
grisenti
0d57b7aae3 HPL1: Remove unnecessary platform specific #ifdef 2023-09-07 09:19:27 +02:00
grisenti
a52202a1a8 HPL1: Remove unused platform specific code 2023-09-07 08:30:43 +02:00
D G Turner
c08cf4d5a5 HPL1: Remove Forbidden Symbol Exceptions For Newton Library
This will compile fine without these headers which required
the forbidden symbol exception on Linux x86_64.

Other platforms and ports will need checking with this change.
2023-09-07 00:40:16 +01:00
D G Turner
6b9b4d7734 HPL1: Fix Spelling in Callback Naming in Newton Library
No functional change.
2023-09-06 23:33:15 +01:00
grisenti
d68cb7899c HPL1: Fix incorrect typedef 2023-09-06 22:46:34 +02:00
grisenti
fa564564e7 HPL1: Fix incorrect declarations 2023-09-06 22:29:06 +02:00
grisenti
ee18f37849 HPL1: Fix incorrect types in newton callbacks 2023-09-06 22:15:04 +02:00
grisenti
c93031b826 HPL1: Fix incorrect interface types 2023-09-06 21:39:28 +02:00
ScummVM-Translations
9016c2d451 I18N: Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: ScummVM/scummvm
Translate-URL: https://translations.scummvm.org/projects/scummvm/scummvm/
2023-09-06 17:29:56 +00:00
grisenti
639d20720e HPL1: Fix unsafe function casts 2023-09-06 19:29:36 +02:00