supertux.git
22 years agoAdded another point.
Ricardo Cruz [Tue, 4 May 2004 19:13:42 +0000 (19:13 +0000)]
Added another point.

SVN-Revision: 980

22 years agoRemoved scrolling printf, back scrolling from level 13 and snow from menu.
Ricardo Cruz [Tue, 4 May 2004 19:12:39 +0000 (19:12 +0000)]
Removed scrolling printf, back scrolling from level 13 and snow from menu.
So, two points are gone now.
Notice that the back scrolling is still in development, so please calm down, and don't add it to the TODO as a bug. Besides no level use it. I told Ryan to give a look at that code now.

SVN-Revision: 979

22 years agoThe background was being drawn twice, as reported by Ingo.
Ricardo Cruz [Tue, 4 May 2004 18:58:51 +0000 (18:58 +0000)]
The background was being drawn twice, as reported by Ingo.
Ingo, could you replace all powerup boxes with money ones. Thx
And why was the background changed? This one sucks when scrolling (it has a column of pixels on the right that give a bad look).

SVN-Revision: 978

22 years agomore issues
Ingo Ruhnke [Tue, 4 May 2004 17:42:56 +0000 (17:42 +0000)]
more issues

SVN-Revision: 977

22 years ago*** empty log message ***
Ingo Ruhnke [Tue, 4 May 2004 17:31:27 +0000 (17:31 +0000)]
*** empty log message ***

SVN-Revision: 976

22 years agoupdate
Tobias Gläßer [Tue, 4 May 2004 17:14:10 +0000 (17:14 +0000)]
update

SVN-Revision: 975

22 years agoRemoved scrolling bug, added an Abort level one.
Ricardo Cruz [Tue, 4 May 2004 17:00:01 +0000 (17:00 +0000)]
Removed scrolling bug, added an Abort level one.

SVN-Revision: 974

22 years agoFixed frame_ratio() workaround.
Ricardo Cruz [Tue, 4 May 2004 16:03:48 +0000 (16:03 +0000)]
Fixed frame_ratio() workaround.

SVN-Revision: 973

22 years agoFixed srolling camera move. Silly me, I forgot about the frame rates.
Ricardo Cruz [Tue, 4 May 2004 15:38:58 +0000 (15:38 +0000)]
Fixed srolling camera move. Silly me, I forgot about the frame rates.
It still doesn't work, since the frame_ratio variable is not calculated... It has allways the same value. Is this some workaround?
�  action(1.0f);  �

SVN-Revision: 972

22 years agoAdded a test for a end of level scrolling test...
Ricardo Cruz [Tue, 4 May 2004 14:41:14 +0000 (14:41 +0000)]
Added a test for a end of level scrolling test...
There seems to be an end sequence issue regarding this, doesn't it make use of the scrolling()?

SVN-Revision: 971

22 years agoMoved this image to the old shared dir, in order to prevent it from being included...
Ricardo Cruz [Tue, 4 May 2004 14:26:15 +0000 (14:26 +0000)]
Moved this image to the old shared dir, in order to prevent it from being included in the next version.

SVN-Revision: 970

22 years ago- icon is not useless, the .xpm version is scaled down, the .png has the original...
Ingo Ruhnke [Tue, 4 May 2004 14:02:56 +0000 (14:02 +0000)]
- icon is not useless, the .xpm version is scaled down, the .png has the original size

SVN-Revision: 969

22 years agoMade it possible for Tux to be in a position before the half of the screen.
Ricardo Cruz [Tue, 4 May 2004 13:59:00 +0000 (13:59 +0000)]
Made it possible for Tux to be in a position before the half of the screen.
Started implementing a moving camera, but it isn't working very well, i'll have a look at it later.

SVN-Revision: 968

22 years agoUseless icon, the XPM works fine under windows.
Ricardo Cruz [Tue, 4 May 2004 13:57:14 +0000 (13:57 +0000)]
Useless icon, the XPM works fine under windows.

SVN-Revision: 967

