supertux.git
20 years ago*** empty log message ***
Ingo Ruhnke [Sat, 20 Mar 2004 21:26:33 +0000 (21:26 +0000)]
*** empty log message ***

SVN-Revision: 284

20 years ago- added converter script for levels
Ingo Ruhnke [Sat, 20 Mar 2004 21:21:11 +0000 (21:21 +0000)]
- added converter script for levels

SVN-Revision: 283

20 years ago.stl is the new extension for levels
Tobias Gläßer [Sat, 20 Mar 2004 21:04:58 +0000 (21:04 +0000)]
.stl is the new extension for levels

SVN-Revision: 282

20 years agolittle bug-fix
Tobias Gläßer [Sat, 20 Mar 2004 20:47:43 +0000 (20:47 +0000)]
little bug-fix

SVN-Revision: 281

20 years ago- added zlib support to lispreader
Ingo Ruhnke [Sat, 20 Mar 2004 18:09:49 +0000 (18:09 +0000)]
- added zlib support to lispreader

SVN-Revision: 280

20 years agonew level-format, many changes to level-related stuff
Tobias Gläßer [Sat, 20 Mar 2004 17:16:28 +0000 (17:16 +0000)]
new level-format, many changes to level-related stuff

SVN-Revision: 279

20 years ago- moved tux into its own class, removed some clutter
Ingo Ruhnke [Sat, 20 Mar 2004 15:08:11 +0000 (15:08 +0000)]
- moved tux into its own class, removed some clutter

SVN-Revision: 278

20 years ago- replaced #ifdef LINUX with #ifndef WIN32, should be easier to handle for other...
Ingo Ruhnke [Sat, 20 Mar 2004 14:42:51 +0000 (14:42 +0000)]
- replaced #ifdef LINUX with #ifndef WIN32, should be easier to handle for other posix systems this way

SVN-Revision: 277

20 years ago- reorganized code a bit
Ingo Ruhnke [Sat, 20 Mar 2004 12:15:13 +0000 (12:15 +0000)]
- reorganized code a bit

SVN-Revision: 276

20 years ago-Wall per default
Ingo Ruhnke [Sat, 20 Mar 2004 12:06:23 +0000 (12:06 +0000)]
-Wall per default

SVN-Revision: 275

20 years ago- added check to catch brocken worldmaps
Ingo Ruhnke [Sat, 20 Mar 2004 11:30:03 +0000 (11:30 +0000)]
- added check to catch brocken worldmaps

SVN-Revision: 274

20 years ago- cleaned up (wordwrapped below 80 chars, grouped) the --help output
Ingo Ruhnke [Sat, 20 Mar 2004 11:12:58 +0000 (11:12 +0000)]
- cleaned up (wordwrapped below 80 chars, grouped) the --help output

SVN-Revision: 273

20 years ago- added music support and support for starting levels to the worldmap
Ingo Ruhnke [Sat, 20 Mar 2004 02:27:32 +0000 (02:27 +0000)]
- added music support and support for starting levels to the worldmap

SVN-Revision: 272

20 years agochanged to lisp-style
Tobias Gläßer [Sat, 20 Mar 2004 00:12:40 +0000 (00:12 +0000)]
changed to lisp-style

SVN-Revision: 271

20 years ago- added tilemap loading for the worldmap
Ingo Ruhnke [Sat, 20 Mar 2004 00:09:05 +0000 (00:09 +0000)]
- added tilemap loading for the worldmap

SVN-Revision: 270

20 years ago- added a worldmap
Ingo Ruhnke [Sat, 20 Mar 2004 00:08:27 +0000 (00:08 +0000)]
- added a worldmap

SVN-Revision: 269

20 years agocompile worldmap.c/h
Tobias Gläßer [Fri, 19 Mar 2004 23:56:17 +0000 (23:56 +0000)]
compile worldmap.c/h

SVN-Revision: 268

20 years ago- added level starting from command line thingy
Ingo Ruhnke [Fri, 19 Mar 2004 23:49:20 +0000 (23:49 +0000)]
- added level starting from command line thingy
- made it possible to run worldmap via command line

SVN-Revision: 267

20 years ago- added worldmap stuff
Ingo Ruhnke [Fri, 19 Mar 2004 23:17:17 +0000 (23:17 +0000)]
- added worldmap stuff

SVN-Revision: 266

20 years ago- added worldmap include
Ingo Ruhnke [Fri, 19 Mar 2004 23:16:35 +0000 (23:16 +0000)]
- added worldmap include

SVN-Revision: 265

