supertux.git
20 years ago- new star tux, still rather pure, but useable
Ingo Ruhnke [Sat, 24 Apr 2004 13:12:12 +0000 (13:12 +0000)]
- new star tux, still rather pure, but useable

SVN-Revision: 681

20 years ago- fixed duck-jump bug
Ingo Ruhnke [Sat, 24 Apr 2004 12:45:34 +0000 (12:45 +0000)]
- fixed duck-jump bug

SVN-Revision: 680

20 years ago- added holding gfx, still looks rather stupid, but I think thats unavoidable without...
Ingo Ruhnke [Sat, 24 Apr 2004 12:30:21 +0000 (12:30 +0000)]
- added holding gfx, still looks rather stupid, but I think thats unavoidable without major changes to the current code

SVN-Revision: 679

20 years ago- fixed bug in Menu::check()
Ingo Ruhnke [Sat, 24 Apr 2004 12:11:11 +0000 (12:11 +0000)]
- fixed bug in Menu::check()
- added grab/kick tux to resources
- added flag to use endsequence or not

SVN-Revision: 678

20 years ago- added new gfx
Ingo Ruhnke [Sat, 24 Apr 2004 10:43:15 +0000 (10:43 +0000)]
- added new gfx

SVN-Revision: 677

20 years ago- fixed spelling mistake in filename
Ingo Ruhnke [Sat, 24 Apr 2004 10:42:31 +0000 (10:42 +0000)]
- fixed spelling mistake in filename

SVN-Revision: 676

20 years ago- added grab and kick tuxes
Ingo Ruhnke [Sat, 24 Apr 2004 10:28:04 +0000 (10:28 +0000)]
- added grab and kick tuxes

SVN-Revision: 675

20 years agoAdded a new concept to the menu, the ID.
Ricardo Cruz [Sat, 24 Apr 2004 09:32:32 +0000 (09:32 +0000)]
Added a new concept to the menu, the ID.
Each item can have an ID that can be given, this way there won't be any more hardcoded values for the entries.
Anyway, I've made it to be compatible with the current behaviour, in case any ID is given.

I've already updated the mainmenu, optionsmenu, leveleditormenu, leveleditorsettingsmenu and worldmapmenu.
The definitions are enumerated in the menu.h file. Should we keep each enum splited or merge them all?

Feedback is appreciated :)

SVN-Revision: 674

20 years agoTook st_pause_ticks_stop() out of the events loop.
Ricardo Cruz [Sat, 24 Apr 2004 08:38:01 +0000 (08:38 +0000)]
Took st_pause_ticks_stop() out of the events loop.

SVN-Revision: 673

20 years agoMarek bug fix for this problem:
Ricardo Cruz [Sat, 24 Apr 2004 00:10:49 +0000 (00:10 +0000)]
Marek bug fix for this problem:
revilyo: �Antartica 10 : tux falls in the last hole, maybe it could works if I jump really
high. I don't look at the sources yet...�

SVN-Revision: 672

20 years agoMarek has updated worldmap levels. Changes are:
Ricardo Cruz [Fri, 23 Apr 2004 17:15:31 +0000 (17:15 +0000)]
Marek has updated worldmap levels. Changes are:

-Added reset points (one per level, except the last one which has two)
-Removed lots of difficult and unfair spots
-Changed order of cave levels according to Matze's suggestion
-Small design fixes


SVN-Revision: 671

20 years agoJust fixed two small bugs in the gameplay during pause:
Ricardo Cruz [Fri, 23 Apr 2004 16:37:38 +0000 (16:37 +0000)]
Just fixed two small bugs in the gameplay during pause:
- don't show the menu, neither quit to level editor;
- when any event happen, the timer would continue (fixed).

SVN-Revision: 670

20 years agoAdded a test level for the gradients.
Ricardo Cruz [Fri, 23 Apr 2004 16:30:43 +0000 (16:30 +0000)]
Added a test level for the gradients.
Seems to work fine.

