badguys can now have multiple hitpoints (default is 1)
[supertux.git] / src / defines.h
2004-11-26 Matthias Braunfixed broken 1-time animations in sprites, fixed collis...
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-20 Tobias Gläßerforgot removing it
2004-06-14 Ingo Ruhnke- fixed the bouncybrick artifact bug
2004-06-13 Duong-Khang Nguyenadded CONFIG_HEADER and fixed minorest bugs :)
2004-06-09 Ryan Flegel- did some C++ifying. let's try to follow suit :)
2004-05-29 Ryan Flegel- small eq'n fixes
2004-05-25 Matthias Braunattempt to tune badguy activation
2004-05-24 Matthias Braunincrease offscreen distance
2004-05-22 Ricardo CruzFixes.
2004-05-21 Ryan Flegel- made some changes for joystick in menu. better?
2004-05-14 Ryan Flegel- some resolution fixes
2004-05-14 Ricardo CruzFirst try to switch to 800x600.
2004-05-12 Ricardo CruzFirst implementation of the ice power.
2004-05-10 Tobias Gläßer*** empty log message ***
2004-05-10 Ricardo CruzUps, name mistake.
2004-05-10 Ricardo CruzWell, Ingo and Tobias prefer the old shooting behavior...
2004-05-09 Ricardo CruzInstead of limitating the number of bullets, according...
2004-05-06 Ricardo CruzMoved SCREEN_W and SCREEN_H to setup.cpp to avoid ppl...
2004-05-04 Tobias Gläßercorrected typo
2004-05-04 Tobias GläßerAdded a comment.
2004-05-04 Ricardo CruzJust put screen's width and height as definitions.
2004-04-28 Ricardo CruzMade display_text_file() to get the scroll speed as...
2004-04-27 Ingo Ruhnke- decreased kick time even more, fixed type error
2004-04-27 Ricardo CruzJust decreased the kicking time (the 3 secs were only...
2004-04-26 Ricardo CruzImplemented kicking (as asked by Ingo). The kick timing...
2004-04-25 Ingo Ruhnke- memleak fix and menu fix from MatzeB
2004-04-22 Ricardo CruzMade a START_LIVES definition (in defines.h) that has...
2004-04-22 Ingo Ruhnke- made shrink behaviour more mariobros3 like, ie. firet...
2004-04-22 Ricardo CruzChanged MAX_BULLETS from 2 to 1.
2004-04-21 Ricardo CruzLimitated the number of bullets to be shot at the same...
2004-04-20 Ingo Ruhnke- turned LEFT/RIGHT defines into enum, turned BadGuyMod...
2004-04-20 Ingo Ruhnke- switched gamespeed back to normal
2004-04-20 Ingo Ruhnke- turned joystick defines into variables
2004-04-20 Ingo Ruhnke- added standard copyright header to every file
2004-04-19 Ingo Ruhnke- removed a few menu variables
2004-04-19 Ingo Ruhnke- fixed bug in live counting
2004-04-12 Ingo Ruhnkecommited MatzeB's slider patch
2004-03-22 Ingo Ruhnke- replaced YES/NO with true/false
2004-03-15 Tobias Gläßerupdate
2004-03-09 Duong-Khang NguyenVERSION define
2004-03-09 Duong-Khang Nguyenwork in progress support of autoconf stuff
2004-02-01 Tobias GläßerYet another huge code merge representing the current...
2004-01-25 Tobias Gläßerfixed a few bugs. (One of them thanks to a patch from...
2004-01-21 Tobias GläßerMore code cleanups. Fixed a few bugs.
2004-01-20 Tobias Gläßerarrays are dynamic now, fixed bugs, more code cleanups
2004-01-18 Tobias GläßerHuge code merge. This reflects the current status of...
2003-12-28 Bill KendrickNow loads both normal and fast versions of songs; plays...
2003-12-21 Tobias Gläßerapplied patch from Duong-Khang NGUYEN <neoneurone@users...
2003-04-09 Bill KendrickInitial revision