badguys can now have multiple hitpoints (default is 1)
[supertux.git] / src / intro.cpp
2004-11-20 Matthias BraunThe BIG COMMIT(tm)
2004-07-26 Tobias GläßerMoved defines.h out of the library and back to src/.
2004-07-26 Tobias GläßerMade the SuperTux library again a bit more selfstanding.
2004-07-21 Tobias GläßerThe SuperTux library features a SuperTux namespace...
2004-07-20 Tobias Gläßermainly changed #includes to work with the new SuperTux...
2004-07-10 Ricardo Cruzdisplay_text_file() now reads the background image...
2004-06-09 Ryan Flegel- did some C++ifying. let's try to follow suit :)
2004-05-30 Matthias Braun-Changed drawing model. Everything is handled through...
2004-05-28 Ricardo CruzFixed the fade func problem. Just a simple mistake.
2004-05-28 Ricardo CruzFade when entering a level.
2004-05-17 Ricardo CruzFixed a crash. It was using the old name of the backgro...
2004-05-02 Ricardo CruzOnly use the fade() on the debug mode.
2004-05-01 Ricardo CruzFirst atempt to add a fade in/out function. Though...
2004-04-28 Ricardo CruzMade display_text_file() to get the scroll speed as...
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-25 Ingo Ruhnke- added intro text
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 Ruhnkerenamed timer_type to Timer
2004-04-11 Ingo Ruhnkestarted to convert timer into a class
2004-04-11 Ingo Ruhnkestarted to convert timer into a class
2004-04-03 Tobias Gläßerlots of improvements all over the code.
2004-03-29 Tobias Gläßer- introduced new function wait_for_event
2004-03-22 Ingo Ruhnke- removed NO_UPDATE and let the default argument handle it
2004-03-22 Ingo Ruhnke- replaced YES/NO with true/false
2004-03-22 Ingo Ruhnkecommited Matzes Win32 patch
2004-03-21 Ingo Ruhnkebye, bye, joystick ifdefs
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-20 Ingo Ruhnke- replaced #ifdef LINUX with #ifndef WIN32, should...
2004-03-17 Ingo Ruhnke- renamed *.c to *.cxx