summaryrefslogtreecommitdiffstats
path: root/src/items.h
Commit message (Collapse)AuthorAgeFilesLines
* Added beginnings of game core logic and state.Aaron Marks2005-07-311-1/+1
| | | | | | Fixed a few problems with SQL queries using different SQL DB backends. I forget everything else.
* Fixed two compilation errors.Björn Steinbrink2005-07-301-4/+4
|
* Added shell for GameHandler (core game message handler).Aaron Marks2005-07-261-11/+18
| | | | | | Updated PostgreSQL tables -- now another unknown error results after various operations. Updated Item class (now inherits from Object).
* Added initial items definition.Aaron Marks2005-05-151-0/+58
Updated object definitions.