SVN-Revision: 669

20 years agoChanged filenames from endseq.stl to level3.stl.
Ricardo Cruz [Fri, 23 Apr 2004 16:30:09 +0000 (16:30 +0000)]
Changed filenames from endseq.stl to level3.stl.
Damn, use level*.stl or else implement a way to set the filenames!

SVN-Revision: 668

20 years ago- 'animated' explosion a bit
Ingo Ruhnke [Fri, 23 Apr 2004 12:41:11 +0000 (12:41 +0000)]
- 'animated' explosion a bit

SVN-Revision: 667

20 years agoJust removed spaces from key and joystick setup entries... What were does doing there...
Ricardo Cruz [Fri, 23 Apr 2004 11:42:18 +0000 (11:42 +0000)]
Just removed spaces from key and joystick setup entries... What were does doing there anyway?

SVN-Revision: 666

20 years agoAdded laptop entry back, that is used by Mr. IceBlock, as reported by Ryan. (had...
Ricardo Cruz [Fri, 23 Apr 2004 11:24:37 +0000 (11:24 +0000)]
Added laptop entry back, that is used by Mr. IceBlock, as reported by Ryan. (had to remove comment laptop falling)
The BSOD is not also necessary, is it?

SVN-Revision: 665

20 years agoAdded a joystick control dialog.
Ricardo Cruz [Fri, 23 Apr 2004 11:12:43 +0000 (11:12 +0000)]
Added a joystick control dialog.
I don't have a joystick, so please test and improve this thing. Thx.

SVN-Revision: 664

20 years agoImplemented explosion sound when Mr.Bomb explodes.
Ricardo Cruz [Thu, 22 Apr 2004 21:51:19 +0000 (21:51 +0000)]
Implemented explosion sound when Mr.Bomb explodes.
It uses the current stereo system that is kinda of primitive. We should base it on player's coordinates and calculate it according it.
Instead, it bases the screen, besides it is not even calculated, just use some constants.

SVN-Revision: 663

20 years agoAdded an explotion sound file to repository.
Ricardo Cruz [Thu, 22 Apr 2004 21:29:59 +0000 (21:29 +0000)]
Added an explotion sound file to repository.
To be used by Mr Bomb, until someone replaces it by a better one ;)

SVN-Revision: 662

20 years agoDistros old images seems to be necessary by this BouncyDistro class in gameobjs....
Ricardo Cruz [Thu, 22 Apr 2004 21:27:36 +0000 (21:27 +0000)]
Distros old images seems to be necessary by this BouncyDistro class in gameobjs.* ...
Weird, what does that thing do anyway?

SVN-Revision: 661

20 years agoRemoved box_full and box_empty from this.
Ricardo Cruz [Thu, 22 Apr 2004 21:24:31 +0000 (21:24 +0000)]
Removed box_full and box_empty from this.
They are now implemented as tiles.

SVN-Revision: 660

20 years agoMoving a few not used images to old dir.
Ricardo Cruz [Thu, 22 Apr 2004 21:07:02 +0000 (21:07 +0000)]
Moving a few not used images to old dir.

SVN-Revision: 659

20 years agoMoving not used images to old dir.
Ricardo Cruz [Thu, 22 Apr 2004 21:05:29 +0000 (21:05 +0000)]
Moving not used images to old dir.

SVN-Revision: 658

20 years agoRemoved a few entries from the sprites config file (supertux.strf).
Ricardo Cruz [Thu, 22 Apr 2004 20:58:05 +0000 (20:58 +0000)]
Removed a few entries from the sprites config file (supertux.strf).

SVN-Revision: 657

20 years agoMoving a few images that are not used anymore from shared to the old directory.
Ricardo Cruz [Thu, 22 Apr 2004 20:57:24 +0000 (20:57 +0000)]
Moving a few images that are not used anymore from shared to the old directory.

