supertux.git
20 years ago- fixed argument-shadowing issue 'this->w vs w'
Ingo Ruhnke [Sun, 13 Jun 2004 22:42:13 +0000 (22:42 +0000)]
- fixed argument-shadowing issue 'this->w vs w'

SVN-Revision: 1484

20 years agoremoved obsolete AM_CONFIG_HEADER
Duong-Khang Nguyen [Sun, 13 Jun 2004 22:24:06 +0000 (22:24 +0000)]
removed obsolete AM_CONFIG_HEADER

SVN-Revision: 1483

20 years ago- fixed configure.ac's AM_CONFIG_HEADER issue
Ingo Ruhnke [Sun, 13 Jun 2004 22:05:22 +0000 (22:05 +0000)]
- fixed configure.ac's AM_CONFIG_HEADER issue

SVN-Revision: 1482

20 years agodummy makefile to ease compilation under emacs a bit
Ingo Ruhnke [Sun, 13 Jun 2004 21:57:08 +0000 (21:57 +0000)]
dummy makefile to ease compilation under emacs a bit

SVN-Revision: 1481

20 years agoadded CONFIG_HEADER and fixed minorest bugs :)
Duong-Khang Nguyen [Sun, 13 Jun 2004 21:48:16 +0000 (21:48 +0000)]
added CONFIG_HEADER and fixed minorest bugs :)

SVN-Revision: 1480

20 years ago- some code to figure out the internal format for opengl mode, makes 16bit color...
Ingo Ruhnke [Sun, 13 Jun 2004 18:31:37 +0000 (18:31 +0000)]
- some code to figure out the internal format for opengl mode, makes 16bit color mode look much better

SVN-Revision: 1479

20 years ago- Ooops! After having b0rked supertux.stgt: fixed it again.
Benjamin P. Jung [Sun, 13 Jun 2004 17:56:43 +0000 (17:56 +0000)]
- Ooops! After having b0rked supertux.stgt: fixed it again.

SVN-Revision: 1478

20 years ago- read gravity has real, instead of int
Ingo Ruhnke [Sun, 13 Jun 2004 17:54:28 +0000 (17:54 +0000)]
- read gravity has real, instead of int

SVN-Revision: 1477

20 years ago*** empty log message ***
Benjamin P. Jung [Sun, 13 Jun 2004 17:50:26 +0000 (17:50 +0000)]
*** empty log message ***

SVN-Revision: 1476

20 years ago- Added jungle12-{1..4}.png
Benjamin P. Jung [Sun, 13 Jun 2004 17:47:17 +0000 (17:47 +0000)]
- Added jungle12-{1..4}.png

SVN-Revision: 1475

20 years ago- Added a 2nd trampoline (to be used as a non carryable, thus having 'fixed' position)
Benjamin P. Jung [Sun, 13 Jun 2004 17:40:41 +0000 (17:40 +0000)]
- Added a 2nd trampoline (to be used as a non carryable, thus having 'fixed' position)

SVN-Revision: 1474

20 years agoImproved (?) ice bullet physics
Marek Moeckel [Sat, 12 Jun 2004 21:13:34 +0000 (21:13 +0000)]
Improved (?) ice bullet physics
Fixed design bug in level 11: tux could jump over the ending sequence which then wouldn't be played - code should be changed to generally prevent that from happening

SVN-Revision: 1473

20 years agoOptimized gradient when top color is the same as the bottom one.
Ricardo Cruz [Sat, 12 Jun 2004 16:07:12 +0000 (16:07 +0000)]
Optimized gradient when top color is the same as the bottom one.

SVN-Revision: 1472

20 years agoFixed the scrolling issue. Forgot that the DrawingContext used by gradient was global...
Ricardo Cruz [Sat, 12 Jun 2004 15:48:50 +0000 (15:48 +0000)]
Fixed the scrolling issue. Forgot that the DrawingContext used by gradient was global and so keep the translation point with the scrolling.
Gradient caching should work just fine now.

