2012-08-11 04:17:52 +00:00
|
|
|
August 10
|
|
|
|
-Themes now load from system directories (and thus you can set a different theme for each system)
|
|
|
|
-Theme paths now expand . (to directory of this theme.xml) and ~ (to $HOME).
|
|
|
|
-Added --ignore-gamelist switch. Does as it says, and forces the simple GuiGameList.
|
|
|
|
-Folders that do not contain games will not be added.
|
|
|
|
-Fixed float percentages in GuiTheme being converted to integers before they were converted to pixels...woops!
|
|
|
|
|
2012-08-10 19:28:34 +00:00
|
|
|
August 9
|
|
|
|
-Removed multithreaded image loading
|
|
|
|
-Improved GuiImage rendering speed by adding additional processing at load time (SDL_DisplayFormat)
|
|
|
|
-Began work on the GuiTheme class, allowing custom theming with an XML file
|
|
|
|
|
2012-08-09 21:19:07 +00:00
|
|
|
August 8
|
|
|
|
-Added automatic resizing of images using SDL_gfx
|
2012-08-10 19:28:34 +00:00
|
|
|
-Experimenting with multithreaded image loading for the GuiImage class
|
2012-08-09 21:19:07 +00:00
|
|
|
-Removed warning if an unknown variable is found in a systems config file (useful for additional utilities)
|
|
|
|
|
2012-08-08 00:50:45 +00:00
|
|
|
August 7
|
|
|
|
-gamelist.xml files are now read from each system's individual search directory.
|
|
|
|
-The switch --gamelist-only was added. Use it to skip automatic searching and only use files defined in gamelist.xml.
|
|
|
|
-A gamelist.xml file can now specify a file that wasn't previously found by the automatic search.
|
|
|
|
-Fixed alphabetizing uppercase and lowercase letters differently (woops!)
|
|
|
|
-When loading the system config file, if a system doesn't contain any games, it will be automatically deleted.
|
|
|
|
|
2012-08-02 04:03:15 +00:00
|
|
|
August 4
|
|
|
|
-Moved configuration files to $HOME/.emulationstation/
|
2012-08-04 21:38:37 +00:00
|
|
|
-Renderer::loadFonts() will now fall back to /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf if LinLibertine.ttf is not found.
|
|
|
|
-All folders should now be sorted alphabetically
|
2012-08-02 04:03:15 +00:00
|
|
|
-Added Menu button
|
2012-08-04 21:38:37 +00:00
|
|
|
-Added menu consisting of bash commands for "Restart" and "Shutdown"
|