-Incorporated Marcin Ko��cielnicki patch that reintroduces the flying
authorMatthias Braun <matze@braunis.de>
Sun, 5 Dec 2004 16:57:14 +0000 (16:57 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 5 Dec 2004 16:57:14 +0000 (16:57 +0000)
commit58bf708dc9f036b2c7d8d3edfdbfa62f0da3481a
treefe22da93588bdeb65edab1c9322551ea62aa054c
parent5cd159000d29713fa4106634842b271f65c6ad1b
-Incorporated Marcin Ko��cielnicki patch that reintroduces the flying
 snowball, thanks
-Changed worldmapfile format to support intro texts
-Moved intro.txt extro.txt and extro-bonus.txt to levels/world1 and
 levels/bonus1
-Added a new text mode to the textfile system display that aligns the text at
 the left side. This is alot easier to read than all text centered.
 Still the current font is hard to read for long texts and should be
 improved/replaced somehow...
-Use new translation system in the .txt files

SVN-Revision: 2241
22 files changed:
data/Jamfile
data/credits.txt
data/extro-bonus.txt [deleted file]
data/extro.txt [deleted file]
data/intro.txt [deleted file]
data/levels/bonus1/extro.txt [new file with mode: 0644]
data/levels/bonus1/worldmap.stwm
data/levels/world1/de.po
data/levels/world1/extro.txt [new file with mode: 0644]
data/levels/world1/intro.txt [new file with mode: 0644]
data/levels/world1/worldmap.stwm
lib/video/font.cpp
src/badguy/badguy.cpp
src/badguy/jumpy.cpp
src/badguy/jumpy.h
src/collision_grid.cpp
src/collision_grid.h
src/gameloop.cpp
src/sector.cpp
src/sector.h
src/worldmap.cpp
src/worldmap.h