log demos/rpg/maps/level1.xml @ 697:ecaa4d98f05f tip

age author description
Wed, 02 Jun 2010 21:43:03 +0000 prock Items can now be serialized/deserialized to/from disk. I haven't finished actors yet. This allows for persistent states when you enter/leave maps.
Tue, 01 Jun 2010 19:17:30 +0000 prock Some misc code cleanup.
Fri, 21 May 2010 20:33:43 +0000 prock Added the Actor and Player classes. Actor is the base class that the player and all enemies + NPCs will inherit.