SVN-Revision: 656

20 years agoJust moved the Right with the Left entry in Controls.
Ricardo Cruz [Thu, 22 Apr 2004 20:45:22 +0000 (20:45 +0000)]
Just moved the Right with the Left entry in Controls.
I'm so used to define the Left key firstly... :)

SVN-Revision: 655

20 years agoIf you press Esc in the control menu, it quits from there.
Ricardo Cruz [Thu, 22 Apr 2004 20:44:11 +0000 (20:44 +0000)]
If you press Esc in the control menu, it quits from there.

SVN-Revision: 654

20 years agoMade a START_LIVES definition (in defines.h) that has the lives that the players...
Ricardo Cruz [Thu, 22 Apr 2004 20:41:40 +0000 (20:41 +0000)]
Made a START_LIVES definition (in defines.h) that has the lives that the players start with.
i have made them to be 4, since the worldmap is so hard...

SVN-Revision: 653

20 years agofixed squish sprite
Ingo Ruhnke [Thu, 22 Apr 2004 20:16:45 +0000 (20:16 +0000)]
fixed squish sprite

SVN-Revision: 652

20 years ago- made shrink behaviour more mariobros3 like, ie. firetux will go to largetux to...
Ingo Ruhnke [Thu, 22 Apr 2004 20:14:49 +0000 (20:14 +0000)]
- made shrink behaviour more mariobros3 like, ie. firetux will go to largetux to smalltux, removed small-firetux

SVN-Revision: 651

20 years ago- changed bouncing snowball speed back to normal
Ingo Ruhnke [Thu, 22 Apr 2004 19:53:17 +0000 (19:53 +0000)]
- changed bouncing snowball speed back to normal

SVN-Revision: 650

20 years ago- integrated skid tux
Ingo Ruhnke [Thu, 22 Apr 2004 19:40:41 +0000 (19:40 +0000)]
- integrated skid tux

SVN-Revision: 649

20 years ago- changed way badguy removal is handled (ie. with a flag now)
Ingo Ruhnke [Thu, 22 Apr 2004 19:15:22 +0000 (19:15 +0000)]
- changed way badguy removal is handled (ie. with a flag now)
- changed some pointers to const references in collision code

SVN-Revision: 648

20 years agoControls menu wasn't showing the keys until they were changed (fixed).
Ricardo Cruz [Thu, 22 Apr 2004 18:39:52 +0000 (18:39 +0000)]
Controls menu wasn't showing the keys until they were changed (fixed).
Also made a few internal changes regarding this.

SVN-Revision: 647

20 years ago- made some arrays private
Ingo Ruhnke [Thu, 22 Apr 2004 17:53:08 +0000 (17:53 +0000)]
- made some arrays private
- store badguys in pointers instead of per value

SVN-Revision: 646

20 years agoRemoved a few useless code (it was commented anyway).
Ricardo Cruz [Thu, 22 Apr 2004 17:51:03 +0000 (17:51 +0000)]
Removed a few useless code (it was commented anyway).

SVN-Revision: 645

20 years agoChanged MAX_BULLETS from 2 to 1.
Ricardo Cruz [Thu, 22 Apr 2004 17:38:56 +0000 (17:38 +0000)]
Changed MAX_BULLETS from 2 to 1.
As someone said Tux with bullets power is totally invencible, this will make it a bit harder.

SVN-Revision: 644

20 years ago- undo of my last patch, removing 'this' is not a good idea and causes even worse...
Ingo Ruhnke [Thu, 22 Apr 2004 16:52:02 +0000 (16:52 +0000)]
- undo of my last patch, removing 'this' is not a good idea and causes even worse side effects

SVN-Revision: 643

