Aloshi
|
fbfa0d436c
|
Resolution now uses whatever the system was before.
A custom resolution can be used with the -w and -h switches.
For the old resolution, use "emulationstation -w 1024 -h 768".
|
2012-07-27 17:35:45 -05:00 |
|
Aloshi
|
3b44f51a9b
|
Fixed hats.
|
2012-07-23 21:10:05 -05:00 |
|
Aloshi
|
b2d59d93e3
|
Added error if $HOME/.es_systems.cfg exists, but contains no systems.
|
2012-07-23 18:57:07 -05:00 |
|
Aloshi
|
6c5edd3284
|
Lots of cleaning up to improve user friendliness. Config files are now loaded from the $HOME variable - es_systems.cfg and es_input.cfg.
An example system config file will be created at runtime if one does not exist.
|
2012-07-23 18:53:33 -05:00 |
|
Aloshi
|
21bd83d5b2
|
Removed some fake testing files. Now only initialize SDL's video and joystick systems - this avoids audio conflicts with RetroArch.
|
2012-07-23 16:47:30 -05:00 |
|
Aloshi
|
59ca4f301a
|
Axis support at last!
|
2012-07-23 12:27:38 -05:00 |
|
Aloshi
|
b3fb58ebdb
|
An input configuration GUI was added, which allows a user to map an SDL Joystick's buttons to InputManager buttons.
This config file is saved/loaded from ./input.cfg.
Coming soon - axis support!
|
2012-07-22 16:15:55 -05:00 |
|
Aloshi
|
f368a1f4cd
|
Browsing multiple systems is now possible! Just press left or right.
Also, config files can have comments (lines that start wih #).
|
2012-07-21 15:57:53 -05:00 |
|
Aloshi
|
561e4a7f44
|
Renderer now uses an int for colors instead of mixing SDL_Color and ints. GuiList now scrolls.
|
2012-07-21 15:16:07 -05:00 |
|
Aloshi
|
bbfe35a36d
|
Systems can be defined in the systems.cfg file (currently in the same directory as the executable). Games can now be launched with the enter key. Progress!
|
2012-07-21 14:06:24 -05:00 |
|
Aloshi
|
3df40182b1
|
Now searching a test directory for files matching an extension and displaying them.
|
2012-07-20 11:14:09 -05:00 |
|
Aloshi
|
42a39c52e6
|
Added InputManager; GuiComponents can register themselves to receive input events.
Added text rendering to Renderer, which uses SDL_ttf. Using LinLibertine_R.ttf font (GPL).
A lot more - soon I should have the "skeleton" done.
|
2012-07-19 20:08:29 -05:00 |
|
Aloshi
|
1177fde6c3
|
More work on the skeleton of the program.
|
2012-07-19 11:13:27 -05:00 |
|
Aloshi
|
cf77599950
|
Began writing the skeleton for the program.
|
2012-07-18 20:14:17 -05:00 |
|