ES-DE/src
2013-07-02 20:01:58 -05:00
..
components Move scrolling out of TextComponent and into a generic 2013-07-02 20:01:58 -05:00
pugiXML Font size is now dependent on resolution width. 2012-08-01 20:43:55 -05:00
AudioManager.cpp Merge remote-tracking branch 'upstream/master' 2013-06-24 11:57:19 +02:00
AudioManager.h Add Volume control in Windows and Linux 2013-05-22 19:11:10 +02:00
EmulationStation.h Updated version strings. 2013-06-20 14:08:33 -05:00
EmulationStation.rc Add version information, add window and file icon 2013-05-16 21:26:19 +02:00
FileData.h Fixed up some things that were causing compiler warnings. 2012-10-28 18:07:05 -05:00
FolderData.cpp Fixed a few crashes, better support for higan 2013-05-27 12:13:38 -05:00
FolderData.h Fixed tiling being super slow. 2012-09-07 16:44:07 -05:00
Font.cpp Refactored Font class to use a TextCache for vertex data. 2013-07-02 02:53:23 -05:00
Font.h Refactored Font class to use a TextCache for vertex data. 2013-07-02 02:53:23 -05:00
GameData.cpp Fixed a few crashes, better support for higan 2013-05-27 12:13:38 -05:00
GameData.h Added %BASENAME% tag. 2012-12-14 14:42:11 -06:00
GuiComponent.cpp Moved Opacity logic to GuiComponent 2013-07-02 16:51:33 +02:00
GuiComponent.h Moved Opacity logic to GuiComponent 2013-07-02 16:51:33 +02:00
ImageIO.cpp Convert image data only when necessary 2013-05-29 19:49:28 +02:00
ImageIO.h Added comment to src/ImageIO.h 2013-05-22 11:30:14 -05:00
InputConfig.cpp Refactored Font to use a Vertex struct and Vector2. 2013-06-14 07:34:12 -05:00
InputConfig.h Added InputConfig saving/loading. 2013-04-11 17:27:27 -05:00
InputManager.cpp Print all Log messages to cout with --debug set. 2013-06-29 20:37:18 -05:00
InputManager.h Print all Log messages to cout with --debug set. 2013-06-29 20:37:18 -05:00
Log.cpp Print all Log messages to cout with --debug set. 2013-06-29 20:37:18 -05:00
Log.h Minor cleanup 2013-05-14 21:45:56 +02:00
main.cpp Fix ES freezing without input 2013-06-27 10:26:56 +02:00
MathExp.cpp New game image theming tags! See THEMES.md for details. 2012-10-13 18:37:51 -05:00
MathExp.h Fixed tiling being super slow. 2012-09-07 16:44:07 -05:00
platform.cpp Fixed XMLReader system path processing. 2013-06-14 10:16:16 -05:00
platform.h Update platform file to fit to CMakeLists 2013-05-14 22:07:19 +02:00
Renderer.h Finally added scrolling description text. :) 2013-07-02 00:57:31 -05:00
Renderer_draw_gl.cpp Move scrolling out of TextComponent and into a generic 2013-07-02 20:01:58 -05:00
Renderer_init.cpp Remove .cpp #includes 2013-05-14 21:54:47 +02:00
Renderer_init_rpi.cpp Make GLES renderer work on other systems than RPI 2013-05-14 21:58:54 +02:00
Renderer_init_sdlgl.cpp Merge remote-tracking branch 'upstream/master' 2013-06-24 11:57:19 +02:00
Settings.cpp Made Settings Getter/Setter macro more g++-friendly. 2013-06-19 18:31:59 -05:00
Settings.h Hooked up GuiSettingsMenu. 2013-06-19 16:02:42 -05:00
Sound.cpp Improve audio and volume handling. 2013-06-12 11:48:53 +02:00
Sound.h Remove the need for SDL_mixer 2013-05-14 21:31:39 +02:00
SystemData.cpp Moved externs for command-line args into a Settings singleton. 2013-06-17 14:01:03 -05:00
SystemData.h Hopefully fixed infinite recursion. 2013-04-13 17:30:57 -05:00
Vector2.h Finally added scrolling description text. :) 2013-07-02 00:57:31 -05:00
VolumeControl.cpp Improve audio and volume handling. 2013-06-12 11:48:53 +02:00
VolumeControl.h Improve singleton implementation 2013-05-27 12:38:39 +02:00
Window.cpp Basic GuiComponent refactor complete. 2013-06-02 10:08:32 -05:00
Window.h Basic GuiComponent refactor complete. 2013-06-02 10:08:32 -05:00
XMLReader.cpp Fixed XMLReader system path processing. 2013-06-14 10:16:16 -05:00
XMLReader.h Fixed tiling being super slow. 2012-09-07 16:44:07 -05:00