20 years ago- fixed bomb-dup bug (vector increases on add, and this changes I guess, so remove...
Ingo Ruhnke [Thu, 22 Apr 2004 16:49:28 +0000 (16:49 +0000)]
- fixed bomb-dup bug (vector increases on add, and this changes I guess, so remove doesn't work, vector should really store pointers, not values)

SVN-Revision: 642

20 years ago- fixed bomb
Ingo Ruhnke [Thu, 22 Apr 2004 16:45:15 +0000 (16:45 +0000)]
- fixed bomb

SVN-Revision: 641

20 years ago- fixed hotspot
Ingo Ruhnke [Thu, 22 Apr 2004 16:36:59 +0000 (16:36 +0000)]
- fixed hotspot

SVN-Revision: 640

20 years ago- supertux stand gfx
Ingo Ruhnke [Thu, 22 Apr 2004 16:28:28 +0000 (16:28 +0000)]
- supertux stand gfx

SVN-Revision: 639

20 years ago- synced walk speed of walking enemies
Ingo Ruhnke [Thu, 22 Apr 2004 16:25:32 +0000 (16:25 +0000)]
- synced walk speed of walking enemies
- added standing tux

SVN-Revision: 638

20 years ago- little makefile fix
Ingo Ruhnke [Thu, 22 Apr 2004 15:58:20 +0000 (15:58 +0000)]
- little makefile fix

SVN-Revision: 637

20 years ago- removed wrong bsod
Ingo Ruhnke [Thu, 22 Apr 2004 15:53:32 +0000 (15:53 +0000)]
- removed wrong bsod

SVN-Revision: 636

20 years ago- some cleanup
Ingo Ruhnke [Thu, 22 Apr 2004 15:52:47 +0000 (15:52 +0000)]
- some cleanup

SVN-Revision: 635

20 years ago- fixed hotspots
Ingo Ruhnke [Thu, 22 Apr 2004 15:41:40 +0000 (15:41 +0000)]
- fixed hotspots

SVN-Revision: 634

20 years agoMake use of Marek's music at the beggining.
Ricardo Cruz [Thu, 22 Apr 2004 14:14:51 +0000 (14:14 +0000)]
Make use of Marek's music at the beggining.

SVN-Revision: 633

20 years agoImproved the control key code a bit, in order to make it possible to write the keys...
Ricardo Cruz [Thu, 22 Apr 2004 14:11:57 +0000 (14:11 +0000)]
Improved the control key code a bit, in order to make it possible to write the keys right in the first dialog display (still to be done).

SVN-Revision: 632

20 years agoTitle music update by Marek.
Ricardo Cruz [Thu, 22 Apr 2004 13:46:49 +0000 (13:46 +0000)]
Title music update by Marek.

SVN-Revision: 631

20 years ago- merged a few duplicated if's in player
Ingo Ruhnke [Thu, 22 Apr 2004 13:24:15 +0000 (13:24 +0000)]
- merged a few duplicated if's in player
- added live-lost tux

SVN-Revision: 630

20 years ago- new gfx
Ingo Ruhnke [Thu, 22 Apr 2004 12:47:59 +0000 (12:47 +0000)]
- new gfx

SVN-Revision: 629

20 years agoJust made the intro's Tux to honour the keys chosen by the user.
Ricardo Cruz [Thu, 22 Apr 2004 11:30:53 +0000 (11:30 +0000)]
Just made the intro's Tux to honour the keys chosen by the user.

SVN-Revision: 628

20 years agoChanged icon.png to icon.xpm. This way we don't have to worry about masks.
Ricardo Cruz [Thu, 22 Apr 2004 11:26:39 +0000 (11:26 +0000)]
Changed icon.png to icon.xpm. This way we don't have to worry about masks.
But not sure if it works well under windows (someone give a try).
Anyway, I just comment the old code, so we can reverse this any time.

SVN-Revision: 627

20 years agoMistake that was making non-characters keys not to work after configuring keys.
Ricardo Cruz [Thu, 22 Apr 2004 11:20:58 +0000 (11:20 +0000)]
Mistake that was making non-characters keys not to work after configuring keys.
Anyway, we still have to fix the fact that the keys are not shown when you open Controls for the first time.

SVN-Revision: 626

20 years agoApplied MatzeB (Ryan?) patch that fixes crash and also improves music.
Ricardo Cruz [Thu, 22 Apr 2004 11:17:34 +0000 (11:17 +0000)]
Applied MatzeB (Ryan?) patch that fixes crash and also improves music.

Ingo, you seem to have forgotten to add two files to cvs:
smalltux-gameover-0.png
smalltux-gameover-1.png

SVN-Revision: 625

20 years agoApplied Ryan's patch for MrBomb hotspot.
Ricardo Cruz [Thu, 22 Apr 2004 10:44:17 +0000 (10:44 +0000)]
Applied Ryan's patch for MrBomb hotspot.

SVN-Revision: 624

20 years agoApplied Ryan's patch for overlaping badguys.
Ricardo Cruz [Thu, 22 Apr 2004 10:43:36 +0000 (10:43 +0000)]
Applied Ryan's patch for overlaping badguys.

SVN-Revision: 623

20 years ago- added small skid tux
Ingo Ruhnke [Thu, 22 Apr 2004 00:13:33 +0000 (00:13 +0000)]
- added small skid tux

SVN-Revision: 622

20 years ago'nother music fix
Ingo Ruhnke [Thu, 22 Apr 2004 00:02:18 +0000 (00:02 +0000)]
'nother music fix

SVN-Revision: 621

20 years agopatch from MatzeB for freeze at level start
Ingo Ruhnke [Thu, 22 Apr 2004 00:00:58 +0000 (00:00 +0000)]
patch from MatzeB for freeze at level start

SVN-Revision: 620

20 years ago- music patch from MatzeB, should fix crash on level exit too worldmap
Ingo Ruhnke [Wed, 21 Apr 2004 23:38:14 +0000 (23:38 +0000)]
- music patch from MatzeB, should fix crash on level exit too worldmap

SVN-Revision: 619

20 years ago- some more gfx
Ingo Ruhnke [Wed, 21 Apr 2004 23:10:52 +0000 (23:10 +0000)]
- some more gfx

SVN-Revision: 618

20 years agoLimitated the number of bullets to be shot at the same time.
Ricardo Cruz [Wed, 21 Apr 2004 22:48:43 +0000 (22:48 +0000)]
Limitated the number of bullets to be shot at the same time.
I have made 2 bullets to be the maximum... if you don't agree tell me. anyway, you can easily change them in defines.h

SVN-Revision: 617

20 years ago- improved smalltux
Ingo Ruhnke [Wed, 21 Apr 2004 19:08:24 +0000 (19:08 +0000)]
- improved smalltux

SVN-Revision: 616

20 years ago- improved smalltux
Ingo Ruhnke [Wed, 21 Apr 2004 19:02:39 +0000 (19:02 +0000)]
- improved smalltux

SVN-Revision: 615

20 years agoMade the keys to be displayed when typed and also save them to the file.
Ricardo Cruz [Wed, 21 Apr 2004 17:45:17 +0000 (17:45 +0000)]
Made the keys to be displayed when typed and also save them to the file.
Still to fix: display keys when menu is shown.

SVN-Revision: 614

20 years agoAdded Marek music to cvs and play it in the main menu.
Ricardo Cruz [Wed, 21 Apr 2004 17:43:26 +0000 (17:43 +0000)]
Added Marek music to cvs and play it in the main menu.

SVN-Revision: 613

20 years agoDisplay key number on the key selection:
Ricardo Cruz [Wed, 21 Apr 2004 15:45:39 +0000 (15:45 +0000)]
Display key number on the key selection:
This is not obvious to the user, we have to get a way to translate it into human readable strings...

SVN-Revision: 612

20 years agoFinally, made keys configurable via the menu!! ;)
Ricardo Cruz [Wed, 21 Apr 2004 15:15:28 +0000 (15:15 +0000)]
Finally, made keys configurable via the menu!! ;)
Next step is to save them to config file and to make joystick also configurable.

