Should fix the joystick bug, when the user changes joystick port or something.
[supertux.git] / src / screen /
2004-06-14 Ingo Ruhnke- moved gradient fix over into surface.h, removed texture.h
2004-06-14 Ingo Ruhnke- moved tilemanager into its own class
2004-06-14 Ryan Flegel- fixed gradient crash bug
2004-06-13 Ingo Ruhnke- fixed argument-shadowing issue 'this->w vs w'
2004-06-13 Ingo Ruhnkedummy makefile to ease compilation under emacs a bit
2004-06-13 Ingo Ruhnke- some code to figure out the internal format for openg...
2004-06-12 Ricardo CruzOptimized gradient when top color is the same as the...
2004-06-12 Ricardo CruzPassed color mask from screen SDL_Surface to the gradie...
2004-06-10 Ricardo CruzThis is an implementation that creates a gradient Surfa...
2004-06-09 Ryan Flegel- just doing some C++ifying
2004-06-08 Ricardo CruzReplaced uint32_t by Uint32. Has to be done, since...
2004-06-02 Ricardo CruzManaged to update the level editor to the new drawing...
2004-06-02 Matthias Braunnew versions of all fonts
2004-06-02 Matthias Brauncleaned up font drawing code and added support for...
2004-05-31 Ricardo CruzDo a black fade-in when selecting slot.
2004-05-31 Matthias Brauna first implementation of doors to switch between sectors
2004-05-31 Ricardo CruzAdded support for drawing effects again.
2004-05-30 Matthias Brauntry to fix opengl warnings
2004-05-30 Ingo Ruhnkereplaced std::sort with stable_sort to avoid sorting...
2004-05-30 Ingo Ruhnke- added missing assert header
2004-05-30 Matthias Braun-Changed drawing model. Everything is handled through...