ES-DE/src
Aloshi 92adc41cd6 Fixed really sneaky texture deallocation bug.
Textures allocated with no path (e.g. the transition image which uses
copyScreen()) weren't being deinitialized with the renderer.  Which meant
something else could take the old texture ID, and when the no-path texture
got destroyed, it would take a texture along with it.
2013-08-06 23:35:06 -05:00
..
components Fixed really sneaky texture deallocation bug. 2013-08-06 23:35:06 -05:00
pugiXML Font size is now dependent on resolution width. 2012-08-01 20:43:55 -05:00
resources Fixed really sneaky texture deallocation bug. 2013-08-06 23:35:06 -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 Increment version number. 2013-07-17 00:56:10 -05:00
EmulationStation.rc Add version information, add window and file icon 2013-05-16 21:26:19 +02:00
FileData.h Add functions for writing data to gamelist.xml 2013-06-28 14:54:14 +02:00
FolderData.cpp Support sorting of game list via input 2013-06-28 19:44:28 +02:00
FolderData.h Make sort order changeable via fast-select menu 2013-06-30 19:24:09 +02:00
Font.cpp Fixed really sneaky texture deallocation bug. 2013-08-06 23:35:06 -05:00
Font.h Stop including Eigen directly in the project. 2013-07-16 22:41:39 -05:00
GameData.cpp Add user rating and last time played to game data 2013-06-28 17:25:18 +02:00
GameData.h Add user rating and last time played to game data 2013-06-28 17:25:18 +02:00
GuiComponent.cpp Remove GuiComponent::init, deinit, and getGlobalPosition. 2013-07-23 06:15:10 -05:00
GuiComponent.h Remove GuiComponent::init, deinit, and getGlobalPosition. 2013-07-23 06:15:10 -05:00
ImageIO.cpp Fixed memory leak in ImageIO.cpp 2013-07-03 03:17:34 -05: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 Merge remote-tracking branch 'upstream/master' 2013-06-30 18:00:16 +02: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 Fixed ScrollableContainer clipping. 2013-08-06 22:46:25 -05: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 Convert paths to generic form after 341aa766d8 2013-07-03 14:27:06 +02:00
platform.h Update platform file to fit to CMakeLists 2013-05-14 22:07:19 +02:00
Renderer.h Stop including Eigen directly in the project. 2013-07-16 22:41:39 -05:00
Renderer_draw_gl.cpp Move from homegrown Vector2 class to Eigen. 2013-07-10 06:29:43 -05:00
Renderer_init.cpp Moved Fonts to be Resources. 2013-07-03 02:54:55 -05:00
Renderer_init_rpi.cpp Fix projection matrix on the Raspberry Pi. 2013-07-17 00:50:38 -05:00
Renderer_init_sdlgl.cpp Move from homegrown Vector2 class to Eigen. 2013-07-10 06:29:43 -05:00
Settings.cpp Read/Write sort order to settings 2013-07-02 23:14:33 +02:00
Settings.h Hooked up GuiSettingsMenu. 2013-06-19 16:02:42 -05:00
Sound.cpp Added new game launch/return effect. 2013-08-06 08:15:20 -05:00
Sound.h Added new game launch/return effect. 2013-08-06 08:15:20 -05:00
SystemData.cpp Added a Window::normalizeNextUpdate() method. 2013-07-17 01:47:02 -05:00
SystemData.h Refactor some of the startup code. 2013-07-09 05:37:37 -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 Added new game launch/return effect. 2013-08-06 08:15:20 -05:00
Window.h Added new game launch/return effect. 2013-08-06 08:15:20 -05:00
XMLReader.cpp Convert paths to generic form after 341aa766d8 2013-07-03 14:27:06 +02:00
XMLReader.h Add functions for writing data to gamelist.xml 2013-06-28 14:54:14 +02:00