# # ChangeLog for code/branches/objecthierarchy/src/core/CMakeLists.txt # # Generated by Trac 1.0.9 # Jun 2, 2024, 9:54:11 PM Fri, 31 Oct 2008 02:31:21 GMT landauf [2074] * code/branches/objecthierarchy/src/core/BaseObject.cc (modified) * code/branches/objecthierarchy/src/core/BaseObject.h (modified) * code/branches/objecthierarchy/src/core/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/core/CorePrereqs.h (modified) * code/branches/objecthierarchy/src/core/XMLNameListener.cc (added) * code/branches/objecthierarchy/src/core/XMLNameListener.h (added) * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/EventDispatcher.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/EventDispatcher.h (added) * code/branches/objecthierarchy/src/orxonox/objects/EventListener.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/EventListener.h (added) * code/branches/objecthierarchy/src/orxonox/objects/EventTarget.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/EventTarget.h (added) - added EventListener: this class fires an event if another class ... Wed, 29 Oct 2008 17:39:31 GMT landauf [2063] * code/branches/objecthierarchy/src/core/BaseObject.cc (modified) * code/branches/objecthierarchy/src/core/BaseObject.h (modified) * code/branches/objecthierarchy/src/core/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/core/CorePrereqs.h (modified) * code/branches/objecthierarchy/src/core/Event.cc (added) * code/branches/objecthierarchy/src/core/Event.h (added) * code/branches/objecthierarchy/src/core/Identifier.cc (modified) * code/branches/objecthierarchy/src/core/Identifier.h (modified) * code/branches/objecthierarchy/src/core/Super.h (modified) * code/branches/objecthierarchy/src/network/GamestateClient.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/BlinkingBillboard.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/BlinkingBillboard.h (modified) added events but not yet connected with triggers Tue, 21 Oct 2008 14:56:41 GMT landauf [1989] * code/branches/objecthierarchy/src/core/BaseObject.cc (modified) * code/branches/objecthierarchy/src/core/BaseObject.h (modified) * code/branches/objecthierarchy/src/core/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/core/CorePrereqs.h (modified) * code/branches/objecthierarchy/src/core/Template.cc (moved) * code/branches/objecthierarchy/src/core/Template.h (moved) * code/branches/objecthierarchy/src/core/XMLPort.h (modified) * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/Synchronisable.h (modified) * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSStandalone.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Camera.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Camera.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/gametypes/Gametype.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.h (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/MovableEntity.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/PositionableEntity.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.h (modified) - added ControllableEntity, the baseclass of all players, vehicles ... Sun, 19 Oct 2008 22:04:03 GMT rgrieder [1961] * code/branches/objecthierarchy/src/core/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/core/LuaBind.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/DistanceTrigger.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Script.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Trigger.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Trigger.h (modified) * code/branches/objecthierarchy/visual_studio/vc8/core.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj (modified) updated msvc files and adjusted merged files. Sun, 19 Oct 2008 21:46:37 GMT rgrieder [1959] * code/branches/objecthierarchy (modified) * code/branches/objecthierarchy/src/core/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/core/Loader.cc (modified) * code/branches/objecthierarchy/src/core/LuaBind.cc (copied) * code/branches/objecthierarchy/src/core/LuaBind.h (copied) * code/branches/objecthierarchy/src/core/Script.cc (deleted) * code/branches/objecthierarchy/src/core/Script.h (deleted) * code/branches/objecthierarchy/src/core/tolua/tolua.pkg (modified) * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/objects/DistanceTrigger.cc (copied) * code/branches/objecthierarchy/src/orxonox/objects/DistanceTrigger.h (copied) * code/branches/objecthierarchy/src/orxonox/objects/Script.cc (copied) * code/branches/objecthierarchy/src/orxonox/objects/Script.h (copied) * code/branches/objecthierarchy/src/orxonox/objects/Trigger.cc (copied) * code/branches/objecthierarchy/src/orxonox/objects/Trigger.h (copied) * code/branches/objecthierarchy/visual_studio/vc8/base.vsprops (modified) Merged script_trigger branch into objecthierarchy branch. Also ... Sun, 12 Oct 2008 23:08:03 GMT landauf [1912] * code/branches/objecthierarchy (copied) created branch to work on the new object-hierarchy Sun, 05 Oct 2008 22:31:32 GMT rgrieder [1887] * code/trunk/bin/def_keybindings.ini (modified) * code/trunk/src/core/ArgumentCompletionFunctions.h (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/ConfigFileManager.h (modified) * code/trunk/src/core/ConfigValueContainer.cc (modified) * code/trunk/src/core/ConfigValueContainer.h (modified) * code/trunk/src/core/ConfigValueIncludes.h (modified) * code/trunk/src/core/input/Button.cc (modified) * code/trunk/src/core/input/Button.h (modified) * code/trunk/src/core/input/ExtendedInputState.cc (modified) * code/trunk/src/core/input/ExtendedInputState.h (modified) * code/trunk/src/core/input/HalfAxis.cc (modified) * code/trunk/src/core/input/HalfAxis.h (modified) * code/trunk/src/core/input/InputBuffer.h (modified) * code/trunk/src/core/input/InputCommands.cc (modified) * code/trunk/src/core/input/InputCommands.h (modified) * code/trunk/src/core/input/InputInterfaces.h (modified) * code/trunk/src/core/input/InputManager.cc (modified) * code/trunk/src/core/input/InputManager.h (modified) * code/trunk/src/core/input/InputState.h (modified) * code/trunk/src/core/input/JoyStickDeviceNumberListener.cc (added) * code/trunk/src/core/input/JoyStickDeviceNumberListener.h (added) * code/trunk/src/core/input/KeyBinder.cc (modified) * code/trunk/src/core/input/KeyBinder.h (modified) * code/trunk/src/core/input/KeyDetector.cc (modified) * code/trunk/src/core/input/KeyDetector.h (modified) * code/trunk/src/core/input/SimpleInputState.cc (modified) * code/trunk/src/core/input/SimpleInputState.h (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.h (modified) * code/trunk/src/orxonox/gui/GUIManager.cc (modified) * code/trunk/src/orxonox/gui/GUIManager.h (modified) * code/trunk/visual_studio/vc8/core.vcproj (modified) FIRST THINGS FIRST: Delete or rename your keybindings.ini ...