supertux.git
19 years agoFinally tested and implemented the bitmask_create_SDL function right. It should actua...
Tobias Gläßer [Sun, 8 Aug 2004 13:07:22 +0000 (13:07 +0000)]
Finally tested and implemented the bitmask_create_SDL function right. It should actually work now and is a good option for an advanced collision detection implementation.

SVN-Revision: 1725

19 years agoadded waterfall tiles
Marek Moeckel [Sun, 8 Aug 2004 10:34:33 +0000 (10:34 +0000)]
added waterfall tiles

SVN-Revision: 1722

19 years agofixed some visible blank tiles in the levels
Marek Moeckel [Sun, 8 Aug 2004 09:42:50 +0000 (09:42 +0000)]
fixed some visible blank tiles in the levels
There are more invalid tile id's; does anyone know where they come from??

SVN-Revision: 1721

19 years agoEmpty menus shouldn't lead to crashs anymore.
Tobias Gläßer [Sat, 7 Aug 2004 11:34:41 +0000 (11:34 +0000)]
Empty menus shouldn't lead to crashs anymore.

SVN-Revision: 1719

19 years agoReplaced insert() by this cleaner way to add entries.
Ricardo Cruz [Fri, 6 Aug 2004 17:37:56 +0000 (17:37 +0000)]
Replaced insert() by this cleaner way to add entries.

SVN-Revision: 1717

19 years agoThe right (source) data directory should now be found whether you use libtool to...
Tobias Gläßer [Fri, 6 Aug 2004 12:10:54 +0000 (12:10 +0000)]
The right (source) data directory should now be found whether you use libtool to link your application against the SuperTux library or not.

SVN-Revision: 1716

19 years agoConverted many char*s to std::strings. This is providing more safety from buffer...
Tobias Gläßer [Fri, 6 Aug 2004 11:43:10 +0000 (11:43 +0000)]
Converted many char*s to std::strings. This is providing more safety from buffer overflows and anyway more straightforward string handling.

SVN-Revision: 1715

19 years ago- fixed search path for datadir
Ryan Flegel [Fri, 6 Aug 2004 01:36:47 +0000 (01:36 +0000)]
- fixed search path for datadir

SVN-Revision: 1714

19 years agoFixed #include introduced by the last commit.
Tobias Gläßer [Thu, 5 Aug 2004 20:11:30 +0000 (20:11 +0000)]
Fixed #include introduced by the last commit.
In the library all includes have to be in "#include ../libsubdir/foo.h" style, so that the relations between the includes work correctly inside your /usr/(local)/include/ directory as well.

SVN-Revision: 1713

19 years agoRemoved commented code.
Ricardo Cruz [Thu, 5 Aug 2004 19:29:02 +0000 (19:29 +0000)]
Removed commented code.

SVN-Revision: 1712

19 years agoReplaced the use of a vector for the tiles placement by a map one.
Ricardo Cruz [Thu, 5 Aug 2004 18:58:08 +0000 (18:58 +0000)]
Replaced the use of a vector for the tiles placement by a map one.
This way, empty tiles are not created, and so, we can now have the organization I posted on the ml.

SVN-Revision: 1711

19 years agoWhen there is no entries in a menu, there is a crash. This delays the crash until...
Ricardo Cruz [Thu, 5 Aug 2004 14:09:12 +0000 (14:09 +0000)]
When there is no entries in a menu, there is a crash. This delays the crash until an event is triggered. Select a level from Contrib Levels for testing.
I dunno what changes Tobias made to menu, but I don't think that ugly checking for horizontal lines was in there.

SVN-Revision: 1707

19 years agoJust tweaked the stomp cloud values a little.
Ricardo Cruz [Thu, 5 Aug 2004 13:49:20 +0000 (13:49 +0000)]
Just tweaked the stomp cloud values a little.

A destroying animation would fit nicely, if anyone is willing to do it.

SVN-Revision: 1706

19 years agoMade the stomp cloud to have an independent movement from Tux by making it a GameObject.
Ricardo Cruz [Thu, 5 Aug 2004 10:10:19 +0000 (10:10 +0000)]
Made the stomp cloud to have an independent movement from Tux by making it a GameObject.