SVN-Revision: 611

20 years ago- made end seq a bit more robust
Ingo Ruhnke [Wed, 21 Apr 2004 13:41:01 +0000 (13:41 +0000)]
- made end seq a bit more robust

SVN-Revision: 610

20 years ago- test level for endseq
Ingo Ruhnke [Wed, 21 Apr 2004 13:40:32 +0000 (13:40 +0000)]
- test level for endseq

SVN-Revision: 609

20 years ago- added end-sequence code
Ingo Ruhnke [Wed, 21 Apr 2004 12:45:07 +0000 (12:45 +0000)]
- added end-sequence code

SVN-Revision: 608

20 years ago- added new icon
Ingo Ruhnke [Wed, 21 Apr 2004 11:56:52 +0000 (11:56 +0000)]
- added new icon

SVN-Revision: 607

20 years ago- added new tux-life pic by Benjamin P. Jung
Ingo Ruhnke [Wed, 21 Apr 2004 11:37:58 +0000 (11:37 +0000)]
- added new tux-life pic by Benjamin P. Jung

SVN-Revision: 606

20 years agoNow, the worldmap displays the Level's name, instead of the path.
Ricardo Cruz [Wed, 21 Apr 2004 11:17:31 +0000 (11:17 +0000)]
Now, the worldmap displays the Level's name, instead of the path.