20 years ago- added worldmap gfx (just placeholder)
Ingo Ruhnke [Fri, 19 Mar 2004 23:14:21 +0000 (23:14 +0000)]
- added worldmap gfx (just placeholder)

SVN-Revision: 264

20 years ago- added read_string and read_int_vector to LispReader
Ingo Ruhnke [Fri, 19 Mar 2004 23:03:07 +0000 (23:03 +0000)]
- added read_string and read_int_vector to LispReader
- added worldmap

SVN-Revision: 263

20 years agoCorrected a laptop behaviour, regarding kicking
Ricardo Cruz [Fri, 19 Mar 2004 13:59:29 +0000 (13:59 +0000)]
Corrected a laptop behaviour, regarding kicking

SVN-Revision: 262

20 years agocorrected 2 badguys behaviour thingies
Ricardo Cruz [Fri, 19 Mar 2004 01:23:41 +0000 (01:23 +0000)]
corrected 2 badguys behaviour thingies

SVN-Revision: 261

20 years agouse #include "lispreader.h" , instead of #include <lispreader.h>
Ricardo Cruz [Thu, 18 Mar 2004 12:33:21 +0000 (12:33 +0000)]
use #include "lispreader.h" , instead of #include <lispreader.h>

SVN-Revision: 260

20 years agorevival ;)
Tobias Gläßer [Wed, 17 Mar 2004 19:37:16 +0000 (19:37 +0000)]
revival ;)

SVN-Revision: 259

20 years agomerged lispreader with Ingo Ruhnke's Construo LispReader and LispWriter wrappers.
Tobias Gläßer [Wed, 17 Mar 2004 19:35:00 +0000 (19:35 +0000)]
merged lispreader with Ingo Ruhnke's Construo LispReader and LispWriter wrappers.

SVN-Revision: 258

20 years ago- added news file with content
Ingo Ruhnke [Wed, 17 Mar 2004 19:21:50 +0000 (19:21 +0000)]
- added news file with content

SVN-Revision: 257

20 years ago- renamed *.c to *.cxx
Ingo Ruhnke [Wed, 17 Mar 2004 19:19:12 +0000 (19:19 +0000)]
- renamed *.c to *.cxx

SVN-Revision: 256

20 years agofixed missing seperator
Tobias Gläßer [Wed, 17 Mar 2004 12:39:33 +0000 (12:39 +0000)]
fixed missing seperator

SVN-Revision: 255

20 years agoconsistent SDL include
Tobias Gläßer [Tue, 16 Mar 2004 21:12:36 +0000 (21:12 +0000)]
consistent SDL include

SVN-Revision: 254

20 years agocompile lispreader
Tobias Gläßer [Tue, 16 Mar 2004 15:07:38 +0000 (15:07 +0000)]
compile lispreader

SVN-Revision: 253

20 years agoinitial
Tobias Gläßer [Tue, 16 Mar 2004 15:06:38 +0000 (15:06 +0000)]
initial

SVN-Revision: 252

20 years agoadded --copy flag to avoid symlinks
Ingo Ruhnke [Mon, 15 Mar 2004 22:09:07 +0000 (22:09 +0000)]
added --copy flag to avoid symlinks

SVN-Revision: 250

20 years agobetter than the bad ones
Tobias Gläßer [Mon, 15 Mar 2004 18:46:18 +0000 (18:46 +0000)]
better than the bad ones

SVN-Revision: 249

20 years agotoo bad they were bad
Tobias Gläßer [Mon, 15 Mar 2004 18:45:47 +0000 (18:45 +0000)]
too bad they were bad

SVN-Revision: 248

20 years agofixed bad laptops
Tobias Gläßer [Mon, 15 Mar 2004 18:44:50 +0000 (18:44 +0000)]
fixed bad laptops

SVN-Revision: 247

20 years ago- made debug default for now
Ingo Ruhnke [Mon, 15 Mar 2004 18:21:01 +0000 (18:21 +0000)]
- made debug default for now

SVN-Revision: 246

20 years agoupdate
Tobias Gläßer [Mon, 15 Mar 2004 17:52:58 +0000 (17:52 +0000)]
update

SVN-Revision: 245

20 years agoupdate
Tobias Gläßer [Mon, 15 Mar 2004 17:45:29 +0000 (17:45 +0000)]
update

SVN-Revision: 244

20 years agosome xfc were added to their counterparts
Tobias Gläßer [Mon, 15 Mar 2004 17:37:40 +0000 (17:37 +0000)]
some xfc were added to their counterparts

SVN-Revision: 242

20 years agonew tab icons
Tobias Gläßer [Mon, 15 Mar 2004 17:36:17 +0000 (17:36 +0000)]
new tab icons

