log demos/rpg/scripts/actors/questgiver.py @ 571:edc9efe969c2

age author description
2010-06-23 prock Lots of changes.
2010-06-15 prock QuestManager now loads all quests.
2010-06-15 prock Added QuestManager. The player can now move from map to map and the state of the quests remains persistent. Both quests the NPC gives you are now completable. Still have to clean up the quest loading code.
2010-06-03 prock Rewrote the object serializing routines to use a "template" idea for loading an object from disk. This allows for multiple objects to load the same base object template but be unique on the scene AND have different values. Useful for say more than one gold stack on the ground with different gold values. TODO: fix the "spawn" console command.
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-31 prock Doing some re-factoring.