Next time, please don't implement it, unless you do it properly.

SVN-Revision: 1705

19 years agoAdded base_type to vector constructor.
Ricardo Cruz [Thu, 5 Aug 2004 10:08:43 +0000 (10:08 +0000)]
Added base_type to vector constructor.
This way it is possible to just pass the object's base to draw() and other functions that want Vectors.

SVN-Revision: 1704

19 years agoforgot one image :)
Marek Moeckel [Thu, 5 Aug 2004 08:02:46 +0000 (08:02 +0000)]
forgot one image :)

SVN-Revision: 1702

19 years agogave the coins another paint job, according to Ingo's suggestions
Marek Moeckel [Thu, 5 Aug 2004 07:58:54 +0000 (07:58 +0000)]
gave the coins another paint job, according to Ingo's suggestions
minor fix in level3

SVN-Revision: 1701

19 years agoadded Ingo's new coin
Marek Moeckel [Wed, 4 Aug 2004 17:59:54 +0000 (17:59 +0000)]
added Ingo's new coin
please have a look and decide if you like it :)

SVN-Revision: 1700

19 years ago- Added new Tornado enemy
Benjamin P. Jung [Mon, 2 Aug 2004 10:21:09 +0000 (10:21 +0000)]
- Added new Tornado enemy

SVN-Revision: 1693

19 years agoGrowing Tux animation without stars by Benjamin!! Thx!
Ricardo Cruz [Sun, 1 Aug 2004 21:56:49 +0000 (21:56 +0000)]
Growing Tux animation without stars by Benjamin!! Thx!
I believe the stars are odd for the players.

SVN-Revision: 1692

19 years agoadded lava tiles
Marek Moeckel [Sun, 1 Aug 2004 18:37:10 +0000 (18:37 +0000)]
added lava tiles

SVN-Revision: 1689

19 years ago- Added mrflame-left-{1..4}.png and mrflame-right-{1..4}.png
Benjamin P. Jung [Sun, 1 Aug 2004 16:21:46 +0000 (16:21 +0000)]
- Added mrflame-left-{1..4}.png and mrflame-right-{1..4}.png

SVN-Revision: 1688

19 years agoupdated music here, too
Marek Moeckel [Sun, 1 Aug 2004 12:11:10 +0000 (12:11 +0000)]
updated music here, too

SVN-Revision: 1687

19 years agocreated world2 directory and put Iceberg Fortress in there
Marek Moeckel [Sat, 31 Jul 2004 22:20:42 +0000 (22:20 +0000)]
created world2 directory and put Iceberg Fortress in there

SVN-Revision: 1683

19 years agothe last change didn't work portable
Tobias Gläßer [Thu, 29 Jul 2004 23:11:03 +0000 (23:11 +0000)]
the last change didn't work portable

SVN-Revision: 1669

19 years agoDebugging and testing SuperTux from within the source directory should be easier...
Tobias Gläßer [Thu, 29 Jul 2004 12:54:25 +0000 (12:54 +0000)]
Debugging and testing SuperTux from within the source directory should be easier now.

SVN-Revision: 1668

19 years agoAdded support for break lines for get_text_width() - returns the size of the largest...
Ricardo Cruz [Thu, 29 Jul 2004 11:24:41 +0000 (11:24 +0000)]
Added support for break lines for get_text_width() - returns the size of the largest paragraph.
Also added a get_text_height() that also supports break lines - returns the size of all the paragraphs.

SVN-Revision: 1667

19 years agoRemoved unnecessary (?) FIXME comment.
Ricardo Cruz [Thu, 29 Jul 2004 11:23:21 +0000 (11:23 +0000)]
Removed unnecessary (?) FIXME comment.

SVN-Revision: 1666

19 years ago- FrameRate class is more flexible
Tobias Gläßer [Thu, 29 Jul 2004 11:05:28 +0000 (11:05 +0000)]
- FrameRate class is more flexible
- All "game-loops" use the FrameRate class now

SVN-Revision: 1665

19 years agofixed compilation problem
Tobias Gläßer [Wed, 28 Jul 2004 23:47:54 +0000 (23:47 +0000)]
fixed compilation problem

