log demos/rpg/maps/town.xml @ 585:c2de5aafe788

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-05-27 prock Multiple quests now work.
2010-05-25 prock Added some placeholder graphics for the warrior. The player can now walk around the map.
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.