supertux.git
20 years agobug fix in the converter, in case anybody still cares
Ingo Ruhnke [Mon, 12 Apr 2004 01:29:02 +0000 (01:29 +0000)]
bug fix in the converter, in case anybody still cares

SVN-Revision: 499

20 years ago- missing gfx
Ingo Ruhnke [Mon, 12 Apr 2004 01:28:25 +0000 (01:28 +0000)]
- missing gfx

SVN-Revision: 498

20 years ago- tweaked scroll behaviour a little bit
Ingo Ruhnke [Sun, 11 Apr 2004 23:06:29 +0000 (23:06 +0000)]
- tweaked scroll behaviour a little bit
- added collision rects in debug mode

SVN-Revision: 497

20 years agoFixed a simple bug that was not letting levelsets to be added.
Ricardo Cruz [Sun, 11 Apr 2004 22:30:48 +0000 (22:30 +0000)]
Fixed a simple bug that was not letting levelsets to be added.
Added a levelset for Wansti! These levels are great :)

SVN-Revision: 496

20 years agoUpdated and added a new level from Wansti.
Ricardo Cruz [Sun, 11 Apr 2004 22:16:51 +0000 (22:16 +0000)]
Updated and added a new level from Wansti.

SVN-Revision: 495

20 years agoWhat's this level doing here?!
Ricardo Cruz [Sun, 11 Apr 2004 22:15:28 +0000 (22:15 +0000)]
What's this level doing here?!

SVN-Revision: 494

20 years agoMade drawgradient() to use our fillrect(), instead of SDL thingies
Ricardo Cruz [Sun, 11 Apr 2004 21:06:05 +0000 (21:06 +0000)]
Made drawgradient() to use our fillrect(), instead of SDL thingies
and thus the code is much clear now.

SVN-Revision: 493

20 years agoAdded support for gradients :)
Ricardo Cruz [Sun, 11 Apr 2004 20:46:31 +0000 (20:46 +0000)]
Added support for gradients :)
Changed bkgd_* to bkgd_top_* and bkgd_bottom_*
(being * either r, b or g)
This change includes both code and level files.

SVN-Revision: 492

20 years ago- added contrib menu generator
Ingo Ruhnke [Sun, 11 Apr 2004 20:28:11 +0000 (20:28 +0000)]
- added contrib menu generator

SVN-Revision: 491

20 years agoRemoved supertux.h (its useless).
Ricardo Cruz [Sun, 11 Apr 2004 19:12:00 +0000 (19:12 +0000)]
Removed supertux.h (its useless).
global definitions go to defines.h

SVN-Revision: 490

20 years agoIncluded supertux.h stuff into it.
Ricardo Cruz [Sun, 11 Apr 2004 19:10:41 +0000 (19:10 +0000)]
Included supertux.h stuff into it.

SVN-Revision: 489

20 years ago- turned some pointer-foo into a std::vector
Ingo Ruhnke [Sun, 11 Apr 2004 17:48:12 +0000 (17:48 +0000)]
- turned some pointer-foo into a std::vector

SVN-Revision: 488

20 years ago- turned menu_item_type into a class
Ingo Ruhnke [Sun, 11 Apr 2004 17:39:47 +0000 (17:39 +0000)]
- turned menu_item_type into a class

SVN-Revision: 487

20 years ago- moved the global_world into the leveleditors namespace
Ingo Ruhnke [Sun, 11 Apr 2004 17:16:17 +0000 (17:16 +0000)]
- moved the global_world into the leveleditors namespace

SVN-Revision: 486

20 years ago- fixed missing menu on level editor exit
Ingo Ruhnke [Sun, 11 Apr 2004 17:10:48 +0000 (17:10 +0000)]
- fixed missing menu on level editor exit

SVN-Revision: 485

20 years ago- moved loadshared() to the right point
Ingo Ruhnke [Sun, 11 Apr 2004 17:09:10 +0000 (17:09 +0000)]
- moved loadshared() to the right point

