- removed SDL_Flip() line.. was causing a crash on exit
[supertux.git] / src / mousecursor.cpp
2004-05-31 Matthias Braunbig refactoring of level and world class. A level is...
2004-05-30 Matthias Braun-Changed drawing model. Everything is handled through...
2004-05-10 Tobias GläßerFixed bkgd_speed. Objects properties can be edited...
2004-04-20 Ingo Ruhnke- added standard copyright header to every file
2004-04-13 Ingo Ruhnke- converted texture_type into a Surface class
2004-04-11 Ingo Ruhnkestarted to convert timer into a class
2004-04-11 Ingo Ruhnkestarted to convert timer into a class
2004-03-28 Tobias GläßerWe have our own mouse-cursor now! (graphics by Settra...
2004-03-26 Tobias GläßerC++ port of Ricarod Cruz's menu-handling code patch.