SVN-Revision: 241

20 years agothrown away for good reasons (you have to believe it)
Tobias Gläßer [Mon, 15 Mar 2004 15:48:04 +0000 (15:48 +0000)]
thrown away for good reasons (you have to believe it)

SVN-Revision: 240

20 years agosky level contributed by Ricardo Cruz <rick2@aeiou.pt>
Tobias Gläßer [Mon, 15 Mar 2004 15:35:32 +0000 (15:35 +0000)]
sky level contributed by Ricardo Cruz <rick2@aeiou.pt>

SVN-Revision: 239

20 years agochanged time-limit
Tobias Gläßer [Mon, 15 Mar 2004 15:33:40 +0000 (15:33 +0000)]
changed time-limit

SVN-Revision: 238

20 years agochanged time limit again
Tobias Gläßer [Mon, 15 Mar 2004 15:30:21 +0000 (15:30 +0000)]
changed time limit again

SVN-Revision: 237

20 years agochanged the time limit
Tobias Gläßer [Mon, 15 Mar 2004 15:26:43 +0000 (15:26 +0000)]
changed the time limit

SVN-Revision: 236

20 years agocool level made by Philippe Saint-Pierre <stpere@linuxmail.org>
Tobias Gläßer [Mon, 15 Mar 2004 15:26:02 +0000 (15:26 +0000)]
cool level made by Philippe Saint-Pierre <stpere@linuxmail.org>

SVN-Revision: 235

20 years agoscreen depth of the monitor is used. thanks to Ingo for finding this little but evil...
Tobias Gläßer [Mon, 15 Mar 2004 03:02:23 +0000 (03:02 +0000)]
screen depth of the monitor is used. thanks to Ingo for finding this little but evil bug!

SVN-Revision: 234

20 years agonew leveleditor info-text by Christopher A. Webber <creat0r@lingocomic.com>
Tobias Gläßer [Mon, 15 Mar 2004 02:51:41 +0000 (02:51 +0000)]
new leveleditor info-text by Christopher A. Webber <creat0r@lingocomic.com>

SVN-Revision: 233

20 years ago- removed games/ subdir to avoid suprises
Ingo Ruhnke [Mon, 15 Mar 2004 01:28:29 +0000 (01:28 +0000)]
- removed games/ subdir to avoid suprises

SVN-Revision: 232

20 years ago- reversed enable/disable to fit the default
Ingo Ruhnke [Mon, 15 Mar 2004 01:14:11 +0000 (01:14 +0000)]
- reversed enable/disable to fit the default

SVN-Revision: 231

20 years ago- added automatic disabling of sound or opengl if not detected
Ingo Ruhnke [Mon, 15 Mar 2004 01:11:11 +0000 (01:11 +0000)]
- added automatic disabling of sound or opengl if not detected

SVN-Revision: 230

20 years ago- fixed 'make install'
Ingo Ruhnke [Mon, 15 Mar 2004 00:43:32 +0000 (00:43 +0000)]
- fixed 'make install'

SVN-Revision: 229

20 years ago- added X11/opengl issue fix
Ingo Ruhnke [Mon, 15 Mar 2004 00:26:00 +0000 (00:26 +0000)]
- added X11/opengl issue fix

SVN-Revision: 228

20 years ago- added flags to disable opengl/sound
Ingo Ruhnke [Mon, 15 Mar 2004 00:15:10 +0000 (00:15 +0000)]
- added flags to disable opengl/sound

SVN-Revision: 227

20 years agoQuick hack to correct the unprecise CPU clocks a little bit.
Tobias Gläßer [Sun, 14 Mar 2004 23:45:25 +0000 (23:45 +0000)]
Quick hack to correct the unprecise CPU clocks a little bit.

SVN-Revision: 226