SVN-Revision: 1664

19 years agofix for the compilation problem of many pre gcc3.4.x users.
Tobias Gläßer [Wed, 28 Jul 2004 23:33:23 +0000 (23:33 +0000)]
fix for the compilation problem of many pre gcc3.4.x users.

SVN-Revision: 1663

19 years ago- Various fixes and cleanups.
Tobias Gläßer [Wed, 28 Jul 2004 23:06:12 +0000 (23:06 +0000)]
- Various fixes and cleanups.
- Added FrameRate class to SuperTux library
- More menu code C++ing.

SVN-Revision: 1662

19 years ago- Fixed gradient not working when cached (SDL mode);
Ricardo Cruz [Wed, 28 Jul 2004 22:23:23 +0000 (22:23 +0000)]
- Fixed gradient not working when cached (SDL mode);
- Fixed and enabled draw_stretched() that allows zooming.

SVN-Revision: 1661

19 years agoAdded a --flip-levels argument, I guess it doesn't need any description of what it...
Ricardo Cruz [Wed, 28 Jul 2004 21:47:43 +0000 (21:47 +0000)]
Added a --flip-levels argument, I guess it doesn't need any description of what it does. :)

SVN-Revision: 1660

19 years agoImproved passive messages code. Fixed bug of showing a previous passive message when...
Ricardo Cruz [Wed, 28 Jul 2004 20:41:59 +0000 (20:41 +0000)]
Improved passive messages code. Fixed bug of showing a previous passive message when a new one should be being displayed now.
A bug still to fix is that when going from a passive message to a map one, both will be displayed. Anyway, first we need to test if this all code of passive/map messages is working.

SVN-Revision: 1659

19 years agoAdded an ugly message flag. Any artists there?
Ricardo Cruz [Wed, 28 Jul 2004 16:08:13 +0000 (16:08 +0000)]
Added an ugly message flag. Any artists there?

Also removed depricated levelmarker.png image.

SVN-Revision: 1656

19 years agoBug fix: When using map-message field and there is a level there, don't draw message...
Ricardo Cruz [Wed, 28 Jul 2004 16:07:08 +0000 (16:07 +0000)]
Bug fix: When using map-message field and there is a level there, don't draw message flag.

For the record, I haven't testes the last two commits to head. I guess I've an excuse this time, since It's not pretty to test stuff when you have to work with data files on /usr/../supertux/ folder.

SVN-Revision: 1655

19 years agoNew field: (passive-message "blabla") . This will show blabla in a passive way. ie...
Ricardo Cruz [Wed, 28 Jul 2004 16:04:25 +0000 (16:04 +0000)]
New field: (passive-message "blabla") . This will show blabla in a passive way. ie. when a player passed throught it, it will be shown for almost 3 seconds.
As I said in my previous commit to 0_1_1_branch that �When you go from a message to another, you might notice that only a random of those will be displayed, not necessarly the last one. Will be fixed.�.

Also, if you use (map-message "blabla"), a message flag will be shown in that field.

SVN-Revision: 1654

19 years agoAdded support for break lines in centered text.
Ricardo Cruz [Wed, 28 Jul 2004 14:57:24 +0000 (14:57 +0000)]
Added support for break lines in centered text.
The code is pretty hacky, but seems to work fine, and such a feature was really needed to avoid hacks (for instance, the one found in display_text_file()).

In the future, it would be a good idea to add break lines support for get_text_width() and get_text_height().

SVN-Revision: 1652

19 years agoFixed the not saving bug.
Ricardo Cruz [Wed, 28 Jul 2004 10:59:00 +0000 (10:59 +0000)]
Fixed the not saving bug.

It's odd, there was this code in savegame():

if(filename != "")
  return;

?!?!?!? :O

SVN-Revision: 1651

19 years agoTux growing animation and door opening alpha was not being applied. Fixed.
Ricardo Cruz [Wed, 28 Jul 2004 10:48:49 +0000 (10:48 +0000)]
Tux growing animation and door opening alpha was not being applied. Fixed.
Why haven't anyone noticed it yet?!

