# # ChangeLog for code/branches/objecthierarchy/src/orxonox/objects/worldentities/MovableEntity.cc # # Generated by Trac 1.0.9 # May 29, 2024, 4:57:21 AM Wed, 22 Oct 2008 03:25:01 GMT landauf [1993] * code/branches/objecthierarchy/bin/def_keybindings.ini (modified) * code/branches/objecthierarchy/src/core/BaseObject.cc (modified) * code/branches/objecthierarchy/src/core/Template.cc (modified) * code/branches/objecthierarchy/src/core/Template.h (modified) * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/OrxonoxPrereqs.h (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/CameraHandler.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/controllers (added) * code/branches/objecthierarchy/src/orxonox/objects/controllers/Controller.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/controllers/Controller.h (added) * code/branches/objecthierarchy/src/orxonox/objects/controllers/HumanController.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/controllers/HumanController.h (added) * code/branches/objecthierarchy/src/orxonox/objects/gametypes/Gametype.cc (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 (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Model.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Model.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.cc (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/pawns (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Spectator.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Spectator.h (added) * code/branches/objecthierarchy/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/OverlayText.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/OverlayText.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/Mesh.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/Mesh.h (modified) * code/branches/objecthierarchy/src/tinyxml/ticpp.h (modified) added several new classes 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 23:47:41 GMT landauf [1968] * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/objects/Backlight.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/LevelInfo.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/MovableEntity.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/MovableEntity.h (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/PositionableEntity.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.h (modified) * code/branches/objecthierarchy/src/orxonox/tools/Timer.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/Timer.h (modified) added MovableEntity with network optimization for constant velocity ...