20 years agothe NOT falling down a wall with low frame-rate bug is fixed. (and hopefully this...
Tobias Gläßer [Sun, 14 Mar 2004 22:45:36 +0000 (22:45 +0000)]
the NOT falling down a wall with low frame-rate bug is fixed. (and hopefully this bug didn't introduce other bugs)

SVN-Revision: 225

20 years ago- added missing debug flag
Ingo Ruhnke [Sun, 14 Mar 2004 17:27:14 +0000 (17:27 +0000)]
- added missing debug flag

SVN-Revision: 224

20 years ago- fixed some minor issues
Ingo Ruhnke [Sun, 14 Mar 2004 17:23:08 +0000 (17:23 +0000)]
- fixed some minor issues

SVN-Revision: 223

20 years ago- lowered the sdl version required
Ingo Ruhnke [Sun, 14 Mar 2004 17:16:59 +0000 (17:16 +0000)]
- lowered the sdl version required

SVN-Revision: 222

20 years ago- aclocal/acinclude cleanup
Ingo Ruhnke [Sun, 14 Mar 2004 17:14:42 +0000 (17:14 +0000)]
- aclocal/acinclude cleanup

SVN-Revision: 221

20 years ago- replaced configure.in with configure.ac
Ingo Ruhnke [Sun, 14 Mar 2004 17:12:28 +0000 (17:12 +0000)]
- replaced configure.in with configure.ac

SVN-Revision: 220

20 years ago- automatic generated files don't belong in cvs
Ingo Ruhnke [Sun, 14 Mar 2004 17:10:01 +0000 (17:10 +0000)]
- automatic generated files don't belong in cvs

SVN-Revision: 219

20 years agoautogenerated files shouldn't be in cvs
Ingo Ruhnke [Sun, 14 Mar 2004 17:02:41 +0000 (17:02 +0000)]
autogenerated files shouldn't be in cvs

SVN-Revision: 218

20 years ago- larger joystick dead zone for analog stick noise
Ingo Ruhnke [Sun, 14 Mar 2004 17:01:45 +0000 (17:01 +0000)]
- larger joystick dead zone for analog stick noise

SVN-Revision: 217

20 years ago- fixed auto* stuff a bit, requires automake1.7
Ingo Ruhnke [Sun, 14 Mar 2004 16:59:39 +0000 (16:59 +0000)]
- fixed auto* stuff a bit, requires automake1.7

SVN-Revision: 216

20 years agobad_guy vs. player collision fixes.
Tobias Gläßer [Sun, 14 Mar 2004 15:39:54 +0000 (15:39 +0000)]
bad_guy vs. player collision fixes.

SVN-Revision: 215

20 years agolevel-end bug fixed err hacked to be a bit less annoying ;)
Tobias Gläßer [Sun, 14 Mar 2004 13:08:04 +0000 (13:08 +0000)]
level-end bug fixed err hacked to be a bit less annoying ;)

SVN-Revision: 214

20 years agofixed nosound and noopengl build bugs. fixed bkgd image bugs..
Tobias Gläßer [Sun, 14 Mar 2004 12:03:30 +0000 (12:03 +0000)]
fixed nosound and noopengl build bugs. fixed bkgd image bugs..

SVN-Revision: 213

20 years agoconfigure added again
Duong-Khang Nguyen [Sun, 14 Mar 2004 11:46:35 +0000 (11:46 +0000)]
configure added again

SVN-Revision: 212

