- Allow custom leveldots
authorMatthias Braun <matze@braunis.de>
Sun, 2 Oct 2005 22:57:31 +0000 (22:57 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 2 Oct 2005 22:57:31 +0000 (22:57 +0000)
commitefc61e9d05b077f13a76982590fb0bd6a9d8dc61
tree5b342f6e559cbe80cfb6786eb62b942f168013fe
parent33130ca65a3e209400e66dc6020576975eb95da7
- Allow custom leveldots
- Fix some crashs (end of level, end of worldmap)
- Commit the non finished lightmap stuff I tried at the meeting...

SVN-Revision: 2800
24 files changed:
configure.ac
data/images/sprites.strf
data/levels/test/light.stl [new file with mode: 0644]
data/levels/test/wansti-level4.stl
src/Jamfile
src/control/joystickkeyboardcontroller.cpp
src/game_session.cpp
src/gameconfig.hpp
src/object/light.cpp [new file with mode: 0644]
src/object/light.hpp [new file with mode: 0644]
src/object/player.cpp
src/object/player.hpp
src/player_status.cpp
src/player_status.hpp
src/sprite/sprite_data.hpp
src/video/drawing_context.cpp
src/video/drawing_context.hpp
src/video/glutil.hpp [new file with mode: 0644]
src/video/screen.hpp
src/video/surface.hpp
src/video/texture.cpp [new file with mode: 0644]
src/video/texture.hpp [new file with mode: 0644]
src/worldmap.cpp
src/worldmap.hpp