invisiblek
8cf16af40b
Add support for PAGEUP and PAGEDOWN
...
Also add functions to move 10 lines on these keystrokes
2012-11-12 02:06:33 +00:00
Aloshi
31aebf3a7d
Added <listSelectedColor> tag.
...
Began implementing GuiFastSelect. You can see what's currently in place by holding F2 and pressing up/down.
Hopefully fixed nearest neighbor filters with GuiImage.
2012-09-30 22:29:55 -05:00
Aloshi
f87b6c48d7
Added joystick identification support for those who have multiple joysticks.
...
If you'd like to use this, please remove ~/.emulationstation/es_input.cfg and reconfigure.
2012-09-14 13:22:01 -05:00
Aloshi
c7349cd99a
Themes can now be used without the detailed GuiGameList.
...
If a theme.xml is not found in a system's directory, ES will now check for $HOME/.emulationstation/es_theme.xml. If present, it will load that.
Fixed GuiGameList image data not updating on system change/initial startup. (finally!)
2012-08-12 09:43:09 -05:00
Aloshi
5ae029cd89
Added initial theme support. More work on this to come.
...
Sped up image rendering a bit.
Added a framerate display - uncomment the #define DRAWFRAMERATE line in GuiGameList.cpp to see it.
2012-08-10 14:28:34 -05:00
Aloshi
9c86241cf8
Simple resizing for GuiImages using SDL_gfx.
...
Added multithreaded image loading for the GuiImage class.
2012-08-09 16:19:07 -05:00
Aloshi
b56094fe3d
If LinLibertine.ttf can't be found, fall back to a system font.
2012-08-01 21:37:07 -05:00
Aloshi
d736aba22c
Now with folders! Folders will appear as a green entry in the games list. BUTTON2 can be used to 'go back.' If you're updating, you'll need to delete ~/.es_input.cfg to map BUTTON2.
2012-07-27 11:58:27 -05:00
Aloshi
77f82134bb
Updated the README, and removed a hat debug message.
2012-07-23 21:15:09 -05:00
Aloshi
3b44f51a9b
Fixed hats.
2012-07-23 21:10:05 -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
59ca4f301a
Axis support at last!
2012-07-23 12:27:38 -05:00
Aloshi
646cda75a6
Added joystick hat support. Began work on axis support (config should accept axes now, but my controller seems to be breaking).
2012-07-22 17:03:54 -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
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
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