supertux.git
16 years agoit language updates from Manuela Kessler <exty@exty.ch>
Ingo Ruhnke [Mon, 12 May 2008 18:01:14 +0000 (18:01 +0000)]
it language updates from Manuela Kessler <exty@exty.ch>

SVN-Revision: 5461

16 years agonb/nn Language updates from Karl Ove Hufthammer <karl@huftis.org>
Ingo Ruhnke [Mon, 12 May 2008 16:02:40 +0000 (16:02 +0000)]
nb/nn Language updates from Karl Ove Hufthammer <karl@huftis.org>

SVN-Revision: 5460

16 years agoStupid copy/paste bug. The archiveDir is, of course, not static
Christoph Sommer [Sun, 11 May 2008 16:39:45 +0000 (16:39 +0000)]
Stupid copy/paste bug. The archiveDir is, of course, not static

SVN-Revision: 5459

16 years agoAdd-on Manager rewrite
Christoph Sommer [Sun, 11 May 2008 15:20:03 +0000 (15:20 +0000)]
Add-on Manager rewrite
 - Moved Add-on information to an .nfo file inside the .zip
 - Add-ons can be enabled/disabled via the menu
 - Add-ons can be toggled on-the-fly and are MD5-checksummed

SVN-Revision: 5458

16 years agofix lightmap-in-front-of-menu bug
Tim Goya [Sat, 10 May 2008 16:40:01 +0000 (16:40 +0000)]
fix lightmap-in-front-of-menu bug

SVN-Revision: 5456

16 years agoremove camera.cfg from install
Tim Goya [Sat, 10 May 2008 16:38:59 +0000 (16:38 +0000)]
remove camera.cfg from install

SVN-Revision: 5455

16 years agoremoved nolog.ogg, which is just an unfinished version of wisphunt.ogg
Marek Moeckel [Fri, 9 May 2008 14:57:28 +0000 (14:57 +0000)]
removed nolog.ogg, which is just an unfinished version of wisphunt.ogg

SVN-Revision: 5452

16 years agoadded .music script for fortress music
Marek Moeckel [Fri, 9 May 2008 12:44:31 +0000 (12:44 +0000)]
added .music script for fortress music
moved some unused-and-probably-never-to-be-used music files to trunk/media

SVN-Revision: 5451

16 years agonew oldschool growup sound
Marek Moeckel [Fri, 9 May 2008 11:56:00 +0000 (11:56 +0000)]
new oldschool growup sound

SVN-Revision: 5450

16 years agoto prevent crashes on missing data, load empty wave file and throw a warning when...
Marek Moeckel [Fri, 9 May 2008 10:39:11 +0000 (10:39 +0000)]
to prevent crashes on missing data, load empty wave file and throw a warning when a sound file cannot be found

SVN-Revision: 5449

16 years agoforgot file name change in one place
Marek Moeckel [Fri, 9 May 2008 10:17:38 +0000 (10:17 +0000)]
forgot file name change in one place

SVN-Revision: 5448

16 years agoadded new invincible sound and dedicated music based on the theme song
Marek Moeckel [Fri, 9 May 2008 10:09:32 +0000 (10:09 +0000)]
added new invincible sound and dedicated music based on the theme song

SVN-Revision: 5447

16 years agopt.po updates from José JORGE <lists.jjorge@free.fr>
Ingo Ruhnke [Fri, 9 May 2008 01:48:47 +0000 (01:48 +0000)]
pt.po updates from José JORGE <lists.jjorge@free.fr>

SVN-Revision: 5446

16 years agoChanged the logic of aspect ratio, aspect_width/height now give projection size
Ingo Ruhnke [Thu, 8 May 2008 21:20:15 +0000 (21:20 +0000)]
Changed the logic of aspect ratio, aspect_width/height now give projection size
Added new command line option: -g WIDTHxHEIGHT:PROJECT_WIDTHxPROJECT_HEIGHT, so for big monitors try:

