update
[supertux.git] / src / defines.h
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