SVN-Revision: 484

20 years ago- moved loadshared() to the right point
Ingo Ruhnke [Sun, 11 Apr 2004 17:04:03 +0000 (17:04 +0000)]
- moved loadshared() to the right point

SVN-Revision: 483

20 years ago- removed local (un)loadshared() stuff and replaced it my a global one, fixes crash...
Ingo Ruhnke [Sun, 11 Apr 2004 16:58:06 +0000 (16:58 +0000)]
- removed local (un)loadshared() stuff and replaced it my a global one, fixes crash on entering a level twice

SVN-Revision: 482

20 years agorenamed timer_type to Timer
Ingo Ruhnke [Sun, 11 Apr 2004 16:38:58 +0000 (16:38 +0000)]
renamed timer_type to Timer

SVN-Revision: 481

20 years agostarted to convert timer into a class
Ingo Ruhnke [Sun, 11 Apr 2004 16:33:11 +0000 (16:33 +0000)]
started to convert timer into a class

SVN-Revision: 480

20 years agostarted to convert timer into a class
Ingo Ruhnke [Sun, 11 Apr 2004 16:23:08 +0000 (16:23 +0000)]
started to convert timer into a class

SVN-Revision: 479

20 years ago- moved time_left timer into gamesession
Ingo Ruhnke [Sun, 11 Apr 2004 15:33:53 +0000 (15:33 +0000)]
- moved time_left timer into gamesession

SVN-Revision: 478

20 years ago- made frame ration local
Ingo Ruhnke [Sun, 11 Apr 2004 15:28:26 +0000 (15:28 +0000)]
- made frame ration local

SVN-Revision: 477

20 years ago- moved some global variables into a seperate class
Ingo Ruhnke [Sun, 11 Apr 2004 15:07:29 +0000 (15:07 +0000)]
- moved some global variables into a seperate class

SVN-Revision: 476

20 years ago- localized some more variables
Ingo Ruhnke [Sun, 11 Apr 2004 14:55:59 +0000 (14:55 +0000)]
- localized some more variables

SVN-Revision: 475

20 years ago- made some more global variables, local
Ingo Ruhnke [Sun, 11 Apr 2004 14:44:19 +0000 (14:44 +0000)]
- made some more global variables, local
- replaced a few char* with string

SVN-Revision: 474

20 years ago- turned special into classes
Ingo Ruhnke [Sun, 11 Apr 2004 13:20:43 +0000 (13:20 +0000)]
- turned special into classes

SVN-Revision: 473

20 years ago- renamed 'world' to 'global_world' to emphasis that it is mainly a temporary hack
Ingo Ruhnke [Sun, 11 Apr 2004 13:05:35 +0000 (13:05 +0000)]
- renamed 'world' to 'global_world' to emphasis that it is mainly a temporary hack
- moved some 'world' to 'World::current()'

SVN-Revision: 472

20 years ago- moved some collision code into the world class, since it only acts on world data
Ingo Ruhnke [Sun, 11 Apr 2004 13:00:00 +0000 (13:00 +0000)]
- moved some collision code into the world class, since it only acts on world data

SVN-Revision: 471

20 years ago- change gameobjs names from lower case to upper case
Ingo Ruhnke [Sun, 11 Apr 2004 12:43:35 +0000 (12:43 +0000)]
- change gameobjs names from lower case to upper case

SVN-Revision: 470

20 years ago- moved some more stuff into the world class
Ingo Ruhnke [Sun, 11 Apr 2004 12:37:40 +0000 (12:37 +0000)]
- moved some more stuff into the world class
- turned gameobjs into classes

SVN-Revision: 469

20 years ago- moved gameobjects into there own file
Ingo Ruhnke [Sun, 11 Apr 2004 11:52:29 +0000 (11:52 +0000)]
- moved gameobjects into there own file
- moved drawshape to tile.h

