log demos/rpg/maps/level1.xml @ 595:ea80b41c9bd7

age author description
2010-06-02 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.
2010-06-01 prock Some misc code cleanup.
2010-05-21 prock Added the Actor and Player classes. Actor is the base class that the player and all enemies + NPCs will inherit.
2010-05-21 prock Added the Scene which loads the town map. It is no longer a black screen demo.
2010-05-20 prock Adding the RPG demo. This is basically empty at the moment. Currently it will start with a black screen.