-Changed drawing model. Everything is handled through DrawingContext now and
authorMatthias Braun <matze@braunis.de>
Sun, 30 May 2004 01:08:50 +0000 (01:08 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 30 May 2004 01:08:50 +0000 (01:08 +0000)
commit03fe5c560a616e7d38a8b1d5d11bfe4675fa8896
tree22eb998260e592be4973437f2fe5b4e0963eead4
parent4039bd9e8166bda5a8aadb9610fbef485ef54b85
-Changed drawing model. Everything is handled through DrawingContext now and
 has an additional layer argument. So now you can paint into
 background/foreground as you like. The DrawingContext will queue app all
 commands, sort them and execute them in 1 go.

SVN-Revision: 1361
70 files changed:
data/CREDITS
src/Makefile.am
src/background.cpp
src/background.h
src/badguy.cpp
src/badguy.h
src/button.cpp
src/button.h
src/camera.cpp
src/camera.h
src/collision.cpp
src/collision.h
src/display_manager.cpp [deleted file]
src/display_manager.h [deleted file]
src/drawable.h [deleted file]
src/game_object.h
src/gameloop.cpp
src/gameloop.h
src/gameobjs.cpp
src/gameobjs.h
src/globals.cpp
src/globals.h
src/high_scores.cpp
src/intro.cpp
src/level.cpp
src/level.h
src/leveleditor.cpp
src/leveleditor.h
src/lispreader.cpp
src/lispreader.h
src/menu.cpp
src/menu.h
src/mousecursor.cpp
src/mousecursor.h
src/particlesystem.cpp
src/particlesystem.h
src/player.cpp
src/player.h
src/scene.h
src/screen.cpp [deleted file]
src/screen.h [deleted file]
src/screen/drawing_context.cpp [new file with mode: 0644]
src/screen/drawing_context.h [new file with mode: 0644]
src/screen/font.cpp [new file with mode: 0644]
src/screen/font.h [new file with mode: 0644]
src/screen/screen.cpp [new file with mode: 0644]
src/screen/screen.h [new file with mode: 0644]
src/screen/texture.cpp [new file with mode: 0644]
src/screen/texture.h [new file with mode: 0644]
src/setup.cpp
src/special.cpp
src/special.h
src/sprite.cpp
src/sprite.h
src/supertux.cpp
src/text.cpp [deleted file]
src/text.h [deleted file]
src/texture.cpp [deleted file]
src/texture.h [deleted file]
src/tile.cpp
src/tile.h
src/tilemap.cpp
src/tilemap.h
src/title.cpp
src/type.cpp
src/vector.h
src/world.cpp
src/world.h
src/worldmap.cpp
src/worldmap.h