SVN-Revision: 1471

20 years agoPassed color mask from screen SDL_Surface to the gradients cache one. This fixes...
Ricardo Cruz [Sat, 12 Jun 2004 15:42:24 +0000 (15:42 +0000)]
Passed color mask from screen SDL_Surface to the gradients cache one. This fixes the slowness.

Still, there are problems when scrolling. This looks like some background issue, but dunno where.

SVN-Revision: 1470

20 years agoAdded new music - a remix of the fortress tune we can use for boss levels in world 2.
Marek Moeckel [Fri, 11 Jun 2004 22:55:56 +0000 (22:55 +0000)]
Added new music - a remix of the fortress tune we can use for boss levels in world 2.
It's work in progress; I think it sounds strangely bizarre, but somehow cool.
I'd really appreciate feedback on this one, so please listen in and tell me what you think.

SVN-Revision: 1469

20 years ago- added 2 new "temporary jungle" tiles and changed jungle{1..3}.png
Benjamin P. Jung [Fri, 11 Jun 2004 17:57:09 +0000 (17:57 +0000)]
- added 2 new "temporary jungle" tiles and changed jungle{1..3}.png

SVN-Revision: 1468

20 years agoFixed translation.
Ricardo Cruz [Thu, 10 Jun 2004 18:28:11 +0000 (18:28 +0000)]
Fixed translation.

SVN-Revision: 1467