SVN-Revision: 1650

19 years agoChanges in worldmap:
Ricardo Cruz [Wed, 28 Jul 2004 10:47:49 +0000 (10:47 +0000)]
Changes in worldmap:
- Fixed bugs created by myself due to the Level SpecialTile replacement variable names.
- Changed movement code a bit - could use a deeper look. Now possible to change direction during movement. Also movement stops when the Menu is called.

Saving (and loading?) doesn't seem to work. Not sure who faults it is, but I prefer to blaim the new library path code. :)

SVN-Revision: 1649

19 years agoFixed bug to let the player go through messages with no levels on it.
Ricardo Cruz [Tue, 27 Jul 2004 22:46:13 +0000 (22:46 +0000)]
Fixed bug to let the player go through messages with no levels on it.

SVN-Revision: 1645

19 years agoRenamed Level by SpecialTile.
Ricardo Cruz [Tue, 27 Jul 2004 22:31:30 +0000 (22:31 +0000)]
Renamed Level by SpecialTile.
Fixed bug that was causing every special tiles to be saved, not just levels.

SVN-Revision: 1642

19 years agoremoved special/stringlist.cpp/h
Tobias Gläßer [Tue, 27 Jul 2004 20:07:35 +0000 (20:07 +0000)]
removed special/stringlist.cpp/h

SVN-Revision: 1641

19 years ago- Cleanups
Tobias Gläßer [Tue, 27 Jul 2004 19:31:39 +0000 (19:31 +0000)]
- Cleanups
- Got rid of string_list_type (caution! Bugs with the replacement solutions are likely to happen, that will be fixed)

SVN-Revision: 1640

