Split of the line buffer from Console into ConsoleBuffer class
authorIngo Ruhnke <grumbel@gmail.com>
Sun, 17 Aug 2014 19:11:41 +0000 (21:11 +0200)
committerIngo Ruhnke <grumbel@gmail.com>
Sun, 17 Aug 2014 20:34:30 +0000 (22:34 +0200)
commitd041b64d9d853852bf66b5a194c5beaf7e6fe611
tree00860186a48e41bc6b4bc52b1f1f620e376f4f0c
parent289cdccf579ca0768bdd842b92338e0af8a1f06a
Split of the line buffer from Console into ConsoleBuffer class

This fixes an issue where the Console got destructed and it's graphics
free'd after the VideoSystem was already gone, thus crash on game
exit.
src/scripting/functions.cpp
src/scripting/squirrel_util.cpp
src/supertux/console.cpp
src/supertux/console.hpp
src/supertux/main.cpp
src/util/log.cpp