-
Notifications
You must be signed in to change notification settings - Fork 905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix/issue42 #607
base: master
Are you sure you want to change the base?
Bugfix/issue42 #607
Commits on Mar 25, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ca7a9ed - Browse repository at this point
Copy the full SHA ca7a9edView commit details
Commits on Jul 12, 2015
-
Tell clang to compile against the C++11 standard
Chris authored and Chris committedJul 12, 2015 Configuration menu - View commit details
-
Copy full SHA for ea84dd1 - Browse repository at this point
Copy the full SHA ea84dd1View commit details -
Remove #error in VolumeControl for Mac
Replaced #errors in __APPLE__ ifdefs to simply no-op. A proper implementation will need some work to interface with CoreAudio on the Mac which will require some c++ to Obj-C bridging which I don’t know how to do yet.
Chris authored and Chris committedJul 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 399c160 - Browse repository at this point
Copy the full SHA 399c160View commit details -
Suppress inconsistent missing override warnings
More clang combat. Added set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-inconsistent-missing-override") Should make it easier to spot actual clang errors.
Chris authored and Chris committedJul 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 0962dc8 - Browse repository at this point
Copy the full SHA 0962dc8View commit details -
ifndef'd a couple of usings which clang didn't like on OS X
Everything appears to work anyway!
Chris authored and Chris committedJul 12, 2015 Configuration menu - View commit details
-
Copy full SHA for ed568dd - Browse repository at this point
Copy the full SHA ed568ddView commit details -
ifndef'd a call in Window's ctor that was segfaulting on OS X
the mBackgroundOverlay setImage call was causing a later call to an OpenGL method before SDL had been asked to init OpenGL on Mac OS X
Chris authored and Chris committedJul 12, 2015 Configuration menu - View commit details
-
Copy full SHA for d0ddcb1 - Browse repository at this point
Copy the full SHA d0ddcb1View commit details -
Split some double >'s to make clang happy on OS X
e.g. static std::vector<std::shared_ptr<Sound> > sSoundVector;
Chris authored and Chris committedJul 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 57cbb12 - Browse repository at this point
Copy the full SHA 57cbb12View commit details -
Ignore dotfiles when scanning directories
Generally a good idea to ignore dot files, but especially important on OS X which spews ._SomeFile files on filesystems which do not natively support HFS+ metadata streams
Chris authored and Chris committedJul 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 28c6c44 - Browse repository at this point
Copy the full SHA 28c6c44View commit details -
Oops. Left some cruft behind in dotfile exclusion.
Chris authored and Chris committedJul 12, 2015 Configuration menu - View commit details
-
Copy full SHA for 96269a5 - Browse repository at this point
Copy the full SHA 96269a5View commit details
Commits on Aug 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 29ebda2 - Browse repository at this point
Copy the full SHA 29ebda2View commit details
Commits on Aug 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 276a207 - Browse repository at this point
Copy the full SHA 276a207View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5748744 - Browse repository at this point
Copy the full SHA 5748744View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce00f5f - Browse repository at this point
Copy the full SHA ce00f5fView commit details
Commits on Feb 6, 2016
-
Merge pull request Aloshi#1 from displaced/master
MacOS Support (Thanks @displaced!)
Configuration menu - View commit details
-
Copy full SHA for ccd61da - Browse repository at this point
Copy the full SHA ccd61daView commit details -
Merge pull request Aloshi#2 from aslater/master
MVC2015 & Sorting (Thanks @aslater!)
Configuration menu - View commit details
-
Copy full SHA for b51496f - Browse repository at this point
Copy the full SHA b51496fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f64c6bc - Browse repository at this point
Copy the full SHA f64c6bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eb4ff4 - Browse repository at this point
Copy the full SHA 7eb4ff4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ac76cb - Browse repository at this point
Copy the full SHA 6ac76cbView commit details
Commits on Feb 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 196d917 - Browse repository at this point
Copy the full SHA 196d917View commit details
Commits on Feb 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 89eabc3 - Browse repository at this point
Copy the full SHA 89eabc3View commit details
Commits on Feb 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 3b46a2a - Browse repository at this point
Copy the full SHA 3b46a2aView commit details -
Added specifiable config directory
The old implementation hardcoded a the directory ~/.emulationstation everywhere. This implementation uses compiler flags to find a sensible location (XDG compliant on linux, My Documents on Windows, and either XDG or Application Support on OSX)
Configuration menu - View commit details
-
Copy full SHA for fbee69e - Browse repository at this point
Copy the full SHA fbee69eView commit details -
Since I've wanted to build on OSX I had to dummy out or implement for the OSX compiler flags. I plan on using SDL to do manual mixing so I removed the rest too.
Configuration menu - View commit details
-
Copy full SHA for 3f8749c - Browse repository at this point
Copy the full SHA 3f8749cView commit details -
I basically made clang happy, there are still warnings for literal string compares which I will fix soon. There was also the problem on calling GL functions before it was initialized.
Configuration menu - View commit details
-
Copy full SHA for 5ead4b5 - Browse repository at this point
Copy the full SHA 5ead4b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c21e3e - Browse repository at this point
Copy the full SHA 7c21e3eView commit details
Commits on Feb 20, 2016
-
Merge pull request Aloshi#1 from masterfool/patch-1
Proper shutdown and restart on linux
Configuration menu - View commit details
-
Copy full SHA for 2b4bfa9 - Browse repository at this point
Copy the full SHA 2b4bfa9View commit details -
Merge pull request Aloshi#2 from Devenor/master
Added symlink support on removeCommonPath
Configuration menu - View commit details
-
Copy full SHA for 0867034 - Browse repository at this point
Copy the full SHA 0867034View commit details
Commits on Feb 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 03c5115 - Browse repository at this point
Copy the full SHA 03c5115View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54c9561 - Browse repository at this point
Copy the full SHA 54c9561View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1985dcf - Browse repository at this point
Copy the full SHA 1985dcfView commit details
Commits on Feb 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2dffd09 - Browse repository at this point
Copy the full SHA 2dffd09View commit details
Commits on Feb 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0cd4e13 - Browse repository at this point
Copy the full SHA 0cd4e13View commit details
Commits on Mar 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6d032f9 - Browse repository at this point
Copy the full SHA 6d032f9View commit details
Commits on Mar 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 7379353 - Browse repository at this point
Copy the full SHA 7379353View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28df88f - Browse repository at this point
Copy the full SHA 28df88fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a17103 - Browse repository at this point
Copy the full SHA 2a17103View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dbfabf - Browse repository at this point
Copy the full SHA 6dbfabfView commit details
Commits on Mar 4, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a23dc8e - Browse repository at this point
Copy the full SHA a23dc8eView commit details
Commits on Mar 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5fa0eeb - Browse repository at this point
Copy the full SHA 5fa0eebView commit details -
Merge pull request Aloshi#13 from seriema/patch-1
Update README.md with SDL2 brew for OSX
Configuration menu - View commit details
-
Copy full SHA for 93f6e11 - Browse repository at this point
Copy the full SHA 93f6e11View commit details
Commits on Mar 25, 2016
-
Added UI Options (Hidden Files + Splash Screen)
Also fixed a bug with both options.
Configuration menu - View commit details
-
Copy full SHA for 8486646 - Browse repository at this point
Copy the full SHA 8486646View commit details
Commits on Mar 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 63aa696 - Browse repository at this point
Copy the full SHA 63aa696View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e92fa8 - Browse repository at this point
Copy the full SHA 9e92fa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d504b69 - Browse repository at this point
Copy the full SHA d504b69View commit details
Commits on Mar 27, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6c60acb - Browse repository at this point
Copy the full SHA 6c60acbView commit details
Commits on Apr 2, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 793392b - Browse repository at this point
Copy the full SHA 793392bView commit details -
Merge pull request Aloshi#18 from Herdinger/RetroPie-master
Merging RetroPie Branch
Configuration menu - View commit details
-
Copy full SHA for e3befb7 - Browse repository at this point
Copy the full SHA e3befb7View commit details
Commits on Apr 3, 2016
-
Currently, this requires you to restart ES to take effect.
Configuration menu - View commit details
-
Copy full SHA for c6bfeb8 - Browse repository at this point
Copy the full SHA c6bfeb8View commit details
Commits on Apr 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for cbf8638 - Browse repository at this point
Copy the full SHA cbf8638View commit details
Commits on May 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f11df2c - Browse repository at this point
Copy the full SHA f11df2cView commit details
Commits on May 7, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c46131e - Browse repository at this point
Copy the full SHA c46131eView commit details
Commits on May 9, 2016
-
Merge pull request Aloshi#32 from John-Gee/master
Preprocessor checks for Visual Studio broke the GCC6 build, fixed
Configuration menu - View commit details
-
Copy full SHA for 76c1538 - Browse repository at this point
Copy the full SHA 76c1538View commit details
Commits on Jul 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 54a3c3e - Browse repository at this point
Copy the full SHA 54a3c3eView commit details
Commits on Aug 10, 2016
-
Fixed issue 42, the OS will now restart and shutdown if emulationstat…
…ion runs under the right permissions !
Robert authored and Robert committedAug 10, 2016 Configuration menu - View commit details
-
Copy full SHA for 47c39ec - Browse repository at this point
Copy the full SHA 47c39ecView commit details