To create the test database:
commit070e367ca161882f69e80a0df1f98644dc5c98e9
authorrustushki <rustushki>
Thu, 13 Sep 2007 04:26:17 +0000 (13 04:26 +0000)
committerrustushki <rustushki>
Thu, 13 Sep 2007 04:26:17 +0000 (13 04:26 +0000)
treeabf6dd4a149ff7566c209adbc140984280797505
parent7d6242cba1915a1e15a6a478209c079020f4e7f0
To create the test database:

cd /trunk/database
make
make create
make install

This creates asgard.db3, and puts it in trunk/src.

MapObjectFactory should now be able to create NonPlayerCharacters, Containers, StaticMapObjects, and Tiles (i.e. the four current types of MapObjects).

Release to be in the next few days.
database/Makefile
database/createdb.sql
database/populatedb.sql [new file with mode: 0644]
src/Container.h
src/Database.cpp
src/GameEngine.cpp
src/MapObjectFactory.cpp
src/MapObjectFactory.h
src/NonPlayerCharacter.h
src/StaticMapObject.h