pjft
a325ded246
Update video screensaver settings
2020-10-03 17:51:59 +01:00
pjft
e63f244d69
Improve Update Gamelist logic
2020-10-02 15:30:45 +01:00
opa
3001fdd086
Eliminate unused variable glExts
2020-09-24 23:36:58 +09:00
opa
e9e47981f7
Allow <forceUppercase>0</forceUppercase> in <textlist>
2020-09-24 22:59:36 +09:00
Jools Wills
55df3d8332
Merge pull request #656 from cmitu/cmake-add-gles2-refactor
...
cmake: add GLES20 renderer build support
2020-08-11 22:38:26 +01:00
pjft
60c2b1ac30
Merge pull request #677 from cmitu/fix-sharp-platform
...
fix wrong Sharp X68000 platform id
2020-08-04 16:12:56 +01:00
cmitu
9160c217b0
fix wrong Sharp X68000 platform id
2020-08-04 04:56:23 +01:00
PhilaPhan80
a5f2739c44
Added Daphne emulator to PlatformId enum and GamesDBJSONScraper list to mimic Arcade for TheGamesDB API calls ( #674 )
...
* Added Daphne to mimic Arcade for TheGamesDB scraper
* Added Daphne entry to PlatformId enum
2020-07-27 21:07:18 +01:00
pjft
401e2d40f2
Merge pull request #673 from Gemba/fb_add_launch_in_slideshow
...
Enables Launch and Next also in Slideshow Screensaver
2020-07-25 21:46:59 +01:00
Gemba
094879b31d
Enable screensaver control also for image slideshow
...
squashed after master rrebased
2020-07-18 00:11:19 +02:00
pjft
c15b3868f0
Merge pull request #671 from Gemba/fb_pluralization
...
Some pluralization fixes when only 1 game in collection/system.
2020-07-14 22:32:40 +01:00
pjft
46526f985f
Merge pull request #672 from Gemba/fb_input_during_screensaver_resets_sleeptimer
...
Input during screensaver resets sleep timer
2020-07-14 22:28:42 +01:00
Gemba
809a621fd5
Input during screensaver (Joy Right -> next video) delays resets sleep timer.
...
See proposed change no. 2 - https://retropie.org.uk/forum/topic/26725/es-screensaver-ux-puzzles-and-suggestions
2020-07-12 22:43:51 +02:00
Gemba
d15a066e2f
Some pluralization fixes. See proposed change no. 5 in
...
https://retropie.org.uk/forum/topic/26725/es-screensaver-ux-puzzles-and-suggestions
2020-07-12 22:34:39 +02:00
Benjamin Deroche
11b757a612
Simplify grid tiles update code
...
Now that we temporary save the textures, there is no need to update the grid from bottom to top when going up
2020-06-30 22:35:08 +02:00
cmitu
d5d3cbfc4b
cmake: add GLES20 renderer build support
...
Added support for the GLESv2 renderer to the CMake build.
* Refactored the OpenGLES detection for both versions.
Platform detection is done only in the main project file, settings hints for the GLES headers/libraries detection in the corresponding 'Find' cmake modules.
* Simplified the additions of directories for includes/libraries, based on the same hints added during detection.
Notes:
* GLESv2 is the default for GLES-enabled systems.
* For the Raspberry Pi systems, both the legacy (BRCM) and the new (MESA) GLES libraries can be present.
The selection can be done via the `USE_MESA_GLES` CMake option (default: Off)
By default, the legacy (BRCM) libraries/headers are used, without any special configuration.
For the Pi4, the GL renderer/system must be explicitely selected
** select the OpenGL 2 renderer with `-DGL=On`
** select the GLESv2 renderer with `-DUSE_MESA_GLES=On`
* the GLESv1 renderer can still be forcibly enabled using the `FORCE_GLESv1` build option, for platforms where GLESv1 is the only option.
Minor - set the start-up project in MS Visual Studio to 'emulationstation'.
2020-06-11 04:28:59 +01:00
Jools Wills
982f6ccb8d
bump version to v2.9.3
2020-06-11 04:18:36 +01:00
Jools Wills
6e24dfecfb
Merge remote-tracking branch 'retropie/master' into stable
2020-06-11 04:17:30 +01:00
Jools Wills
e7cbf5c4a4
Merge pull request #662 from tomaz82/GL14
...
Add back OpenGl 1.4 renderer
2020-06-11 03:37:59 +01:00
Jools Wills
e56be5ec8c
bump version to v2.9.2
2020-06-09 01:27:01 +01:00
Jools Wills
7aff7ce767
Merge remote-tracking branch 'retropie/master' into stable
2020-06-09 01:26:12 +01:00
Jools Wills
77f271586e
cosmetic - fix trailing whitespace errors introduced by 9e39c3a6
2020-06-09 01:06:46 +01:00
Tomas Jakobsson
1a1618debd
Add an OpenGl 1.4 renderer ( should fix the issues some had with ancient stoneage GPU's )
2020-06-08 09:11:28 +02:00
Tomas Jakobsson
f05fb68a67
Merge pull request #661 from tomaz82/undo_std_array
...
Undo change to use std::array
2020-06-05 22:53:42 +02:00
Tomas Jakobsson
0d3bbdec29
Undo change to use std::array introduced by https://github.com/RetroPie/EmulationStation/pull/646
2020-06-05 22:50:48 +02:00
Tomas Jakobsson
19a2aa334d
Merge pull request #642 from tomaz82/gles20
...
Adds a GLES20 renderer
2020-06-04 10:35:11 +02:00
Jools Wills
f2f7312c6c
Merge pull request #659 from cmitu/rpi-audio-settings
...
Audio menu: adjust mixer and OMX sound output options
2020-06-03 23:55:02 +01:00
Jools Wills
21d6636015
Merge pull request #588 from fabricecaruso72/reloadables-fix
...
Fix Reloadables : Don't reload useless textures that were not loaded at unload time.
2020-06-03 21:05:46 +01:00
Jools Wills
27b1754e1b
Merge pull request #646 from tgnottingham/bugfix/hold_button_to_skip
...
Input config: initialize hold any button to skip message visibility
2020-06-03 21:02:29 +01:00
Jools Wills
5e1a3f3fac
Merge pull request #658 from cmitu/scraper-updates
...
scraper - new platform support for BBC Micro, PC88, PC98, Sharp X1, Thomson MO/TO
2020-06-03 21:01:15 +01:00
Jools Wills
28f8e8fd39
Merge pull request #660 from mbeniamino/fix-string-includes
...
Fixed missing string includes needed by GCC 10
2020-06-03 21:00:43 +01:00
Matteo Beniamino
4fe0c451e1
Fixed missing string includes needed by GCC 10
2020-06-01 11:13:04 +02:00
cmitu
1d01d7e8b9
Audio menu: adjust mixer and OMX output options
...
* Added 2 new mixer options - HDMI/Headphone - which should be used when the 'snd_bcm2835' module is configured with separate ALSA devices
* Added the 'alsa' output option for 'omxplayer', which enables usage of the default ALSA output device.
* Removed the 'HDMI/Local/Both' sound cards options, they only make sense for OMXPlayer, the default ALSA card names for the Pi are not named like that.
2020-05-28 18:44:24 +01:00
cmitu
72b7db7cc6
Additional platform support - BBC Micro, PC88, PC98, Sharp X1 and Thomson MO/TO
2020-05-26 11:10:06 +03:00
John Rassa
e8069e96b2
Merge pull request #560 from Gemba/master
...
Set system to sleep on basis of PR#551
2020-05-25 23:46:36 -04:00
Marian Flor
d4a45021f6
Fix to terminate execution of scripts if current script fails.
...
Execute all scripts for specific event until either all are run with return code 0 or one terminates with return code != 0.
2020-05-19 22:20:19 +02:00
Marian Flor
875276a590
Add return to inform callers.
...
Some callers needs information about the result of the system command to act accordingly.
2020-05-09 16:06:21 +02:00
pjft
9c46f50497
Merge pull request #645 from pjft/kids-start-menu
...
Option to show start menu in Kids mode
2020-04-27 10:00:45 +01:00
Tomas Jakobsson
8542cc3a09
Add GLES20 renderer
2020-04-12 13:55:43 +02:00
Tomas Jakobsson
d35096ba81
Copy of GLES10
2020-04-12 13:55:05 +02:00
Jools Wills
49d440a59d
bump version to v2.9.1
2020-04-11 23:18:05 +01:00
Jools Wills
9d97dd174c
Merge remote-tracking branch 'retropie/master' into stable
2020-04-11 23:17:14 +01:00
Jools Wills
3b2227b4d1
Merge pull request #644 from pjft/disable-ss-audio
...
Added option to disable video screensaver audio on VLC and OMXPlayer
2020-04-11 22:12:08 +01:00
Jools Wills
635e50d8d7
Merge pull request #651 from cmitu/cmake-hint-sdl2
...
cmake: minor correction to support Ubuntu 20.04
2020-04-11 22:11:22 +01:00
cmitu
a07f27e02a
cmake: minor correction to support Ubuntu 20.04
2020-04-11 19:36:25 +01:00
Jools Wills
9f7284a409
Merge pull request #650 from pjft/fix-rotation-omx
...
Fix rotation for OMX Player
2020-04-08 15:39:41 +01:00
pjft
f3de559cc3
Fix rotation for OMX Player
2020-04-08 13:23:41 +01:00
Tomas Jakobsson
3eda4edfcf
Merge pull request #647 from tomaz82/fix_clearcolor
...
Fix clearcolors
2020-04-01 16:16:38 +02:00
Tomas Jakobsson
b6f0f5c2c7
Fix clearcolors
2020-04-01 16:13:59 +02:00
Tyson Nottingham
a8528f718a
Input config: initialize hold any button to skip message visibility
...
This message is usually only visible when configuring a button whose
configuration can be skipped. Set it correctly for the first button.
2020-03-29 22:20:44 -07:00