summaryrefslogtreecommitdiff
path: root/src/items.cpp
AgeCommit message (Collapse)AuthorFilesLines
2006-10-03Committed inventory and itemhandler structure part 1. Also made the server ↵Yohann Ferreira1-29/+0
tell which handler is listening on a port.
2006-08-04Generalized the properties functionality as was done in the client before.Bjørn Lindeijer1-1/+1
Removed some more remaining usages of tmwserv namespace. Added some documentation and de-complicized the code a bit. Removed checks for SDL and SDL_net.
2005-07-26Added shell for GameHandler (core game message handler).Aaron Marks1-0/+29
Updated PostgreSQL tables -- now another unknown error results after various operations. Updated Item class (now inherits from Object).