Optimized gradient when top color is the same as the bottom one.
[supertux.git] / src / screen / drawing_context.cpp
2004-06-12 Ricardo CruzOptimized gradient when top color is the same as the...
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-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 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...