SVN-Revision: 468

20 years ago- fixed worldmap a bit
Ingo Ruhnke [Sun, 11 Apr 2004 01:52:49 +0000 (01:52 +0000)]
- fixed worldmap a bit

SVN-Revision: 467

20 years ago- moved some activate_bad_guy stuff into the world, where it belongs
Ingo Ruhnke [Sun, 11 Apr 2004 01:36:22 +0000 (01:36 +0000)]
- moved some activate_bad_guy stuff into the world, where it belongs

SVN-Revision: 466

20 years ago- moved some more level_ stuff into the levelclass
Ingo Ruhnke [Sun, 11 Apr 2004 01:24:58 +0000 (01:24 +0000)]
- moved some more level_ stuff into the levelclass
- removed a quit, since it did the same as a done

SVN-Revision: 465

20 years ago- removed obsolete hardcoded tiles
Ingo Ruhnke [Sun, 11 Apr 2004 00:24:22 +0000 (00:24 +0000)]
- removed obsolete hardcoded tiles

SVN-Revision: 464

20 years ago- moved stuff from gamesession to world
Ingo Ruhnke [Sun, 11 Apr 2004 00:10:53 +0000 (00:10 +0000)]
- moved stuff from gamesession to world

SVN-Revision: 463

20 years ago- moved stuff from gamesession to world
Ingo Ruhnke [Sun, 11 Apr 2004 00:05:35 +0000 (00:05 +0000)]
- moved stuff from gamesession to world

SVN-Revision: 462

20 years ago- moved stuff from scene into a World class, just an intermediate step, more cleanup...
Ingo Ruhnke [Sat, 10 Apr 2004 22:37:13 +0000 (22:37 +0000)]
- moved stuff from scene into a World class, just an intermediate step, more cleanup will follow

SVN-Revision: 461

20 years agoNew stalactites done by Settra Gaia, they fit very well with Ingo graphics.
Ricardo Cruz [Sat, 10 Apr 2004 22:04:08 +0000 (22:04 +0000)]
New stalactites done by Settra Gaia, they fit very well with Ingo graphics.
They are 32x48 (previous: 32x32), i have checked, and i think nothing will get broken, but please test that. also say if 48 of height is too much...

SVN-Revision: 460

20 years ago- moved lots of code around, made gameloop even more into a class
Ingo Ruhnke [Sat, 10 Apr 2004 22:01:27 +0000 (22:01 +0000)]
- moved lots of code around, made gameloop even more into a class

SVN-Revision: 459

20 years agoa few levels contributed by 'Wantsi'.
Ricardo Cruz [Sat, 10 Apr 2004 21:22:01 +0000 (21:22 +0000)]
a few levels contributed by 'Wantsi'.
they are pretty cool :)

SVN-Revision: 458

20 years ago- reduced menu fadness a bit (ie. balanced the edges)
Ingo Ruhnke [Sat, 10 Apr 2004 20:37:36 +0000 (20:37 +0000)]
- reduced menu fadness a bit (ie. balanced the edges)

SVN-Revision: 457

20 years ago- turned gameloop into a class, in the hope to reduce some global variables in the...
Ingo Ruhnke [Sat, 10 Apr 2004 20:26:13 +0000 (20:26 +0000)]
- turned gameloop into a class, in the hope to reduce some global variables in the long run

SVN-Revision: 456

20 years agoAnother background image by a guy whose nickname is Wantso (i think) :D
Ricardo Cruz [Sat, 10 Apr 2004 20:19:33 +0000 (20:19 +0000)]
Another background image by a guy whose nickname is Wantso (i think) :D
Anyway, it is a night background, might be usefull.

SVN-Revision: 455

20 years ago- more c++-ification
Ingo Ruhnke [Sat, 10 Apr 2004 20:16:15 +0000 (20:16 +0000)]
- more c++-ification

SVN-Revision: 454

