Leon Styhre
|
9546eb00ba
|
Changed the gamelist views marquee image filtering from nearest neighbor to linear.
|
2021-08-19 20:31:44 +02:00 |
|
Leon Styhre
|
74e21e8c03
|
Replaced some internal math functions with equivalents from the GLM library.
|
2021-08-17 20:55:29 +02:00 |
|
Leon Styhre
|
7b5d673050
|
Replaced the internal Vector2i data type and functions with the GLM library equivalent.
Also applied some code formatting changes for braced lists using clang-format.
|
2021-08-17 18:41:45 +02:00 |
|
Leon Styhre
|
1fb0ccef0d
|
Replaced the internal Vector2f data type and functions with the GLM library equivalent.
|
2021-08-16 18:25:01 +02:00 |
|
Leon Styhre
|
722468129e
|
Replaced all internal matrix data types and functions with the GLM library equivalents.
Also changed some vectors.
|
2021-08-15 19:30:31 +02:00 |
|
Leon Styhre
|
7ea91f08af
|
Removed the deprecated VideoOmxComponent.
|
2021-07-08 18:26:01 +02:00 |
|
Leon Styhre
|
af5e32e121
|
Formatted the es-app source tree using clang-format.
|
2021-07-07 20:03:42 +02:00 |
|
Leon Styhre
|
337f06b428
|
Added a CMake option to build with or without the VLC video player.
|
2021-06-23 00:24:15 +02:00 |
|
Leon Styhre
|
65e119cff9
|
The audio stream is now only cleared from a single location in VideoFFmpegComponent.
Also made the video player finish processing if the video is paused.
|
2021-05-19 19:52:58 +02:00 |
|
Leon Styhre
|
b87d7238fc
|
Added menu option and integrations for VideoFFmpegComponent
|
2021-05-09 22:56:41 +02:00 |
|
Leon Styhre
|
9738957253
|
Fixed a potential problem with an uninitialized variable.
|
2021-04-05 14:33:36 +02:00 |
|
Leon Styhre
|
26b593455e
|
The folder icon for the gamelistInfo field is now placed according to the selected alignment.
|
2021-03-21 11:59:53 +01:00 |
|
Leon Styhre
|
7043da4737
|
Partly reverted the last commit as it caused unforeseen problems.
|
2021-03-14 09:35:20 +01:00 |
|
Leon Styhre
|
5099593d73
|
The gamelist description text no longer scrolls above the starting position.
|
2021-03-13 16:52:15 +01:00 |
|
Leon Styhre
|
2429e1309d
|
Fixed an issue where the gamelistInfo field was displayed on themes that didn't support it.
|
2021-02-01 22:30:30 +01:00 |
|
Leon Styhre
|
66e1c4e897
|
Improved the speed consistency for ScrollableContainer.
|
2021-01-19 00:11:02 +01:00 |
|
Leon Styhre
|
e68c8f1db3
|
ScrollableContainer now takes the font size into consideration for adjusting the scrolling speed.
|
2021-01-17 22:02:22 +01:00 |
|
Leon Styhre
|
d34558525d
|
Added the ability to jump to the randomly selected game in the grouped custom collection system.
|
2021-01-02 15:21:48 +01:00 |
|
Leon Styhre
|
56cc17d7a1
|
Made some special Unicode characters work correctly with the MSVC compiler.
|
2020-12-29 14:51:29 +01:00 |
|
Leon Styhre
|
327676d7d7
|
Renamed CollectionSystemManager to CollectionSystemsManager.
|
2020-12-23 18:06:30 +01:00 |
|
Leon Styhre
|
debf072a0e
|
Rewrote some code from C to C++
|
2020-12-16 23:59:00 +01:00 |
|
Leon Styhre
|
0b6dce687e
|
Changed to C++ casts throughout the application.
|
2020-11-17 23:06:54 +01:00 |
|
Leon Styhre
|
1a35d29f19
|
Improvements to the startup animations and game launching logic.
|
2020-11-17 17:30:23 +01:00 |
|
Leon Styhre
|
53cacd5eac
|
Renamed VideoPlayerComponent to VideoOmxComponent.
|
2020-11-12 17:40:06 +01:00 |
|
Leon Styhre
|
bbb2aa5217
|
Overhaul of the screensaver.
|
2020-11-10 22:18:20 +01:00 |
|
Leon Styhre
|
162d893ea0
|
Filtered non-games are now included in the GamelistInfo field.
|
2020-11-08 19:04:43 +01:00 |
|
Leon Styhre
|
7f0aede274
|
Added gamelist info field which displays some useful information.
|
2020-10-30 14:19:21 +01:00 |
|
Leon Styhre
|
0e59654399
|
Metadata fields are now hidden for placeholders.
|
2020-10-28 17:38:54 +01:00 |
|
Leon Styhre
|
1a0b2f8bb7
|
Multiple improvements to the handling of custom collections.
Also improved the random game and random system functions.
|
2020-10-21 21:56:31 +02:00 |
|
Leon Styhre
|
35c7c7ec09
|
Removed deprecated code for handling video subtitles.
|
2020-10-17 16:06:48 +02:00 |
|
Leon Styhre
|
5cd83899f0
|
Fixed a regression where the video would not pause when launching a game.
|
2020-10-10 15:46:01 +02:00 |
|
Leon Styhre
|
109a8a0b14
|
Fixed an issue where the gamelist view was not updated properly.
|
2020-10-10 15:26:17 +02:00 |
|
Leon Styhre
|
7832c4fbe0
|
Fixed an issue where hidden metadata fields would sometimes be shown.
|
2020-10-10 15:13:47 +02:00 |
|
Leon Styhre
|
2258825a73
|
Fixed an issue where videos would play during gamelist scrolling.
|
2020-10-10 14:17:05 +02:00 |
|
Leon Styhre
|
fd92f7f86d
|
Implemented the same opacity animation for the video style as for the detailed style.
|
2020-09-18 20:43:46 +02:00 |
|
Leon Styhre
|
98d38b3b46
|
Eliminated unnecessary processing and rendering in the gamelist view.
Also added a game image fade-in effect to the Detailed view style.
|
2020-09-13 19:16:40 +02:00 |
|
Leon Styhre
|
88a5962926
|
Changed '#ifdef' to '#if defined()' throughout the code.
|
2020-08-23 17:04:30 +02:00 |
|
Leon Styhre
|
bd57d23bce
|
Added metadata setting to hide metadata fields from the gamelist view.
|
2020-08-08 11:36:43 +02:00 |
|
Leon Styhre
|
9f04458bbd
|
Launching a game inside a folder now also updates the folder's last played timestamp.
|
2020-07-30 14:21:20 +02:00 |
|
Leon Styhre
|
96ea80fbcd
|
Fixed a small issue with missing initialization of some theme label values.
|
2020-07-28 21:10:58 +02:00 |
|
Leon Styhre
|
57d6dab2cc
|
Some cosmetic code changes.
|
2020-07-13 20:58:25 +02:00 |
|
Leon Styhre
|
6b62065595
|
Large code cleanup and code documentation update.
The initial code cleanup of es-app is now complete as of this commit.
|
2020-06-23 20:07:00 +02:00 |
|
Leon Styhre
|
67aa6b3dbd
|
Huge code cleanup and code documentation update.
Includes lots of conversions from tabs to spaces. Only cosmetic code changes in this commit.
|
2020-06-21 14:25:28 +02:00 |
|
Leon Styhre
|
90735d44e3
|
Major update to scraper including support for new media handling logic, ability to download more media file types (screenshot, cover, marquee, 3D box) and an improved scraper GUI. As well a rewrite of the navigation sound code.
|
2020-06-06 13:10:33 +02:00 |
|
Leon Styhre
|
f2f7d34bb6
|
Monster commit. Rewrote gamelist sorting logic and made per-gamelist sort settings session-permanent. Cleaned up a lot of code and started to reformat for 100 characters line length.
|
2020-05-24 10:29:29 +02:00 |
|
Leon Styhre
|
fbec408dfa
|
Rewrote media handling to look for images and videos in a configurable media directory (by matching the ROM names) instead of being configured per game as XML tags
|
2020-05-18 19:00:43 +02:00 |
|
Leon Styhre
|
bac1eba3f8
|
Fixed two bugs where the game images were incorrectly scaled in the Video and Grid views. For the Video mode it happened during reload (such as when adding a game as a favorite), and for the Grid view it was always incorrectly scaled
|
2020-05-15 18:24:14 +02: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
|
8de1fc8860
|
add 'visible' theme element
|
2019-07-21 23:13:48 -04:00 |
|
John Rassa
|
a57b0ecfea
|
create new DateTimeComponent
|
2018-10-15 20:40:45 -07:00 |
|