20 years ago- fixed the size of jungle2.png and jungle3.png (it's now 32*32px as supposed to!)
Benjamin P. Jung [Thu, 10 Jun 2004 18:14:42 +0000 (18:14 +0000)]
- fixed the size of jungle2.png and jungle3.png (it's now 32*32px as supposed to!)

SVN-Revision: 1466

20 years ago- Added (temporary) jungle tiles
Benjamin P. Jung [Thu, 10 Jun 2004 17:58:09 +0000 (17:58 +0000)]
- Added (temporary) jungle tiles

SVN-Revision: 1465

20 years agoDoor animation implemented - doors now open when activated
Marek Moeckel [Thu, 10 Jun 2004 16:03:17 +0000 (16:03 +0000)]
Door animation implemented - doors now open when activated
It still has bugs and it's coded rather dirty. Someone please have a look at it - see door.cpp for details.

SVN-Revision: 1464

20 years agoIgnore the gradient Surface (cache) when in OpenGL (as asked by Ryan).
Ricardo Cruz [Thu, 10 Jun 2004 15:50:01 +0000 (15:50 +0000)]
Ignore the gradient Surface (cache) when in OpenGL (as asked by Ryan).

SVN-Revision: 1463

20 years agoThis is an implementation that creates a gradient Surface, in order to speed up the...
Ricardo Cruz [Thu, 10 Jun 2004 14:09:49 +0000 (14:09 +0000)]
This is an implementation that creates a gradient Surface, in order to speed up the gradient drawing.

But it is working even slower in SDL, and doesn't work at all in OpenGL.
Just committed, in the hope that someone finds the problem.

SVN-Revision: 1462

20 years agoTweaked pause level name text.
Ricardo Cruz [Thu, 10 Jun 2004 13:54:20 +0000 (13:54 +0000)]
Tweaked pause level name text.

Would be neat if the draw_text() at DrawingContext would allow formatted text. Would just need a parser, and would avoid all these hacks.

SVN-Revision: 1461

20 years ago- updated es.po
Ryan Flegel [Wed, 9 Jun 2004 21:36:03 +0000 (21:36 +0000)]
- updated es.po

SVN-Revision: 1460

20 years ago- fixed memory leak
Ryan Flegel [Wed, 9 Jun 2004 19:56:00 +0000 (19:56 +0000)]
- fixed memory leak

SVN-Revision: 1459

20 years ago- fixed memory leak
Ryan Flegel [Wed, 9 Jun 2004 19:15:22 +0000 (19:15 +0000)]
- fixed memory leak

SVN-Revision: 1458

20 years agoAdded level's name when in pause.
Ricardo Cruz [Wed, 9 Jun 2004 17:32:49 +0000 (17:32 +0000)]
Added level's name when in pause.

SVN-Revision: 1457

20 years agoImproved the door tile (see test/level11 for demo)
Marek Moeckel [Wed, 9 Jun 2004 17:04:13 +0000 (17:04 +0000)]
Improved the door tile (see test/level11 for demo)
added an animated door (sprite name is "openingdoor"), needs to be added to the code

SVN-Revision: 1456

20 years agoFixed aligment of Coins with Lives.
Ricardo Cruz [Wed, 9 Jun 2004 11:41:50 +0000 (11:41 +0000)]
Fixed aligment of Coins with Lives.

SVN-Revision: 1455

20 years agofixed underline
Ingo Ruhnke [Wed, 9 Jun 2004 11:00:43 +0000 (11:00 +0000)]
fixed underline

SVN-Revision: 1454

20 years ago- did some C++ifying. let's try to follow suit :)
Ryan Flegel [Wed, 9 Jun 2004 05:23:20 +0000 (05:23 +0000)]
- did some C++ifying. let's try to follow suit :)

SVN-Revision: 1453

20 years ago- just doing some C++ifying
Ryan Flegel [Wed, 9 Jun 2004 04:43:15 +0000 (04:43 +0000)]
- just doing some C++ifying

SVN-Revision: 1452

20 years ago- removed SDL_Flip() line.. was causing a crash on exit
Ryan Flegel [Wed, 9 Jun 2004 03:43:03 +0000 (03:43 +0000)]
- removed SDL_Flip() line.. was causing a crash on exit

SVN-Revision: 1451

20 years ago- fixed some memory leaks
Ryan Flegel [Wed, 9 Jun 2004 02:47:55 +0000 (02:47 +0000)]
- fixed some memory leaks

SVN-Revision: 1450

20 years agoReplaced uint32_t by Uint32. Has to be done, since *BSD do not ship with stdint.h.
Ricardo Cruz [Tue, 8 Jun 2004 22:21:11 +0000 (22:21 +0000)]
Replaced uint32_t by Uint32. Has to be done, since *BSD do not ship with stdint.h.
Please, remove stdint.h checking from the automake.

SVN-Revision: 1449

20 years ago- removed background from gradients test level
Ryan Flegel [Tue, 8 Jun 2004 22:15:31 +0000 (22:15 +0000)]
- removed background from gradients test level

SVN-Revision: 1448

20 years ago- updated TODO
Ryan Flegel [Tue, 8 Jun 2004 22:08:41 +0000 (22:08 +0000)]
- updated TODO

SVN-Revision: 1447

20 years ago- fixed powerup bumping
Ryan Flegel [Tue, 8 Jun 2004 22:07:59 +0000 (22:07 +0000)]
- fixed powerup bumping

SVN-Revision: 1446

20 years ago- updated TODO
Ryan Flegel [Tue, 8 Jun 2004 20:36:48 +0000 (20:36 +0000)]
- updated TODO

SVN-Revision: 1445

20 years ago- draw dead badguys/Tux above foreground tiles
Ryan Flegel [Tue, 8 Jun 2004 20:31:24 +0000 (20:31 +0000)]
- draw dead badguys/Tux above foreground tiles

SVN-Revision: 1444

20 years agoImproved ice bullet using Benjamin's images
Marek Moeckel [Tue, 8 Jun 2004 20:30:54 +0000 (20:30 +0000)]
Improved ice bullet using Benjamin's images
(It's not much, but it's something)

SVN-Revision: 1443

20 years ago- updated es.po
Ryan Flegel [Tue, 8 Jun 2004 20:18:17 +0000 (20:18 +0000)]
- updated es.po

SVN-Revision: 1442

20 years ago- updated TODO
Ryan Flegel [Tue, 8 Jun 2004 20:08:46 +0000 (20:08 +0000)]
- updated TODO

SVN-Revision: 1441

20 years ago- updated TODO
Ryan Flegel [Tue, 8 Jun 2004 20:05:03 +0000 (20:05 +0000)]
- updated TODO

SVN-Revision: 1440

20 years ago- oops, forgot to remove commented area
Ryan Flegel [Tue, 8 Jun 2004 19:57:18 +0000 (19:57 +0000)]
- oops, forgot to remove commented area

SVN-Revision: 1439

20 years ago- data/levels/default/ moved to data/levels/worldmap/
Ryan Flegel [Tue, 8 Jun 2004 19:55:22 +0000 (19:55 +0000)]
- data/levels/default/ moved to data/levels/worldmap/

SVN-Revision: 1438

20 years ago- added missing worldmap from Ricardo's change
Ryan Flegel [Tue, 8 Jun 2004 19:52:57 +0000 (19:52 +0000)]
- added missing worldmap from Ricardo's change

SVN-Revision: 1437

20 years ago- don't add new objects until end of Sector::action()
Ryan Flegel [Tue, 8 Jun 2004 19:48:33 +0000 (19:48 +0000)]
- don't add new objects until end of Sector::action()
- fixes cases where adding a new object while iterating over the objects can cause a crash

SVN-Revision: 1436

20 years ago- updated TODO
Ryan Flegel [Tue, 8 Jun 2004 19:07:43 +0000 (19:07 +0000)]
- updated TODO

SVN-Revision: 1435

20 years agoFixed crashes at tiles that are not defined in supertux.stgt - throwing a warning...
Marek Moeckel [Tue, 8 Jun 2004 17:44:29 +0000 (17:44 +0000)]
Fixed crashes at tiles that are not defined in supertux.stgt - throwing a warning instead
Removed all undefined tiles from the world1 levels
Renamed "Level Done" music

SVN-Revision: 1434

20 years agoChanged map location.
Ricardo Cruz [Tue, 8 Jun 2004 15:03:02 +0000 (15:03 +0000)]
Changed map location.
Remove yours slot files from $HOME/save/ or add this to them:
(map    "icyisland.stwm")
in the main group (where is the version, title, lives...).

SVN-Revision: 1433

20 years agoSave worldmap filename to slot.
Ricardo Cruz [Tue, 8 Jun 2004 14:59:50 +0000 (14:59 +0000)]
Save worldmap filename to slot.
This is a first step to make worldmap more flexible in loading more maps.

SVN-Revision: 1432

20 years agoIce bullets now bump off walls
Marek Moeckel [Tue, 8 Jun 2004 13:23:17 +0000 (13:23 +0000)]
Ice bullets now bump off walls
Fixed typo in scene.cpp

SVN-Revision: 1431

20 years agoconverted ocean background to jpg
Marek Moeckel [Tue, 8 Jun 2004 12:09:08 +0000 (12:09 +0000)]
converted ocean background to jpg
updated one more level
explicitly added background image "arctis.jpg" to test levels to prevent the game from crashing when choosing test collection from the menu - didn't work :-(

SVN-Revision: 1430

20 years agoResized ocean background to 800x600
Marek Moeckel [Tue, 8 Jun 2004 11:10:38 +0000 (11:10 +0000)]
Resized ocean background to 800x600

SVN-Revision: 1429

20 years agoPrepared more levels for 800x600, fixed some level design flaws
Marek Moeckel [Tue, 8 Jun 2004 09:38:41 +0000 (09:38 +0000)]
Prepared more levels for 800x600, fixed some level design flaws

SVN-Revision: 1428

20 years agoStomp sprite stays in place now (i.e. doesn't follow Tux around anymore)
Marek Moeckel [Tue, 8 Jun 2004 07:12:37 +0000 (07:12 +0000)]
Stomp sprite stays in place now (i.e. doesn't follow Tux around anymore)

SVN-Revision: 1427

20 years agoGettext wasn't working for the bottom copyright text.
Ricardo Cruz [Mon, 7 Jun 2004 22:43:24 +0000 (22:43 +0000)]
Gettext wasn't working for the bottom copyright text.

We need Latin letters for the small white font!

SVN-Revision: 1426

20 years ago- fixed type warning on OS X
Ryan Flegel [Mon, 7 Jun 2004 22:06:14 +0000 (22:06 +0000)]
- fixed type warning on OS X

SVN-Revision: 1425

20 years ago- fixed type warning on OS X
Ryan Flegel [Mon, 7 Jun 2004 21:46:26 +0000 (21:46 +0000)]
- fixed type warning on OS X

SVN-Revision: 1424

20 years ago- updated TODO
Ryan Flegel [Mon, 7 Jun 2004 20:53:35 +0000 (20:53 +0000)]
- updated TODO

SVN-Revision: 1423

20 years agoDust clouds are now drawn around Tux' feet whenever he does a butt stomp.
Marek Moeckel [Mon, 7 Jun 2004 19:52:46 +0000 (19:52 +0000)]
Dust clouds are now drawn around Tux' feet whenever he does a butt stomp.
Someone please improve the sprite! :-)

SVN-Revision: 1422

20 years agoadded missing 'exceptions.h' and 'gettext.h' to Makefile.am
Duong-Khang Nguyen [Mon, 7 Jun 2004 19:21:18 +0000 (19:21 +0000)]
added missing 'exceptions.h' and 'gettext.h' to Makefile.am

SVN-Revision: 1421

20 years agoadded AUTOMAKE_OPTIONS
Duong-Khang Nguyen [Mon, 7 Jun 2004 18:11:11 +0000 (18:11 +0000)]
added AUTOMAKE_OPTIONS

SVN-Revision: 1420

20 years agoTweaked the buttstomp range - now it kills only enemies that are close to Tux on...
Marek Moeckel [Mon, 7 Jun 2004 15:32:58 +0000 (15:32 +0000)]
Tweaked the buttstomp range - now it kills only enemies that are close to Tux on the same height level.

SVN-Revision: 1419

20 years agoJust a small fix to prevent Tux from butt-jumping when ducked.
Marek Moeckel [Mon, 7 Jun 2004 15:13:52 +0000 (15:13 +0000)]
Just a small fix to prevent Tux from butt-jumping when ducked.

SVN-Revision: 1418

20 years agothis hopefully fixes macosx problems
Matthias Braun [Mon, 7 Jun 2004 12:52:57 +0000 (12:52 +0000)]
this hopefully fixes macosx problems

SVN-Revision: 1417

20 years agoformat this file in a sane way and correct some information
Ricardo Cruz [Mon, 7 Jun 2004 12:06:57 +0000 (12:06 +0000)]
format this file in a sane way and correct some information

SVN-Revision: 1416

20 years agoformat this file in a sane way and correct some information
Matthias Braun [Fri, 4 Jun 2004 19:42:10 +0000 (19:42 +0000)]
format this file in a sane way and correct some information

SVN-Revision: 1415

20 years agoFixed bullet position.
Ricardo Cruz [Fri, 4 Jun 2004 14:14:59 +0000 (14:14 +0000)]
Fixed bullet position.

SVN-Revision: 1414

20 years agoA file to aid translators.
Ricardo Cruz [Fri, 4 Jun 2004 14:04:37 +0000 (14:04 +0000)]
A file to aid translators.

It also has our policy regarding what strings should be translatable. Developers, please read it. If you disagree with something or want to add anything, send the comment to the mailing list, in order to be discussed by everyone.

SVN-Revision: 1413

20 years agoNow the growings animation looks pretty cool :)
Ricardo Cruz [Fri, 4 Jun 2004 14:03:06 +0000 (14:03 +0000)]
Now the growings animation looks pretty cool :)
You can tweak its speed in the GROWING_TIME define on player.h (in ms).

It's strange, but I have to pass 'false' for the use_alpha parameter in Surface. Else, it wouldn't use alpha... Something is definitively wrong.

SVN-Revision: 1412

20 years ago- updated TODO
Ryan Flegel [Thu, 3 Jun 2004 23:26:41 +0000 (23:26 +0000)]
- updated TODO

SVN-Revision: 1411

20 years agoFixed lives positon.
Ricardo Cruz [Thu, 3 Jun 2004 22:17:57 +0000 (22:17 +0000)]
Fixed lives positon.

SVN-Revision: 1410

20 years agoUpdated POs.
Ricardo Cruz [Thu, 3 Jun 2004 22:10:32 +0000 (22:10 +0000)]
Updated POs.

SVN-Revision: 1409

20 years agoMore strings set as translatable.
Ricardo Cruz [Thu, 3 Jun 2004 22:09:31 +0000 (22:09 +0000)]
More strings set as translatable.
Didn't made level editor translatable. Would be just waste of time for translators, since it will have to be submitted for a few clean-ups.

SVN-Revision: 1408

20 years ago- added spanish translation
Ryan Flegel [Thu, 3 Jun 2004 20:48:36 +0000 (20:48 +0000)]
- added spanish translation

SVN-Revision: 1407

20 years agoFixed a couple of evil spaces.
Ricardo Cruz [Thu, 3 Jun 2004 17:49:54 +0000 (17:49 +0000)]
Fixed a couple of evil spaces.

SVN-Revision: 1406

20 years agoUpdated POs.
Ricardo Cruz [Thu, 3 Jun 2004 17:42:10 +0000 (17:42 +0000)]
Updated POs.

SVN-Revision: 1405

20 years agoAdded more strings to be translated.
Ricardo Cruz [Thu, 3 Jun 2004 17:41:22 +0000 (17:41 +0000)]
Added more strings to be translated.
In some places for doing the aligment spaces were used. I fixed a couple of places, but there are more there. This is a good time to remove this hacks.

We have to define some policy about what should be translatable.
IMO, error messages should not be translated. Only if they are telling the user what should he do.
Warnings maybe should be translated.

SVN-Revision: 1404

20 years agoRemoved not existing files from the list.
Ricardo Cruz [Thu, 3 Jun 2004 16:56:37 +0000 (16:56 +0000)]
Removed not existing files from the list.
After this the gmo generating works fine for me.

SVN-Revision: 1403

20 years agoFixed scrolling.
Ricardo Cruz [Thu, 3 Jun 2004 16:30:35 +0000 (16:30 +0000)]
Fixed scrolling.
The GUI is full of problems, I guess the best solution is to rewrite button.* stuff. The level editor also needs a redesign. I will take care of this, can take awhile.

SVN-Revision: 1402

20 years agoFixed PO file.
Ricardo Cruz [Thu, 3 Jun 2004 11:31:51 +0000 (11:31 +0000)]
Fixed PO file.
How can we tell SuperTux to make use of it?

SVN-Revision: 1401

20 years agoanother small fix
Matthias Braun [Thu, 3 Jun 2004 11:29:28 +0000 (11:29 +0000)]
another small fix

SVN-Revision: 1400

20 years agohopefully fixed all configure problems now
Matthias Braun [Thu, 3 Jun 2004 11:27:20 +0000 (11:27 +0000)]
hopefully fixed all configure problems now

SVN-Revision: 1399

20 years agoChanged level editor to a class.
Ricardo Cruz [Thu, 3 Jun 2004 11:26:12 +0000 (11:26 +0000)]
Changed level editor to a class.

SVN-Revision: 1398

20 years agothere should only be Makefile.am in cvs, never a Makefile.in
Matthias Braun [Thu, 3 Jun 2004 11:23:39 +0000 (11:23 +0000)]
there should only be Makefile.am in cvs, never a Makefile.in

SVN-Revision: 1397

20 years agopt.po is broken, please fix this first before readding it:
Matthias Braun [Thu, 3 Jun 2004 11:21:50 +0000 (11:21 +0000)]
pt.po is broken, please fix this first before readding it:

make[2]: Entering directory `/home/matze/projects/supertux/po'
make[2]: `de.gmo' is up to date.
rm -f pt.gmo && /usr/bin/msgfmt -c --statistics -o pt.gmo pt.po
/usr/bin/msgfmt: pt.po: warning: Charset "CHARSET" is not a portable encoding name.
                                 Message conversion to user's charset might not work.
/usr/bin/msgfmt: pt.po: some header fields still have the initial default value
/usr/bin/msgfmt: pt.po: warning: PO file header fuzzy
                        warning: older versions of msgfmt will give an error on this
/usr/bin/msgfmt: found 1 fatal error
make[2]: *** [pt.gmo] Error 1

SVN-Revision: 1396

20 years agofixed warnings in leveleditor
Matthias Braun [Thu, 3 Jun 2004 11:19:24 +0000 (11:19 +0000)]
fixed warnings in leveleditor

SVN-Revision: 1395

20 years agoforgot to add Makefile.am
Matthias Braun [Thu, 3 Jun 2004 11:09:54 +0000 (11:09 +0000)]
forgot to add Makefile.am

SVN-Revision: 1394

20 years agoMade these two compilable. Were accessing text's w and h variables.
Ricardo Cruz [Thu, 3 Jun 2004 10:41:07 +0000 (10:41 +0000)]
Made these two compilable. Were accessing text's w and h variables.

SVN-Revision: 1393

20 years ago- added empty m4/Makefile.in so we can at least compile :)
Ryan Flegel [Thu, 3 Jun 2004 00:30:15 +0000 (00:30 +0000)]
- added empty m4/Makefile.in so we can at least compile :)