20 years ago- more c++-ification
Ingo Ruhnke [Sat, 10 Apr 2004 19:49:49 +0000 (19:49 +0000)]
- more c++-ification

SVN-Revision: 453

20 years ago- some indent fixes
Ingo Ruhnke [Sat, 10 Apr 2004 19:40:49 +0000 (19:40 +0000)]
- some indent fixes
- started to turn st_level into a proper class

SVN-Revision: 452

20 years ago- reorganized menu flow as descripted in the todo, this breaks returning from the...
Ingo Ruhnke [Sat, 10 Apr 2004 18:56:17 +0000 (18:56 +0000)]
- reorganized menu flow as descripted in the todo, this breaks returning from the game at the moment, since something in loading savegames is broken, but since savegames needs restructuring anyway, it shouldn't be much of a problem

SVN-Revision: 451

20 years ago- fixed tile properties
Ingo Ruhnke [Sat, 10 Apr 2004 18:54:27 +0000 (18:54 +0000)]
- fixed tile properties

SVN-Revision: 450

20 years ago- level cleanup
Ingo Ruhnke [Sat, 10 Apr 2004 15:40:31 +0000 (15:40 +0000)]
- level cleanup

SVN-Revision: 449

20 years agoremoved title from main menu
Ingo Ruhnke [Sat, 10 Apr 2004 14:53:43 +0000 (14:53 +0000)]
removed title from main menu

SVN-Revision: 448

20 years ago- fixed water/fish
Ingo Ruhnke [Sat, 10 Apr 2004 12:47:16 +0000 (12:47 +0000)]
- fixed water/fish

SVN-Revision: 447

20 years ago- test level for badguys
Ingo Ruhnke [Sat, 10 Apr 2004 12:44:16 +0000 (12:44 +0000)]
- test level for badguys

SVN-Revision: 446

20 years ago- added test level for exits
Ingo Ruhnke [Sat, 10 Apr 2004 12:42:41 +0000 (12:42 +0000)]
- added test level for exits

SVN-Revision: 445

20 years ago- added iglo for level end sequence
Ingo Ruhnke [Sat, 10 Apr 2004 12:41:26 +0000 (12:41 +0000)]
- added iglo for level end sequence

SVN-Revision: 444

20 years ago- fixed quit
Ingo Ruhnke [Sat, 10 Apr 2004 11:56:19 +0000 (11:56 +0000)]
- fixed quit

SVN-Revision: 443

20 years ago- fixed menu/logo overdraw problem
Ingo Ruhnke [Sat, 10 Apr 2004 11:48:16 +0000 (11:48 +0000)]
- fixed menu/logo overdraw problem

SVN-Revision: 442

20 years ago- introduced mriceblock (at least a bit)
Ingo Ruhnke [Sat, 10 Apr 2004 11:42:43 +0000 (11:42 +0000)]
- introduced mriceblock (at least a bit)
- made title screen wrap-around seamlessly

SVN-Revision: 441

20 years agoupdate
Tobias Gläßer [Sat, 10 Apr 2004 09:53:22 +0000 (09:53 +0000)]
update

SVN-Revision: 440

20 years ago- fixed snowball anim
Ingo Ruhnke [Fri, 9 Apr 2004 16:26:06 +0000 (16:26 +0000)]
- fixed snowball anim

SVN-Revision: 439

20 years ago- added new smalltux
Ingo Ruhnke [Fri, 9 Apr 2004 02:20:51 +0000 (02:20 +0000)]
- added new smalltux

SVN-Revision: 438

20 years ago- added new smalltux (still needs cleanup)
Ingo Ruhnke [Fri, 9 Apr 2004 01:54:57 +0000 (01:54 +0000)]
- added new smalltux (still needs cleanup)

SVN-Revision: 437

20 years ago- moved title-demo code into its own function
Ingo Ruhnke [Fri, 9 Apr 2004 01:15:31 +0000 (01:15 +0000)]
- moved title-demo code into its own function

