# # ChangeLog for code/branches/questsystem # # Generated by Trac 1.0.9 # Jun 5, 2024, 1:52:28 AM Wed, 29 Oct 2008 07:34:59 GMT dafrick [2043] * code/branches/questsystem/src/orxonox/CMakeLists.txt (modified) * code/branches/questsystem/src/orxonox/objects/GlobalQuest.cc (modified) * code/branches/questsystem/src/orxonox/objects/GlobalQuest.h (modified) * code/branches/questsystem/src/orxonox/objects/LocalQuest.cc (modified) * code/branches/questsystem/src/orxonox/objects/LocalQuest.h (modified) * code/branches/questsystem/src/orxonox/objects/Quest.h (modified) * code/branches/questsystem/src/orxonox/objects/Rewardable.cc (modified) Some minor adjustements, just comitting to be on the safe side. Mon, 27 Oct 2008 19:55:56 GMT dafrick [2022] * code/branches/questsystem/src/orxonox/CMakeLists.txt (modified) * code/branches/questsystem/src/orxonox/objects/QuestManager.cc (modified) Compiles. :D Mon, 27 Oct 2008 19:31:20 GMT dafrick [2021] * code/branches/questsystem/src/orxonox/CMakeLists.txt (modified) * code/branches/questsystem/src/orxonox/objects/AddQuest.cc (modified) * code/branches/questsystem/src/orxonox/objects/AddQuest.h (modified) * code/branches/questsystem/src/orxonox/objects/AddQuestHint.cc (modified) * code/branches/questsystem/src/orxonox/objects/AddQuestHint.h (modified) * code/branches/questsystem/src/orxonox/objects/AddReward.cc (modified) * code/branches/questsystem/src/orxonox/objects/AddReward.h (modified) * code/branches/questsystem/src/orxonox/objects/ChangeQuestStatus.cc (modified) * code/branches/questsystem/src/orxonox/objects/ChangeQuestStatus.h (modified) * code/branches/questsystem/src/orxonox/objects/CompleteQuest.cc (modified) * code/branches/questsystem/src/orxonox/objects/CompleteQuest.h (modified) * code/branches/questsystem/src/orxonox/objects/FailQuest.cc (modified) * code/branches/questsystem/src/orxonox/objects/FailQuest.h (modified) * code/branches/questsystem/src/orxonox/objects/GlobalQuest.cc (modified) * code/branches/questsystem/src/orxonox/objects/GlobalQuest.h (modified) * code/branches/questsystem/src/orxonox/objects/LocalQuest.cc (modified) * code/branches/questsystem/src/orxonox/objects/LocalQuest.h (modified) * code/branches/questsystem/src/orxonox/objects/Quest.cc (modified) * code/branches/questsystem/src/orxonox/objects/Quest.h (modified) * code/branches/questsystem/src/orxonox/objects/QuestDescription.cc (modified) * code/branches/questsystem/src/orxonox/objects/QuestDescription.h (modified) * code/branches/questsystem/src/orxonox/objects/QuestEffect.cc (modified) * code/branches/questsystem/src/orxonox/objects/QuestEffect.h (modified) * code/branches/questsystem/src/orxonox/objects/QuestHint.cc (modified) * code/branches/questsystem/src/orxonox/objects/QuestHint.h (modified) * code/branches/questsystem/src/orxonox/objects/QuestItem.cc (modified) * code/branches/questsystem/src/orxonox/objects/QuestItem.h (modified) * code/branches/questsystem/src/orxonox/objects/QuestManager.cc (modified) * code/branches/questsystem/src/orxonox/objects/QuestManager.h (modified) * code/branches/questsystem/src/orxonox/objects/Rewardable.cc (modified) * code/branches/questsystem/src/orxonox/objects/Rewardable.h (modified) Nearly compiles, some minor improvements. Wed, 22 Oct 2008 14:03:10 GMT dafrick [1996] * code/branches/questsystem/src/orxonox/objects/AddQuest.cc (modified) * code/branches/questsystem/src/orxonox/objects/AddQuestHint.cc (modified) * code/branches/questsystem/src/orxonox/objects/AddReward.cc (modified) * code/branches/questsystem/src/orxonox/objects/ChangeQuestStatus.h (modified) * code/branches/questsystem/src/orxonox/objects/CompleteQuest.cc (modified) * code/branches/questsystem/src/orxonox/objects/FailQuest.cc (modified) * code/branches/questsystem/src/orxonox/objects/GlobalQuest.cc (modified) * code/branches/questsystem/src/orxonox/objects/GlobalQuest.h (modified) * code/branches/questsystem/src/orxonox/objects/LocalQuest.cc (modified) * code/branches/questsystem/src/orxonox/objects/LocalQuest.h (modified) * code/branches/questsystem/src/orxonox/objects/Quest.cc (modified) * code/branches/questsystem/src/orxonox/objects/Quest.h (modified) * code/branches/questsystem/src/orxonox/objects/QuestDescription.cc (added) * code/branches/questsystem/src/orxonox/objects/QuestDescription.h (added) * code/branches/questsystem/src/orxonox/objects/QuestEffect.cc (modified) * code/branches/questsystem/src/orxonox/objects/QuestEffect.h (modified) * code/branches/questsystem/src/orxonox/objects/QuestHint.cc (modified) * code/branches/questsystem/src/orxonox/objects/QuestHint.h (modified) * code/branches/questsystem/src/orxonox/objects/QuestItem.h (modified) * code/branches/questsystem/src/orxonox/objects/QuestManager.cc (added) * code/branches/questsystem/src/orxonox/objects/QuestManager.h (added) * code/branches/questsystem/src/orxonox/objects/Rewardable.cc (added) * code/branches/questsystem/src/orxonox/objects/Rewardable.h (added) * code/branches/questsystem/src/orxonox/quests (deleted) Some cleaning, reorganization and implementation of some small methods. Tue, 21 Oct 2008 21:56:47 GMT dafrick [1992] * code/branches/questsystem/src/orxonox/objects/AddQuest.cc (added) * code/branches/questsystem/src/orxonox/objects/AddQuest.h (added) * code/branches/questsystem/src/orxonox/objects/AddQuestHint.cc (added) * code/branches/questsystem/src/orxonox/objects/AddQuestHint.h (added) * code/branches/questsystem/src/orxonox/objects/AddReward.cc (added) * code/branches/questsystem/src/orxonox/objects/AddReward.h (added) * code/branches/questsystem/src/orxonox/objects/ChangeQuestStatus.cc (added) * code/branches/questsystem/src/orxonox/objects/ChangeQuestStatus.h (added) * code/branches/questsystem/src/orxonox/objects/CompleteQuest.cc (added) * code/branches/questsystem/src/orxonox/objects/CompleteQuest.h (added) * code/branches/questsystem/src/orxonox/objects/FailQuest.cc (added) * code/branches/questsystem/src/orxonox/objects/FailQuest.h (added) * code/branches/questsystem/src/orxonox/objects/GlobalQuest.cc (added) * code/branches/questsystem/src/orxonox/objects/GlobalQuest.h (added) * code/branches/questsystem/src/orxonox/objects/LocalQuest.cc (added) * code/branches/questsystem/src/orxonox/objects/LocalQuest.h (added) * code/branches/questsystem/src/orxonox/objects/Quest.cc (added) * code/branches/questsystem/src/orxonox/objects/Quest.h (added) * code/branches/questsystem/src/orxonox/objects/QuestEffect.cc (added) * code/branches/questsystem/src/orxonox/objects/QuestEffect.h (added) * code/branches/questsystem/src/orxonox/objects/QuestHint.cc (added) * code/branches/questsystem/src/orxonox/objects/QuestHint.h (added) * code/branches/questsystem/src/orxonox/objects/QuestItem.cc (added) * code/branches/questsystem/src/orxonox/objects/QuestItem.h (added) * code/branches/questsystem/src/orxonox/quests (added) * code/branches/questsystem/src/orxonox/quests/QuestDescription.cc (added) * code/branches/questsystem/src/orxonox/quests/QuestDescription.h (added) * code/branches/questsystem/src/orxonox/quests/QuestManager.cc (added) * code/branches/questsystem/src/orxonox/quests/QuestManager.h (added) * code/branches/questsystem/src/orxonox/quests/Rewardable.cc (added) * code/branches/questsystem/src/orxonox/quests/Rewardable.h (added) Base of the quest system object hirarchy. Doesn's compile, yet (or ... Wed, 08 Oct 2008 16:15:58 GMT dafrick [1895] * code/branches/questsystem (copied) Tue, 07 Oct 2008 22:24:58 GMT rgrieder [1894] * code/trunk/src/util/ExprParser.cc (modified) * code/trunk/src/util/ExprParser.h (modified) * code/trunk/src/util/String.cc (modified) - Converted ExprParser to 4 spaces/tab - Tiny little bug in String.cc