Cleaned up VideoSystem initalisation
authorIngo Ruhnke <grumbel@gmail.com>
Sun, 17 Aug 2014 04:35:40 +0000 (06:35 +0200)
committerIngo Ruhnke <grumbel@gmail.com>
Sun, 17 Aug 2014 20:34:30 +0000 (22:34 +0200)
commitc946dc68fba6690788b4190e95690e5c576d3a5a
tree1ed70454cdddf9e8feb74af9d9756620c8309829
parentf385db90dcb9888695e012f4f2f54e6f145c1023
Cleaned up VideoSystem initalisation

This will make SuperTux crash at exit at the moment, as deinit gets
out of order in Main::run()
27 files changed:
src/gui/menu.cpp
src/gui/mousecursor.cpp
src/object/infoblock.cpp
src/scripting/functions.cpp
src/supertux/command_line_arguments.hpp
src/supertux/gameconfig.hpp
src/supertux/main.cpp
src/supertux/menu/options_menu.cpp
src/supertux/screen_manager.cpp
src/video/drawing_context.cpp
src/video/gl/gl_renderer.cpp
src/video/gl/gl_texture.cpp
src/video/gl/gl_video_system.cpp [new file with mode: 0644]
src/video/gl/gl_video_system.hpp [new file with mode: 0644]
src/video/renderer.cpp
src/video/renderer.hpp
src/video/sdl/sdl_lightmap.cpp
src/video/sdl/sdl_renderer.cpp
src/video/sdl/sdl_texture.cpp
src/video/sdl/sdl_video_system.cpp [new file with mode: 0644]
src/video/sdl/sdl_video_system.hpp [new file with mode: 0644]
src/video/surface.cpp
src/video/texture_manager.cpp
src/video/video_system.cpp [new file with mode: 0644]
src/video/video_system.hpp [new file with mode: 0644]
src/video/video_systems.cpp [deleted file]
src/video/video_systems.hpp [deleted file]