19 years agoDisabled level flipping on debug mode.
Ricardo Cruz [Tue, 27 Jul 2004 17:53:51 +0000 (17:53 +0000)]
Disabled level flipping on debug mode.
I guess everybody already have time to give it a try. If not, just go to the worldmap and set (flip #t) in a level.

SVN-Revision: 1638

19 years agoOoops, almost forgot this!
Ricardo Cruz [Tue, 27 Jul 2004 16:54:45 +0000 (16:54 +0000)]
Ooops, almost forgot this!
I really should do a testing, but I can't even compile the code. Output:

In file included from badguy.cpp:27:
defines.h:25:20: config.h: No such file or directory

SVN-Revision: 1637

19 years agoAdded auto-walk field for world maps.
Ricardo Cruz [Tue, 27 Jul 2004 16:44:36 +0000 (16:44 +0000)]
Added auto-walk field for world maps.
(auto-walk #f) makes the player not walk or walk (default to walk) after finishing level. Not sure if it is usefull, but could be used in levels in a hidden place to not reveal the next one.

SVN-Revision: 1635

19 years ago- added include
Ryan Flegel [Tue, 27 Jul 2004 16:34:52 +0000 (16:34 +0000)]
- added include

SVN-Revision: 1632

19 years agoC++ifyied SuperTux ticks.
Tobias Gläßer [Tue, 27 Jul 2004 13:25:05 +0000 (13:25 +0000)]
C++ifyied SuperTux ticks.

SVN-Revision: 1631

19 years agocommited fix by Leo Savernik <l.savernik@aon.at>.
Tobias Gläßer [Tue, 27 Jul 2004 09:56:14 +0000 (09:56 +0000)]
commited fix by Leo Savernik <l.savernik@aon.at>.

SVN-Revision: 1626

19 years agoMoved defines.h out of the library and back to src/.
Tobias Gläßer [Mon, 26 Jul 2004 18:09:14 +0000 (18:09 +0000)]
Moved defines.h out of the library and back to src/.
Made Menu independend of global MouseCursor variable.

SVN-Revision: 1625

19 years agoMade the SuperTux library again a bit more selfstanding.
Tobias Gläßer [Mon, 26 Jul 2004 15:48:38 +0000 (15:48 +0000)]
Made the SuperTux library again a bit more selfstanding.
Moved global fonts to src/ and they are handled as static variables inside Menu:: and Button:: .

SVN-Revision: 1623

19 years agoWith this file and doxygen you can generate a wonderful SuperTux library API document...
Tobias Gläßer [Mon, 26 Jul 2004 15:24:01 +0000 (15:24 +0000)]
With this file and doxygen you can generate a wonderful SuperTux library API documentation. ;)

SVN-Revision: 1622

19 years ago- Major changes in Setup-API.
Tobias Gläßer [Sun, 25 Jul 2004 19:03:36 +0000 (19:03 +0000)]
- Major changes in Setup-API.
- Moved all sound handling into SoundManager,
  which became a singleton.

SVN-Revision: 1620

19 years agoSuperTux lib became a bit more independend of SupeTux.
Tobias Gläßer [Sat, 24 Jul 2004 11:50:09 +0000 (11:50 +0000)]
SuperTux lib became a bit more independend of SupeTux.

SVN-Revision: 1619

19 years agoHad to change the #includes of dependend headers from "dir/header.h" to "../dir...
Tobias Gläßer [Thu, 22 Jul 2004 19:07:51 +0000 (19:07 +0000)]
Had to change  the #includes of dependend headers from "dir/header.h" to "../dir/header.h", so those 'dependencies' work correctly, if you want to use those headers from $(includedir) so to speak in a 3rd party projects.

SVN-Revision: 1618

19 years agoHeaders should now be correctly handled and get installed in $(includedir)/supertux/ .
Tobias Gläßer [Thu, 22 Jul 2004 19:04:45 +0000 (19:04 +0000)]
Headers should now be correctly handled and get installed in $(includedir)/supertux/ .

SVN-Revision: 1617

19 years agoFixed typo.
Tobias Gläßer [Wed, 21 Jul 2004 19:40:09 +0000 (19:40 +0000)]
Fixed typo.

SVN-Revision: 1612

19 years agoThe SuperTux library features a SuperTux namespace now.
Tobias Gläßer [Wed, 21 Jul 2004 16:51:53 +0000 (16:51 +0000)]
The SuperTux library features a SuperTux namespace now.
+ minor Bugfixes and cleanups

SVN-Revision: 1611

19 years agoIntroduction of SuperTux namespace.
Tobias Gläßer [Wed, 21 Jul 2004 11:56:48 +0000 (11:56 +0000)]
Introduction of SuperTux namespace.
Added comments to Button and ButtonPanel classes.

SVN-Revision: 1610

19 years ago- fixed compile error
Ryan Flegel [Tue, 20 Jul 2004 22:55:50 +0000 (22:55 +0000)]
- fixed compile error

SVN-Revision: 1609

19 years agofixed type :) yeah, the really important commit today! :)
Tobias Gläßer [Tue, 20 Jul 2004 20:33:14 +0000 (20:33 +0000)]
fixed type :) yeah, the really important commit today! :)

SVN-Revision: 1608

19 years agoImproved comments.
Tobias Gläßer [Tue, 20 Jul 2004 20:28:28 +0000 (20:28 +0000)]
Improved comments.

SVN-Revision: 1607

19 years agoAdded comment.
Tobias Gläßer [Tue, 20 Jul 2004 20:24:47 +0000 (20:24 +0000)]
Added comment.

SVN-Revision: 1606

19 years agolittle comments improvements
Tobias Gläßer [Tue, 20 Jul 2004 20:21:16 +0000 (20:21 +0000)]
little comments improvements

SVN-Revision: 1605

19 years agoadded comments
Tobias Gläßer [Tue, 20 Jul 2004 20:18:18 +0000 (20:18 +0000)]
added comments

SVN-Revision: 1604

19 years agoadded comments
Tobias Gläßer [Tue, 20 Jul 2004 20:05:34 +0000 (20:05 +0000)]
added comments

SVN-Revision: 1603

19 years agoadded comments
Tobias Gläßer [Tue, 20 Jul 2004 19:41:29 +0000 (19:41 +0000)]
added comments

SVN-Revision: 1602

19 years agoand here comes the shrinked ;) Makefile.am
Tobias Gläßer [Tue, 20 Jul 2004 18:07:30 +0000 (18:07 +0000)]
and here comes the shrinked ;) Makefile.am

