- added 1up to tileset
[supertux.git] / src / setup.cpp
2004-04-13 Ingo Ruhnke- reenabled OpenGL menu entry
2004-04-13 Ricardo CruzDisabled OpenGL option.
2004-04-13 Ingo Ruhnke- implemeted video-mode switching (this currently break...
2004-04-13 Ingo Ruhnke- converted text_type into a class
2004-04-13 Ingo Ruhnke- converted texture_type into a Surface class
2004-04-12 Ricardo CruzA first attempt to make a simple and clean way of an...
2004-04-12 Ingo Ruhnke- added menu to worldmap
2004-04-11 Ingo Ruhnke- added contrib menu generator
2004-04-11 Ingo Ruhnke- turned menu_item_type into a class
2004-04-11 Ingo Ruhnke- made some more global variables, local
2004-04-10 Ingo Ruhnke- moved lots of code around, made gameloop even more...
2004-04-10 Ingo Ruhnke- turned gameloop into a class, in the hope to reduce...
2004-04-10 Ingo Ruhnke- some indent fixes
2004-04-10 Ingo Ruhnke- reorganized menu flow as descripted in the todo,...
2004-04-10 Ingo Ruhnkeremoved title from main menu
2004-04-09 Ingo Ruhnke- cleaned up title screen a bit
2004-03-28 Ingo Ruhnke- removed next_tile2, which isn't needed
2004-03-28 Tobias GläßerWe have our own mouse-cursor now! (graphics by Settra...
2004-03-27 Tobias Gläßermore kinds of menu_event are handled directly in the...
2004-03-27 Tobias Gläßerlittle change to improve win32 portability
2004-03-24 Tobias Gläßernew levelformat with multiple layers and and new tilese...
2004-03-24 Ingo Ruhnke- removed a few redundant "== true"'s
2004-03-24 Ingo Ruhnke- commited Michael George's config-file patch
2004-03-24 Ingo Ruhnke- turned menu into a class, still a lot of public varia...
2004-03-22 Ingo Ruhnke- replaced YES/NO with true/false
2004-03-22 Ingo Ruhnke- added config flag to change the joystick
2004-03-22 Ingo Ruhnke- added shurtcut function to create menu items
2004-03-22 Ingo Ruhnkecommited Matzes Win32 patch
2004-03-21 Ingo Ruhnkebye, bye, joystick ifdefs
2004-03-21 Ingo Ruhnke- replaced char* with string
2004-03-21 Ingo Ruhnke- fixed file extension, removed pwd.h header
2004-03-21 Ingo Ruhnke- replaced a few char* with std::string
2004-03-21 Ingo Ruhnke- added detection magic for the datadir
2004-03-20 Tobias Gläßernew level-format, many changes to level-related stuff
2004-03-20 Ingo Ruhnke- replaced #ifdef LINUX with #ifndef WIN32, should...
2004-03-20 Ingo Ruhnke- cleaned up (wordwrapped below 80 chars, grouped)...
2004-03-19 Ingo Ruhnke- added level starting from command line thingy
2004-03-17 Ingo Ruhnke- renamed *.c to *.cxx