SVN-Revision: 605

20 years agoThese levels are all in the world1 dir.
Ricardo Cruz [Tue, 20 Apr 2004 22:53:40 +0000 (22:53 +0000)]
These levels are all in the world1 dir.

SVN-Revision: 604

20 years ago- added stay-on-platform into the level fileformat
Ingo Ruhnke [Tue, 20 Apr 2004 20:10:53 +0000 (20:10 +0000)]
- added stay-on-platform into the level  fileformat

SVN-Revision: 603

20 years ago- turned LEFT/RIGHT defines into enum, turned BadGuyModes into enum
Ingo Ruhnke [Tue, 20 Apr 2004 19:55:23 +0000 (19:55 +0000)]
- turned LEFT/RIGHT defines into enum, turned BadGuyModes into enum

SVN-Revision: 602

20 years agoWhen Esc was pressed the menu was not being shown in leveleditor (fixed).
Ricardo Cruz [Tue, 20 Apr 2004 18:51:22 +0000 (18:51 +0000)]
When Esc was pressed the menu was not being shown in leveleditor (fixed).

SVN-Revision: 601

20 years agoLevel test mode didn't quit properly when Esc was pressed (fixed)
Ricardo Cruz [Tue, 20 Apr 2004 18:46:57 +0000 (18:46 +0000)]
Level test mode didn't quit properly when Esc was pressed (fixed)

SVN-Revision: 600

20 years agoTime is not stopped during menu display in gameloop (fix).
Ricardo Cruz [Tue, 20 Apr 2004 18:40:40 +0000 (18:40 +0000)]
Time is not stopped during menu display in gameloop (fix).
Probably there is a prettier way to fix this ;)

SVN-Revision: 599

20 years ago- added stay_on_platform flag for badguys
Ingo Ruhnke [Tue, 20 Apr 2004 18:39:18 +0000 (18:39 +0000)]
- added stay_on_platform flag for badguys
- some code cleanup
- tweaked iceblocx speed

SVN-Revision: 598

20 years ago- stop tux if he ran into a block, no more accelerating while standing infront of...
Ingo Ruhnke [Tue, 20 Apr 2004 17:58:12 +0000 (17:58 +0000)]
- stop tux if he ran into a block, no more accelerating while standing infront of a block

SVN-Revision: 597

