]> jfr.im git - irc/gameservirc.git/history - gameserv-2.0/testdriver/main.cpp
I implemented a mock forest driver and found a problem in using the singleton design...
[irc/gameservirc.git] / gameserv-2.0 / testdriver / main.cpp
2009-09-25  kainazzzoI implemented a mock forest driver and found a problem...
2009-09-25  kainazzzoChanged Range to be a template class so it can be used...
2009-09-24  kainazzzoFixed data/monsters.dat
2009-09-23  kainazzzoFinished up the InventoryManager class, removed the...
2009-09-18  kainazzzoChanged the ItemGO class to be abstract so you cannot...
2009-09-18  kainazzzoChanged Types::Range to use int instead of unsigned...
2009-09-17  kainazzzoChanged all modifiers to be ranges. A single number...
2009-09-17  kainazzzoAdded a Range class to the Types namespace, and shelled...
2009-09-16  kainazzzoAlmost have FilePlayerDAO 100% working
2009-09-11  kainazzzoCan't save cache in FilePlayerDAO's deconstructor until...
2009-09-11  kainazzzoA little bit more work on testing and minor modifications
2009-09-08  kainazzzoCompleted some more work on FilePlayerDAO and Created...