Commit graph

464 commits

Author SHA1 Message Date
pjft
cbc29f2c95
Merge pull request #686 from pjft/improve-gamelist-update
Improve Update Gamelist logic and performance
2021-02-26 13:57:18 +00:00
pjft
1398779ba6
Merge pull request #689 from pjft/remove-vlc-guard
Update video screensaver settings
2021-02-26 13:56:58 +00:00
Neil Rickards
5a73108c0f
Update main.cpp
Fix description for screensize
2020-12-13 20:46:36 +00:00
Neil Rickards
7fa22a65c3
Update main.cpp
Add to help screen the extra parameters from https://github.com/RetroPie/EmulationStation/pull/324 and https://github.com/RetroPie/EmulationStation/pull/348.
Also replace tabs with spaces for more consistent display, normalize capitalization of first letters, and MB is the correct abbreviation for MegaBytes.
2020-12-13 14:16:40 +00:00
opa
3890e19f19 Fix insignificant message typo in VolumeControl.cpp. 2020-12-03 01:14:01 +09:00
cmitu
818e07c976 gridview: ignore placeholders on metadata updates 2020-11-22 05:04:51 +00:00
Tomas Jakobsson
4146170dbb Add Math::clamp<int>
Cleanup some code to properly use Math::round
Added const to a bunch of variables
Cleaned up a lot of functions in FileSystemUtil
removed StringUtil::commaStringToVector and vectorToCommaString, both can be done using delimitedStringToVector and vectorToDelimitedString
2020-11-16 21:46:40 +01:00
Tomas Jakobsson
4f25af6644 Code style cleanups 2020-11-16 19:49:06 +01:00
Tomas Jakobsson
5c935bf8fe
Merge pull request #706 from tomaz82/fix_textlist
Fix textlist
2020-11-16 19:16:24 +01:00
Tomas Jakobsson
67cee8d9bc Fix the textlist having one row to many 2020-11-15 21:57:17 +01:00
Tomas Jakobsson
a5f222fd16 More sane defaults for several components (md_image, md_video, md_marquue and md_thumbnail) and move the hidden ones offscreen and set their maxSize to entire screen
This fixes bugs in grid and video view where the image would get the wrong aspect ratio because the default maxSize was set to 1
2020-11-15 21:44:05 +01:00
Jools Wills
be5dcaf228 bump version to v2.9.6 2020-11-04 14:45:31 +00:00
Jools Wills
eae5f0f7e6 Merge remote-tracking branch 'retropie/master' into stable 2020-11-04 14:44:11 +00:00
cmitu
d309c848c5 scraper: add missing 'daphne' platform index
Fixes scraping errors due to erroneous system chosen.
2020-11-04 14:30:37 +00:00
Jools Wills
2d6e425260 bump version to v2.9.5 2020-11-03 20:08:17 +00:00
Jools Wills
be9e0f323b bump version to v2.9.4 2020-11-01 21:39:18 +00:00
Jools Wills
534883ed02 Merge remote-tracking branch 'retropie/master' into stable 2020-11-01 21:38:17 +00:00
cmitu
b264b50b9f scraper: fix scraping for Atari 800 and Atari XE
Platform on ScreenScraper site is 'Atari 8bit' (https://www.screenscraper.fr/systemeinfos.php?plateforme=43).
2020-10-13 15:07:02 +03:00
Kactius
f5be4e693f
es-app/src/FileSorts.cpp maybe a mistake
Sorry, maybe it's not a bug, if someone with more knowledge can or wants to review it, I'm working on putting my personal emulatiostation in Spanish and I found this line by chance.
2020-10-05 09:33:19 +02:00
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
e9e47981f7 Allow <forceUppercase>0</forceUppercase> in <textlist> 2020-09-24 22:59:36 +09: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
Gemba
094879b31d Enable screensaver control also for image slideshow
squashed after master rrebased
2020-07-18 00:11:19 +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
Jools Wills
982f6ccb8d bump version to v2.9.3 2020-06-11 04:18:36 +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
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
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
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
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
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
pjft
b2e71015a1 Added option to disable video screensaver audio on VLC and OMXPlayer 2020-03-28 21:01:47 +00:00
pjft
258df48481 Option to show start menu in Kids mode 2020-03-28 21:00:25 +00:00
John Rassa
4eafb8771a
Merge pull request #634 from supersquared/master
Add support for md_thumbnail & md_marquee
2020-03-19 20:58:17 -04:00
Supersquared
2ae8f08b55 Add support for md_thumbnail & md_marquee
- Added support for md_thumbnail in VideoGameListView
- Added support for md_thumbnail & md_marquee in DetailedGameListView
2020-03-19 01:59:02 +01:00
John Rassa
c114ef05ac Grid View Fixes
Fix for metadata disappearing when selecting system for the first time.
Fix for video not resuming after launching game.
2020-02-28 21:19:52 -05:00
cmitu
c2a8617932 input: fix the infinite scrolling with the left shoulder button after #631 2020-02-03 05:53:11 +00:00
Jools Wills
b9fddff3a3
Merge pull request #630 from PhilaPhan80/api.thegamesdb.net-add-v1-to-url-path
Update TheGamesDB API URL to include "v1"
2020-02-01 02:34:53 +00:00
Jools Wills
100d01b882
Merge pull request #631 from cmitu/bindings-mod
InputManager: replace pageUp/Down with left/rightShoulder
2020-02-01 02:32:49 +00:00
Carlos Rodríguez
6cd813ae67 feature: Added marquee, image and video to gridView. Ignore .vscode files 2020-01-25 22:17:47 -05:00
PhilaPhan80
85dc2b59a2 Update TheGamesDB API URL to include "v1" within the path per note by Zer0xFF at https://forums.thegamesdb.net/viewtopic.php?f=5&t=1223 2020-01-05 01:52:03 -05:00
Jools Wills
714797e778 bump version to v2.10.0-dev 2019-12-29 21:22:21 +00:00