20 years agoMarek level updating.
Ricardo Cruz [Tue, 20 Apr 2004 17:47:49 +0000 (17:47 +0000)]
Marek level updating.
According to him, this should be release ready. Though, I have not tried them yet.
Please, try them and send feedback.

SVN-Revision: 596

20 years ago- switched gamespeed back to normal
Ingo Ruhnke [Tue, 20 Apr 2004 17:31:11 +0000 (17:31 +0000)]
- switched gamespeed back to normal
- added high-jump while running

SVN-Revision: 595

20 years ago- added config options for joystick buttons/axis
Ingo Ruhnke [Tue, 20 Apr 2004 16:50:18 +0000 (16:50 +0000)]
- added config options for joystick buttons/axis

SVN-Revision: 594

20 years ago- moved joystick mappings into a struct
Ingo Ruhnke [Tue, 20 Apr 2004 16:26:08 +0000 (16:26 +0000)]
- moved joystick mappings into a struct

SVN-Revision: 593

20 years agoImproved my flat graphics hack a bit.
Ricardo Cruz [Tue, 20 Apr 2004 15:48:08 +0000 (15:48 +0000)]
Improved my flat graphics hack a bit.
Someone should do a from scratch ones, but this work for now.

SVN-Revision: 592

20 years agoJust removed two printfs I have mistakelly committed.
Ricardo Cruz [Tue, 20 Apr 2004 14:30:03 +0000 (14:30 +0000)]
Just removed two printfs I have mistakelly committed.

SVN-Revision: 591

20 years ago- turned joystick defines into variables
Ingo Ruhnke [Tue, 20 Apr 2004 12:24:28 +0000 (12:24 +0000)]
- turned joystick defines into variables

SVN-Revision: 590

20 years ago- fixed some more menu issues
Ingo Ruhnke [Tue, 20 Apr 2004 12:12:31 +0000 (12:12 +0000)]
- fixed some more menu issues
- removed highscore loading from gameloop

SVN-Revision: 589

20 years agoRecoded credits code, in order to respect fonts height.
Ricardo Cruz [Tue, 20 Apr 2004 11:43:43 +0000 (11:43 +0000)]
Recoded credits code, in order to respect fonts height.
(if you think there should be more space between items, just change ITEMS_SPACE).

Also fixed a mistake that was making SDL_QUIT signal to never be used.

SVN-Revision: 588

20 years ago- fixed level editor menus a bit (still not 100% working)
Ingo Ruhnke [Tue, 20 Apr 2004 11:37:10 +0000 (11:37 +0000)]
- fixed level editor menus a bit (still not 100% working)
- added resetpoint saving to Level

SVN-Revision: 587

20 years agoFixed a little mistake that was making title to not be shutdown.
Ricardo Cruz [Tue, 20 Apr 2004 11:21:53 +0000 (11:21 +0000)]
Fixed a little mistake that was making title to not be shutdown.

SVN-Revision: 586

20 years ago- added standard copyright header to every file
Ingo Ruhnke [Tue, 20 Apr 2004 11:09:34 +0000 (11:09 +0000)]
- added standard copyright header to every file

SVN-Revision: 585

20 years ago- changed Menu::check() semantics a bit
Ingo Ruhnke [Tue, 20 Apr 2004 10:42:05 +0000 (10:42 +0000)]
- changed Menu::check() semantics a bit
- speeded up the contrib menu a lot
- fixed a few other menu issues
- might have broken editor a bit, needs more testing

SVN-Revision: 584

20 years ago- added resetpoint gfx (level editor only)
Ingo Ruhnke [Mon, 19 Apr 2004 23:02:21 +0000 (23:02 +0000)]
- added resetpoint gfx (level editor only)

SVN-Revision: 583

20 years ago- implemented reset points
Ingo Ruhnke [Mon, 19 Apr 2004 22:47:36 +0000 (22:47 +0000)]
- implemented reset points

SVN-Revision: 582