./supertux2 -g 1280x1024:1280x1024

SVN-Revision: 5445

16 years agocenter camera on tux feet, so we get no jumps when tux ducks
Matthias Braun [Thu, 8 May 2008 19:11:28 +0000 (19:11 +0000)]
center camera on tux feet, so we get no jumps when tux ducks

SVN-Revision: 5440

16 years agonot needed anymore
Matthias Braun [Thu, 8 May 2008 19:00:11 +0000 (19:00 +0000)]
not needed anymore

SVN-Revision: 5439

16 years agoset new camera defaults, make it work without camera.cfg
Matthias Braun [Thu, 8 May 2008 18:59:40 +0000 (18:59 +0000)]
set new camera defaults, make it work without camera.cfg

SVN-Revision: 5438

16 years agofix a few warnings
Matthias Braun [Thu, 8 May 2008 18:57:31 +0000 (18:57 +0000)]
fix a few warnings

SVN-Revision: 5437

16 years agoAdded bomb fish graphic
Ingo Ruhnke [Wed, 7 May 2008 14:15:26 +0000 (14:15 +0000)]
Added bomb fish graphic

SVN-Revision: 5433

16 years agoAdded README that might be useful for some, added svn:ignore stuff
Ingo Ruhnke [Wed, 7 May 2008 14:10:33 +0000 (14:10 +0000)]
Added README that might be useful for some, added svn:ignore stuff

SVN-Revision: 5432

16 years agoRemoved unneeded math.h
Ingo Ruhnke [Wed, 7 May 2008 12:20:04 +0000 (12:20 +0000)]
Removed unneeded math.h

SVN-Revision: 5431

16 years agoWhen custom aspect ratio is set, add it to the list in the option menu, also save...
Ingo Ruhnke [Wed, 7 May 2008 11:15:36 +0000 (11:15 +0000)]
When custom aspect ratio is set, add it to the list in the option menu, also save aspect_width/aspect_height instead of aspect_ratio to the config file

SVN-Revision: 5426

16 years agoFixed MN_STRINGSELECT menu item a bit more and hooked up aspect ration
Ingo Ruhnke [Tue, 6 May 2008 13:32:47 +0000 (13:32 +0000)]
Fixed MN_STRINGSELECT menu item a bit more and hooked up aspect ration

SVN-Revision: 5425

16 years agoFixed MN_STRINGSELECT menu item
Ingo Ruhnke [Tue, 6 May 2008 13:16:07 +0000 (13:16 +0000)]
Fixed MN_STRINGSELECT menu item

SVN-Revision: 5424

16 years agoGraphics for moving platform
Ingo Ruhnke [Tue, 6 May 2008 11:14:37 +0000 (11:14 +0000)]
Graphics for moving platform

SVN-Revision: 5423

16 years agoDisplay some additional help text on Option Menu entries
Ingo Ruhnke [Tue, 6 May 2008 06:59:42 +0000 (06:59 +0000)]
Display some additional help text on Option Menu entries

SVN-Revision: 5422

16 years agoReturn pointer to MenuItem when creating one
Ingo Ruhnke [Tue, 6 May 2008 05:41:18 +0000 (05:41 +0000)]
Return pointer to MenuItem when creating one
Added set_help() to MenuItem (rendering code will follow)

SVN-Revision: 5421

16 years agoAdded scrolling to the menu (a little crude, but working)
Ingo Ruhnke [Mon, 5 May 2008 20:08:41 +0000 (20:08 +0000)]
Added scrolling to the menu (a little crude, but working)

SVN-Revision: 5420

16 years agoAdded experimental frame to the main menu
Ingo Ruhnke [Mon, 5 May 2008 19:03:41 +0000 (19:03 +0000)]
Added experimental frame to the main menu

SVN-Revision: 5419