22 years agoJust put screen's width and height as definitions.
Ricardo Cruz [Tue, 4 May 2004 11:27:47 +0000 (11:27 +0000)]
Just put screen's width and height as definitions.

SVN-Revision: 964

22 years agoJust added the Power/Run key to the README, as our John Spray player indicated.
Ricardo Cruz [Tue, 4 May 2004 00:32:25 +0000 (00:32 +0000)]
Just added the Power/Run key to the README, as our John Spray player indicated.

SVN-Revision: 963

22 years agoChanged the way the scrolling was calculated. Instead of calculating it relatively...
Ricardo Cruz [Mon, 3 May 2004 23:44:28 +0000 (23:44 +0000)]
Changed the way the scrolling was calculated. Instead of calculating it relatively to the middle of the screen, calculte it relatively to the borders.
This solution is more clear (IMO) and elegant because; there isn't that ugly code anymore:
scroll_x -= screen.w / 2;
(...)
scroll_x += screen.w / 2;

Besides from that, in case we change the resolution, this makes the playbility to be not affected.

Note: if you think the scrolling is made when Tux is too much in the right or in the left, you can easily change this, by changine the SPACE_X value in world.cpp.

SVN-Revision: 962

22 years agoImproved the intro demo, in order to make it more elegant.
Ricardo Cruz [Mon, 3 May 2004 23:27:31 +0000 (23:27 +0000)]
Improved the intro demo, in order to make it more elegant.
I haven't testedt powerups and tux collision yet, though.

SVN-Revision: 961

22 years agoleveleditor related improvements. Added bkgd_speed.
Tobias Gläßer [Mon, 3 May 2004 23:06:19 +0000 (23:06 +0000)]
leveleditor related improvements. Added bkgd_speed.

SVN-Revision: 960

22 years agomore leveleditor related improvements
Tobias Gläßer [Mon, 3 May 2004 20:35:59 +0000 (20:35 +0000)]
more leveleditor related improvements

SVN-Revision: 959

22 years agomore tilegroups
Tobias Gläßer [Mon, 3 May 2004 20:35:25 +0000 (20:35 +0000)]
more tilegroups

SVN-Revision: 958

22 years agoadded scrolling issue
Ingo Ruhnke [Mon, 3 May 2004 20:23:01 +0000 (20:23 +0000)]
added scrolling issue

SVN-Revision: 957

22 years ago- fixed scrolling bug
Ryan Flegel [Mon, 3 May 2004 19:46:23 +0000 (19:46 +0000)]
- fixed scrolling bug

SVN-Revision: 956

22 years agoadded another issue
Ingo Ruhnke [Mon, 3 May 2004 19:43:49 +0000 (19:43 +0000)]
added another issue

SVN-Revision: 955

22 years agoadded item
Ingo Ruhnke [Mon, 3 May 2004 19:36:31 +0000 (19:36 +0000)]
added item

SVN-Revision: 954

22 years agoleveleditor menu IDisation and little improvements
Tobias Gläßer [Mon, 3 May 2004 17:56:16 +0000 (17:56 +0000)]
leveleditor menu IDisation and little improvements

SVN-Revision: 951

22 years agoleveleditor improvements
Tobias Gläßer [Mon, 3 May 2004 17:29:40 +0000 (17:29 +0000)]
leveleditor improvements

SVN-Revision: 950

22 years ago- added issues
Ingo Ruhnke [Mon, 3 May 2004 17:18:01 +0000 (17:18 +0000)]
- added issues

SVN-Revision: 949

22 years agoOoops, looks like screen wasn't scrolling in the main menu.
Ricardo Cruz [Mon, 3 May 2004 13:57:39 +0000 (13:57 +0000)]
Ooops, looks like screen wasn't scrolling in the main menu.

SVN-Revision: 947

22 years agoEnabled back scrolling on this level.
Ricardo Cruz [Mon, 3 May 2004 13:36:19 +0000 (13:36 +0000)]
Enabled back scrolling on this level.
It is mostly for people give it a try.

SVN-Revision: 946