20 years agosome laptop-bus were fixed (through Ricardo's patch)
Tobias Gläßer [Sun, 14 Mar 2004 02:58:20 +0000 (02:58 +0000)]
some laptop-bus were fixed (through Ricardo's patch)

SVN-Revision: 211

20 years agoJust changed seticon() position to make icons putted right away by the wm (textures...
Ricardo Cruz [Sun, 14 Mar 2004 02:37:58 +0000 (02:37 +0000)]
Just changed seticon() position to make icons putted right away by the wm (textures load can take a few secs in some systems).

SVN-Revision: 210

20 years agoapplied Ricardo's upgrade direction patch again.
Tobias Gläßer [Sun, 14 Mar 2004 02:37:18 +0000 (02:37 +0000)]
applied Ricardo's upgrade direction patch again.

SVN-Revision: 209

20 years agoyou can move right or left, while jumping, now
Tobias Gläßer [Sun, 14 Mar 2004 00:39:43 +0000 (00:39 +0000)]
you can move right or left, while jumping, now

SVN-Revision: 208

20 years agofixed player/badguy collisions and score multiplication
Tobias Gläßer [Sat, 13 Mar 2004 23:45:12 +0000 (23:45 +0000)]
fixed player/badguy collisions and score multiplication

SVN-Revision: 207

20 years agoprevents stucking in some situations, when Tux is ducked.
Tobias Gläßer [Sat, 13 Mar 2004 20:08:20 +0000 (20:08 +0000)]
prevents stucking in some situations, when Tux is ducked.

SVN-Revision: 206

20 years agofixed save/load-game.
Tobias Gläßer [Sat, 13 Mar 2004 18:55:25 +0000 (18:55 +0000)]
fixed save/load-game.

SVN-Revision: 205

20 years agoCleanups in credits:
Ricardo Cruz [Sat, 13 Mar 2004 18:51:29 +0000 (18:51 +0000)]
Cleanups in credits:
made defines, instead of hard coded values
and made a max velocity.

SVN-Revision: 204

20 years agothe player couldn't jump heigher than the screen.
Tobias Gläßer [Sat, 13 Mar 2004 18:47:54 +0000 (18:47 +0000)]
the player couldn't jump heigher than the screen.

SVN-Revision: 203

20 years agoconfigure script removed
Duong-Khang Nguyen [Sat, 13 Mar 2004 09:25:42 +0000 (09:25 +0000)]
configure script removed

SVN-Revision: 202

20 years agoJust removed a printf.
Ricardo Cruz [Sat, 13 Mar 2004 02:55:41 +0000 (02:55 +0000)]
Just removed a printf.

SVN-Revision: 201

20 years agonew collision detection. cleanups. bug fixes. music approach patch from Ricardo.
Tobias Gläßer [Sat, 13 Mar 2004 02:20:57 +0000 (02:20 +0000)]
new collision detection. cleanups. bug fixes. music approach patch from Ricardo.

SVN-Revision: 200

20 years agofixed C99 compilation
Tobias Gläßer [Tue, 9 Mar 2004 19:17:45 +0000 (19:17 +0000)]
fixed C99 compilation

SVN-Revision: 199

20 years agofixed C99 compilation
Tobias Gläßer [Tue, 9 Mar 2004 19:08:37 +0000 (19:08 +0000)]
fixed C99 compilation

SVN-Revision: 198

20 years agoVERSION define
Duong-Khang Nguyen [Tue, 9 Mar 2004 15:54:10 +0000 (15:54 +0000)]
VERSION define

SVN-Revision: 197

20 years agoExperimental configure
Duong-Khang Nguyen [Tue, 9 Mar 2004 15:48:51 +0000 (15:48 +0000)]
Experimental configure

SVN-Revision: 196

20 years agowork in progress support of autoconf stuff
Duong-Khang Nguyen [Tue, 9 Mar 2004 15:33:18 +0000 (15:33 +0000)]
work in progress support of autoconf stuff

SVN-Revision: 195

20 years agoMakefile renamed to Makefile.cvs
Duong-Khang Nguyen [Tue, 9 Mar 2004 13:51:57 +0000 (13:51 +0000)]
Makefile renamed to Makefile.cvs

SVN-Revision: 194

20 years agoducking is working again. a debug feature has moved to the debug-mode.
Tobias Gläßer [Mon, 8 Mar 2004 16:06:07 +0000 (16:06 +0000)]
ducking is working again. a debug feature has moved to the debug-mode.

SVN-Revision: 193

20 years agoreverted last commit
Tobias Gläßer [Mon, 8 Mar 2004 15:21:10 +0000 (15:21 +0000)]
reverted last commit

SVN-Revision: 192

20 years agofixed game load/save
Tobias Gläßer [Mon, 8 Mar 2004 15:17:56 +0000 (15:17 +0000)]
fixed game load/save

SVN-Revision: 191

20 years agofixed, subset info
Ricardo Cruz [Sun, 7 Mar 2004 19:04:42 +0000 (19:04 +0000)]
fixed, subset info

SVN-Revision: 189

20 years agoimproved level editor help
Ricardo Cruz [Sun, 7 Mar 2004 18:38:43 +0000 (18:38 +0000)]
improved level editor help

SVN-Revision: 188

20 years agoImproved help and credits text
Ricardo Cruz [Sun, 7 Mar 2004 18:26:11 +0000 (18:26 +0000)]
Improved help and credits text

SVN-Revision: 187

20 years agocleanups. Merged credits patch from Ricardo and improved it.
Tobias Gläßer [Sun, 7 Mar 2004 15:07:29 +0000 (15:07 +0000)]
cleanups. Merged credits patch from Ricardo and improved it.

SVN-Revision: 186

20 years agoMoved from ../AUTHORS.txt to data/CREDITS. Reformated for ingame credits displaying.
Tobias Gläßer [Sun, 7 Mar 2004 15:06:41 +0000 (15:06 +0000)]
Moved from ../AUTHORS.txt to data/CREDITS. Reformated for ingame credits displaying.

SVN-Revision: 185

20 years agoremoved
Tobias Gläßer [Sun, 7 Mar 2004 15:05:21 +0000 (15:05 +0000)]
removed

SVN-Revision: 184

20 years agoinitial
Tobias Gläßer [Sun, 7 Mar 2004 12:43:27 +0000 (12:43 +0000)]
initial

SVN-Revision: 183

20 years agoit was actually too big :)
Tobias Gläßer [Sun, 7 Mar 2004 02:12:31 +0000 (02:12 +0000)]
it was actually too big :)

SVN-Revision: 182