16 years agoLet shrink view zoom in on Tux not the level spot
Ingo Ruhnke [Mon, 5 May 2008 18:03:37 +0000 (18:03 +0000)]
Let shrink view zoom in on Tux not the level spot
Some more triangles for the shrinkview to make it look smoother

SVN-Revision: 5418

16 years agoFixed game crashing when leaving the worldmap
Ingo Ruhnke [Mon, 5 May 2008 17:38:26 +0000 (17:38 +0000)]
Fixed game crashing when leaving the worldmap

SVN-Revision: 5417

16 years agoRemoved Slot menu (to preserve saves, rename *_1.stsg to *.stsg
Ingo Ruhnke [Mon, 5 May 2008 17:31:48 +0000 (17:31 +0000)]
Removed Slot menu (to preserve saves, rename *_1.stsg to *.stsg

SVN-Revision: 5416

16 years agoCrude hack to slow down the game, use set_game_speed(2.0) in console to run at half...
Ingo Ruhnke [Mon, 5 May 2008 16:29:53 +0000 (16:29 +0000)]
Crude hack to slow down the game, use set_game_speed(2.0) in console to run at half the speed

SVN-Revision: 5415

16 years agomoved back wood.wav which I'm pretty sure I made
Marek Moeckel [Mon, 5 May 2008 15:36:13 +0000 (15:36 +0000)]
moved back wood.wav which I'm pretty sure I made

SVN-Revision: 5414

16 years agonew brick sound submitted by Yaniel
Marek Moeckel [Mon, 5 May 2008 15:16:59 +0000 (15:16 +0000)]
new brick sound submitted by Yaniel

SVN-Revision: 5413

16 years agoReplaced rectangular shrinkfade with a circular one
Ingo Ruhnke [Mon, 5 May 2008 15:05:57 +0000 (15:05 +0000)]
Replaced rectangular shrinkfade with a circular one

SVN-Revision: 5412

16 years agobetter skid noise (still not as good as the old one)
Marek Moeckel [Mon, 5 May 2008 14:04:30 +0000 (14:04 +0000)]
better skid noise (still not as good as the old one)

SVN-Revision: 5411

16 years agoAdded Menu::get_parent()
Ingo Ruhnke [Mon, 5 May 2008 13:44:33 +0000 (13:44 +0000)]
Added Menu::get_parent()

SVN-Revision: 5410

16 years agoSome more Profile code, they now basically work (to preserve your saves copy them...
Ingo Ruhnke [Mon, 5 May 2008 13:34:01 +0000 (13:34 +0000)]
Some more Profile code, they now basically work (to preserve your saves copy them from ~/.supertux2/save/ to ~/.supertux2/profile1/)

SVN-Revision: 5409

16 years agoAdded profile menu (empty placeholder), don't forget to rerun 'cmake' to make this...
Ingo Ruhnke [Mon, 5 May 2008 12:56:36 +0000 (12:56 +0000)]
Added profile menu (empty placeholder), don't forget to rerun 'cmake' to make this work

SVN-Revision: 5408

16 years agoChanged darkening color when pause is active
Ingo Ruhnke [Mon, 5 May 2008 12:37:38 +0000 (12:37 +0000)]
Changed darkening color when pause is active

SVN-Revision: 5407

16 years agoMinor cleanup, replaced SCREEN_WIDTH/2 with pos_x
Ingo Ruhnke [Mon, 5 May 2008 12:31:51 +0000 (12:31 +0000)]
Minor cleanup, replaced SCREEN_WIDTH/2 with pos_x

SVN-Revision: 5406

16 years agoMenu items in Option menu are aligned right and left
Ingo Ruhnke [Mon, 5 May 2008 12:24:43 +0000 (12:24 +0000)]
Menu items in Option menu are aligned right and left

SVN-Revision: 5405

16 years agobrought back Stephen's self-made sounds, added new invincible sound
Marek Moeckel [Mon, 5 May 2008 12:08:13 +0000 (12:08 +0000)]
brought back Stephen's self-made sounds, added new invincible sound

SVN-Revision: 5404

16 years agoAdded some blinking to the current menu item
Ingo Ruhnke [Mon, 5 May 2008 11:40:07 +0000 (11:40 +0000)]
Added some blinking to the current menu item

SVN-Revision: 5403

16 years agoChanged effect when switching menus
Ingo Ruhnke [Mon, 5 May 2008 11:30:52 +0000 (11:30 +0000)]
Changed effect when switching menus

SVN-Revision: 5402

16 years agoAdded nightsky images
Ingo Ruhnke [Sun, 4 May 2008 18:49:09 +0000 (18:49 +0000)]
Added nightsky images

SVN-Revision: 5401

16 years agoSome selfmade noise.
Wolfgang Becker [Sun, 4 May 2008 13:41:36 +0000 (13:41 +0000)]
Some selfmade noise.

SVN-Revision: 5400

16 years agoRemoved a few things from svn:ignore that are no longer needed to to switch to Cmake
Ingo Ruhnke [Sun, 4 May 2008 09:30:48 +0000 (09:30 +0000)]
Removed a few things from svn:ignore that are no longer needed to to switch to Cmake

SVN-Revision: 5399

16 years agoSwitched from /bin/sh to /bin/bash (needed on Ubuntu and elsewhere)
Ingo Ruhnke [Sun, 4 May 2008 09:19:58 +0000 (09:19 +0000)]
Switched from /bin/sh to /bin/bash (needed on Ubuntu and elsewhere)

SVN-Revision: 5398

16 years agoRandom stuff floating around in my local checkout
Ingo Ruhnke [Sun, 4 May 2008 09:16:16 +0000 (09:16 +0000)]
Random stuff floating around in my local checkout

SVN-Revision: 5397

16 years agoFixed duplicated tile ids.
Wolfgang Becker [Sat, 3 May 2008 13:34:20 +0000 (13:34 +0000)]
Fixed duplicated tile ids.

SVN-Revision: 5396

16 years agoRemoved files markes as questionable on http://supertux.lethargik.org/wiki/DataFiles
Wolfgang Becker [Thu, 1 May 2008 21:32:35 +0000 (21:32 +0000)]
Removed files markes as questionable on supertux.lethargik.org/wiki/DataFiles

SVN-Revision: 5393

16 years agoReinitialize SDL's joystick subsystem when scanning for sticks, so
Wolfgang Becker [Wed, 30 Apr 2008 22:26:51 +0000 (22:26 +0000)]
Reinitialize SDL's joystick subsystem when scanning for sticks, so
hotpluging also works when no joystick was present on startup.

SVN-Revision: 5392

16 years agoCommand line switch -d, --default to reset video settings to default values.
Wolfgang Becker [Tue, 29 Apr 2008 21:05:57 +0000 (21:05 +0000)]
Command line switch -d, --default to reset video settings to default values.

SVN-Revision: 5391

16 years agoAdd option to scan for joysticks to the joystick setup.
Wolfgang Becker [Tue, 29 Apr 2008 20:37:09 +0000 (20:37 +0000)]
Add option to scan for joysticks to the joystick setup.

SVN-Revision: 5390

16 years agopt_BR updates from Krishnamurti Lelis Lima Vieira Nunes <krishnalelis@gmail.com>
Ingo Ruhnke [Mon, 28 Apr 2008 04:24:01 +0000 (04:24 +0000)]
pt_BR updates from Krishnamurti Lelis Lima Vieira Nunes <krishnalelis@gmail.com>

SVN-Revision: 5389

16 years agoDispenser no longer hurts Tux directly. Tux can climb on it.
Wolfgang Becker [Fri, 11 Apr 2008 20:26:54 +0000 (20:26 +0000)]
Dispenser no longer hurts Tux directly. Tux can climb on it.

SVN-Revision: 5388

16 years agoDead snowballs don't walk around.
Wolfgang Becker [Fri, 11 Apr 2008 20:02:08 +0000 (20:02 +0000)]
Dead snowballs don't walk around.

SVN-Revision: 5387

16 years ago* Peek in X and Y direction at the same time.
Wolfgang Becker [Fri, 11 Apr 2008 18:12:27 +0000 (18:12 +0000)]
* Peek in X and Y direction at the same time.
* Print used renderer information. (GL or SDL)
* Spikes on tiles 2120 and 2178 do hurt.

SVN-Revision: 5386

16 years ago- added Andrius Štikonas <stikonas@gmail.com>
Ingo Ruhnke [Wed, 9 Apr 2008 13:58:29 +0000 (13:58 +0000)]
- added Andrius Štikonas <stikonas@gmail.com>

SVN-Revision: 5385

16 years agoLithuanian language update from Andrius Štikonas <stikonas@gmail.com>
Ingo Ruhnke [Wed, 9 Apr 2008 13:57:07 +0000 (13:57 +0000)]
Lithuanian language update from Andrius Štikonas <stikonas@gmail.com>

SVN-Revision: 5384

16 years agoPreload Dart sounds. Resolves issue 0000331
Christoph Sommer [Wed, 2 Apr 2008 18:19:42 +0000 (18:19 +0000)]
Preload Dart sounds. Resolves issue 0000331

SVN-Revision: 5383

16 years agoUpgraded to Squirrel 2.2
Christoph Sommer [Wed, 2 Apr 2008 18:13:45 +0000 (18:13 +0000)]
Upgraded to Squirrel 2.2

SVN-Revision: 5382

16 years ago- added Prabin Gautam <prabingautam@gmail.com> ne.po
Ingo Ruhnke [Thu, 20 Mar 2008 07:45:35 +0000 (07:45 +0000)]
- added Prabin Gautam <prabingautam@gmail.com> ne.po

SVN-Revision: 5381

16 years agolt.po update from Vaidas Kiela <v.kiela@erdves.lt>
Ingo Ruhnke [Tue, 18 Mar 2008 12:31:37 +0000 (12:31 +0000)]
lt.po update from Vaidas Kiela <v.kiela@erdves.lt>

SVN-Revision: 5380

16 years ago- fixed menu edge rounding
Ingo Ruhnke [Sat, 15 Mar 2008 04:49:05 +0000 (04:49 +0000)]
- fixed menu edge rounding

SVN-Revision: 5379

16 years agomerged Ed <icelus2k5@gmail.com> later peeking patch which fixes up/down peeking
Ingo Ruhnke [Sat, 15 Mar 2008 00:37:48 +0000 (00:37 +0000)]
merged Ed <icelus2k5@gmail.com> later peeking patch which fixes up/down peeking

SVN-Revision: 5378

16 years agoEd <icelus2k5@gmail.com>'s peeking patch
Ingo Ruhnke [Sat, 15 Mar 2008 00:11:02 +0000 (00:11 +0000)]
Ed <icelus2k5@gmail.com>'s peeking patch
- peeking left/right is now smoothed and feels much better
- peeking keys for up/down can be configured
- peeking up/down still feels broken (far to fast) and doesn't flip back as left/right (not sure if we want or don't font the fliping back to original position)

SVN-Revision: 5377

16 years agomissing bracket
Wolfgang Becker [Fri, 14 Mar 2008 23:57:30 +0000 (23:57 +0000)]
missing bracket

SVN-Revision: 5376

16 years agoEd <icelus2k5@gmail.com>'s jump patch
Ingo Ruhnke [Fri, 14 Mar 2008 23:48:23 +0000 (23:48 +0000)]
Ed <icelus2k5@gmail.com>'s jump patch
- minimum jump high is now ~2 tiles
- small jumps look smoother
- should change nothing for bigger jump, so for normal gameplay it should feel the same (unless there are unknown bugs)

SVN-Revision: 5375

16 years ago- changed blitting code to not do sin/cos math when doing an unrotated blit, might...
Ingo Ruhnke [Fri, 14 Mar 2008 23:19:47 +0000 (23:19 +0000)]
- changed blitting code to not do sin/cos math when doing an unrotated blit, might fix graphics glitches in some cases, but doesn't fix the background/worldmap glitches

SVN-Revision: 5374

16 years agomissingkeys.patch by mathnerd314 to no longer overwrite keys.
Wolfgang Becker [Fri, 14 Mar 2008 18:22:33 +0000 (18:22 +0000)]
missingkeys.patch by mathnerd314 to no longer overwrite keys.

SVN-Revision: 5373

16 years agoStop backflipping when no longer grown (eg. due to hit).
Wolfgang Becker [Fri, 14 Mar 2008 18:04:39 +0000 (18:04 +0000)]
Stop backflipping when no longer grown (eg. due to hit).

SVN-Revision: 5372

16 years agoIf Tux can't grow the egg turns around instead of pushing Tux.
Wolfgang Becker [Fri, 14 Mar 2008 17:05:01 +0000 (17:05 +0000)]
If Tux can't grow the egg turns around instead of pushing Tux.

SVN-Revision: 5371

16 years agoMore includes and some braces to build with gcc 4.3.0
Wolfgang Becker [Sat, 1 Mar 2008 02:36:23 +0000 (02:36 +0000)]
More includes and some braces to build with gcc 4.3.0

SVN-Revision: 5361

16 years ago- removed .stts files (current splitting doesn't make sense and files don't have...
Ingo Ruhnke [Thu, 28 Feb 2008 19:54:29 +0000 (19:54 +0000)]
- removed .stts files (current splitting doesn't make sense and files don't have any use)

SVN-Revision: 5360

16 years ago- test level for castle tiles
Ingo Ruhnke [Thu, 28 Feb 2008 19:22:56 +0000 (19:22 +0000)]
- test level for castle tiles

SVN-Revision: 5359

16 years ago- added some experimental dark snow replacement tiles
Ingo Ruhnke [Thu, 28 Feb 2008 16:46:10 +0000 (16:46 +0000)]
- added some experimental dark snow replacement tiles

SVN-Revision: 5358

16 years agoAdjust intro to new image location.
Wolfgang Becker [Wed, 27 Feb 2008 21:09:44 +0000 (21:09 +0000)]
Adjust intro to new image location.

SVN-Revision: 5357

16 years agoFixed the ever-elusive crash when using lightmaps: Discard all lightmap requests...
Christoph Sommer [Tue, 26 Feb 2008 21:28:33 +0000 (21:28 +0000)]
Fixed the ever-elusive crash when using lightmaps: Discard all lightmap requests even if lightmap is (currently!) not drawn

SVN-Revision: 5356

16 years agoFixed bouncing blocks bug in flipped levels
Christoph Sommer [Tue, 26 Feb 2008 19:43:56 +0000 (19:43 +0000)]
Fixed bouncing blocks bug in flipped levels

SVN-Revision: 5355

16 years agoMark string "Up we go..." in src/trigger/climbable.cpp as one that should be translated
Arvid Norlander [Tue, 26 Feb 2008 19:22:42 +0000 (19:22 +0000)]
Mark string "Up we go..." in src/trigger/climbable.cpp as one that should be translated

SVN-Revision: 5354

16 years agoFix some bad formatting in credits.txt resulting in the name of one of the translator...
Arvid Norlander [Tue, 26 Feb 2008 17:55:47 +0000 (17:55 +0000)]
Fix some bad formatting in credits.txt resulting in the name of one of the translators showing up in much smaller text. Whoever added it should really use a editor that doesn't convert tabs to spaces.

SVN-Revision: 5353

16 years agoRan locale normalizer script and updated Swedish translation a bit.
Arvid Norlander [Tue, 26 Feb 2008 17:51:04 +0000 (17:51 +0000)]
Ran locale normalizer script and updated Swedish translation a bit.

SVN-Revision: 5352

16 years ago- some new graphics
Ingo Ruhnke [Tue, 26 Feb 2008 04:35:35 +0000 (04:35 +0000)]
- some new graphics

SVN-Revision: 5351

16 years ago- added castle background tiles to .strf file
Ingo Ruhnke [Tue, 26 Feb 2008 04:20:47 +0000 (04:20 +0000)]
- added castle background tiles to .strf file

SVN-Revision: 5350

16 years ago- sprite file for snow jumpy (freeze missing, do we even want freeze?)
Ingo Ruhnke [Mon, 25 Feb 2008 23:25:17 +0000 (23:25 +0000)]
- sprite file for snow jumpy (freeze missing, do we even want freeze?)

SVN-Revision: 5349

16 years ago- sprite file for snow jumpy (freeze missing, do we even want freeze?)
Ingo Ruhnke [Mon, 25 Feb 2008 23:24:41 +0000 (23:24 +0000)]
- sprite file for snow jumpy (freeze missing, do we even want freeze?)

SVN-Revision: 5348

16 years ago- improved left edge
Ingo Ruhnke [Mon, 25 Feb 2008 23:23:41 +0000 (23:23 +0000)]
- improved left edge

SVN-Revision: 5347

16 years ago- improved icecrusher graphics
Ingo Ruhnke [Mon, 25 Feb 2008 23:22:58 +0000 (23:22 +0000)]
- improved icecrusher graphics

SVN-Revision: 5346

16 years ago- fixed sprite align a bit
Ingo Ruhnke [Mon, 25 Feb 2008 23:22:19 +0000 (23:22 +0000)]
- fixed sprite align a bit

SVN-Revision: 5345

16 years ago- added some test tiles
Ingo Ruhnke [Mon, 25 Feb 2008 16:51:12 +0000 (16:51 +0000)]
- added some test tiles

SVN-Revision: 5344

16 years agonew backflip sound (not perfect but much better than the old one)
Marek Moeckel [Mon, 25 Feb 2008 15:08:15 +0000 (15:08 +0000)]
new backflip sound (not perfect but much better than the old one)

SVN-Revision: 5343

16 years ago- some more menu tweaks
Ingo Ruhnke [Mon, 25 Feb 2008 01:50:09 +0000 (01:50 +0000)]
- some more menu tweaks

SVN-Revision: 5342

16 years ago- added highlight rectangle around the current menu item
Ingo Ruhnke [Mon, 25 Feb 2008 00:51:00 +0000 (00:51 +0000)]
- added highlight rectangle around the current menu item

SVN-Revision: 5341

16 years ago- added support for rounded rectangles for use in the menu
Ingo Ruhnke [Mon, 25 Feb 2008 00:35:35 +0000 (00:35 +0000)]
- added support for rounded rectangles for use in the menu

SVN-Revision: 5340

16 years ago- fixed graphics bug with paralax layers
Ingo Ruhnke [Sun, 24 Feb 2008 23:59:31 +0000 (23:59 +0000)]
- fixed graphics bug with paralax layers

SVN-Revision: 5339

16 years ago- added some new tiles, fixed some problems with air tiles, nothing interesting
Ingo Ruhnke [Sun, 24 Feb 2008 23:57:06 +0000 (23:57 +0000)]
- added some new tiles, fixed some problems with air tiles, nothing interesting

SVN-Revision: 5338

16 years ago- some new snow background tiles
Ingo Ruhnke [Sun, 24 Feb 2008 22:55:37 +0000 (22:55 +0000)]
- some new snow background tiles
- some changes to the air tiles (incompatible with current test level)

SVN-Revision: 5337