22 years agoFixed the back_scrolling flag as suggested by Michael George over the mailing list.
Ricardo Cruz [Mon, 3 May 2004 13:32:36 +0000 (13:32 +0000)]
Fixed the back_scrolling flag as suggested by Michael George over the mailing list.

SVN-Revision: 945

22 years agoTODO update
Matthias Braun [Mon, 3 May 2004 13:02:01 +0000 (13:02 +0000)]
TODO update

SVN-Revision: 944

22 years agohiding the time while end_sequence wasn't nice
Matthias Braun [Mon, 3 May 2004 13:00:35 +0000 (13:00 +0000)]
hiding the time while end_sequence wasn't nice

SVN-Revision: 943

22 years agoTODO update
Matthias Braun [Mon, 3 May 2004 12:56:57 +0000 (12:56 +0000)]
TODO update

SVN-Revision: 942

22 years agoJust changed back_scrolling save syntax.
Ricardo Cruz [Mon, 3 May 2004 12:45:58 +0000 (12:45 +0000)]
Just changed back_scrolling save syntax.

SVN-Revision: 941

22 years agofix timeup issues when endsequence triggered
Matthias Braun [Mon, 3 May 2004 12:39:19 +0000 (12:39 +0000)]
fix timeup issues when endsequence triggered

SVN-Revision: 940

22 years agoAdded back scrolling!
Ricardo Cruz [Mon, 3 May 2004 12:34:37 +0000 (12:34 +0000)]
Added back scrolling!
It is only enabled if the level explicity asks for.

SVN-Revision: 939

22 years agoJust added Level Editor back to the menu.
Ricardo Cruz [Mon, 3 May 2004 12:02:53 +0000 (12:02 +0000)]
Just added Level Editor back to the menu.
I know it isn't working very well, but this is the cvs, so we need it, in order to test it!
If you want to make a release snapshot, just comment this line.

SVN-Revision: 938

22 years ago- changed size to 32x32 to make windows happy
Ingo Ruhnke [Mon, 3 May 2004 11:35:24 +0000 (11:35 +0000)]
- changed size to 32x32 to make windows happy

SVN-Revision: 937

22 years agoadded files for windows installer
Matthias Braun [Mon, 3 May 2004 11:18:28 +0000 (11:18 +0000)]
added files for windows installer

SVN-Revision: 936

22 years ago- makefile fixes
Ingo Ruhnke [Sun, 2 May 2004 23:22:28 +0000 (23:22 +0000)]
- makefile fixes

SVN-Revision: 934

22 years ago- -Wall fixing
Ingo Ruhnke [Sun, 2 May 2004 22:44:56 +0000 (22:44 +0000)]
- -Wall fixing
- removed level editor from menu, since it crashes on settings and is thus not useable in release

SVN-Revision: 933

22 years ago- small bugfixes in README and Co
Ingo Ruhnke [Sun, 2 May 2004 22:40:37 +0000 (22:40 +0000)]
- small bugfixes in README and Co

SVN-Revision: 932

22 years ago- some test levels
Ingo Ruhnke [Sun, 2 May 2004 22:31:46 +0000 (22:31 +0000)]
- some test levels

SVN-Revision: 931

22 years agoTODO update
Matthias Braun [Sun, 2 May 2004 22:29:55 +0000 (22:29 +0000)]
TODO update

SVN-Revision: 930

22 years ago- added changelog entries
Ingo Ruhnke [Sun, 2 May 2004 22:27:05 +0000 (22:27 +0000)]
- added changelog entries

SVN-Revision: 929

22 years agofixed potential bug in Button class event handler
Matthias Braun [Sun, 2 May 2004 22:26:04 +0000 (22:26 +0000)]
fixed potential bug in Button class event handler

SVN-Revision: 928

22 years ago- removed old convert script, the working one is still in place
Ingo Ruhnke [Sun, 2 May 2004 22:21:22 +0000 (22:21 +0000)]
- removed old convert script, the working one is still in place

SVN-Revision: 927

