# # ChangeLog for code/branches/questsystem/src/orxonox/objects # # Generated by Trac 1.0.9 # May 23, 2024, 11:49:03 PM 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) Sun, 05 Oct 2008 23:05:07 GMT landauf [1889] * code/trunk/CMakeLists.txt (modified) * code/trunk/cmake/FindDirectX.cmake (modified) * code/trunk/src/core/ConfigFileManager.cc (modified) * code/trunk/src/core/Executor.h (modified) * code/trunk/src/core/Functor.h (modified) * code/trunk/src/core/Namespace.cc (modified) * code/trunk/src/core/NamespaceNode.cc (modified) * code/trunk/src/core/Script.cc (modified) * code/trunk/src/core/Script.h (modified) * code/trunk/src/core/XMLPort.h (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) * code/trunk/src/util/Convert.h (modified) * code/trunk/src/util/String.cc (modified) * code/trunk/src/util/String.h (modified) unsigned int -> size_t for std::string related functions I hope this ...