# # ChangeLog for code/branches/objecthierarchy/src/orxonox/objects/worldentities/triggers/Trigger.cc # # Generated by Trac 1.0.9 # Jun 1, 2024, 4:33:49 AM Thu, 30 Oct 2008 01:44:48 GMT landauf [2065] * code/branches/objecthierarchy/src/core/BaseObject.cc (modified) * code/branches/objecthierarchy/src/core/BaseObject.h (modified) * code/branches/objecthierarchy/src/core/Event.cc (modified) * code/branches/objecthierarchy/src/core/Event.h (modified) * code/branches/objecthierarchy/src/core/XMLPort.h (modified) * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Billboard.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/BlinkingBillboard.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/BlinkingBillboard.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Light.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Light.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Model.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ParticleEmitter.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ParticleEmitter.h (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ParticleSpawner.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ParticleSpawner.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/SpawnPoint.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/Mesh.h (modified) * code/branches/objecthierarchy/src/orxonox/tools/ParticleInterface.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/ParticleInterface.h (modified) added two more graphical classes, ParticleEmitter and ParticleSpawner Tue, 28 Oct 2008 20:11:02 GMT landauf [2031] * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/packet/Gamestate.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/Level.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/Timer.cc (modified) some small adjustments in the network Tue, 28 Oct 2008 19:37:09 GMT landauf [2029] * code/branches/objecthierarchy/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/triggers/DistanceTrigger.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/triggers/Trigger.h (modified) some changes in Trigger and DistanceTrigger Tue, 28 Oct 2008 16:41:28 GMT landauf [2027] * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/objects/CameraHandler.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Backlight.cc (moved) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Backlight.h (moved) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Camera.cc (moved) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Camera.h (moved) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ParticleSpawner.cc (moved) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ParticleSpawner.h (moved) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/triggers (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc (moved) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/triggers/DistanceTrigger.h (moved) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/triggers/Trigger.cc (moved) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/triggers/Trigger.h (moved) no codechanges, just moved some files Mon, 27 Oct 2008 03:08:51 GMT landauf [2019] * code/branches/objecthierarchy/src/core/BaseObject.cc (modified) * code/branches/objecthierarchy/src/core/BaseObject.h (modified) * code/branches/objecthierarchy/src/core/ClassFactory.h (modified) * code/branches/objecthierarchy/src/core/Factory.cc (modified) * code/branches/objecthierarchy/src/core/Factory.h (modified) * code/branches/objecthierarchy/src/core/Functor.h (modified) * code/branches/objecthierarchy/src/core/Identifier.cc (modified) * code/branches/objecthierarchy/src/core/Identifier.h (modified) * code/branches/objecthierarchy/src/core/Loader.cc (modified) * code/branches/objecthierarchy/src/core/Namespace.cc (modified) * code/branches/objecthierarchy/src/core/Namespace.h (modified) * code/branches/objecthierarchy/src/core/Template.cc (modified) * code/branches/objecthierarchy/src/core/Template.h (modified) * code/branches/objecthierarchy/src/core/XMLPort.h (modified) * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/LevelManager.cc (added) * code/branches/objecthierarchy/src/orxonox/LevelManager.h (added) * 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.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/CameraHandler.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/DistanceTrigger.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/DistanceTrigger.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/ParticleSpawner.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Scene.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/Scene.h (added) * code/branches/objecthierarchy/src/orxonox/objects/Script.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Script.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Test.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Test.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Trigger.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Trigger.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/controllers/Controller.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/controllers/Controller.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/controllers/HumanController.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/controllers/HumanController.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/HumanPlayer.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/infos/HumanPlayer.h (added) * code/branches/objecthierarchy/src/orxonox/objects/infos/Info.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/Info.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/Level.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/Level.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 (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Model.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Model.h (modified) * 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/SpawnPoint.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/SpawnPoint.h (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Spectator.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/OverlayGroup.h (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/debug/DebugFPSText.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/debug/DebugFPSText.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/debug/DebugRTRText.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/debug/DebugRTRText.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/overlays/hud/HUDBar.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDBar.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDNavigation.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDRadar.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDRadar.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDSpeedBar.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDSpeedBar.h (modified) * code/branches/objecthierarchy/src/orxonox/tools/BillboardSet.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/BillboardSet.h (modified) * code/branches/objecthierarchy/src/orxonox/tools/Light.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/Light.h (modified) * code/branches/objecthierarchy/src/orxonox/tools/Mesh.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/Mesh.h (modified) * code/branches/objecthierarchy/src/orxonox/tools/ParticleInterface.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/ParticleInterface.h (modified) * code/branches/objecthierarchy/src/util/Math.cc (modified) * code/branches/objecthierarchy/src/util/Math.h (modified) * code/branches/objecthierarchy/src/util/OutputHandler.cc (modified) * code/branches/objecthierarchy/src/util/String.cc (modified) * code/branches/objecthierarchy/src/util/String.h (modified) many changes, most important: BaseObject takes now a pointer to it's ...