22 years ago- fixed intro jumping
Ingo Ruhnke [Sun, 2 May 2004 22:17:08 +0000 (22:17 +0000)]
- fixed intro jumping

SVN-Revision: 926

22 years agoTODO update
Matthias Braun [Sun, 2 May 2004 21:38:01 +0000 (21:38 +0000)]
TODO update

SVN-Revision: 925

22 years agoleveleditor related improvements
Tobias Gläßer [Sun, 2 May 2004 21:28:32 +0000 (21:28 +0000)]
leveleditor related improvements

SVN-Revision: 922

22 years ago- added lispreader issue to todo
Ingo Ruhnke [Sun, 2 May 2004 18:47:06 +0000 (18:47 +0000)]
- added lispreader issue to todo
- changed version number

SVN-Revision: 921

22 years agofixed that points aren't reset when gameover
Matthias Braun [Sun, 2 May 2004 16:08:22 +0000 (16:08 +0000)]
fixed that points aren't reset when gameover

SVN-Revision: 920

22 years agofixed musicproblems in endgame and fixed multicoinblock problems (not optimal yet...
Matthias Braun [Sun, 2 May 2004 15:51:12 +0000 (15:51 +0000)]
fixed musicproblems in endgame and fixed multicoinblock problems (not optimal yet, but I don't want to do a complicated real fix before the release)

SVN-Revision: 919

22 years agofixed (well worked around) jump problems in the intro
Matthias Braun [Sun, 2 May 2004 15:30:50 +0000 (15:30 +0000)]
fixed (well worked around) jump problems in the intro

SVN-Revision: 918

22 years agoOnly use the fade() on the debug mode.
Ricardo Cruz [Sun, 2 May 2004 14:56:04 +0000 (14:56 +0000)]
Only use the fade() on the debug mode.
Is anyone willing to check this fading code to see what's wrong with it?

SVN-Revision: 917

22 years ago- fixed hidden passage which served no purpose
Ingo Ruhnke [Sat, 1 May 2004 19:07:57 +0000 (19:07 +0000)]
- fixed hidden passage which served no purpose

SVN-Revision: 914

22 years ago- fixed compile with opengl disabled
Ingo Ruhnke [Sat, 1 May 2004 16:39:08 +0000 (16:39 +0000)]
- fixed compile with opengl disabled

SVN-Revision: 913

22 years ago- improved verboseness of badguy in wall error message
Ingo Ruhnke [Sat, 1 May 2004 15:46:08 +0000 (15:46 +0000)]
- improved verboseness of badguy in wall error message
- fixed bug that caused tux to only high jump to the right

SVN-Revision: 912

22 years ago- changed contrast and made little pixel corrections
Ingo Ruhnke [Sat, 1 May 2004 14:43:57 +0000 (14:43 +0000)]
- changed contrast and made little pixel corrections

SVN-Revision: 911

22 years ago- badguy in wall fixes
Ingo Ruhnke [Sat, 1 May 2004 14:41:38 +0000 (14:41 +0000)]
- badguy in wall fixes

SVN-Revision: 910

22 years ago- added some background tiles
Ingo Ruhnke [Sat, 1 May 2004 14:37:30 +0000 (14:37 +0000)]
- added some background tiles
- badguy in wall fixes

SVN-Revision: 909

22 years ago- badguy in wall fixes
Ingo Ruhnke [Sat, 1 May 2004 14:31:16 +0000 (14:31 +0000)]
- badguy in wall fixes

SVN-Revision: 908

22 years ago- added some background tiles
Ingo Ruhnke [Sat, 1 May 2004 14:29:59 +0000 (14:29 +0000)]
- added some background tiles
- badguy in wall fixes

SVN-Revision: 907

22 years ago- added some background tiles
Ingo Ruhnke [Sat, 1 May 2004 14:23:58 +0000 (14:23 +0000)]
- added some background tiles
- badguy in wall fixes

SVN-Revision: 906

22 years ago- added some background tiles
Ingo Ruhnke [Sat, 1 May 2004 14:10:22 +0000 (14:10 +0000)]
- added some background tiles
- badguy in wall fixes

SVN-Revision: 905

22 years ago- added some background tiles
Ingo Ruhnke [Sat, 1 May 2004 14:05:13 +0000 (14:05 +0000)]
- added some background tiles

SVN-Revision: 904

22 years ago- added some background tiles
Ingo Ruhnke [Sat, 1 May 2004 13:57:00 +0000 (13:57 +0000)]
- added some background tiles

SVN-Revision: 903

22 years ago- added some background tiles
Ingo Ruhnke [Sat, 1 May 2004 13:49:32 +0000 (13:49 +0000)]
- added some background tiles

SVN-Revision: 902

22 years ago- added some background tiles
Ingo Ruhnke [Sat, 1 May 2004 13:43:17 +0000 (13:43 +0000)]
- added some background tiles

SVN-Revision: 901

22 years ago- added some background tiles
Ingo Ruhnke [Sat, 1 May 2004 13:28:54 +0000 (13:28 +0000)]
- added some background tiles

SVN-Revision: 900

22 years ago- added some background tiles
Ingo Ruhnke [Sat, 1 May 2004 13:22:45 +0000 (13:22 +0000)]
- added some background tiles

SVN-Revision: 899

22 years agofixed level7 bug, does anybody mind if we removed the 'fixed' list?
Ingo Ruhnke [Sat, 1 May 2004 13:08:50 +0000 (13:08 +0000)]
fixed level7 bug, does anybody mind if we removed the 'fixed' list?

SVN-Revision: 898

22 years ago- fixed one-tile space bonus bug
Ingo Ruhnke [Sat, 1 May 2004 13:08:24 +0000 (13:08 +0000)]
- fixed one-tile space bonus bug

SVN-Revision: 897

22 years ago- added some background tiles
Ingo Ruhnke [Sat, 1 May 2004 12:46:37 +0000 (12:46 +0000)]
- added some background tiles

SVN-Revision: 896

22 years ago- added some background tiles
Ingo Ruhnke [Sat, 1 May 2004 12:40:37 +0000 (12:40 +0000)]
- added some background tiles

SVN-Revision: 895

22 years ago- added some background tiles
Ingo Ruhnke [Sat, 1 May 2004 12:33:01 +0000 (12:33 +0000)]
- added some background tiles

SVN-Revision: 894

22 years ago- added some background tiles
Ingo Ruhnke [Sat, 1 May 2004 12:27:00 +0000 (12:27 +0000)]
- added some background tiles

SVN-Revision: 893

22 years ago- added some background tiles
Ingo Ruhnke [Sat, 1 May 2004 12:24:34 +0000 (12:24 +0000)]
- added some background tiles

SVN-Revision: 892

22 years ago- added some background tiles
Ingo Ruhnke [Sat, 1 May 2004 12:11:54 +0000 (12:11 +0000)]
- added some background tiles

SVN-Revision: 891

22 years ago- added some background tiles
Ingo Ruhnke [Sat, 1 May 2004 11:59:49 +0000 (11:59 +0000)]
- added some background tiles

SVN-Revision: 890

22 years ago- removed some evil tiles
Ingo Ruhnke [Sat, 1 May 2004 11:39:43 +0000 (11:39 +0000)]
- removed some evil tiles

SVN-Revision: 889

22 years agoJust use flipscreen(), instead of giving true as update argument. This update thing...
Ricardo Cruz [Sat, 1 May 2004 11:25:45 +0000 (11:25 +0000)]
Just use flipscreen(), instead of giving true as update argument. This update thing seems broken.
Anyway, still doesn't work.

SVN-Revision: 888

22 years ago- removed a bunch of random acting bouncing snowball and replaced them with other...
Ingo Ruhnke [Sat, 1 May 2004 11:25:18 +0000 (11:25 +0000)]
- removed a bunch of random acting bouncing snowball and replaced them with other enemies

SVN-Revision: 887

22 years agoAdded alpha support for SDL. Dunno if works, wasn't able to test.
Ricardo Cruz [Sat, 1 May 2004 11:14:40 +0000 (11:14 +0000)]
Added alpha support for SDL. Dunno if works, wasn't able to test.

SVN-Revision: 886

22 years ago- changed layout of water areas to look more sane
Ingo Ruhnke [Sat, 1 May 2004 11:12:52 +0000 (11:12 +0000)]
- changed layout of water areas to look more sane

SVN-Revision: 885

22 years agoFixed naming.
Ricardo Cruz [Sat, 1 May 2004 11:00:54 +0000 (11:00 +0000)]
Fixed naming.

SVN-Revision: 884

22 years agoFirst atempt to add a fade in/out function. Though, it doesn't work, dunno why in...
Ricardo Cruz [Sat, 1 May 2004 10:59:52 +0000 (10:59 +0000)]
First atempt to add a fade in/out function. Though, it doesn't work, dunno why in the Open GL mode.
The SDL frontend doesn't seem to support alpha blittling whatsoever.

SVN-Revision: 883

22 years ago- fixed secret to don't look like a bug (ie. moved background tiles into foreground)
Ingo Ruhnke [Sat, 1 May 2004 10:58:15 +0000 (10:58 +0000)]
- fixed secret to don't look like a bug (ie. moved background tiles into foreground)

SVN-Revision: 882

22 years ago- changed highjump tutorial so that it is impossible to get stuck
Ingo Ruhnke [Sat, 1 May 2004 10:52:28 +0000 (10:52 +0000)]
- changed highjump tutorial so that it is impossible to get stuck

SVN-Revision: 881

22 years ago- feet visible at exit solved
Ingo Ruhnke [Sat, 1 May 2004 10:36:09 +0000 (10:36 +0000)]
- feet visible at exit solved

SVN-Revision: 880

22 years ago- fixed problematic situation with iceblock and two spikes and not enough space to...
Ingo Ruhnke [Sat, 1 May 2004 10:32:25 +0000 (10:32 +0000)]
- fixed problematic situation with iceblock and two spikes and not enough space to the roof

SVN-Revision: 879

22 years ago- fixed feed visible in exit
Ingo Ruhnke [Sat, 1 May 2004 10:26:16 +0000 (10:26 +0000)]
- fixed feed visible in exit
- fixed badguy in wall error

SVN-Revision: 878

22 years ago- removed cloud tiles, since done via particle system
Ingo Ruhnke [Sat, 1 May 2004 10:18:00 +0000 (10:18 +0000)]
- removed cloud tiles, since done via particle system
- removed some other obsolete tiles

SVN-Revision: 877

22 years ago- fixed an annoying hide-tile that causes the player due die easily due to back bumpi...
Ingo Ruhnke [Sat, 1 May 2004 10:12:56 +0000 (10:12 +0000)]
- fixed an annoying hide-tile that causes the player due die easily due to back bumping into a hole

SVN-Revision: 876

22 years agoJust made stars to blink more.
Ricardo Cruz [Sat, 1 May 2004 10:12:08 +0000 (10:12 +0000)]
Just made stars to blink more.

SVN-Revision: 875

22 years ago- fixed a few enemy positions, removed snowball that made stuff to frustrating
Ingo Ruhnke [Sat, 1 May 2004 10:07:02 +0000 (10:07 +0000)]
- fixed a few enemy positions, removed snowball that made stuff to frustrating

SVN-Revision: 874

22 years agoadded another bug
Ingo Ruhnke [Fri, 30 Apr 2004 18:44:18 +0000 (18:44 +0000)]
added another bug

SVN-Revision: 873

22 years ago- separated fixed from unfixed in TODO
Ryan Flegel [Fri, 30 Apr 2004 17:09:17 +0000 (17:09 +0000)]
- separated fixed from unfixed in TODO

SVN-Revision: 872

22 years agoTODO update
Matthias Braun [Fri, 30 Apr 2004 15:29:42 +0000 (15:29 +0000)]
TODO update

SVN-Revision: 871