SVN-Revision: 436

20 years ago- fixed credits screen a bit
Ingo Ruhnke [Fri, 9 Apr 2004 00:54:53 +0000 (00:54 +0000)]
- fixed credits screen a bit

SVN-Revision: 435

20 years ago- cleaned up title screen a bit
Ingo Ruhnke [Fri, 9 Apr 2004 00:49:47 +0000 (00:49 +0000)]
- cleaned up title screen a bit

SVN-Revision: 434

20 years ago- added some new title menu gfx
Ingo Ruhnke [Fri, 9 Apr 2004 00:49:29 +0000 (00:49 +0000)]
- added some new title menu gfx

SVN-Revision: 433

20 years agoaccording to the author: "there was one line that caused a dissonance... i fixed...
Ricardo Cruz [Sun, 4 Apr 2004 22:33:32 +0000 (22:33 +0000)]
according to the author: "there was one line that caused a dissonance... i fixed that"

SVN-Revision: 432

20 years ago1 more song
Ricardo Cruz [Sun, 4 Apr 2004 18:00:11 +0000 (18:00 +0000)]
1 more song

SVN-Revision: 431

20 years ago- Physic C++ rewrite (Matze Braun)
Tobias Gläßer [Sun, 4 Apr 2004 00:32:10 +0000 (00:32 +0000)]
- Physic C++ rewrite (Matze Braun)
- Added new badguys (Matze Braun)
- Fixed minor bugs (Matze Braun)

SVN-Revision: 430

20 years agoupdate
Tobias Gläßer [Sat, 3 Apr 2004 13:31:38 +0000 (13:31 +0000)]
update

SVN-Revision: 429

20 years agolots of improvements all over the code.
Tobias Gläßer [Sat, 3 Apr 2004 13:31:14 +0000 (13:31 +0000)]
lots of improvements all over the code.
Leveleditor improvements.
Changed Tux's dying sequence.
Intros can be skipped with any device now.
Converted button_type and button_panel_type to C++ classes.

SVN-Revision: 428

20 years agoscaled
Tobias Gläßer [Sat, 3 Apr 2004 13:28:15 +0000 (13:28 +0000)]
scaled

SVN-Revision: 427

20 years agoinitial
Tobias Gläßer [Sat, 3 Apr 2004 13:27:50 +0000 (13:27 +0000)]
initial

SVN-Revision: 426

20 years ago- more tiles
Ingo Ruhnke [Thu, 1 Apr 2004 20:22:28 +0000 (20:22 +0000)]
- more tiles

SVN-Revision: 425

20 years ago- improved tileability
Ingo Ruhnke [Wed, 31 Mar 2004 23:20:25 +0000 (23:20 +0000)]
- improved tileability

SVN-Revision: 424

20 years ago- new tiles
Ingo Ruhnke [Wed, 31 Mar 2004 23:11:13 +0000 (23:11 +0000)]
- new tiles

SVN-Revision: 423

20 years ago- scaled down fish
Ingo Ruhnke [Wed, 31 Mar 2004 10:41:46 +0000 (10:41 +0000)]
- scaled down fish

SVN-Revision: 422

20 years ago- more tiles
Ingo Ruhnke [Tue, 30 Mar 2004 20:34:27 +0000 (20:34 +0000)]
- more tiles

SVN-Revision: 421

20 years ago- more gfx
Ingo Ruhnke [Tue, 30 Mar 2004 20:22:13 +0000 (20:22 +0000)]
- more gfx

SVN-Revision: 420

20 years agomore gfx
Ingo Ruhnke [Tue, 30 Mar 2004 20:21:27 +0000 (20:21 +0000)]
more gfx

SVN-Revision: 419

20 years agomore gfx
Ingo Ruhnke [Tue, 30 Mar 2004 20:09:29 +0000 (20:09 +0000)]
more gfx

SVN-Revision: 418