SVN-Revision: 1392

20 years agoIs it enough to edit LINGUAS to add a new translation?
Ricardo Cruz [Wed, 2 Jun 2004 23:44:23 +0000 (23:44 +0000)]
Is it enough to edit LINGUAS to add a new translation?

SVN-Revision: 1391

20 years agoManaged to update the level editor to the new drawing context code and stuff.
Ricardo Cruz [Wed, 2 Jun 2004 23:33:35 +0000 (23:33 +0000)]
Managed to update the level editor to the new drawing context code and stuff.
But it has a lot of issues. Scrolling is not being respected, buttons are not working well, and lots of crashing.
Time to rescue the level editor! :)

SVN-Revision: 1390

20 years agoforgot a file
Matthias Braun [Wed, 2 Jun 2004 23:05:06 +0000 (23:05 +0000)]
forgot a file

SVN-Revision: 1389

20 years agoTODO update
Matthias Braun [Wed, 2 Jun 2004 23:01:46 +0000 (23:01 +0000)]
TODO update

SVN-Revision: 1388

20 years agoadded gettext support to autoconf&others and translated the main menu to german
Matthias Braun [Wed, 2 Jun 2004 23:00:39 +0000 (23:00 +0000)]
added gettext support to autoconf&others and translated the main menu to german

SVN-Revision: 1387

20 years agonew versions of all fonts
Matthias Braun [Wed, 2 Jun 2004 21:00:40 +0000 (21:00 +0000)]
new versions of all fonts

SVN-Revision: 1386

20 years agonew versions of all fonts
Matthias Braun [Wed, 2 Jun 2004 20:54:46 +0000 (20:54 +0000)]
new versions of all fonts

SVN-Revision: 1385