Aloshi
df896cb933
Hopefully fixed non-ASCII paths not working on Windows.
...
Kind of emulator-dependent on if this works or not.
2015-02-21 16:48:56 -06:00
Aloshi
1500edbde3
Escape %ROM% by putting everything in quotes on Windows.
...
Use backslashes in %ROM% and %ROM_RAW% on Windows.
2015-02-21 16:04:09 -06:00
Aloshi
1de0b888aa
Merge pull request #383 from deadbeef84/scraper-memleak-fix
...
Fixes two memory leaks, which caused the scraper to crash after a while....
2015-02-10 13:06:09 -06:00
Jesper Ek
1e320b7718
Fixes two memory leaks, which caused the scraper to crash after a while. I believe this fixes #180 .
...
Fixes #352 (duplicate).
Fixes #362 (duplicate).
The destructor for AsyncHandle needs to be virtual as its subclasses are
allocated dynamically. I believe this caused the ImageDownloadHandle and its
related resources (such as the HttpReq and its contents) not to be freed
correctly.
2015-02-09 23:23:36 +01:00
Aloshi
721b02cfab
Fixed ratings mysteriously not working on certain locales (e.g. German).
2015-01-25 11:26:16 -06:00
Aloshi
f79121cd72
Merge pull request #357 from joolswills/mame4all_name_map
...
added additional/differing rom names from mame4all (based on mame 0.37b5 to MameNameMap - #323
2015-01-21 14:27:29 -06:00
Jools Wills
8b764f7914
added additional/differing rom names from mame4all (based on mame 0.37b5) to MameNameMap - #323
2015-01-21 15:01:44 +00:00
Aloshi
2926442bf0
Set hint regardless of setting (in case it is changed during run-time).
2015-01-15 17:47:31 -06:00
Aloshi
da42b784b2
Merge pull request #348 from felipeota/master
...
Add a setting to allow for joystick input to work while not in focus.
2015-01-15 17:46:00 -06:00
Felipe Otamendi
33d6733d64
Add a setting to allow for joystick input to work while not in focus.
2015-01-13 23:36:25 -02:00
Aloshi
08c2c561ca
Merge branch 'master' of https://github.com/Aloshi/EmulationStation
2015-01-10 19:04:16 -06:00
Aloshi
bf70403052
Merge pull request #337 from gizmo98/patch-2
...
CMakeList.txt: add oLinuXino/Mali
2015-01-06 16:29:03 -06:00
gizmo98
3c322f55c4
CMakeList.txt: add oLinuXino/Mali
2015-01-06 21:41:00 +01:00
Aloshi
c8d62cf881
Merge pull request #331 from RobLoach/psp
...
Add documentation for PlayStation Portable
2015-01-02 10:50:36 -06:00
Rob Loach
39c818030d
Add PlayStation Portable
2015-01-02 11:23:02 -05:00
Aloshi
59c5a17cba
Merge pull request #328 from RobLoach/steam
...
Add Steam documentation
2015-01-01 11:06:38 -06:00
Rob Loach
98418d4ba2
Add Steam documentation
2015-01-01 09:12:34 -05:00
Aloshi
dda60ab869
Merge pull request #325 from RobLoach/systems
...
Add Emulator Documentation in SYSTEMS.md
2014-12-29 21:42:34 -06:00
Rob Loach
a7396554bb
Add SYSTEMS.md
2014-12-29 21:55:04 -05:00
Alec Lofquist
3afbc4543f
Fixed buffer overflow in HttpReq::encodeUrl.
...
I believe the character in the URL string was being read as a signed char instead of an unsigned char which caused weirdness with Unicode characters.
2014-11-29 14:42:30 -06:00
Aloshi
0dcfc2945d
Added MSX platform.
2014-11-29 12:51:17 -06:00
Aloshi
bcc099d8ba
Attach to parent process when calling --help on Windows.
2014-11-24 21:08:22 -06:00
Aloshi
7c48887ab3
Hide the console on Windows unless --debug is set.
2014-11-24 20:50:09 -06:00
Alec Lofquist
45b47024ca
Don't reset system volume on exit (for some reason only affects Linux).
2014-11-23 11:10:38 -06:00
Aloshi
9d2b7e5e66
Changed --vsync true to --vsync on.
...
Updated README.md.
2014-11-23 10:23:31 -06:00
Aloshi
cefe9b6287
Merge branch 'utf8' into unstable
2014-11-23 09:55:57 -06:00
Aloshi
c48f1784c5
Can now specify --vsync true or --vsync false in addition to 1/0.
2014-11-23 09:52:37 -06:00
Aloshi
396cf1bde9
Merge branch 'unstable'
2014-11-23 09:44:56 -06:00
Aloshi
635b9f9327
FINALLY added vsync.
...
Defaults to on for all platforms except the RPi. Force it off with "--vsync 0".
Will try to use late swap tearing if supported on the current system.
2014-11-22 11:03:02 -06:00
Aloshi
f899b8aaaf
Fix backwards "sound enabled" logic ( #261 ).
2014-11-11 19:13:57 -06:00
Aloshi
c532c68dde
Fix multiple occurances of tags in launch commands not being replaced.
2014-11-01 12:56:32 -05:00
Aloshi
d89ab913ab
Merge branch 'unstable'
2014-10-25 21:18:12 -05:00
Alec Lofquist
dab1a12bc0
Require boost.locale.
2014-10-18 16:51:48 -05:00
Aloshi
ac37765744
Use user locale at startup. Should fix Unicode paths on Windows.
2014-10-18 16:31:10 -05:00
Alec Lofquist
c870caee03
Fix newlines messing up cursor offset.
...
Fix an uninitialized value in TextEditComponent.
2014-10-18 15:46:14 -05:00
Alec Lofquist
885efcf431
Fixed Font::getWrappedCursorOffset.
2014-10-18 15:32:18 -05:00
Alec Lofquist
50d2ba2291
Fall back to the DroidSansFallbackFull.ttf font on Linux.
2014-09-27 17:19:37 -05:00
Aloshi
030c840cfb
Fixed uninitialized max glyph size in Font.
2014-09-27 16:09:49 -05:00
Aloshi
7c31d7ca0a
Hopefully fixed compiling on Linux.
2014-08-31 09:57:38 -05:00
Aloshi
531fb50e01
Fixed text editing for multi-byte characters.
2014-08-30 15:37:51 -05:00
Aloshi
c4d0e0229e
Added fallback font support. Untested on Linux (but should fail gracefully).
2014-08-30 15:36:56 -05:00
Aloshi
8739519e15
Fix removeCommonPath throwing an exception when path does not exist.
2014-08-13 18:45:26 -05:00
Aloshi
9f040f4c71
Fixed deinitialization/reinitialization for fonts.
2014-08-11 18:05:18 -05:00
Aloshi
fb16dd8a91
Fix shutdown/restart commands on Windows.
2014-08-02 14:19:57 -05:00
Aloshi
01923f38e5
Merge pull request #208 from qjcg/patch-1
...
Remove ${SDL2MAIN_LIBRARY} reference, fixes #205
2014-08-02 00:58:47 -05:00
qjcg
147baca316
Remove ${SDL2MAIN_LIBRARY} reference, fixes #205
2014-08-01 19:49:10 -04:00
Aloshi
4d4d4bc108
Re-added the "jump to letter" functionality.
2014-07-27 17:58:23 -05:00
Aloshi
ded816905d
Fixed a typo in MenuComponent that accidentally used a constant as a
...
boolean value (technically still worked)
2014-07-27 17:49:12 -05:00
Aloshi
2b22e1fe0b
Rewrote font code to use multiple textures.
...
Will corrupt after playing a game.
2014-07-27 16:44:02 -05:00
Aloshi
8a23093781
Merge pull request #197 from vikbez/patch-1
...
Update README.md (invalid apt-get command for mesa)
2014-07-15 13:39:58 -05:00