- Fixed ghostforest vs. ghostwood name
authorMatthias Braun <matze@braunis.de>
Mon, 17 Apr 2006 09:22:14 +0000 (09:22 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 17 Apr 2006 09:22:14 +0000 (09:22 +0000)
commitc0fed8bdef7dbc9540b476fd28949ebad7d3c2ba
tree4f014f03d600a04d26a2ed86f19fd89075b0a9cb
parent4f011ba68aed4c9775cdfb69f19c5daf66101dcb
- Fixed ghostforest vs. ghostwood name
- Added waterways (no spritechange implemented though)
- Removed FIXME file, use the wiki TODO
- relax Sector::inside test to conside things above the sector as inside
    (this fixes the badguy porting problems in a simpler way,
     and the lifeup on top disappearing)

SVN-Revision: 3351
24 files changed:
FIXME [deleted file]
data/images/tiles/ghostforest/ghostforest.xcf [deleted file]
data/images/tiles/ghostforest/ghostwood-1.png [deleted file]
data/images/tiles/ghostforest/ghostwood-4.png [deleted file]
data/images/tiles/ghostforest/ghostwood-5.png [deleted file]
data/images/tiles/ghostforest/ghostwood-6.png [deleted file]
data/images/tiles/ghostforest/ghostwood-7.png [deleted file]
data/images/tiles/ghostwood/ghostforest.xcf [new file with mode: 0644]
data/images/tiles/ghostwood/ghostwood-1.png [new file with mode: 0644]
data/images/tiles/ghostwood/ghostwood-4.png [new file with mode: 0755]
data/images/tiles/ghostwood/ghostwood-5.png [new file with mode: 0644]
data/images/tiles/ghostwood/ghostwood-6.png [new file with mode: 0644]
data/images/tiles/ghostwood/ghostwood-7.png [new file with mode: 0755]
data/images/worldmap.strf
data/images/worldmap/antarctica/water-editor.png [new file with mode: 0644]
data/images/worldmap/common/boat/boat.sprite
src/badguy/badguy.cpp
src/badguy/badguy.hpp
src/badguy/mriceblock.cpp
src/console.cpp
src/sector.cpp
src/sector.hpp
src/worldmap/tux.cpp
src/worldmap/worldmap.hpp