Commit Graph

686 Commits

Author SHA1 Message Date
Aloshi 9350ed3615 Removed extremely out-of-date changelog.
Updated CREDITS.md to include nanosvg.
Updated year in LICENSE.md.
2014-06-05 17:44:47 -05:00
Aloshi 003af694b2 Fixed TextListComponent marquee running at 2x speed.
Adjusted marquee constants.
2014-06-05 16:59:35 -05:00
Aloshi a093890604 Fixed system info band displaying when there was one game.
Fixed system info band not appearing on startup.
Fixed CMakeLists.txt including CPack twice.
2014-06-05 16:23:07 -05:00
Aloshi c3252d082b Added Amstrad CPC platform. 2014-06-05 15:53:01 -05:00
Aloshi 40df8d3189 Added list of Settings keys to not save.
This way stuff like the --debug and --windowed flags no longer save to es_settings.xml.
2014-06-05 15:43:19 -05:00
Aloshi c31c7c246f Updated --help output to include current version + build time. 2014-06-05 15:20:37 -05:00
Aloshi 2bfa5ca4ad Changed default help pos to not use a hard-coded pixel value.
Added mention of the default (0.012 0.9515) to THEMES.md.
2014-06-05 15:02:30 -05:00
Aloshi b85876339b Removed --home-path argument.
I forgot, for weeks on end, that you can just manipulate environment variables.
2014-06-05 14:56:41 -05:00
Aloshi bbd58a22d0 Fixed help style not changing between systems in SystemView.
Fixed Ctrl-R not updating help style in SystemView.
2014-06-05 14:30:23 -05:00
Alec Lofquist 7661fdc235 Fix building on Linux 2014-06-03 20:24:15 -05:00
Aloshi 28e7f357f7 Added support for multiple platforms in the <platform> tag.
You can also use any of the whitespace characters as extension delimiters now (", \n\r\t").
2014-06-03 19:42:01 -05:00
Aloshi ae129c5325 Merge branch 'unstable' of https://github.com/Aloshi/EmulationStation into unstable 2014-06-03 18:31:46 -05:00
Aloshi 8c0a40cebb Refactored scraper code to support multiple requests, even multiple requests mixed between scrapers. 2014-06-03 18:30:03 -05:00
Alec Lofquist 1ff2c197ae Added CPack settings to CMakeLists.txt. 2014-06-03 13:57:44 -05:00
Aloshi 40ca44e54f Fixed crash when TheGamesDB scraper sees a platform it doesn't support. 2014-06-03 12:09:50 -05:00
Alec Lofquist f7f51c5702 Added "make install" to generated Makefile. 2014-06-02 20:33:59 -05:00
Aloshi 135ad755b1 Fix editing metadata in a nested folder causing back button to stop working. 2014-06-02 14:33:27 -05:00
Aloshi fac09b6fac Made metadata image paths relative too.
Moved some path functions into Util.h/.cpp.
2014-06-02 13:55:00 -05:00
Aloshi 37db651ffa Added support for relative paths in gamelist.xmls.
Fixed default for the "rating" metadata value, so it no longer writes to the gamelist when the rating hasn't been set yet.
2014-06-02 13:13:30 -05:00
Aloshi 0c802a2107 Fixed crash in detailed view when cursor is over a folder. 2014-06-02 13:05:18 -05:00
Aloshi e5e4394eb4 Fix for rapid ViewController fade transitions causing the camera to get "lost." 2014-06-01 19:28:30 -05:00
Aloshi 489298ef26 Moved most of the sleep code into the Window class.
Input is now consumed on wake.
2014-06-01 19:14:22 -05:00
Aloshi 61d45532cf Only show 1 logo in carousel when there's 1 system.
Don't animate SystemView or ViewController when destination == current position.
Fade transition no longer gets triggered when pressing left/right with a single system.
2014-06-01 18:52:31 -05:00
Aloshi cf269641fc Renamed XMLReader.h/.cpp to Gamelist.h/.cpp.
Since it does more than, yknow, read XML.
2014-06-01 12:57:20 -05:00
Aloshi eac8a07794 Added in-ES messagebox when es_systems.cfg errors occur.
Fixed an error being caused by HelpStyle initializing before the renderer leading to a Font::get(0) command.
Fixed a bug that caused unconfigured inputs to be inserted into InputConfig.
2014-05-31 18:00:42 -05:00