mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-21 21:55:38 +00:00
Documentation update.
This commit is contained in:
parent
6c425fa533
commit
b544066e12
|
@ -109,6 +109,7 @@
|
||||||
* Removed some unnecessary typedefs and replaced the remaining ones with the more modern "using" keyword
|
* Removed some unnecessary typedefs and replaced the remaining ones with the more modern "using" keyword
|
||||||
* Greatly simplified the video controls code (play/stop/pause etc.)
|
* Greatly simplified the video controls code (play/stop/pause etc.)
|
||||||
* Removed the deprecated VideoVlcComponent
|
* Removed the deprecated VideoVlcComponent
|
||||||
|
* Removed the deprecated tools/update_theme_formatversion.sh script
|
||||||
* Lots of general code cleanup and refactoring
|
* Lots of general code cleanup and refactoring
|
||||||
* Changed tools/create_AppImage.sh to not include version information in the AppImage filename
|
* Changed tools/create_AppImage.sh to not include version information in the AppImage filename
|
||||||
* Updated and improved the theming documentation
|
* Updated and improved the theming documentation
|
||||||
|
|
|
@ -74,8 +74,8 @@ The roadmap is under constant review so expect it to change from time to time. S
|
||||||
#### v2.1
|
#### v2.1
|
||||||
|
|
||||||
* Animated menu elements like switches, tick boxes, smooth scrolling etc.
|
* Animated menu elements like switches, tick boxes, smooth scrolling etc.
|
||||||
|
* New texture/cache manager with support for SVG images and Lottie animations
|
||||||
* Add scraping of game manuals and maps and create a viewer for these (with PDF, GIF, JPG and PNG support)
|
* Add scraping of game manuals and maps and create a viewer for these (with PDF, GIF, JPG and PNG support)
|
||||||
* Scrollbar component for the gamelist view which can be used by the themes
|
|
||||||
* Support for additional scraper services (if feasible?)
|
* Support for additional scraper services (if feasible?)
|
||||||
* Web proxy support for the scraper
|
* Web proxy support for the scraper
|
||||||
* RetroAchievements.org integration
|
* RetroAchievements.org integration
|
||||||
|
@ -83,17 +83,18 @@ The roadmap is under constant review so expect it to change from time to time. S
|
||||||
|
|
||||||
#### v2.2
|
#### v2.2
|
||||||
|
|
||||||
* Reorganize the menus, possibly adding basic/advanced modes
|
|
||||||
* Localization/multi-language support
|
|
||||||
* Simple file browsing component
|
* Simple file browsing component
|
||||||
|
* Scrollbar component for the gamelist view which can be used by the themes
|
||||||
|
* Background music (theme controlled or custom playlist)
|
||||||
|
* Proper audio mixer
|
||||||
* Checksum support for the scraper for exact searches and for determining when to overwrite files
|
* Checksum support for the scraper for exact searches and for determining when to overwrite files
|
||||||
* New texture/cache manager with support for SVG images and Lottie animations
|
|
||||||
* Support for portrait orientation, e.g. for Tate Mode arcade cabinets
|
* Support for portrait orientation, e.g. for Tate Mode arcade cabinets
|
||||||
* Improved text and font functions, e.g. faster and cleaner line wrapping and more exact sizing
|
* Improved text and font functions, e.g. faster and cleaner line wrapping and more exact sizing
|
||||||
|
|
||||||
#### v2.3
|
#### v2.3
|
||||||
|
|
||||||
* Vulkan renderer for all supported operating systems
|
* Vulkan renderer for all supported operating systems
|
||||||
|
* Localization/multi-language support
|
||||||
* Dependency on MoltenVK to get Metal support on macOS
|
* Dependency on MoltenVK to get Metal support on macOS
|
||||||
* Decommission of the OpenGL 2.1 and OpenGL ES renderers (or keep as legacy mode/legacy build?)
|
* Decommission of the OpenGL 2.1 and OpenGL ES renderers (or keep as legacy mode/legacy build?)
|
||||||
* Better and more accurate GPU and memory usage statistics overlay
|
* Better and more accurate GPU and memory usage statistics overlay
|
||||||
|
@ -102,6 +103,7 @@ The roadmap is under constant review so expect it to change from time to time. S
|
||||||
|
|
||||||
#### v2.4
|
#### v2.4
|
||||||
|
|
||||||
|
* Reorganize the menus, possibly adding basic/advanced modes
|
||||||
* Migration tools for importing game metadata and media from other frontend applications
|
* Migration tools for importing game metadata and media from other frontend applications
|
||||||
* Audit tools to clean up orphaned gamelist entries, media files etc.
|
* Audit tools to clean up orphaned gamelist entries, media files etc.
|
||||||
* Auto-import tools for Steam, Lutris etc.
|
* Auto-import tools for Steam, Lutris etc.
|
||||||
|
|
Loading…
Reference in a new issue