reorganized a lot of stuff and modified mapgen and objects slightly while doing it
authorPerttu Ahola <celeron55@gmail.com>
Sun, 26 Jun 2011 12:48:56 +0000 (15:48 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Sun, 26 Jun 2011 12:48:56 +0000 (15:48 +0300)
commit91cfbe2891a3fbec2aac019ccfba74b667d94fc4
tree21ab12f020d71dc7c1534e16d2b295bdd322969e
parent3b098fd5dc1a3e05d671b3ec1a9acb20a036b88f
reorganized a lot of stuff and modified mapgen and objects slightly while doing it
24 files changed:
.hgignore
data/oerkki1.png
data/oerkki1_damaged.png [new file with mode: 0644]
src/CMakeLists.txt
src/activeobject.h
src/clientobject.cpp
src/clientobject.h
src/collision.cpp
src/collision.h
src/content_cao.cpp [new file with mode: 0644]
src/content_cao.h [new file with mode: 0644]
src/content_inventory.cpp
src/content_object.h [new file with mode: 0644]
src/content_sao.cpp [new file with mode: 0644]
src/content_sao.h [new file with mode: 0644]
src/environment.cpp
src/environment.h
src/game.cpp
src/inventory.cpp
src/map.cpp
src/mapgen.cpp
src/server.cpp
src/serverobject.cpp
src/serverobject.h