Commit graph

5598 commits

Author SHA1 Message Date
Aloshi
05c258f515 Functionality seems to have been restored at last. 2013-04-09 13:13:47 -05:00
Aloshi
4747d70e1f More work. 2013-04-08 12:40:15 -05:00
Aloshi
04841ca436 More work.
I really am nuts.
2013-04-08 11:52:40 -05:00
Aloshi
4a35c34dc0 Began refactoring away the GuiComponent system in favor of ES-config's Gui system.
Man, I'm nuts.
2013-04-08 09:41:25 -05:00
Aloshi
3e6adf7be4 Backported InputConfig. 2013-04-08 09:28:28 -05:00
Aloshi
47dfe5d5fb Quick fix for the joystick event state with GuiInputConfig. 2013-03-28 21:57:01 -05:00
Aloshi
e088fb9c35 Hopefully fixed issue #57. 2013-03-28 21:55:29 -05:00
Aloshi
dc50170370 Hopefully fixed waking up from sleep with axes. 2013-03-25 08:16:54 -05:00
Aloshi
0d7ac5a10a Added sleep mode/dimming. Use --dimtime [seconds] to change behavior. Default is 30, use 0 for never. 2013-03-19 09:29:44 -05:00
Aloshi
34c3d607b5 Added fast select font tag. 2013-03-17 12:16:40 -05:00
Aloshi
fa7f0a488c Merge pull request #50 from twolife/master
fix build with the latest raspberry pi firmware
2013-02-09 14:50:17 -08:00
Sébastien Noel
8c7c036e64 fix build with the latest raspberry pi firmware 2013-02-07 12:27:36 +01:00
Aloshi
f336eece75 Added "Reload" menu option.
As usual, it's undertested, please report any problems.
2013-01-26 11:47:43 -06:00
Aloshi
9a27a868bb Fixed selected text color changes only applying to centered lists. 2013-01-08 23:01:52 -06:00
Aloshi
016df5864f Fixed game list rendering one entry short. 2013-01-08 11:34:17 -06:00
Aloshi
3d17f30f5b Changed OpenGL min texture filter to Linear for GuiImage. 2013-01-08 11:19:38 -06:00
Aloshi
8fc2b8377a Made the list selected color have no effect if zero. 2013-01-08 09:23:28 -06:00
Aloshi
9da01403a0 Fixed crash when the ~/.emulationstation folder does not exist. 2013-01-07 20:24:59 -06:00
Aloshi
e59c430b89 Added <basicTheme> support. 2013-01-06 14:33:50 -06:00
Aloshi
2efca58869 Added a logging system to ES.
You should no longer see non-error output with ES except for "cleanly shutting down".
The new log file is located in ~/.emulationstation/es_log.txt.
If you notice any performance degredation, please tell me!
2013-01-04 17:31:51 -06:00
Aloshi
cadc9a9ec6 Added Gentoo's directory for DejaVu Serif, /usr/share/fonts/dejavu/DejaVuSerif.ttf, to the list of fonts to try. 2012-12-30 10:40:07 -06:00
Aloshi
d0cea1b8e7 Added --debug switch.
You no longer need a keyboard to save input configuration; that was stupid anyway. You should be able to set up ES without a keyboard now!
2012-12-20 12:29:05 -06:00
Aloshi
af36932f30 Added --no-exit switch.
This switch will keep ES from displaying the "Exit" option in the menu.
2012-12-18 09:20:13 -06:00
Aloshi
529c3a24c7 Updated README.md/THEMES.md for twolife's changes.
DESCNAME is a new, optional tag.
You can now use ~/.emulationstation/SYSTEMNAME/ for theme and gamelist files!
2012-12-18 09:08:25 -06:00
Aloshi
56ae7c1b69 Merge pull request #37 from twolife/master
Add a new directory for gamelist.xml & theme.xml for each system
2012-12-18 06:39:27 -08:00
Sébastien NOEL
3da7a0dd14 Add a new directory for gamelist.xml & theme.xml for each system 2012-12-17 20:29:43 +01:00
Aloshi
b43b0a1874 Fixed README formatting. 2012-12-14 14:45:09 -06:00
Aloshi
12a0843045 Added %BASENAME% tag. 2012-12-14 14:42:11 -06:00
Aloshi
3acbd0af9c Fixed a crash when opening the start menu.
Fixed PAGEDOWN/PAGEUP not appearing in the input config GUI.
Fixed PAGEDOWN/PAGEUP not properly updating detail data.
2012-12-08 12:55:54 -06:00
Aloshi
8a3eefcffc Merge pull request #34 from invisiblek/master
Add left and right brackets as PAGEUP and PAGEDOWN keys
2012-11-30 20:56:40 -08:00
invisiblek
667f5424cb Add left and right brackets as PAGEUP and PAGEDOWN keys
Some devices, such as an IPAC are hard to program for PGUP and PGDOWN.
This makes it much easier and they are two keys that usually won't get
used for anything.
2012-11-30 21:06:06 -06:00
Aloshi
807c4b2f5b Added Arch Linux's path for the Deja Vu Seriff font to the list of default fonts. 2012-11-19 19:57:34 -06:00
Aloshi
989ba9a8f9 Heavily refactored how theming data is accessed. 2012-11-17 12:39:49 -06:00
Aloshi
6e31f17c3b Fixed the default game image size to properly fit within the info column. 2012-11-17 11:29:20 -06:00
Aloshi
4bbec51a6f Added Exit command to the menu. 2012-11-14 09:07:09 -06:00
Aloshi
38bbbb3fb7 Moved PAGEUP/PAGEDOWN configuration to the end of the enums to preserve backwards compatibility with older es_input.cfgs. 2012-11-12 09:27:07 -06:00
Aloshi
ae4498f5f4 Merge branch 'master' of https://github.com/Aloshi/EmulationStation 2012-11-12 09:21:57 -06:00
Aloshi
3e522998ce Removed LinLibertine font, instead opting for a system default. 2012-11-12 09:21:35 -06:00
Aloshi
431958f629 Merge pull request #31 from invisiblek/master
Add support for PAGEUP and PAGEDOWN, contributed by invisiblek.
2012-11-11 18:57:51 -08:00
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
0c52bd2a20 Added link to the ES themes page. 2012-11-04 17:09:07 -06:00
Aloshi
fe030fb6c7 Added custom font support.
Check out THEMES.md for more information.
2012-10-31 09:46:06 -05:00
Aloshi
3ebb819a7c Fixed up some things that were causing compiler warnings. 2012-10-28 18:07:05 -05:00
Aloshi
c8165cd947 Merge pull request #26 from chewi/master
Make use of implicit makefile rules and GCC's makefile generation, plus refactor.
2012-10-28 15:41:47 -07:00
James Le Cuirot
f102a33bda Make use of implicit makefile rules and GCC's makefile generation so that header changes trigger rebuilds. Refactor common elements into Makefile.common. 2012-10-28 19:51:27 +00:00
Aloshi
35d8afc174 Hopefully fixed the black screen bug with certain emulators. 2012-10-26 15:28:15 -05:00
Aloshi
bd41892cfd Fixed a crash bug related to sounds.
unloadFonts() is no longer called during re-initialization.
2012-10-25 18:23:26 -05:00
Aloshi
5b0166d294 Fixed an issue with skipping joystick input.
Fixed the selected text color in the restart/shutdown menu.
Updated README.md.
2012-10-25 13:03:35 -05:00
Aloshi
77e14423b9 Added the gameImageNotFound tag. See THEMES.md for details. 2012-10-25 12:36:30 -05:00
Aloshi
aa6506aec1 Began paving the way for custom font support.
Font sizes might be a little different than they were before - sorry about that!
2012-10-24 10:28:37 -05:00