Added support for Benjamin's green fonts.
[supertux.git] / src / setup.cpp
2004-05-07 Ricardo CruzAdded support for Benjamin's green fonts.
2004-05-06 Ricardo CruzMoved SCREEN_W and SCREEN_H to setup.cpp to avoid ppl...
2004-05-06 Ricardo CruzMade worldmap to save game on exit.
2004-05-06 Ricardo CruzJust added leveleditor argument to help info.
2004-05-05 Ricardo CruzMade leveleditor to start in a specific file when ran as:
2004-05-04 Ricardo CruzJust put screen's width and height as definitions.
2004-05-03 Ricardo CruzJust added Level Editor back to the menu.
2004-05-02 Ingo Ruhnke- -Wall fixing
2004-05-01 Ingo Ruhnke- fixed compile with opengl disabled
2004-04-29 Ingo Ruhnkepower -> power/run
2004-04-28 Ingo Ruhnke- removed joystick setup menu, since it won't work...
2004-04-28 Ingo Ruhnke<MatzeB> fixes some remaining memory leaks
2004-04-26 Ingo Ruhnke- added loading/fadeout screen placeholder
2004-04-26 Ricardo CruzIntro file should be the one to handle the intro sequen...
2004-04-26 Ricardo CruzImproved the display_text_file(): moved to text.cpp...
2004-04-26 Ingo Ruhnke<MatzeB> -cleanup in resource management functions
2004-04-25 Ingo Ruhnke- memleak fix and menu fix from MatzeB
2004-04-25 Ingo Ruhnke- rewrote tux drawing code, added firetux
2004-04-25 Ingo Ruhnke- added intro text
2004-04-24 Ingo Ruhnke'nother music patch by matzeb
2004-04-24 Ingo Ruhnke- fixed option menu
2004-04-24 Ingo Ruhnke- patch from MatzeB to make music handling easier and...
2004-04-24 Ricardo CruzAdded a new concept to the menu, the ID.
2004-04-23 Ricardo CruzJust removed spaces from key and joystick setup entries...
2004-04-23 Ricardo CruzAdded a joystick control dialog.
2004-04-22 Ricardo CruzJust moved the Right with the Left entry in Controls.
2004-04-22 Ricardo CruzChanged icon.png to icon.xpm. This way we don't have...
2004-04-21 Ingo Ruhnke- music patch from MatzeB, should fix crash on level...
2004-04-21 Ricardo CruzFinally, made keys configurable via the menu!! ;)
2004-04-20 Ingo Ruhnke- added config options for joystick buttons/axis
2004-04-20 Ingo Ruhnke- fixed some more menu issues
2004-04-20 Ingo Ruhnke- fixed level editor menus a bit (still not 100% working)
2004-04-19 Ingo Ruhnke- removed a few menu variables
2004-04-19 Ingo Ruhnke- fixed bug in live counting
2004-04-17 Ingo Ruhnke- added load game support for the worldmap
2004-04-16 Ingo Ruhnke- some more savegame stuff
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