Commit graph

1709 commits

Author SHA1 Message Date
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
Tomas Jakobsson
dc1ebc8be3
Merge pull request #715 from cmitu/grid-view-placeholder-fix
gridview: ignore placeholders on metadata updates
2020-12-01 15:15:08 +01:00
Tomas Jakobsson
717e27cdd1
Merge pull request #711 from tomaz82/fix_scaling
Fix broken grid themes
2020-11-30 11:36:43 +01:00
Tomas Jakobsson
56d772a0a5
Merge pull request #712 from tomaz82/theme_resolution
Adds a root <resolution> tag to themes
2020-11-30 11:25:32 +01:00
Tomas Jakobsson
f0848dd292 Update THEMES.md 2020-11-26 11:52:17 +01:00
Tomas Jakobsson
38cd70a055 Fix broken grid themes 2020-11-25 10:03:13 +01:00
Tomas Jakobsson
83eb1f2a6a Adds a root <resolution> tag to themes 2020-11-25 10:00:08 +01:00
Tomas Jakobsson
8f8ccbca7f
Merge pull request #717 from tomaz82/ninepatch_fixes
Fix warning about ninepatch missing a texture.
2020-11-25 09:56:22 +01:00
Tomas Jakobsson
de70673ef4 Fix warning about ninepatch missing a texture. 2020-11-23 21:54:43 +01:00
cmitu
818e07c976 gridview: ignore placeholders on metadata updates 2020-11-22 05:04:51 +00:00
Jools Wills
7c346209df
Merge pull request #713 from joolswills/max_vram_fix
Fix rendering when Max VRAM is set to 0
2020-11-17 16:09:20 +00:00
Jools Wills
ba269cdf48 Fix rendering when Max VRAM is set to 0
According to 6872f472 if MaxVRAM/--max-vram is 0, then texture memory should be considered unlimited
(command line help states - Max VRAM to use in Mb before swapping. 0 for unlimited)
2020-11-17 16:07:35 +00:00
Tomas Jakobsson
93cc23276c
Merge pull request #709 from tomaz82/misc_fixes
Lots of minor fixes and cleanups
2020-11-17 14:17:30 +01:00
Tomas Jakobsson
fa8314fb81
Merge pull request #710 from tomaz82/fix_scaling
Fix scale on padding and mBackgroundCornerSize in gridtile
2020-11-16 23:37:57 +01:00
Tomas Jakobsson
668015eb19 This will break grid themes... padding and mBackgroundCornerSize was set in pixels rather than percentages, this is fixed now 2020-11-16 23:20:14 +01: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
48b55a15e1
Merge pull request #708 from tomaz82/cleanup
Code style cleanups
2020-11-16 20:41:36 +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
75330aac33
Merge pull request #707 from tomaz82/disable_hidden_video
Disable video playback if video component is hidden
2020-11-16 19:15:51 +01:00
Tomas Jakobsson
116964910a
Merge pull request #705 from tomaz82/fix_image_aspect
More sane defaults for several components
2020-11-16 19:15:07 +01:00
Tomas Jakobsson
398f6096cb Disable video playback if video component is hidden 2020-11-15 21:59:30 +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
Tomas Jakobsson
c1f15d229a
Merge pull request #696 from o-p-a/eliminate_glExts
Eliminate unused variable glExts
2020-11-15 20:45:41 +01:00
Tomas Jakobsson
f34eaa3f57
Merge pull request #703 from tomaz82/nested_theme_variables
Nested variables in themes
2020-11-15 20:41:07 +01:00
Tomas Jakobsson
2eeb36ef32
Merge pull request #704 from tomaz82/silence_warnings
Silence warnings
2020-11-15 20:40:43 +01:00
Tomas Jakobsson
7c37ee0e9c Silence warnings 2020-11-15 20:32:01 +01:00
Tomas Jakobsson
617feb035c Allow nested variables in themes
<variables>
	<colorRed>8b0000</colorRed>
	<themeColor>${colorRed}</themeColor>
	<themeArtFolder>./art</themeArtFolder>
	<themeFont>${themeArtFolder}/Cabin-Bold.ttf</themeFont>
</variables>
2020-11-14 20:34:21 +01:00
Jools Wills
723935d22a Merge remote-tracking branch 'retropie/master' into stable 2020-11-13 01:39:19 +00:00
Jools Wills
e4f700d4c0
Merge pull request #700 from joolswills/cmake_gles_detect
Cmake gles detect
2020-11-13 01:39:02 +00:00
Jools Wills
dd22c0d65e CMakeLists.txt - fix detection for mali boards by re-adding paths to check for libMali.so
No need to use HINT_GLES_LIBNAME as GLESv1_CM and GLESv2 libs symlink to the mali lib
2020-11-12 21:33:54 +00:00
Jools Wills
c9dadf004b CMakeLists.txt - Remove RPI hack overriding HINT_GLES_LIBNAME as it isn't required - we shouldn't override any HINT_GLES_LIBNAME here. 2020-11-12 21:33:12 +00: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
Jools Wills
aaf2a3c438
Merge pull request #699 from cmitu/scraper-fix
scraper: add missing 'daphne' platform index
2020-11-04 14:40:54 +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
91760a08df Merge remote-tracking branch 'retropie/master' into stable 2020-11-03 20:07:02 +00:00
Jools Wills
811ae74776
Merge pull request #698 from joolswills/gles1_lib_fix
link with brcmGLESv2 for GLESv1 on the RPI
2020-11-03 20:01:38 +00:00
Jools Wills
9c4949a168 link with brcmGLESv2 for GLESv1 on the RPI - fixes black screen / no output 2020-11-03 19:56:32 +00:00
Jools Wills
0384685f05 cosmetic - indent to 4 spaces 2020-11-03 19:54:52 +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
Jools Wills
fcccca9e64
Merge pull request #697 from joolswills/rpi_default_audiodevice
changed RPI default AudioDevice to HDMI
2020-11-01 21:37:57 +00:00
Jools Wills
0a9345a9e5 changed RPI default AudioDevice to HDMI
New kernels now use HDMI / Headphone - see https://retropie.org.uk/forum/topic/26628/audio-issues-after-latest-raspbian-updates
2020-11-01 20:55:09 +00:00
Jools Wills
12f2685eac
Merge pull request #693 from cmitu/sscraper-atari-fixes
scraper: fix scraping for Atari 800 and Atari XE
2020-10-13 13:14:45 +01: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
pjft
c7c3ff5bab
Merge pull request #691 from Kactius/patch-2
Fix typo in FileSorts.h function signature
2020-10-05 09:14:32 +01:00