supertux.git
20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

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

SVN-Revision: 958

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

SVN-Revision: 957

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

SVN-Revision: 956

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

SVN-Revision: 955

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

SVN-Revision: 954

20 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

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

SVN-Revision: 950

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

SVN-Revision: 949

20 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

20 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

20 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

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

SVN-Revision: 944

20 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

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

SVN-Revision: 942

20 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

20 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

20 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

20 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

20 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

20 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

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

SVN-Revision: 934

20 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

20 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

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

SVN-Revision: 931

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

SVN-Revision: 930

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

SVN-Revision: 929

20 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

20 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

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

SVN-Revision: 926

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

SVN-Revision: 925

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

SVN-Revision: 922

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

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

SVN-Revision: 884

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

20 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

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

SVN-Revision: 873

20 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

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

SVN-Revision: 871

20 years agoTODO update
Matthias Braun [Fri, 30 Apr 2004 15:13:05 +0000 (15:13 +0000)]
TODO update

SVN-Revision: 870

20 years agoTODO update
Matthias Braun [Fri, 30 Apr 2004 15:07:51 +0000 (15:07 +0000)]
TODO update

SVN-Revision: 869

20 years agoTODO update
Matthias Braun [Fri, 30 Apr 2004 15:01:33 +0000 (15:01 +0000)]
TODO update

SVN-Revision: 868

20 years agoTODO update
Matthias Braun [Fri, 30 Apr 2004 14:51:41 +0000 (14:51 +0000)]
TODO update

SVN-Revision: 867

20 years agoTODO update
Matthias Braun [Fri, 30 Apr 2004 14:43:01 +0000 (14:43 +0000)]
TODO update

SVN-Revision: 866

20 years agoTODO update
Matthias Braun [Fri, 30 Apr 2004 14:38:27 +0000 (14:38 +0000)]
TODO update

SVN-Revision: 865

20 years agodon't use buggy automake1.8 (install is broken)
Matthias Braun [Fri, 30 Apr 2004 14:31:02 +0000 (14:31 +0000)]
don't use buggy automake1.8 (install is broken)

SVN-Revision: 864

20 years agoremoved outdated Makefile.cvs
Matthias Braun [Fri, 30 Apr 2004 14:29:28 +0000 (14:29 +0000)]
removed outdated Makefile.cvs

SVN-Revision: 863