20 years agomore gfx
Ingo Ruhnke [Tue, 30 Mar 2004 19:59:32 +0000 (19:59 +0000)]
more gfx

SVN-Revision: 417

20 years ago- new usercontributed level
Ingo Ruhnke [Tue, 30 Mar 2004 13:37:59 +0000 (13:37 +0000)]
- new usercontributed level

SVN-Revision: 416

20 years ago- added some more tiles
Ingo Ruhnke [Tue, 30 Mar 2004 13:23:39 +0000 (13:23 +0000)]
- added some more tiles

SVN-Revision: 415

20 years agoimproved to work flawless on more computers
Tobias Gläßer [Mon, 29 Mar 2004 16:49:03 +0000 (16:49 +0000)]
improved to work flawless on more computers

SVN-Revision: 414

20 years ago- introduced new function wait_for_event
Tobias Gläßer [Mon, 29 Mar 2004 13:24:42 +0000 (13:24 +0000)]
- introduced new function wait_for_event
- removed arrays_init()
- applied fixes from Matze Braun for badguy bugs

SVN-Revision: 413

20 years ago- added enemies and such
Ingo Ruhnke [Mon, 29 Mar 2004 12:25:24 +0000 (12:25 +0000)]
- added enemies and such

SVN-Revision: 412

20 years ago- fixed datadir
Ingo Ruhnke [Sun, 28 Mar 2004 23:23:20 +0000 (23:23 +0000)]
- fixed datadir

SVN-Revision: 411

20 years agolittle improvement
Tobias Gläßer [Sun, 28 Mar 2004 21:48:55 +0000 (21:48 +0000)]
little improvement

SVN-Revision: 410

20 years agotilegroup definitions
Tobias Gläßer [Sun, 28 Mar 2004 21:43:29 +0000 (21:43 +0000)]
tilegroup definitions

SVN-Revision: 409

20 years ago- Leveleditor improvements and fixes.
Tobias Gläßer [Sun, 28 Mar 2004 21:42:04 +0000 (21:42 +0000)]
- Leveleditor improvements and fixes.
- collision bugfixes from Matze Braun

SVN-Revision: 408

20 years ago- added some flames
Ingo Ruhnke [Sun, 28 Mar 2004 20:56:36 +0000 (20:56 +0000)]
- added some flames

SVN-Revision: 407

20 years ago- removed alpha from tile since it isn't needed
Ingo Ruhnke [Sun, 28 Mar 2004 14:11:53 +0000 (14:11 +0000)]
- removed alpha from tile since it isn't needed
- fixed brick behaviour (I hope...)

SVN-Revision: 406

20 years ago*** empty log message ***
Tobias Gläßer [Sun, 28 Mar 2004 14:07:59 +0000 (14:07 +0000)]
*** empty log message ***

SVN-Revision: 405

20 years ago- removed next_tile2, which isn't needed
Ingo Ruhnke [Sun, 28 Mar 2004 12:41:11 +0000 (12:41 +0000)]
- removed next_tile2, which isn't needed
- added --sdl option to turn of opengl in case it is on in the config file

SVN-Revision: 404

20 years ago- use new boxes everywhere
Ingo Ruhnke [Sun, 28 Mar 2004 11:47:21 +0000 (11:47 +0000)]
- use new boxes everywhere
- added invisible-box (usefull for secrets)

SVN-Revision: 403

20 years agonew link image
Tobias Gläßer [Sun, 28 Mar 2004 10:58:44 +0000 (10:58 +0000)]
new link image

SVN-Revision: 402

20 years agoinitial
Tobias Gläßer [Sun, 28 Mar 2004 10:26:12 +0000 (10:26 +0000)]
initial

SVN-Revision: 401

20 years agoapplied flame badguy patch from Matze Braun
Tobias Gläßer [Sun, 28 Mar 2004 01:44:15 +0000 (01:44 +0000)]
applied flame badguy patch from Matze Braun

SVN-Revision: 400