# # ChangeLog for code/branches # # Generated by Trac 1.0.9 # Jun 3, 2024, 8:14:20 AM Sat, 01 Nov 2008 10:00:46 GMT dafrick [2081] * code/branches/questsystem/src/orxonox/objects/AddQuestHint.cc (modified) * code/branches/questsystem/src/orxonox/objects/AddQuestHint.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/GlobalQuest.cc (modified) * code/branches/questsystem/src/orxonox/objects/LocalQuest.cc (modified) * code/branches/questsystem/src/orxonox/objects/Quest.cc (modified) * code/branches/questsystem/src/orxonox/objects/QuestDescription.cc (modified) * code/branches/questsystem/src/orxonox/objects/QuestHint.cc (modified) * code/branches/questsystem/src/orxonox/objects/QuestItem.cc (modified) * code/branches/questsystem/src/orxonox/objects/QuestItem.h (modified) Ready for merge! (It won't compile after the merge, though ;) ) Fri, 31 Oct 2008 22:31:52 GMT rgrieder [2080] * code/branches/objecthierarchy/src/network/packet/Packet.cc (modified) Trying to fix a bug with network Packet. Removing a call that wasn't ... Fri, 31 Oct 2008 22:02:18 GMT rgrieder [2079] * code/branches/objecthierarchy/src/core/BaseObject.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/objecthierarchy/visual_studio/vc8/core.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj (modified) updated msvc files. removed "friend WorldEntity" from BaseObject. Fri, 31 Oct 2008 17:31:46 GMT landauf [2078] * code/branches/objecthierarchy/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) fixed trigger switch problem Fri, 31 Oct 2008 12:29:04 GMT FelixSchulthess [2077] * code/branches/lod/src/orxonox/CMakeLists.txt (modified) * code/branches/lod/src/orxonox/objects/SpaceShip.cc (modified) -l command line option works now Fri, 31 Oct 2008 06:35:08 GMT dafrick [2076] * 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/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) Completed XMLPort for all objects. Fri, 31 Oct 2008 02:52:14 GMT landauf [2075] * code/branches/objecthierarchy/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/OrxonoxOverlay.h (modified) fixed a small problem in OrxonoxOverlay 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 ... Fri, 31 Oct 2008 00:27:44 GMT landauf [2073] * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/CameraManager.cc (moved) * code/branches/objecthierarchy/src/orxonox/CameraManager.h (moved) * code/branches/objecthierarchy/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Camera.h (modified) renamed CameraHandler as CameraManager Fri, 31 Oct 2008 00:09:58 GMT landauf [2072] * code/branches/objecthierarchy/src/core/Event.cc (modified) * code/branches/objecthierarchy/src/core/Event.h (modified) * code/branches/objecthierarchy/src/core/EventIncludes.h (modified) * code/branches/objecthierarchy/src/core/Template.cc (modified) * code/branches/objecthierarchy/src/core/Template.h (modified) * code/branches/objecthierarchy/src/lua/COPYRIGHT (modified) * code/branches/objecthierarchy/src/lua/README (modified) * code/branches/objecthierarchy/src/network/ChatListener.cc (modified) * code/branches/objecthierarchy/src/network/ChatListener.h (modified) * code/branches/objecthierarchy/src/orxonox/LevelManager.cc (modified) * code/branches/objecthierarchy/src/orxonox/LevelManager.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Scene.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Scene.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 (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/HumanPlayer.h (modified) * 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/Billboard.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Billboard.h (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/CameraPosition.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/CameraPosition.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/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/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/ParticleEmitter.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ParticleEmitter.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 (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/SpawnPoint.h (modified) * 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/Pawn.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/SpaceShip.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/hud/ChatOverlay.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.h (modified) * code/branches/objecthierarchy/src/tolua/lua/array.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/basic.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/class.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/clean.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/code.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/compat-5.1.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/compat.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/container.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/custom.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/custom_hide.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/declaration.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/define.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/doit.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/enumerate.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/feature.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/function.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/module.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/namespace.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/operator.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/package.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/typedef.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/variable.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/verbatim.lua (modified) changed svn:eol-style to native in all new files Thu, 30 Oct 2008 23:56:29 GMT landauf [2071] * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * 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/EventTrigger.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/triggers/EventTrigger.h (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/triggers/Trigger.h (modified) - fixed another bug in Trigger - added EventTrigger which listens ... Thu, 30 Oct 2008 23:05:12 GMT rgrieder [2070] * code/branches/objecthierarchy/src/network/Client.cc (modified) * code/branches/objecthierarchy/src/network/ClientConnection.cc (modified) * code/branches/objecthierarchy/src/network/ConnectionManager.cc (modified) * code/branches/objecthierarchy/src/network/packet/Gamestate.cc (modified) * code/branches/objecthierarchy/src/network/packet/Packet.cc (modified) * code/branches/objecthierarchy/src/network/packet/Packet.h (modified) * code/branches/objecthierarchy/visual_studio/vc8/core.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj (modified) Properly took care of network::packet::Packet destruction. It depends ... Thu, 30 Oct 2008 22:58:31 GMT landauf [2069] * code/branches/objecthierarchy/src/core/BaseObject.cc (modified) * code/branches/objecthierarchy/src/core/Event.cc (modified) * code/branches/objecthierarchy/src/core/Event.h (modified) * code/branches/objecthierarchy/src/core/EventIncludes.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/BlinkingBillboard.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/triggers/Trigger.h (modified) fixed a bug in the event system fixed a bug in Trigger and tweaked ... Thu, 30 Oct 2008 08:52:12 GMT dafrick [2068] * 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.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) Started with XMLPort... Thu, 30 Oct 2008 01:51:37 GMT landauf [2067] * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ParticleSpawner.cc (modified) synchronization of ParticleSpawner is still strange but at least not ... Thu, 30 Oct 2008 01:45:49 GMT landauf [2066] * code/branches/objecthierarchy/src/core/EventIncludes.h (added) forgot to add EventIncludes.h 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 Wed, 29 Oct 2008 22:27:45 GMT rgrieder [2064] * code/branches/objecthierarchy/src/orxonox/CameraHandler.cc (modified) Fixed bug in CameraHandler: when calling requestFocus twice, the ... 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 Wed, 29 Oct 2008 16:19:02 GMT scheusso [2062] * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/packet/Gamestate.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) client->server synchronisation of controllable entities works now Wed, 29 Oct 2008 15:44:58 GMT adrfried [2061] * code/branches/buildsystem/cmake/CheckTardis.cmake (modified) * code/branches/buildsystem/cmake/FindOggVorbis.cmake (modified) FindOggVorbis cleaned up Wed, 29 Oct 2008 15:13:10 GMT polakma [2060] * code/branches/weapon/src/orxonox/objects/BillboardProjectile.cc (modified) * code/branches/weapon/src/orxonox/objects/BillboardProjectile.h (modified) * code/branches/weapon/src/orxonox/objects/ParticleProjectile.cc (modified) * code/branches/weapon/src/orxonox/objects/ParticleProjectile.h (modified) * code/branches/weapon/src/orxonox/objects/Projectile.cc (modified) * code/branches/weapon/src/orxonox/objects/Projectile.h (modified) * code/branches/weapon/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/weapon/src/orxonox/objects/SpaceShip.h (modified) * code/branches/weapon/src/orxonox/objects/WeaponSystem.cc (modified) * code/branches/weapon/src/orxonox/objects/WeaponSystem.h (modified) * code/branches/weapon/src/orxonox/objects/weaponSystem/Weapon.h (modified) * code/branches/weapon/src/orxonox/objects/weaponSystem/WeaponSet.cc (modified) * code/branches/weapon/src/orxonox/objects/weaponSystem/WeaponSet.h (modified) * code/branches/weapon/src/orxonox/objects/weaponSystem/WeaponSlot.cc (modified) * code/branches/weapon/src/orxonox/objects/weaponSystem/weapons/LaserGun.cc (modified) * code/branches/weapon/src/orxonox/objects/weaponSystem/weapons/LaserGun.h (modified) WeaponSystem, Projectile (kompiliert nicht) Wed, 29 Oct 2008 15:05:27 GMT bhildebr [2059] * code/branches/overlay/src/orxonox/overlays/stats/Stats.cc (added) * code/branches/overlay/src/orxonox/overlays/stats/Stats.h (added) Created a Stats class, similar to Console Wed, 29 Oct 2008 15:00:45 GMT rgrieder [2058] * code/branches/lod/bin/def_keybindings.ini (modified) * code/branches/lod/src/core/XMLPort.h (modified) * code/branches/lod/src/core/input/InputManager.cc (modified) * code/branches/lod/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/lod/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/lod/src/util/OrxonoxPlatform.h (modified) Reverted unintentional changes in lod branch. Wed, 29 Oct 2008 15:00:38 GMT bhildebr [2057] * code/branches/overlay/src/orxonox/CMakeLists.txt (modified) Created a Stats class similar to InGameConsole Wed, 29 Oct 2008 14:58:18 GMT martisty [2056] * code/branches/physics/src/CMakeLists.txt (modified) * code/branches/physics/src/bullet/BulletCollision/CMakeLists.txt (modified) * code/branches/physics/src/bullet/BulletDynamics/CMakeLists.txt (modified) * code/branches/physics/src/bullet/BulletSoftBody/CMakeLists.txt (modified) * code/branches/physics/src/bullet/LinearMath/CMakeLists.txt (modified) * code/branches/physics/src/orxonox/CMakeLists.txt (modified) * code/branches/physics/src/orxonox/objects/HelloBullet.cc (modified) * code/branches/physics/src/orxonox/objects/HelloBullet.h (modified) BulletEngine: Box with gravity, no compile error every thing works ... Wed, 29 Oct 2008 14:57:16 GMT dsommer [2055] * code/branches/pickups/src/orxonox/objects/pickup/ShipEquipmentClasses.cc (added) * code/branches/pickups/src/orxonox/objects/pickup/ShipEquipmentClasses.h (modified) * code/branches/pickups/src/orxonox/objects/pickup/ShipItem.cc (modified) * code/branches/pickups/src/orxonox/objects/pickup/ShipItem.h (modified) Added checkifvalid, checkifslot and additem functions Wed, 29 Oct 2008 14:45:22 GMT adrfried [2054] * code/branches/buildsystem/cmake/CheckTardis.cmake (modified) * code/branches/buildsystem/cmake/FindALUT.cmake (modified) * code/branches/buildsystem/cmake/FindENet.cmake (modified) * code/branches/buildsystem/src/CMakeLists.txt (modified) * code/branches/buildsystem/src/network/CMakeLists.txt (modified) FindALUT and FindENet cleaned up Wed, 29 Oct 2008 14:39:35 GMT runom [2053] * code/branches/lod/bin/def_keybindings.ini (modified) * code/branches/lod/src/core/XMLPort.h (modified) * code/branches/lod/src/core/input/InputManager.cc (modified) * code/branches/lod/src/orxonox/CMakeLists.txt (modified) * code/branches/lod/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/lod/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/lod/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/lod/src/orxonox/objects/Planet.cc (added) * code/branches/lod/src/orxonox/objects/Planet.h (added) * code/branches/lod/src/util/OrxonoxPlatform.h (modified) Added planets class Wed, 29 Oct 2008 14:21:09 GMT scheusso [2052] * code/branches/network/src/network/CMakeLists.txt (modified) * code/branches/network/src/network/TrafficControl.cc (added) * code/branches/network/src/network/TrafficControl.h (added) add TrafficControl Class template for christian Wed, 29 Oct 2008 13:55:04 GMT scheusso [2051] * code/branches/network (copied) create the new network branch from the OH branch Wed, 29 Oct 2008 13:54:27 GMT scheusso [2050] * code/branches/network (deleted) delete network branch (no changes here) Wed, 29 Oct 2008 13:40:02 GMT polakma [2049] * code/branches/weapon/src/orxonox/CMakeLists.txt (modified) * code/branches/weapon/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/weapon/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/weapon/src/orxonox/objects/WeaponSystem.cc (added) * code/branches/weapon/src/orxonox/objects/WeaponSystem.h (added) * code/branches/weapon/src/orxonox/objects/weaponSystem (added) * code/branches/weapon/src/orxonox/objects/weaponSystem/Munition.cc (added) * code/branches/weapon/src/orxonox/objects/weaponSystem/Munition.h (added) * code/branches/weapon/src/orxonox/objects/weaponSystem/Weapon.cc (added) * code/branches/weapon/src/orxonox/objects/weaponSystem/Weapon.h (added) * code/branches/weapon/src/orxonox/objects/weaponSystem/WeaponSet.cc (added) * code/branches/weapon/src/orxonox/objects/weaponSystem/WeaponSet.h (added) * code/branches/weapon/src/orxonox/objects/weaponSystem/WeaponSlot.cc (added) * code/branches/weapon/src/orxonox/objects/weaponSystem/WeaponSlot.h (added) * code/branches/weapon/src/orxonox/objects/weaponSystem/munitions (added) * code/branches/weapon/src/orxonox/objects/weaponSystem/munitions/LaserGunMunition.cc (added) * code/branches/weapon/src/orxonox/objects/weaponSystem/munitions/LaserGunMunition.h (added) * code/branches/weapon/src/orxonox/objects/weaponSystem/weapons (added) * code/branches/weapon/src/orxonox/objects/weaponSystem/weapons/LaserGun.cc (added) * code/branches/weapon/src/orxonox/objects/weaponSystem/weapons/LaserGun.h (added) * code/branches/weapon/src/orxonox/objects/weaponSystem/weapons/Missile.cc (added) * code/branches/weapon/src/orxonox/objects/weaponSystem/weapons/Missile.h (added) Objekte erstellt. Wed, 29 Oct 2008 13:16:15 GMT scheusso [2048] * code/branches/objecthierarchy/src/network/Server.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) network tick limit works now Wed, 29 Oct 2008 12:09:31 GMT martisty [2047] * code/branches/physics/src/orxonox/objects/HelloBullet.cc (modified) compile error Wed, 29 Oct 2008 10:55:37 GMT rgrieder [2046] * code/branches/objecthierarchy/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * 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/debug/DebugFPSText.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/debug/DebugRTRText.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDRadar.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/HUDSpeedBar.cc (modified) Changed initialisation of overlay classes to the new convention. The ... Wed, 29 Oct 2008 10:44:27 GMT rgrieder [2045] * code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj (modified) updated msvc project files to test something.. Wed, 29 Oct 2008 10:37:19 GMT landauf [2044] * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Scene.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Backlight.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Billboard.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Billboard.h (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/BlinkingBillboard.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/BlinkingBillboard.h (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Light.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Light.h (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Model.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ParticleSpawner.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 (deleted) * code/branches/objecthierarchy/src/orxonox/tools/Light.h (deleted) added some new graphical classes 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. Wed, 29 Oct 2008 02:26:55 GMT landauf [2042] * code/branches/objecthierarchy/bin/def_keybindings.ini (modified) * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/OrxonoxPrereqs.h (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/infos/HumanPlayer.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/CameraPosition.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/CameraPosition.h (added) * 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/WorldEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.cc (modified) added camerapositions Tue, 28 Oct 2008 23:48:11 GMT landauf [2041] * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/packet/Gamestate.cc (modified) * code/branches/objecthierarchy/src/orxonox/LevelManager.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/infos/HumanPlayer.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/pawns/SpaceShip.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Spectator.h (modified) bugs-- network++ endurance-- tiredness++ but it still doesn't ... Tue, 28 Oct 2008 22:53:13 GMT rgrieder [2040] * code/branches/objecthierarchy/src/core/Template.cc (modified) * code/branches/objecthierarchy/src/core/Template.h (modified) * code/branches/objecthierarchy/src/lua/COPYRIGHT (modified) * code/branches/objecthierarchy/src/lua/README (modified) * code/branches/objecthierarchy/src/network/ChatListener.cc (modified) * code/branches/objecthierarchy/src/network/ChatListener.h (modified) * code/branches/objecthierarchy/src/orxonox/LevelManager.cc (modified) * code/branches/objecthierarchy/src/orxonox/LevelManager.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Scene.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Scene.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 (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/HumanPlayer.h (modified) * 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 (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/SpawnPoint.h (modified) * 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/Pawn.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/SpaceShip.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/hud/ChatOverlay.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.h (modified) * code/branches/objecthierarchy/src/tolua/lua/array.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/basic.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/class.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/clean.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/code.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/compat-5.1.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/compat.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/container.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/custom.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/custom_hide.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/declaration.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/define.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/doit.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/enumerate.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/feature.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/function.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/module.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/namespace.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/operator.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/package.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/typedef.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/variable.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/verbatim.lua (modified) * code/branches/objecthierarchy/visual_studio/vc8/audio.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/audio.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/base.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/ceguilua.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/ceguilua.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/core.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/core.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/cpptcl.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/cpptcl.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/debug.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/directories.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/lua.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/lua.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/lua_static.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/lua_static.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/network.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/network.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/ois.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/ois.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj.user (modified) * code/branches/objecthierarchy/visual_studio/vc8/orxonox.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/orxonox_vc8.sln (modified) * code/branches/objecthierarchy/visual_studio/vc8/release.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/tinyxml.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/tinyxml.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/tolua.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/tolua.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/tolua_static.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/tolua_static.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/toluagen.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/toluagen.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/toluagen_orxonox.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/toluagen_orxonox.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/util.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/util.vsprops (modified) reverted those svn:eol-style "native" properties: Tomorrow then. Tue, 28 Oct 2008 22:48:08 GMT rgrieder [2039] * code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj (modified) updated msvc orxonox project. Tue, 28 Oct 2008 22:33:19 GMT rgrieder [2038] * code/branches/core3 (deleted) * code/branches/gui (deleted) Removed merged branches core3 and gui. Tue, 28 Oct 2008 22:07:49 GMT rgrieder [2037] * code/branches/objecthierarchy/src/core/Template.cc (modified) * code/branches/objecthierarchy/src/core/Template.h (modified) * code/branches/objecthierarchy/src/lua/COPYRIGHT (modified) * code/branches/objecthierarchy/src/lua/README (modified) * code/branches/objecthierarchy/src/network/ChatListener.cc (modified) * code/branches/objecthierarchy/src/network/ChatListener.h (modified) * code/branches/objecthierarchy/src/orxonox/LevelManager.cc (modified) * code/branches/objecthierarchy/src/orxonox/LevelManager.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Scene.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Scene.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 (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/HumanPlayer.h (modified) * 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 (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/SpawnPoint.h (modified) * 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/Pawn.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/SpaceShip.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/hud/ChatOverlay.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.h (modified) * code/branches/objecthierarchy/src/tolua/lua/array.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/basic.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/class.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/clean.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/code.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/compat-5.1.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/compat.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/container.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/custom.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/custom_hide.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/declaration.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/define.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/doit.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/enumerate.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/feature.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/function.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/module.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/namespace.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/operator.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/package.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/typedef.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/variable.lua (modified) * code/branches/objecthierarchy/src/tolua/lua/verbatim.lua (modified) * code/branches/objecthierarchy/visual_studio/vc8/audio.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/audio.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/base.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/ceguilua.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/ceguilua.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/core.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/core.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/cpptcl.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/cpptcl.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/debug.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/directories.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/lua.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/lua.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/lua_static.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/lua_static.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/network.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/network.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/ois.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/ois.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj.user (modified) * code/branches/objecthierarchy/visual_studio/vc8/orxonox.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/orxonox_vc8.sln (modified) * code/branches/objecthierarchy/visual_studio/vc8/release.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/tinyxml.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/tinyxml.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/tolua.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/tolua.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/tolua_static.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/tolua_static.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/toluagen.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/toluagen.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/toluagen_orxonox.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/toluagen_orxonox.vsprops (modified) * code/branches/objecthierarchy/visual_studio/vc8/util.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/util.vsprops (modified) added svn:eol-style "native" to all text files. Tue, 28 Oct 2008 21:55:49 GMT rgrieder [2036] * code/branches/overlay/bin/def_keybindings.ini (modified) * code/branches/overlay/init/common/def_keybindings.ini (modified) * code/branches/overlay/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/overlay/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/overlay/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/overlay/src/orxonox/overlays/OverlayText.cc (modified) * code/branches/overlay/src/orxonox/overlays/OverlayText.h (modified) * code/branches/overlay/src/orxonox/overlays/debug/DebugFPSText.cc (modified) * code/branches/overlay/src/orxonox/overlays/debug/DebugRTRText.cc (modified) * code/branches/overlay/src/orxonox/overlays/stats (added) * code/branches/overlay/src/orxonox/overlays/stats/StatsTest.cc (added) * code/branches/overlay/src/orxonox/overlays/stats/StatsTest.h (added) * code/branches/overlay/visual_studio/vc8/orxonox.vcproj (modified) Added minimal test files for a statistics overlay. Tue, 28 Oct 2008 21:52:12 GMT scheusso [2035] * code/branches/objecthierarchy/src/network/GamestateManager.cc (modified) * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/packet/Gamestate.cc (modified) objects with non-existing creator (on client-side) get ignored now Tue, 28 Oct 2008 21:34:45 GMT landauf [2034] * code/branches/objecthierarchy/src/core/CoreIncludes.h (modified) * code/branches/objecthierarchy/src/network/GamestateManager.cc (modified) * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/Synchronisable.h (modified) * code/branches/objecthierarchy/src/network/packet/Gamestate.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Scene.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Test.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/Info.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/SpawnPoint.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/objecthierarchy/src/util/Debug.h (modified) Synchronisable translates creator <-> creatorID Tue, 28 Oct 2008 20:50:58 GMT scheusso [2033] * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Scene.cc (modified) some minor bugs fixed Tue, 28 Oct 2008 20:26:23 GMT landauf [2032] * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/Level.cc (modified) a small change to test something 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:44:52 GMT rgrieder [2030] * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/CameraHandler.cc (moved) * code/branches/objecthierarchy/src/orxonox/CameraHandler.h (moved) * code/branches/objecthierarchy/src/orxonox/Main.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/objecthierarchy/src/util/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/util/SignalHandler.cc (moved) * code/branches/objecthierarchy/src/util/SignalHandler.h (moved) * code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/util.vcproj (modified) - Moved SignalHandler from orxonox to util - Moved CameraHandler ... 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 19:02:32 GMT scheusso [2028] * code/branches/objecthierarchy/TODO (modified) * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/Synchronisable.h (modified) * code/branches/objecthierarchy/updateMedia.sh (modified) updated updateMedia script updated TODO file we are able to ... 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 Tue, 28 Oct 2008 14:06:23 GMT landauf [2026] * code/branches/objecthierarchy/src/core/LuaBind.cc (modified) * code/branches/objecthierarchy/src/core/LuaBind.h (modified) * code/branches/objecthierarchy/src/orxonox/Settings.cc (modified) lua include is now looking for files in the media directory Tue, 28 Oct 2008 08:36:20 GMT rgrieder [2025] * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) Removed something we better never mention again... ;) Tue, 28 Oct 2008 02:05:17 GMT landauf [2024] * code/branches/objecthierarchy/src/core/CommandEvaluation.cc (modified) * code/branches/objecthierarchy/src/core/Identifier.h (modified) * code/branches/objecthierarchy/src/core/Template.cc (modified) * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/objects/Scene.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/controllers/HumanController.cc (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/worldentities/ControllableEntity.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/SpawnPoint.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/SpawnPoint.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Pawn.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Pawn.h (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (added) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/SpaceShip.h (added) * 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/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) added spaceship Mon, 27 Oct 2008 21:56:51 GMT rgrieder [2023] * code/branches/objecthierarchy/src/orxonox/GraphicsEngine.cc (modified) * code/branches/objecthierarchy/src/orxonox/GraphicsEngine.h (modified) * code/branches/objecthierarchy/src/orxonox/LevelManager.cc (modified) * code/branches/objecthierarchy/src/orxonox/LevelManager.h (modified) * code/branches/objecthierarchy/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSClient.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSDedicated.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSIOConsole.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSServer.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSServer.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSStandalone.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSStandalone.h (modified) * code/branches/objecthierarchy/src/orxonox/gui/GUIManager.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/CameraHandler.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/CameraHandler.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/Scene.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/objecthierarchy/src/orxonox/overlays/console/InGameConsole.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/BillboardSet.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/Light.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/Mesh.cc (modified) - Added support for dedicated server. Could not network test it yet, ... 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. Mon, 27 Oct 2008 10:44:20 GMT rgrieder [2020] * code/branches/objecthierarchy/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/branches/objecthierarchy/src/util/String.cc (modified) * code/branches/objecthierarchy/src/util/String.h (modified) * code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj (modified) - Updated msvc files - Changed iterator to const_iterator for stl ... 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 ... Sun, 26 Oct 2008 11:52:09 GMT rgrieder [2018] * code/branches/objecthierarchy/visual_studio/vc8/directories.vsprops (modified) Unintentionally committed my library directory. reverting.. Sun, 26 Oct 2008 11:46:44 GMT rgrieder [2017] * code/branches/objecthierarchy/src/util/Convert.h (modified) * code/branches/objecthierarchy/visual_studio/vc8/directories.vsprops (modified) Changed conversion_cast<>() to omni_cast<>() and added support for ... Sat, 25 Oct 2008 23:54:15 GMT rgrieder [2016] * code/branches/objecthierarchy/src/util (modified) * code/branches/objecthierarchy/src/util/Convert.h (modified) * code/branches/objecthierarchy/src/util/Math.cc (modified) * code/branches/objecthierarchy/src/util/MathConvert.h (copied) * code/branches/objecthierarchy/src/util/MultiTypeValue.h (modified) * code/branches/objecthierarchy/visual_studio/vc8/util.vcproj (modified) Merged the changes in Convert.h from core3 branch back. If it ... Sat, 25 Oct 2008 22:46:41 GMT rgrieder [2015] * code/branches/core3/src/util/Convert.h (modified) Reverted changes made for the test. Going to merge now.. Sat, 25 Oct 2008 22:35:58 GMT rgrieder [2014] * code/branches/core3/src/orxonox/Orxonox.cc (modified) * code/branches/core3/src/orxonox/convert_test.cc (added) * code/branches/core3/src/util/Convert.h (modified) * code/branches/core3/src/util/MathConvert.h (modified) * code/branches/core3/visual_studio/audio_properties.vsprops (modified) * code/branches/core3/visual_studio/base_properties.vsprops (modified) * code/branches/core3/visual_studio/core_properties.vsprops (modified) * code/branches/core3/visual_studio/orxonox_properties.vsprops (modified) Added convert test for gcc. Sat, 25 Oct 2008 19:50:26 GMT rgrieder [2013] * code/branches/objecthierarchy/init/common/def_keybindings.ini (modified) * code/branches/objecthierarchy/src/core/ArgumentCompletionFunctions.cc (modified) * code/branches/objecthierarchy/src/core/Template.cc (modified) * code/branches/objecthierarchy/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSIOConsole.cc (modified) * code/branches/objecthierarchy/src/orxonox/gui/OgreCEGUIRenderer.cpp (modified) * code/branches/objecthierarchy/src/orxonox/gui/OgreCEGUIResourceProvider.cpp (modified) * code/branches/objecthierarchy/src/orxonox/gui/OgreCEGUITexture.cpp (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/network.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/orxonox.vsprops (modified) tiny adjustments to various files. just came across certain things.. Sat, 25 Oct 2008 18:19:40 GMT landauf [2012] * code/branches/objecthierarchy/src/orxonox/CMakeLists.txt (modified) * code/branches/objecthierarchy/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/Level.cc (moved) * code/branches/objecthierarchy/src/orxonox/objects/infos/Level.h (moved) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.cc (modified) renamed LevelInfo as Level Sat, 25 Oct 2008 17:56:40 GMT scheusso [2011] * code/branches/objecthierarchy/TODO (modified) * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/Synchronisable.h (modified) * code/branches/objecthierarchy/src/orxonox/Settings.cc (modified) use the new media path now Sat, 25 Oct 2008 15:13:35 GMT landauf [2010] * code/branches/objecthierarchy/src/core/BaseObject.cc (modified) * code/branches/objecthierarchy/src/core/BaseObject.h (modified) * code/branches/objecthierarchy/src/core/CorePrereqs.h (modified) * code/branches/objecthierarchy/src/core/Loader.cc (modified) * code/branches/objecthierarchy/src/core/Loader.h (modified) * code/branches/objecthierarchy/src/core/XMLFile.h (moved) * code/branches/objecthierarchy/src/core/XMLPort.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSDedicated.h (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/LevelInfo.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/LevelInfo.h (modified) renamed Level to XMLFile Fri, 24 Oct 2008 14:00:00 GMT scheusso [2009] * code/branches/objecthierarchy/src/network/ClientInformation.cc (modified) * code/branches/objecthierarchy/src/network/ClientInformation.h (modified) * code/branches/objecthierarchy/src/network/Server.cc (modified) * code/branches/objecthierarchy/src/network/Server.h (modified) server is now able to deliver ping time and packet loss ratio for all ... Fri, 24 Oct 2008 13:45:44 GMT scheusso [2008] * code/branches/objecthierarchy/TODO (modified) juhuu rev 2008 ;) Fri, 24 Oct 2008 11:56:07 GMT rgrieder [2007] * code/branches/objecthierarchy/src/orxonox/gamestates/GSGraphics.cc (modified) Fixed the linux mouse movement bug. OIS has to warp the pointer to ... Fri, 24 Oct 2008 00:48:43 GMT landauf [2006] * code/branches/objecthierarchy/bin/def_keybindings.ini (modified) * code/branches/objecthierarchy/src/network/GamestateClient.h (modified) * code/branches/objecthierarchy/src/network/GamestateManager.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSLevel.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/gametypes/Gametype.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/gametypes/Gametype.h (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/LevelInfo.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/infos/LevelInfo.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/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/Spectator.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Spectator.h (modified) * code/branches/objecthierarchy/src/orxonox/overlays/hud/ChatOverlay.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/Mesh.cc (modified) * code/branches/objecthierarchy/src/orxonox/tools/Mesh.h (modified) many changes, can't remember everything, but these are the most ... Thu, 23 Oct 2008 23:08:58 GMT rgrieder [2005] * code/branches/objecthierarchy/src/core/CommandLine.h (modified) Minor changes in CommandLine. Thu, 23 Oct 2008 22:58:49 GMT rgrieder [2004] * code/branches/objecthierarchy/src/core/input/KeyBinder.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSClient.cc (modified) fixed a warning in KeyBinder.cc and an error when converting a ... Thu, 23 Oct 2008 22:43:13 GMT rgrieder [2003] * code/branches/objecthierarchy/src/core/CommandLine.cc (modified) * code/branches/objecthierarchy/src/core/CommandLine.h (modified) * code/branches/objecthierarchy/src/core/CorePrereqs.h (modified) * code/branches/objecthierarchy/src/core/RootGameState.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/objecthierarchy/src/orxonox/gamestates/GSServer.cc (modified) Simplified CommandLineArgument by using the new MultiType. That also ... Thu, 23 Oct 2008 22:37:54 GMT rgrieder [2002] * code/branches/objecthierarchy/src/util/Math.h (modified) * code/branches/objecthierarchy/src/util/MultiType.cc (modified) * code/branches/objecthierarchy/src/util/MultiType.h (modified) * code/branches/objecthierarchy/src/util/MultiTypeValue.h (modified) - Added zeroise() function hat returns a zero value of any math ... Wed, 22 Oct 2008 22:15:09 GMT rgrieder [2001] * code/branches/objecthierarchy/src/core/ConsoleCommand.cc (modified) * code/branches/objecthierarchy/src/core/ConsoleCommand.h (modified) * code/branches/objecthierarchy/src/core/input/Button.cc (modified) * code/branches/objecthierarchy/src/core/input/HalfAxis.h (modified) * code/branches/objecthierarchy/src/core/input/InputCommands.cc (modified) * code/branches/objecthierarchy/src/core/input/InputCommands.h (modified) * code/branches/objecthierarchy/src/core/input/KeyBinder.cc (modified) * code/branches/objecthierarchy/src/core/input/KeyBinder.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/worldentities/pawns/Spectator.cc (modified) - Fixed issue with relative mouse movements. - Fixed bug when ... Wed, 22 Oct 2008 20:30:59 GMT dsommer [2000] * code/branches/pickups/src/orxonox/objects/pickup/ShipEquipment.h (added) * code/branches/pickups/src/orxonox/objects/pickup/ShipItem.h (modified) Adding Subclasses to ShipItem.h Wed, 22 Oct 2008 15:05:23 GMT adrfried [1999] * code/branches/buildsystem/CMakeLists.txt (modified) * code/branches/buildsystem/cmake/CheckTardis.cmake (modified) * code/branches/buildsystem/cmake/FindENet.cmake (modified) * code/branches/buildsystem/cmake/FindOpenAL.cmake (deleted) * code/branches/buildsystem/cmake/FindPkgConfig.cmake (deleted) * code/branches/buildsystem/cmake/FindTCL.cmake (deleted) * code/branches/buildsystem/cmake/FindZLIB.cmake (deleted) works on tardis again, finally Wed, 22 Oct 2008 14:53:49 GMT dsommer [1998] * code/branches/pickups/src/orxonox/objects/pickup/ShipEquipmentClasses.h (added) * code/branches/pickups/src/orxonox/objects/pickup/ShipItem.cc (added) * code/branches/pickups/src/orxonox/objects/pickup/ShipItem.h (added) * code/branches/pickups/src/orxonox/objects/pickup/Usable (added) Pickups Basics Wed, 22 Oct 2008 14:50:19 GMT dsommer [1997] * code/branches/pickups/src/orxonox/objects/pickup (added) added pickup folder 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. Wed, 22 Oct 2008 13:56:31 GMT martisty [1995] * code/branches/physics/src/CMakeLists.txt (modified) * code/branches/physics/src/bullet/CMakeLists.txt (modified) * code/branches/physics/src/ogrebullet/CMakeLists.txt (modified) * code/branches/physics/src/orxonox/CMakeLists.txt (modified) * code/branches/physics/src/orxonox/objects/HelloBullet.cc (added) * code/branches/physics/src/orxonox/objects/HelloBullet.h (added) Corrected CMLs in bullet, ogrebullet and global include directories. ... Wed, 22 Oct 2008 09:28:35 GMT rgrieder [1994] * code/branches/objecthierarchy/init/common/def_keybindings.ini (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/worldentities/pawns/Spectator.cc (modified) * code/branches/objecthierarchy/visual_studio/vc8/core.vcproj (modified) * code/branches/objecthierarchy/visual_studio/vc8/orxonox.vcproj (modified) updated msvc files. 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 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 ... Tue, 21 Oct 2008 21:21:19 GMT adrfried [1991] * code/branches/buildsystem/cmake/CheckTardis.cmake (modified) * code/branches/buildsystem/cmake/FindALUT.cmake (modified) Tardis hacks for ALUT removed Tue, 21 Oct 2008 15:53:09 GMT scheusso [1990] * code/branches/objecthierarchy/src/network/ClientInformation.cc (modified) * code/branches/objecthierarchy/src/network/GamestateClient.cc (modified) * code/branches/objecthierarchy/src/network/GamestateClient.h (modified) * code/branches/objecthierarchy/src/network/GamestateHandler.h (modified) * code/branches/objecthierarchy/src/network/GamestateManager.cc (modified) * code/branches/objecthierarchy/src/network/GamestateManager.h (modified) * code/branches/objecthierarchy/src/network/Synchronisable.cc (modified) * code/branches/objecthierarchy/src/network/Synchronisable.h (modified) * code/branches/objecthierarchy/src/network/packet/Gamestate.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Test.cc (modified) * code/branches/objecthierarchy/src/orxonox/objects/Test.h (modified) - some adjustments in client handling (we use unsigned int as id now ... 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 ... Mon, 20 Oct 2008 19:08:00 GMT rgrieder [1988] * code/branches/physics/src/ogrebullet/CMakeLists.txt (modified) * code/branches/physics/src/ogrebullet/Collisions/CMakeLists.txt (modified) * code/branches/physics/src/ogrebullet/Dynamics/CMakeLists.txt (modified) * code/branches/physics/src/orxonox/CMakeLists.txt (modified) Tardis compiles both Bullet and OgreBullet completely. However there ... Mon, 20 Oct 2008 18:59:28 GMT rgrieder [1987] * code/branches/physics/visual_studio/vc8/network.vsprops (modified) * code/branches/physics/visual_studio/vc8/ogrebullet_collisions.vcproj (modified) * code/branches/physics/visual_studio/vc8/ogrebullet_collisions.vsprops (modified) * code/branches/physics/visual_studio/vc8/ogrebullet_dynamics.vcproj (modified) * code/branches/physics/visual_studio/vc8/ogrebullet_dynamics.vsprops (modified) * code/branches/physics/visual_studio/vc8/ogreode.vcproj (modified) * code/branches/physics/visual_studio/vc8/orxonox.vcproj (modified) * code/branches/physics/visual_studio/vc8/orxonox_vc8.sln (modified) Smaller fixes. Should be ok now for msvc. Mon, 20 Oct 2008 18:37:38 GMT rgrieder [1986] * code/branches/physics/visual_studio/vc8/base.vsprops (modified) * code/branches/physics/visual_studio/vc8/bullet.vsprops (added) * code/branches/physics/visual_studio/vc8/bullet_collision.vcproj (added) * code/branches/physics/visual_studio/vc8/bullet_dynamics.vcproj (added) * code/branches/physics/visual_studio/vc8/bullet_linearmath.vcproj (added) * code/branches/physics/visual_studio/vc8/bullet_softbody.vcproj (added) * code/branches/physics/visual_studio/vc8/ogrebullet_collisions.vcproj (added) * code/branches/physics/visual_studio/vc8/ogrebullet_collisions.vsprops (added) * code/branches/physics/visual_studio/vc8/ogrebullet_dynamics.vcproj (added) * code/branches/physics/visual_studio/vc8/ogrebullet_dynamics.vsprops (added) * code/branches/physics/visual_studio/vc8/orxonox.vsprops (modified) * code/branches/physics/visual_studio/vc8/orxonox_vc8.sln (modified) updated msvc files to build Bullet and OgreBullet. Mon, 20 Oct 2008 17:43:48 GMT rgrieder [1985] * code/branches/physics/src/ogrebullet/CMakeLists.txt (modified) * code/branches/physics/src/ogrebullet/Collisions/CMakeLists.txt (added) * code/branches/physics/src/ogrebullet/Collisions/Debug (added) * code/branches/physics/src/ogrebullet/Collisions/Debug/OgreBulletCollisionsDebugContact.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/Debug/OgreBulletCollisionsDebugContact.h (added) * code/branches/physics/src/ogrebullet/Collisions/Debug/OgreBulletCollisionsDebugDrawer.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/Debug/OgreBulletCollisionsDebugDrawer.h (added) * code/branches/physics/src/ogrebullet/Collisions/Debug/OgreBulletCollisionsDebugLines.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/Debug/OgreBulletCollisionsDebugLines.h (added) * code/branches/physics/src/ogrebullet/Collisions/Debug/OgreBulletCollisionsDebugShape.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/Debug/OgreBulletCollisionsDebugShape.h (added) * code/branches/physics/src/ogrebullet/Collisions/OgreBulletCollisions.h (added) * code/branches/physics/src/ogrebullet/Collisions/OgreBulletCollisionsObject.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/OgreBulletCollisionsObject.h (added) * code/branches/physics/src/ogrebullet/Collisions/OgreBulletCollisionsObjectState.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/OgreBulletCollisionsObjectState.h (added) * code/branches/physics/src/ogrebullet/Collisions/OgreBulletCollisionsPreRequisites.h (added) * code/branches/physics/src/ogrebullet/Collisions/OgreBulletCollisionsPrecompiled.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/OgreBulletCollisionsRay.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/OgreBulletCollisionsRay.h (added) * code/branches/physics/src/ogrebullet/Collisions/OgreBulletCollisionsShape.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/OgreBulletCollisionsShape.h (added) * code/branches/physics/src/ogrebullet/Collisions/OgreBulletCollisionsWorld.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/OgreBulletCollisionsWorld.h (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsBoxShape.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsBoxShape.h (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsCapsuleShape.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsCapsuleShape.h (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsCompoundShape.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsCompoundShape.h (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsConeShape.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsConeShape.h (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsConvexHullShape.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsConvexHullShape.h (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsCylinderShape.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsCylinderShape.h (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsGImpactShape.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsGImpactShape.h (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsMinkowskiSumShape.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsMinkowskiSumShape.h (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsMultiSphereShape.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsMultiSphereShape.h (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsSphereShape.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsSphereShape.h (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsStaticPlaneShape.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsStaticPlaneShape.h (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsTerrainShape.h (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsTriangleShape.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsTriangleShape.h (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsTrimeshShape.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/Shapes/OgreBulletCollisionsTrimeshShape.h (added) * code/branches/physics/src/ogrebullet/Collisions/Utils (added) * code/branches/physics/src/ogrebullet/Collisions/Utils/OgreBulletCollisionsMeshToShapeConverter.cpp (added) * code/branches/physics/src/ogrebullet/Collisions/Utils/OgreBulletCollisionsMeshToShapeConverter.h (added) * code/branches/physics/src/ogrebullet/Collisions/Utils/OgreBulletConverter.h (added) * code/branches/physics/src/ogrebullet/Constraints (deleted) * code/branches/physics/src/ogrebullet/Debug (deleted) * code/branches/physics/src/ogrebullet/Dynamics/CMakeLists.txt (added) * code/branches/physics/src/ogrebullet/Dynamics/Constraints (added) * code/branches/physics/src/ogrebullet/Dynamics/Constraints/OgreBulletDynamics6DofConstraint.cpp (added) * code/branches/physics/src/ogrebullet/Dynamics/Constraints/OgreBulletDynamics6DofConstraint.h (added) * code/branches/physics/src/ogrebullet/Dynamics/Constraints/OgreBulletDynamicsConeTwistConstraint.cpp (added) * code/branches/physics/src/ogrebullet/Dynamics/Constraints/OgreBulletDynamicsConeTwistConstraint.h (added) * code/branches/physics/src/ogrebullet/Dynamics/Constraints/OgreBulletDynamicsHingeConstraint.cpp (added) * code/branches/physics/src/ogrebullet/Dynamics/Constraints/OgreBulletDynamicsHingeConstraint.h (added) * code/branches/physics/src/ogrebullet/Dynamics/Constraints/OgreBulletDynamicsPoint2pointConstraint.cpp (added) * code/branches/physics/src/ogrebullet/Dynamics/Constraints/OgreBulletDynamicsPoint2pointConstraint.h (added) * code/branches/physics/src/ogrebullet/Dynamics/Constraints/OgreBulletDynamicsRaycastVehicle.cpp (added) * code/branches/physics/src/ogrebullet/Dynamics/Constraints/OgreBulletDynamicsRaycastVehicle.h (added) * code/branches/physics/src/ogrebullet/Dynamics/OgreBulletDynamics.h (added) * code/branches/physics/src/ogrebullet/Dynamics/OgreBulletDynamicsConstraint.cpp (added) * code/branches/physics/src/ogrebullet/Dynamics/OgreBulletDynamicsConstraint.h (added) * code/branches/physics/src/ogrebullet/Dynamics/OgreBulletDynamicsObjectState.cpp (added) * code/branches/physics/src/ogrebullet/Dynamics/OgreBulletDynamicsObjectState.h (added) * code/branches/physics/src/ogrebullet/Dynamics/OgreBulletDynamicsPreRequisites.h (added) * code/branches/physics/src/ogrebullet/Dynamics/OgreBulletDynamicsPrecompiled.cpp (added) * code/branches/physics/src/ogrebullet/Dynamics/OgreBulletDynamicsRigidBody.cpp (added) * code/branches/physics/src/ogrebullet/Dynamics/OgreBulletDynamicsRigidBody.h (added) * code/branches/physics/src/ogrebullet/Dynamics/OgreBulletDynamicsWorld.cpp (added) * code/branches/physics/src/ogrebullet/Dynamics/OgreBulletDynamicsWorld.h (added) * code/branches/physics/src/ogrebullet/Dynamics/Prefab (added) * code/branches/physics/src/ogrebullet/Dynamics/Prefab/OgreBulletDynamicsRagDoll.cpp (added) * code/branches/physics/src/ogrebullet/Dynamics/Prefab/OgreBulletDynamicsRagDoll.h (added) * code/branches/physics/src/ogrebullet/OgreBulletCollisions.h (deleted) * code/branches/physics/src/ogrebullet/OgreBulletCollisionsObject.cpp (deleted) * code/branches/physics/src/ogrebullet/OgreBulletCollisionsObject.h (deleted) * code/branches/physics/src/ogrebullet/OgreBulletCollisionsObjectState.cpp (deleted) * code/branches/physics/src/ogrebullet/OgreBulletCollisionsObjectState.h (deleted) * code/branches/physics/src/ogrebullet/OgreBulletCollisionsPreRequisites.h (deleted) * code/branches/physics/src/ogrebullet/OgreBulletCollisionsPrecompiled.cpp (deleted) * code/branches/physics/src/ogrebullet/OgreBulletCollisionsRay.cpp (deleted) * code/branches/physics/src/ogrebullet/OgreBulletCollisionsRay.h (deleted) * code/branches/physics/src/ogrebullet/OgreBulletCollisionsShape.cpp (deleted) * code/branches/physics/src/ogrebullet/OgreBulletCollisionsShape.h (deleted) * code/branches/physics/src/ogrebullet/OgreBulletCollisionsWorld.cpp (deleted) * code/branches/physics/src/ogrebullet/OgreBulletCollisionsWorld.h (deleted) * code/branches/physics/src/ogrebullet/OgreBulletDynamics.h (deleted) * code/branches/physics/src/ogrebullet/OgreBulletDynamicsConstraint.cpp (deleted) * code/branches/physics/src/ogrebullet/OgreBulletDynamicsConstraint.h (deleted) * code/branches/physics/src/ogrebullet/OgreBulletDynamicsObjectState.cpp (deleted) * code/branches/physics/src/ogrebullet/OgreBulletDynamicsObjectState.h (deleted) * code/branches/physics/src/ogrebullet/OgreBulletDynamicsPreRequisites.h (deleted) * code/branches/physics/src/ogrebullet/OgreBulletDynamicsPrecompiled.cpp (deleted) * code/branches/physics/src/ogrebullet/OgreBulletDynamicsRigidBody.cpp (deleted) * code/branches/physics/src/ogrebullet/OgreBulletDynamicsRigidBody.h (deleted) * code/branches/physics/src/ogrebullet/OgreBulletDynamicsWorld.cpp (deleted) * code/branches/physics/src/ogrebullet/OgreBulletDynamicsWorld.h (deleted) * code/branches/physics/src/ogrebullet/Prefab (deleted) * code/branches/physics/src/ogrebullet/Shapes (deleted) * code/branches/physics/src/ogrebullet/Utils (deleted) Split up OgreBullet into Collisions and Dynamics as it was intended ... Mon, 20 Oct 2008 17:34:09 GMT rgrieder [1984] * code/branches/physics/src/ogrebullet/Collisions (added) * code/branches/physics/src/ogrebullet/Dynamics (added) Added folders to split OgreBullet. Mon, 20 Oct 2008 17:01:52 GMT rgrieder [1983] * code/branches/physics/src/bullet/BulletCollision/GIMPACT (moved) * code/branches/physics/src/bullet/CMakeLists.txt (modified) * code/branches/physics/src/bullet/LinearMath/CMakeLists.txt (modified) * code/branches/physics/src/ogrebullet/CMakeLists.txt (modified) Some minor adjustments to compile OgreBullet with CMake. Mon, 20 Oct 2008 15:54:18 GMT adrfried [1982] * code/branches/buildsystem/src/ceguilua-0.6.1/ceguilua/CEGUILua.cpp (modified) * code/branches/buildsystem/src/ceguilua-0.6.1/ceguilua/CEGUILua.h (modified) * code/branches/buildsystem/src/ceguilua-0.6.1/ceguilua/CEGUILuaFunctor.cpp (modified) * code/branches/buildsystem/src/ceguilua-0.6.1/ceguilua/lua_CEGUI.cpp (modified) ceguilua reverted to 0.6.1