Commit graph

  • 2926442bf0 Set hint regardless of setting (in case it is changed during run-time). Aloshi 2015-01-15 17:47:31 -0600
  • da42b784b2 Merge pull request #348 from felipeota/master Aloshi 2015-01-15 17:46:00 -0600
  • 33d6733d64 Add a setting to allow for joystick input to work while not in focus. Felipe Otamendi 2015-01-13 23:36:25 -0200
  • 196449e5c3 Moved rom deletion to gamelist, fixed halt on removal. Brent Atkinson 2015-01-12 15:06:11 -0500
  • 08c2c561ca Merge branch 'master' of https://github.com/Aloshi/EmulationStation Aloshi 2015-01-10 19:04:16 -0600
  • bf70403052 Merge pull request #337 from gizmo98/patch-2 Aloshi 2015-01-06 16:29:03 -0600
  • 3c322f55c4 CMakeList.txt: add oLinuXino/Mali gizmo98 2015-01-06 21:41:00 +0100
  • c8d62cf881 Merge pull request #331 from RobLoach/psp Aloshi 2015-01-02 10:50:36 -0600
  • 39c818030d Add PlayStation Portable Rob Loach 2015-01-02 11:23:02 -0500
  • 59c5a17cba Merge pull request #328 from RobLoach/steam Aloshi 2015-01-01 11:06:38 -0600
  • 98418d4ba2 Add Steam documentation Rob Loach 2015-01-01 09:12:34 -0500
  • dda60ab869 Merge pull request #325 from RobLoach/systems Aloshi 2014-12-29 21:42:34 -0600
  • a7396554bb Add SYSTEMS.md Rob Loach 2014-12-29 21:55:04 -0500
  • 3afbc4543f Fixed buffer overflow in HttpReq::encodeUrl. Alec Lofquist 2014-11-29 14:42:30 -0600
  • 0dcfc2945d Added MSX platform. Aloshi 2014-11-29 12:51:17 -0600
  • bcc099d8ba Attach to parent process when calling --help on Windows. Aloshi 2014-11-24 21:08:22 -0600
  • 7c48887ab3 Hide the console on Windows unless --debug is set. Aloshi 2014-11-24 20:49:11 -0600
  • 45b47024ca Don't reset system volume on exit (for some reason only affects Linux). Alec Lofquist 2014-11-23 11:10:38 -0600
  • 9d2b7e5e66 Changed --vsync true to --vsync on. Aloshi 2014-11-23 10:21:36 -0600
  • cefe9b6287 Merge branch 'utf8' into unstable Aloshi 2014-11-23 09:55:57 -0600
  • c48f1784c5 Can now specify --vsync true or --vsync false in addition to 1/0. Aloshi 2014-11-23 09:52:37 -0600
  • 396cf1bde9 Merge branch 'unstable' Aloshi 2014-11-23 09:44:56 -0600
  • 635b9f9327 FINALLY added vsync. Aloshi 2014-11-22 11:00:11 -0600
  • f899b8aaaf Fix backwards "sound enabled" logic (#261). Aloshi 2014-11-11 19:13:57 -0600
  • c532c68dde Fix multiple occurances of tags in launch commands not being replaced. Aloshi 2014-11-01 12:56:32 -0500
  • d89ab913ab Merge branch 'unstable' Aloshi 2014-10-25 21:18:12 -0500
  • dab1a12bc0 Require boost.locale. Alec Lofquist 2014-10-18 16:50:10 -0500
  • ac37765744 Use user locale at startup. Should fix Unicode paths on Windows. Aloshi 2014-10-18 16:31:10 -0500
  • c870caee03 Fix newlines messing up cursor offset. Alec Lofquist 2014-10-18 15:46:14 -0500
  • 885efcf431 Fixed Font::getWrappedCursorOffset. Alec Lofquist 2014-10-18 15:32:18 -0500
  • 50d2ba2291 Fall back to the DroidSansFallbackFull.ttf font on Linux. Alec Lofquist 2014-09-27 17:17:40 -0500
  • 030c840cfb Fixed uninitialized max glyph size in Font. Aloshi 2014-09-27 16:09:49 -0500
  • 7c31d7ca0a Hopefully fixed compiling on Linux. Aloshi 2014-08-31 09:57:38 -0500
  • 531fb50e01 Fixed text editing for multi-byte characters. Aloshi 2014-08-30 15:37:51 -0500
  • c4d0e0229e Added fallback font support. Untested on Linux (but should fail gracefully). Aloshi 2014-08-30 15:36:56 -0500
  • 8739519e15 Fix removeCommonPath throwing an exception when path does not exist. Aloshi 2014-08-13 18:45:26 -0500
  • 9f040f4c71 Fixed deinitialization/reinitialization for fonts. Aloshi 2014-08-11 18:05:18 -0500
  • fb16dd8a91 Fix shutdown/restart commands on Windows. Aloshi 2014-08-02 14:19:57 -0500
  • 01923f38e5 Merge pull request #208 from qjcg/patch-1 Aloshi 2014-08-02 00:58:47 -0500
  • 147baca316 Remove ${SDL2MAIN_LIBRARY} reference, fixes #205 qjcg 2014-08-01 19:49:10 -0400
  • 4d4d4bc108 Re-added the "jump to letter" functionality. Aloshi 2014-07-27 17:49:43 -0500
  • ded816905d Fixed a typo in MenuComponent that accidentally used a constant as a boolean value (technically still worked) Aloshi 2014-07-27 17:48:49 -0500
  • 2b22e1fe0b Rewrote font code to use multiple textures. Will corrupt after playing a game. Aloshi 2014-07-27 16:44:02 -0500
  • 8a23093781 Merge pull request #197 from vikbez/patch-1 Aloshi 2014-07-15 13:39:58 -0500
  • 56df45c580 Update README.md Romain Gay 2014-07-15 16:47:51 +0200
  • 23d8856773 Fixed VolumeControl::getVolume() rounding bug on Windows. Aloshi 2014-07-09 16:17:59 -0500
  • 07598b3d6f Added log output for OpenGL extensions to warn when NPOT textures aren't supported Aloshi 2014-07-04 14:42:26 -0500
  • bc72990f39 Changed 'emulationstation' folder to 'es-app' because I forgot executables don't have extensions on Linux Half of the ES code has been missing for 5 days because I am incompetent Aloshi 2014-06-25 11:29:58 -0500
  • dbdbcde6cd Renamed folders to match their projects properly. Aloshi 2014-06-20 20:03:05 -0500
  • c30fbdd6ba Fixed case-sensitivity issues on Linux. Alec Lofquist 2014-06-20 15:36:44 -0500
  • 98120f9ecd Split into subprojects (external, core, es). Removed relative paths in #includes. Changed ViewController to a singleton, removing it from the Window class. Aloshi 2014-06-19 20:30:09 -0500
  • 9df8129d55 Update internal version to 2.0.0-rc1. Update menu to display version in uppercase. Aloshi 2014-06-16 15:49:51 -0500
  • 1df8e6555d Start cursor at the end of text in single-line text popups. Fixed an error message being in lower-case. Aloshi 2014-06-15 12:55:30 -0500
  • 71700bd0c9 Added <theme> tag to es_systems.cfg. Aloshi 2014-06-15 12:34:22 -0500
  • 0b83c7dc96 Renamed "mac" platform to "macintosh". Aloshi 2014-06-11 10:36:13 -0500
  • e7e502bc0e Updated splash screen slightly. Aloshi 2014-06-10 13:09:09 -0500
  • 678cd10029 Fixed white space on the left/top of background images with an origin of "0.5 0.5". Hopefully. Added additional error output when SDL renderer fails to create window. Alec Lofquist 2014-06-10 17:36:03 +0000
  • 4efbafdad9 Changed <version> theme tag to <formatVersion> to be more clear. Aloshi 2014-06-09 13:12:21 -0500
  • c3b394f1b9 Adjusted max selected logo height. Aloshi 2014-06-09 12:40:48 -0500
  • 50df31b8b9 Adjusted system info fade speed to match background fade speed. Aloshi 2014-06-07 11:26:18 -0500
  • 8efbc953d0 System view extras are now clipped (can no longer overflow into other views). Aloshi 2014-06-07 11:18:24 -0500
  • f141dd256c Fixed "WORKING" text hiding the G at some resolutions. Aloshi 2014-06-06 16:58:48 -0500
  • 4ad8017c9f Restored error propogation to scrapers. Now you have to use subclasses because I didn't want to pass "setError" function pointers in the arguments. Fixed tricky timing bug in ScraperHttpRequest::update that could cause misreported network errors. Aloshi 2014-06-06 16:06:10 -0500
  • 447b63f1e0 Strip trailing whitespace in clean filenames. Aloshi 2014-06-06 15:20:44 -0500
  • 8858f4888b Page up/down now work in menus (ComponentList). Aloshi 2014-06-06 15:06:56 -0500
  • ff2fd4ee80 Split gamelist.xml documentation into its own text file. Removed signature in THEMES.md. Aloshi 2014-06-05 19:00:16 -0500
  • 9350ed3615 Removed extremely out-of-date changelog. Updated CREDITS.md to include nanosvg. Updated year in LICENSE.md. Aloshi 2014-06-05 17:44:47 -0500
  • 003af694b2 Fixed TextListComponent marquee running at 2x speed. Adjusted marquee constants. Aloshi 2014-06-05 16:59:35 -0500
  • 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. Aloshi 2014-06-05 16:23:07 -0500
  • c3252d082b Added Amstrad CPC platform. Aloshi 2014-06-05 15:53:01 -0500
  • 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. Aloshi 2014-06-05 15:43:19 -0500
  • c31c7c246f Updated --help output to include current version + build time. Aloshi 2014-06-05 15:20:37 -0500
  • 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. Aloshi 2014-06-05 15:02:30 -0500
  • b85876339b Removed --home-path argument. I forgot, for weeks on end, that you can just manipulate environment variables. Aloshi 2014-06-05 14:56:41 -0500
  • bbd58a22d0 Fixed help style not changing between systems in SystemView. Fixed Ctrl-R not updating help style in SystemView. Aloshi 2014-06-05 14:29:07 -0500
  • 7661fdc235 Fix building on Linux Alec Lofquist 2014-06-03 20:24:15 -0500
  • 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"). Aloshi 2014-06-03 19:38:10 -0500
  • ae129c5325 Merge branch 'unstable' of https://github.com/Aloshi/EmulationStation into unstable Aloshi 2014-06-03 18:31:46 -0500
  • 8c0a40cebb Refactored scraper code to support multiple requests, even multiple requests mixed between scrapers. Aloshi 2014-06-03 18:30:03 -0500
  • 1ff2c197ae Added CPack settings to CMakeLists.txt. Alec Lofquist 2014-06-03 13:57:44 -0500
  • 40ca44e54f Fixed crash when TheGamesDB scraper sees a platform it doesn't support. Aloshi 2014-06-03 12:09:50 -0500
  • f7f51c5702 Added "make install" to generated Makefile. Alec Lofquist 2014-06-02 20:33:59 -0500
  • 135ad755b1 Fix editing metadata in a nested folder causing back button to stop working. Aloshi 2014-06-02 14:33:27 -0500
  • fac09b6fac Made metadata image paths relative too. Moved some path functions into Util.h/.cpp. Aloshi 2014-06-02 13:55:00 -0500
  • 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. Aloshi 2014-06-02 13:13:30 -0500
  • 0c802a2107 Fixed crash in detailed view when cursor is over a folder. Aloshi 2014-06-02 13:04:41 -0500
  • e5e4394eb4 Fix for rapid ViewController fade transitions causing the camera to get "lost." Aloshi 2014-06-01 19:28:30 -0500
  • 489298ef26 Moved most of the sleep code into the Window class. Input is now consumed on wake. Aloshi 2014-06-01 19:14:22 -0500
  • 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. Aloshi 2014-06-01 18:52:31 -0500
  • cf269641fc Renamed XMLReader.h/.cpp to Gamelist.h/.cpp. Since it does more than, yknow, read XML. Aloshi 2014-06-01 12:57:20 -0500
  • 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. Aloshi 2014-05-31 18:00:42 -0500
  • e1d75941e0 Ok, really fix that error for really real. Probably. Aloshi 2014-05-31 14:20:14 -0500
  • c376b2ad48 Hopefully fix duplicate symbol error I can't seem to reproduce Aloshi 2014-05-31 11:12:11 -0500
  • 4e2c26ac6d Added iconColor tag to help system theming. Aloshi 2014-05-29 16:27:18 -0500
  • 4439beceba Made the help system themable. Aloshi 2014-05-29 15:41:47 -0500
  • 09312a5b2d Added "SELECT ALL" and "SELECT NONE" buttons to OptionListComponent. Aloshi 2014-05-28 20:59:11 -0500
  • 6d7cb52fd8 Fix building on Linux again. Aloshi 2014-05-28 17:28:11 -0500
  • 2d9fbfaf6f New icon + splash screen. Fixed window icon being upside down. Aloshi 2014-05-28 16:43:23 -0500
  • 23b826c4d3 Adjusted platform names. Aloshi 2014-05-28 14:20:28 -0500
  • 327367b6bd Renamed "dim" to "screensaver". Added "screensaver behavior" option, which can be "dim" or "black". Aloshi 2014-05-28 11:31:58 -0500