.. |
animations
|
whitespace cleanup
|
2019-08-25 17:23:02 +02:00 |
guis
|
Removed deprecated GuiFastSelect.
|
2020-06-13 22:26:11 +02:00 |
scrapers
|
Moved all components into es-core and renamed ScraperSearchComponent to GuiScraperSearch as it's a GUI and not a component.
|
2020-06-06 14:14:13 +02:00 |
views
|
Bugfix: When attempting to mark a directory as favorite game, the favorites navigation sound played.
|
2020-06-17 18:55:38 +02:00 |
CollectionSystemManager.cpp
|
Added support for jumping to the beginning and end of gamelists and menus using the left and right trigger buttons. Also fixed some navigation bugs.
|
2020-06-13 10:25:09 +02:00 |
CollectionSystemManager.h
|
A few small optimizations, some operations will be way faster now if fewer custom collections are in use. Also some sorting bug fixes and some code cleanup.
|
2020-05-24 14:26:08 +02:00 |
EmulationStation.aps
|
Increment version to 2.0.1.
|
2015-03-05 18:04:41 -06:00 |
EmulationStation.h
|
Some code cleanup and code documentation. Improvements to handling of command line arguments.
|
2020-05-25 21:34:42 +02:00 |
EmulationStation.rc
|
Remove builtin resources
|
2018-02-08 19:27:44 +01:00 |
es_icon.ico
|
Remove builtin resources
|
2018-02-08 19:27:44 +01:00 |
FileData.cpp
|
Moved quick selector letter index generation to gamelist sorting loop. This increases (non-optimized) sort time with around 1,5 - 4,5% but the game option GUI opens way faster now due to the caching of the letter index. Also made the quick selector more intuitive.
|
2020-06-11 21:08:48 +02:00 |
FileData.h
|
Moved quick selector letter index generation to gamelist sorting loop. This increases (non-optimized) sort time with around 1,5 - 4,5% but the game option GUI opens way faster now due to the caching of the letter index. Also made the quick selector more intuitive.
|
2020-06-11 21:08:48 +02:00 |
FileFilterIndex.cpp
|
whitespace cleanup
|
2019-08-25 17:23:02 +02:00 |
FileFilterIndex.h
|
* Introduce KidMode: Prevent collection editing
|
2017-11-02 21:22:41 +01:00 |
FileSorts.cpp
|
add sortname to gamelist.xml to sort by a different name
|
2018-04-24 23:07:25 -06:00 |
FileSorts.h
|
Header inclusion cleanup
|
2017-11-02 19:16:01 +01:00 |
Gamelist.cpp
|
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 |
Gamelist.h
|
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 |
main.cpp
|
Expanded the help system to (hopefully) the whole application, removed the completely broken command line scraper and fixed some bugs related to the game collections.
|
2020-06-09 20:03:31 +02:00 |
MetaData.cpp
|
Added semi-automatic scraping mode, fixed some scraping bugs and improved folder metadata editing.
|
2020-06-13 16:47:12 +02:00 |
MetaData.h
|
Added semi-automatic scraping mode, fixed some scraping bugs and improved folder metadata editing.
|
2020-06-13 16:47:12 +02:00 |
PlatformId.cpp
|
Add scraping support for ChannelF, OpenBOR, Solarus and ZX81 Sinclair
|
2019-11-27 09:52:35 +02:00 |
PlatformId.h
|
Add scraping support for ChannelF, OpenBOR, Solarus and ZX81 Sinclair
|
2019-11-27 09:52:35 +02:00 |
SystemData.cpp
|
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 |
SystemData.h
|
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 |
SystemScreenSaver.cpp
|
Eliminate drawRect that takes int's and make sure everything uses the float version properly, this way everything is rounded the same way
|
2019-08-31 17:58:36 +02:00 |
SystemScreenSaver.h
|
Change handling of screensaver to FileData only and respect UI Mode
|
2019-02-26 09:36:36 +00:00 |
VolumeControl.cpp
|
whitespace cleanup
|
2019-08-25 17:23:02 +02:00 |
VolumeControl.h
|
Changed Audio settings to be much more flexible
|
2018-08-19 21:40:49 +00:00 |