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
|
20da03973f
|
Merge pull request #640 from jrassa/grid-view-fixes
Grid View Fixes
|
2020-03-05 08:42:34 -05: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 |
|
Jools Wills
|
c9b3f5b646
|
Merge pull request #635 from cmitu/fix-scroll
input: fix the infinite scrolling with the left shoulder button
|
2020-02-03 06:00:04 +00: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 |
|
Tomas Jakobsson
|
0dbd146e88
|
Merge pull request #628 from cmitu/cmake_debug
cmake: define _DEBUG for Debug builds
|
2020-01-05 19:37:23 +01:00 |
|
Tomas Jakobsson
|
6ef36049cb
|
Merge pull request #626 from tomaz82/renderer_cleanup
Prepare for GLES 2.0
|
2020-01-05 17:07:48 +01: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 |
|
Tomas Jakobsson
|
72786c83a0
|
Prepare for GLES 2.0
|
2020-01-03 18:04:58 +01:00 |
|
Cristi Mitrana
|
92db741c53
|
Define _DEBUG for Debug builds
|
2020-01-03 12:17:43 +02:00 |
|
James D. Smith
|
7de52b9279
|
Timestamp'ed log entries
|
2019-12-31 16:15:57 -07:00 |
|
Jools Wills
|
714797e778
|
bump version to v2.10.0-dev
|
2019-12-29 21:22:21 +00:00 |
|
Cristi Mitrana
|
3b85735a2d
|
InputManager: replace pageUp/Down with left/rightShoulder and create an alias (via isMappedLike ) to accomodate existing configs that use the PageUp/Down buttons.
|
2019-12-23 16:12:35 +02:00 |
|
Jools Wills
|
ef186e7bd6
|
Merge pull request #624 from Teklad/reliable-exe-path
Use platform-specific methods for setExePath
|
2019-12-19 03:33:45 +00:00 |
|
Justin Kinnaird
|
08335841be
|
Use platform-specific methods for exePath
|
2019-12-18 21:28:01 -06:00 |
|
Jools Wills
|
46047894f3
|
Merge pull request #578 from verybadsoldier/feature/save_metadata_on_change
Added an option to save meta data instantly when changed.
|
2019-12-18 04:06:23 +00:00 |
|
verybadsoldier
|
a136179fc9
|
save also metadata that have default values. they might not had default values on start so they have to be saved
|
2019-12-13 21:38:01 +01:00 |
|
John Rassa
|
468c511c99
|
Merge pull request #613 from jrassa/github-actions
initial github actions config. runs basic build under ubuntu
|
2019-12-10 09:05:05 -05:00 |
|
Jools Wills
|
5156baa5a4
|
Merge pull request #620 from cmitu/master
scraper: add support for ChannelF, OpenBOR, Solarus and ZX81 Sinclair
|
2019-12-10 05:32:35 +00:00 |
|
Jools Wills
|
d1c24f429e
|
Merge pull request #621 from cmitu/date-fix
fix 'DateTimeEditComponent' output formatting
|
2019-12-10 05:31:49 +00:00 |
|
Jools Wills
|
7e687d7f4a
|
Merge pull request #622 from cmitu/fix-path
getGenericPath: don't remove trailing '/' when path is '/'.
|
2019-12-10 05:30:43 +00:00 |
|
Cristi Mitrana
|
dc94060e7e
|
getGenericPath: don't remove trailing '/' when path is '/'.
This prevents 'getAbsolutePath' to get into a loop with an empty path and EmulationStation to crash when the `$CWD` is `/`.
|
2019-12-09 20:06:49 +02:00 |
|
Cristi Mitrana
|
c48c2ce56f
|
fix 'DateTimeEditComponent' output formatting.
If the display mode is `DISP_DATE`, ignore the `mTime` field when calculating the output.
This fixes the size calculation of the component.
Fixes https://github.com/RetroPie/EmulationStation/issues/385.
|
2019-12-03 15:11:35 +02:00 |
|
Cristi Mitrana
|
b46c082821
|
Add scraping support for ChannelF, OpenBOR, Solarus and ZX81 Sinclair
|
2019-11-27 09:52:35 +02:00 |
|
John Rassa
|
939bc817e6
|
Merge pull request #617 from jrassa/grid-image-source-fix
Fix for GridView image source theme option
|
2019-11-14 22:49:38 -05:00 |
|
John Rassa
|
94b2821eb7
|
repopulate list after applying theme to ensure image source is updated
|
2019-11-06 20:22:30 -05:00 |
|
John Rassa
|
eb1db369c2
|
Merge pull request #615 from jrassa/fixes
add 'animate' to theme properties for imagegrid; fix blurriness on image upscaling
|
2019-10-10 21:45:33 -04:00 |
|
John Rassa
|
8d759c7c5d
|
add 'animate' to theme properties for imagegrid; fix blurriness on image upscaling
|
2019-10-09 18:51:33 -04:00 |
|
John Rassa
|
c71997f39a
|
Merge pull request #614 from jrassa/grid-tile-theme-fix
fix assignment of gridtile theme properties
|
2019-10-08 19:06:43 -04:00 |
|
John Rassa
|
9dfbaa5566
|
fix assignment of gridtile theme properties
|
2019-10-07 22:25:39 -04:00 |
|
John Rassa
|
447855fa07
|
Merge pull request #611 from joolswills/issue_template
added ISSUE_TEMPLATE.md from RetroPie-Setup to direct users to the forum first
|
2019-10-04 21:28:47 -04:00 |
|
John Rassa
|
a45076e541
|
Merge pull request #572 from jrassa/grid-view-updates
Grid view updates
|
2019-10-04 21:10:22 -04:00 |
|
John Rassa
|
8ea936b7d7
|
initial github actions config. runs basic build under ubuntu
|
2019-10-02 23:25:53 -04:00 |
|
Jools Wills
|
1de8d5caaa
|
added ISSUE_TEMPLATE.md from RetroPie-Setup to direct users to the forum first
|
2019-09-24 04:02:54 +01:00 |
|
John Rassa
|
961571655b
|
Grid updates. Animate scrolling option, autoLayout option, center selection option, scroll loop option, image source option
|
2019-09-21 19:38:57 -04:00 |
|
Jools Wills
|
cb0db38f54
|
Merge pull request #605 from jrassa/file-data-reset-changed-flag
ensure change flag cleared for new FileData
|
2019-09-10 00:22:08 +01:00 |
|
Tomas Jakobsson
|
eac208c9e0
|
Merge pull request #601 from jrassa/opacity-cleanup
Opacity cleanup
|
2019-09-08 15:52:17 +02:00 |
|
John Rassa
|
b43f1b43d3
|
clean up opacity handling for ImageComponent, RatingComponent
|
2019-09-08 09:24:25 -04:00 |
|
Jools Wills
|
c384beedb0
|
Merge pull request #606 from psyke83/mSkipAxis_fix
filterTrigger: filter negative trigger axis event after positive axis…
|
2019-09-07 18:31:50 +01:00 |
|
Tomas Jakobsson
|
eda3fe9c3b
|
Merge pull request #599 from jrassa/image-video-component-theme-cleanup
Image video component theme cleanup
|
2019-09-07 19:28:36 +02:00 |
|
John Rassa
|
28ed6ed04e
|
ensure change flag cleared for new FileData
|
2019-09-03 22:39:19 -04:00 |
|
Jools Wills
|
a2ceaea100
|
Merge pull request #603 from shantigilbert/fix_gles10
Fixes compiling when Renderer_GLES10 is used
|
2019-09-03 05:30:54 +01:00 |
|
Shanti Gilbert
|
20b367009c
|
Fixes compiling when Renderer_GLES10 is used
|
2019-09-02 14:50:14 -05:00 |
|
John Rassa
|
726d7e6a4f
|
Merge pull request #600 from tomaz82/round_rendering_fixes
Eliminate int drawRect and round all transforms
|
2019-08-31 19:53:38 -04:00 |
|
Tomas Jakobsson
|
71ac016c3d
|
Make sure all vertices are properly rounded
|
2019-08-31 18:19:43 +02:00 |
|
Tomas Jakobsson
|
489d7de096
|
Eliminate drawRect that takes int's and make sure everything uses the float version properly, this way everything is rounded the same way
Only round the transforms when setting them on the GPU, to make sure everything is rounded the same, but only at the final moment
|
2019-08-31 17:58:36 +02:00 |
|
Tomas Jakobsson
|
e600a99e8c
|
Merge pull request #597 from 5schatten/libcec
CMakeList.txt: add option to disable libCEC / enabled by default
|
2019-08-31 17:13:35 +02:00 |
|