SVN-Revision: 1601

19 years agoone forgotten #include change
Tobias Gläßer [Tue, 20 Jul 2004 18:06:14 +0000 (18:06 +0000)]
one forgotten #include change

SVN-Revision: 1600

19 years agomainly changed #includes to work with the new SuperTux library
Tobias Gläßer [Tue, 20 Jul 2004 18:04:49 +0000 (18:04 +0000)]
mainly changed #includes to work with the new SuperTux library

SVN-Revision: 1599

19 years agoforgot removing it
Tobias Gläßer [Tue, 20 Jul 2004 18:02:58 +0000 (18:02 +0000)]
forgot removing it

SVN-Revision: 1598

19 years agothese two files are needed for libtool support
Tobias Gläßer [Tue, 20 Jul 2004 18:02:00 +0000 (18:02 +0000)]
these two files are needed for libtool support

SVN-Revision: 1597

19 years agoupdate for new SuperTux library
Tobias Gläßer [Tue, 20 Jul 2004 18:00:43 +0000 (18:00 +0000)]
update for new SuperTux library

SVN-Revision: 1596

19 years agomisc stuff goes here. It is at least temporarly needed to realize the SuperTux library.
Tobias Gläßer [Tue, 20 Jul 2004 17:59:37 +0000 (17:59 +0000)]
misc stuff goes here. It is at least temporarly needed to realize the SuperTux library.

SVN-Revision: 1595

19 years agoremoved them in favour of their new live in the SuperTux library
Tobias Gläßer [Tue, 20 Jul 2004 17:58:34 +0000 (17:58 +0000)]
removed them in favour of their new live in the SuperTux library

SVN-Revision: 1594

19 years agoremoved in favor of the new library
Tobias Gläßer [Tue, 20 Jul 2004 17:53:43 +0000 (17:53 +0000)]
removed in favor of the new library

SVN-Revision: 1593

19 years agoGenerated SuperTux libtool library containing more general source, that could prove...
Tobias Gläßer [Tue, 20 Jul 2004 17:51:39 +0000 (17:51 +0000)]
Generated SuperTux libtool library containing more general source, that could prove useful for other applications/games.
Caution: It's not yet SuperTux independed, more work on this will follow, that's just the first step.
The file structure isn't fixed, better ideas will surely find there way in it!

SVN-Revision: 1592

19 years agoNorwegian Nynorsk translation by Karl Ove Hufthammer!
Ricardo Cruz [Tue, 20 Jul 2004 13:18:39 +0000 (13:18 +0000)]
Norwegian Nynorsk translation by Karl Ove Hufthammer!

SVN-Revision: 1591

19 years agoJust changed the name of a worldmap flag.
Ricardo Cruz [Sat, 17 Jul 2004 16:20:33 +0000 (16:20 +0000)]
Just changed the name of a worldmap flag.

SVN-Revision: 1586

19 years agoOptmized code for reading level's name. Instead of loading the all levels, just parse...
Ricardo Cruz [Sat, 17 Jul 2004 13:14:20 +0000 (13:14 +0000)]
Optmized code for reading level's name. Instead of loading the all levels, just parses now the title.
Both worldmap loading and contrib menu generating were optmized.
I couldn't time the worldmap loading speedup, since it was already instantaneously in my machine. But the contrib menu takes less than 1 sec versus the 4 seconds (and a few ms) of the old code.

SVN-Revision: 1585

19 years agoFrench translation by Frederic Rodrigo!
Ricardo Cruz [Fri, 16 Jul 2004 19:39:00 +0000 (19:39 +0000)]
French translation by Frederic Rodrigo!

SVN-Revision: 1584

19 years agoConverted map to use special-tile .
Ricardo Cruz [Fri, 16 Jul 2004 19:24:25 +0000 (19:24 +0000)]
Converted map to use special-tile .

SVN-Revision: 1583

19 years agoAdded music and specified to open CREDITS after this.
Ricardo Cruz [Fri, 16 Jul 2004 19:23:02 +0000 (19:23 +0000)]
Added music and specified to open CREDITS after this.

SVN-Revision: 1582

