-Some cleanups in text scrolling code
authorMatthias Braun <matze@braunis.de>
Wed, 30 Mar 2005 12:01:02 +0000 (12:01 +0000)
committerMatthias Braun <matze@braunis.de>
Wed, 30 Mar 2005 12:01:02 +0000 (12:01 +0000)
commit073795dd0afc7d7e4c093db5f83fc26c10501d61
tree337c59a456d915fd18284cad4df1033c80369bc8
parentdb7e44a2f93bd7c0e7477690e7cc30b6d5273b06
-Some cleanups in text scrolling code
-Added the (temporary) bell graphics which I forgot yesterday
-Implemented an infoblock object (the textbox isn't finished yet) and it also
 needs new graphics

SVN-Revision: 2298
21 files changed:
data/credits.txt
data/images/shared/bell/bell-l.png [new file with mode: 0644]
data/images/shared/bell/bell-m.png [new file with mode: 0644]
data/images/shared/bell/bell-r.png [new file with mode: 0644]
data/levels/test/bonusblock.stl
lib/video/drawing_context.cpp
lib/video/drawing_context.h
lib/video/font.cpp
lib/video/font.h
src/gameloop.cpp
src/gameloop.h
src/object/block.cpp
src/object/block.h
src/object/infoblock.cpp [new file with mode: 0644]
src/object/infoblock.h [new file with mode: 0644]
src/object/invisible_block.cpp
src/textscroller.cpp [new file with mode: 0644]
src/textscroller.h [new file with mode: 0644]
src/title.cpp
src/title.h
src/worldmap.cpp