19 years agoImplemented a new special-tile field that should replaced the depricated level field...
Ricardo Cruz [Fri, 16 Jul 2004 19:22:26 +0000 (19:22 +0000)]
Implemented a new special-tile field that should replaced the depricated level field in world maps.
Also extended display_text_file().

special-tile can have the following flags:
 [integer] x / y - necessary to say where the tile is located
 [string] extro-filename - read the given file *
 [integer] swap-x / swap-y - say coordinates for swapping *
 [string] map-message - show a message in the world map viewer
 [string] goto-world - change the world to the given one *
 [boolean] flip-level - flip vertically the level (of course, only works when there is a level)
 [boolean] exit-game - quit game *
 [string] level - feed a level to this tile

* - if there is a level, open it only if the level is successful

SVN-Revision: 1581

19 years agoRead the first 5 chars, not the all string of LANG.
Ricardo Cruz [Fri, 16 Jul 2004 19:15:00 +0000 (19:15 +0000)]
Read the first 5 chars, not the all string of LANG.

SVN-Revision: 1580

19 years agoRemoved note for the using of UTF-8.
Ricardo Cruz [Fri, 16 Jul 2004 19:14:14 +0000 (19:14 +0000)]
Removed note for the using of UTF-8.
Lisp parser has problems with it.

SVN-Revision: 1579

19 years agoOoops, looks like i removed a level entry...
Ricardo Cruz [Thu, 15 Jul 2004 19:57:53 +0000 (19:57 +0000)]
Ooops, looks like i removed a level entry...

SVN-Revision: 1578

19 years agoMade a note for translators to use charset UTF-8.
Ricardo Cruz [Thu, 15 Jul 2004 19:50:54 +0000 (19:50 +0000)]
Made a note for translators to use charset UTF-8.

SVN-Revision: 1577

19 years agoSpanish translation by DemoNight!
Ricardo Cruz [Thu, 15 Jul 2004 19:47:33 +0000 (19:47 +0000)]
Spanish translation by DemoNight!

SVN-Revision: 1576

19 years agoAll 26 levels should now be ready for 800x600.
Marek Moeckel [Thu, 15 Jul 2004 16:30:47 +0000 (16:30 +0000)]
All 26 levels should now be ready for 800x600.

SVN-Revision: 1575

19 years agoMerged the two worldmap and level subset contrib menu.
Ricardo Cruz [Wed, 14 Jul 2004 09:46:19 +0000 (09:46 +0000)]
Merged the two worldmap and level subset contrib menu.
In the future, it would be a good idea to make level subset dealing with both levels and worldmaps.

SVN-Revision: 1573

19 years agoFixed gcc3.4.x compilation.
Tobias Gläßer [Tue, 13 Jul 2004 19:11:04 +0000 (19:11 +0000)]
Fixed gcc3.4.x compilation.

SVN-Revision: 1572

19 years agoAdded poEdit to po editors. Thanks to Karl Ove Hufthammer.
Ricardo Cruz [Tue, 13 Jul 2004 10:59:16 +0000 (10:59 +0000)]
Added poEdit to po editors. Thanks to Karl Ove Hufthammer.

SVN-Revision: 1571

19 years agoFixed some design bugs in some of the contributed bonus levels
Marek Moeckel [Tue, 13 Jul 2004 07:47:30 +0000 (07:47 +0000)]
Fixed some design bugs in some of the contributed bonus levels

SVN-Revision: 1570

19 years agoOoops, forgot to change something after testing.
Ricardo Cruz [Mon, 12 Jul 2004 22:04:26 +0000 (22:04 +0000)]
Ooops, forgot to change something after testing.

SVN-Revision: 1569

19 years agoDamn strlen() crashes when NULL is passed. Fixed.
Ricardo Cruz [Mon, 12 Jul 2004 22:03:18 +0000 (22:03 +0000)]
Damn strlen() crashes when NULL is passed. Fixed.

SVN-Revision: 1568

19 years agoAdded place idea to TODO.
Ricardo Cruz [Sat, 10 Jul 2004 21:01:09 +0000 (21:01 +0000)]
Added place idea to TODO.

SVN-Revision: 1566