# # ChangeLog for code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc # # Generated by Trac 1.0.9 # May 23, 2024, 6:32:15 PM Mon, 21 Dec 2009 12:18:36 GMT rgrieder [6387] * code/branches/presentation2/cmake/FindLua.cmake (modified) * code/branches/presentation2/cmake/FindPackageHandleAdvancedArgs.cmake (modified) * code/branches/presentation2/cmake/LibraryConfig.cmake (modified) * code/branches/presentation2/cmake/LibraryConfigApple.cmake (modified) * code/branches/presentation2/cmake/PrecompiledHeaderFiles.cmake (modified) * code/branches/presentation2/data/gui/layouts/PickupInventory.layout (modified) * code/branches/presentation2/data/gui/scripts/GUITools.lua (modified) * code/branches/presentation2/data/gui/scripts/InitialiseGUI.lua (modified) * code/branches/presentation2/data/gui/scripts/KeyBindMenu.lua (modified) * code/branches/presentation2/data/gui/scripts/PickupInventory.lua (modified) * code/branches/presentation2/data/gui/scripts/QuestGUI.lua (modified) * code/branches/presentation2/data/levels/empty_level.oxw (modified) * code/branches/presentation2/data/levels/events.oxw (modified) * code/branches/presentation2/data/levels/old/spaceshiptemplates_physics.oxw (modified) * code/branches/presentation2/data/levels/presentation09.oxw (modified) * code/branches/presentation2/data/levels/presentation09b.oxw (modified) * code/branches/presentation2/data/levels/presentationHS09.oxw (modified) * code/branches/presentation2/data/levels/presentation_dm.oxw (modified) * code/branches/presentation2/data/levels/questsystem2.oxw (modified) * code/branches/presentation2/data/levels/sound.oxw (modified) * code/branches/presentation2/data/levels/test_ghost.oxw (modified) * code/branches/presentation2/data/overlays/debug.oxo (modified) * code/branches/presentation2/data/overlays/stats.oxo (modified) * code/branches/presentation2/doc/api/CMakeLists.txt (modified) * code/branches/presentation2/src/external/ceguilua/CMakeLists.txt (modified) * code/branches/presentation2/src/external/ceguilua/ceguilua-0.5.0/CMakeLists.txt (modified) * code/branches/presentation2/src/libraries/core/BaseObject.cc (modified) * code/branches/presentation2/src/libraries/core/BaseObject.h (modified) * code/branches/presentation2/src/libraries/core/ConfigFileManager.cc (modified) * code/branches/presentation2/src/libraries/core/Event.cc (modified) * code/branches/presentation2/src/libraries/core/Event.h (modified) * code/branches/presentation2/src/libraries/core/EventIncludes.h (modified) * code/branches/presentation2/src/libraries/core/GUIManager.cc (modified) * code/branches/presentation2/src/libraries/core/OrxonoxClass.h (modified) * code/branches/presentation2/src/libraries/core/SmartPtr.h (modified) * code/branches/presentation2/src/libraries/core/Thread.cc (modified) * code/branches/presentation2/src/libraries/core/Thread.h (modified) * code/branches/presentation2/src/libraries/core/ThreadPool.cc (modified) * code/branches/presentation2/src/libraries/core/ThreadPool.h (modified) * code/branches/presentation2/src/libraries/core/WeakPtr.h (modified) * code/branches/presentation2/src/libraries/core/input/InputManager.h (modified) * code/branches/presentation2/src/libraries/core/input/InputPrereqs.h (modified) * code/branches/presentation2/src/libraries/core/input/InputState.cc (modified) * code/branches/presentation2/src/libraries/core/input/KeyBinder.cc (modified) * code/branches/presentation2/src/libraries/core/input/KeyBinder.h (modified) * code/branches/presentation2/src/libraries/core/input/KeyBinderManager.cc (modified) * code/branches/presentation2/src/libraries/network/Client.cc (modified) * code/branches/presentation2/src/libraries/network/ClientConnection.cc (modified) * code/branches/presentation2/src/libraries/network/ClientConnection.h (modified) * code/branches/presentation2/src/libraries/network/ClientConnectionListener.cc (modified) * code/branches/presentation2/src/libraries/network/ClientConnectionListener.h (modified) * code/branches/presentation2/src/libraries/network/ClientInformation.cc (modified) * code/branches/presentation2/src/libraries/network/Connection.cc (modified) * code/branches/presentation2/src/libraries/network/Connection.h (modified) * code/branches/presentation2/src/libraries/network/FunctionCallManager.cc (modified) * code/branches/presentation2/src/libraries/network/FunctionCallManager.h (modified) * code/branches/presentation2/src/libraries/network/GamestateClient.cc (modified) * code/branches/presentation2/src/libraries/network/GamestateHandler.cc (modified) * code/branches/presentation2/src/libraries/network/GamestateManager.cc (modified) * code/branches/presentation2/src/libraries/network/NetworkFunction.cc (modified) * code/branches/presentation2/src/libraries/network/NetworkFunction.h (modified) * code/branches/presentation2/src/libraries/network/Server.cc (modified) * code/branches/presentation2/src/libraries/network/Server.h (modified) * code/branches/presentation2/src/libraries/network/ServerConnection.cc (modified) * code/branches/presentation2/src/libraries/network/ServerConnection.h (modified) * code/branches/presentation2/src/libraries/network/TrafficControl.cc (modified) * code/branches/presentation2/src/libraries/network/TrafficControl.h (modified) * code/branches/presentation2/src/libraries/network/packet/Acknowledgement.cc (modified) * code/branches/presentation2/src/libraries/network/packet/Chat.cc (modified) * code/branches/presentation2/src/libraries/network/packet/ClassID.h (modified) * code/branches/presentation2/src/libraries/network/packet/DeleteObjects.cc (modified) * code/branches/presentation2/src/libraries/network/packet/FunctionCalls.cc (modified) * code/branches/presentation2/src/libraries/network/packet/FunctionIDs.cc (modified) * code/branches/presentation2/src/libraries/network/packet/FunctionIDs.h (modified) * code/branches/presentation2/src/libraries/network/packet/Gamestate.cc (modified) * code/branches/presentation2/src/libraries/network/packet/Packet.cc (modified) * code/branches/presentation2/src/libraries/network/synchronisable/NetworkCallback.h (modified) * code/branches/presentation2/src/libraries/network/synchronisable/NetworkCallbackManager.cc (modified) * code/branches/presentation2/src/libraries/network/synchronisable/NetworkCallbackManager.h (modified) * code/branches/presentation2/src/libraries/network/synchronisable/Synchronisable.cc (modified) * code/branches/presentation2/src/libraries/network/synchronisable/Synchronisable.h (modified) * code/branches/presentation2/src/libraries/network/synchronisable/SynchronisableVariable.h (modified) * code/branches/presentation2/src/libraries/tools/Timer.cc (modified) * code/branches/presentation2/src/libraries/tools/Timer.h (modified) * code/branches/presentation2/src/libraries/tools/interfaces/TimeFactorListener.h (modified) * code/branches/presentation2/src/libraries/tools/interfaces/ToolsInterfaceCompilation.cc (modified) * code/branches/presentation2/src/libraries/util/Clock.cc (modified) * code/branches/presentation2/src/libraries/util/Math.cc (modified) * code/branches/presentation2/src/libraries/util/MultiType.h (modified) * code/branches/presentation2/src/libraries/util/MultiTypeValue.h (modified) * code/branches/presentation2/src/libraries/util/Serialise.h (modified) * code/branches/presentation2/src/libraries/util/mbool.h (modified) * code/branches/presentation2/src/modules/objects/eventsystem/EventTarget.cc (modified) * code/branches/presentation2/src/modules/objects/eventsystem/EventTarget.h (modified) * code/branches/presentation2/src/modules/overlays/GUIOverlay.cc (modified) * code/branches/presentation2/src/modules/overlays/hud/UnderAttackHealthBar.cc (modified) * code/branches/presentation2/src/modules/overlays/stats/CreateLines.cc (modified) * code/branches/presentation2/src/modules/pong/Pong.cc (modified) * code/branches/presentation2/src/modules/pong/PongAI.cc (modified) * code/branches/presentation2/src/modules/pong/PongBall.cc (modified) * code/branches/presentation2/src/modules/questsystem/AddQuestHint.cc (modified) * code/branches/presentation2/src/modules/questsystem/AddReward.cc (modified) * code/branches/presentation2/src/modules/questsystem/ChangeQuestStatus.cc (modified) * code/branches/presentation2/src/modules/questsystem/CompleteQuest.cc (modified) * code/branches/presentation2/src/modules/questsystem/FailQuest.cc (modified) * code/branches/presentation2/src/modules/questsystem/GlobalQuest.cc (modified) * code/branches/presentation2/src/modules/questsystem/LocalQuest.cc (modified) * code/branches/presentation2/src/modules/questsystem/Quest.cc (modified) * code/branches/presentation2/src/modules/questsystem/QuestDescription.cc (modified) * code/branches/presentation2/src/modules/questsystem/QuestEffect.cc (modified) * code/branches/presentation2/src/modules/questsystem/QuestGUI.cc (modified) * code/branches/presentation2/src/modules/questsystem/QuestGUI.h (modified) * code/branches/presentation2/src/modules/questsystem/QuestGUINode.cc (modified) * code/branches/presentation2/src/modules/questsystem/QuestGUINode.h (modified) * code/branches/presentation2/src/modules/questsystem/QuestHint.cc (modified) * code/branches/presentation2/src/modules/questsystem/QuestItem.cc (modified) * code/branches/presentation2/src/modules/questsystem/QuestListener.cc (modified) * code/branches/presentation2/src/modules/questsystem/QuestNotification.cc (modified) * code/branches/presentation2/src/modules/questsystem/notifications/Notification.cc (modified) * code/branches/presentation2/src/modules/weapons/projectiles/LightningGunProjectile.cc (modified) * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.h (modified) * code/branches/presentation2/src/orxonox/MoodManager.cc (modified) * code/branches/presentation2/src/orxonox/PlayerManager.cc (modified) * code/branches/presentation2/src/orxonox/Scene.h (modified) * code/branches/presentation2/src/orxonox/Test.h (modified) * code/branches/presentation2/src/orxonox/controllers/ArtificialController.cc (modified) * code/branches/presentation2/src/orxonox/controllers/ArtificialController.h (modified) * code/branches/presentation2/src/orxonox/controllers/Controller.h (modified) * code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc (modified) * code/branches/presentation2/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/presentation2/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/presentation2/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/presentation2/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/presentation2/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/presentation2/src/orxonox/gametypes/Gametype.h (modified) * code/branches/presentation2/src/orxonox/infos/PlayerInfo.cc (modified) * code/branches/presentation2/src/orxonox/interfaces/Rewardable.h (modified) * code/branches/presentation2/src/orxonox/items/MultiStateEngine.h (modified) * code/branches/presentation2/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/presentation2/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/presentation2/src/orxonox/pickup/ModifierPickup.h (modified) * code/branches/presentation2/src/orxonox/pickup/UsableItem.cc (modified) * code/branches/presentation2/src/orxonox/sound/AmbientSound.cc (modified) * code/branches/presentation2/src/orxonox/sound/BaseSound.cc (modified) * code/branches/presentation2/src/orxonox/sound/SoundManager.cc (modified) * code/branches/presentation2/src/orxonox/sound/SoundManager.h (modified) * code/branches/presentation2/src/orxonox/sound/WorldSound.cc (modified) * code/branches/presentation2/src/orxonox/weaponsystem/WeaponMode.cc (modified) * code/branches/presentation2/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/presentation2/src/orxonox/worldentities/ControllableEntity.h (modified) * code/branches/presentation2/src/orxonox/worldentities/StaticEntity.cc (modified) * code/branches/presentation2/src/orxonox/worldentities/pawns/Pawn.cc (modified) * code/branches/presentation2/src/orxonox/worldentities/pawns/Pawn.h (modified) Found some non empty new lines. Sat, 19 Dec 2009 21:14:08 GMT rgrieder [6383] * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/presentation2/src/orxonox/sound/BaseSound.cc (modified) * code/branches/presentation2/src/orxonox/sound/SoundManager.cc (modified) * code/branches/presentation2/src/orxonox/sound/SoundManager.h (modified) Fixed a major sound issue: The state gets reset to 'Stopped' when the ... Fri, 18 Dec 2009 23:07:32 GMT rgrieder [6381] * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/presentation2/src/orxonox/Scene.cc (modified) * code/branches/presentation2/src/orxonox/items/MultiStateEngine.cc (modified) * code/branches/presentation2/src/orxonox/weaponsystem/WeaponMode.cc (modified) Copy&paste for dummies in Scene.cc (caused fire sound to be very ... Fri, 18 Dec 2009 11:48:19 GMT rgrieder [6378] * code/branches/presentation2/src/libraries/core/Game.cc (modified) * code/branches/presentation2/src/modules/overlays/hud/HUDNavigation.cc (modified) * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.h (modified) * code/branches/presentation2/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/presentation2/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/presentation2/src/orxonox/sound/SoundBuffer.cc (modified) * code/branches/presentation2/src/orxonox/sound/SoundBuffer.h (modified) * code/branches/presentation2/src/orxonox/sound/SoundManager.cc (modified) * code/branches/presentation2/src/orxonox/sound/SoundStreamer.cc (modified) * code/branches/presentation2/src/orxonox/sound/SoundStreamer.h (modified) Added missing includes (revealed only with PCH and compilations). Thu, 10 Dec 2009 19:56:48 GMT scheusso [6315] * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc (modified) fixed rocket on client (uninitialised values) Thu, 10 Dec 2009 07:49:33 GMT scheusso [6313] * code/branches/presentation2/src/libraries/core/GraphicsManager.cc (modified) * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/presentation2/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/presentation2/src/orxonox/items/MultiStateEngine.cc (modified) further network fixes changed screenshot format from jpeg to tiff ... Wed, 09 Dec 2009 15:54:20 GMT wirthmi [6295] * code/branches/presentation2/src/modules/weapons/projectiles/Projectile.cc (modified) * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/presentation2/src/orxonox/controllers/Controller.h (modified) * code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc (modified) * code/branches/presentation2/src/orxonox/controllers/NewHumanController.h (modified) * code/branches/presentation2/src/orxonox/worldentities/MovableEntity.cc (modified) * code/branches/presentation2/src/orxonox/worldentities/pawns/Pawn.cc (modified) * code/branches/presentation2/src/orxonox/worldentities/pawns/Pawn.h (modified) Changed a function call when hit from damage() to hit(). Pass through ... Wed, 09 Dec 2009 13:31:54 GMT youngk [6285] * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.h (modified) * code/branches/presentation2/src/modules/weapons/weaponmodes/RocketFire.cc (modified) * code/branches/presentation2/src/orxonox/sound/BaseSound.cc (modified) Launching sound of the Rocket plays normally now. Changed ... Tue, 08 Dec 2009 23:21:40 GMT youngk [6276] * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/presentation2/src/modules/weapons/weaponmodes/RocketFire.cc (modified) Adjusted two calls for differently named sound files. Fri, 04 Dec 2009 17:05:39 GMT youngk [6247] * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.h (modified) Implemented exhaust sound for rocket. Explosion sounds of any sort ... Thu, 03 Dec 2009 16:45:08 GMT cdaniel [6228] * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc (modified) Camera position is now closer to the Rocket (which is now a bit ... Thu, 26 Nov 2009 18:41:49 GMT landauf [6167] * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.h (modified) - you don't have to set the syncMode of the CameraPosition to 0x0, ... Sun, 22 Nov 2009 15:25:02 GMT rgrieder [6120] * code/branches/presentation2/cmake/PrecompiledHeaderFiles.cmake (modified) * code/branches/presentation2/cmake/SourceFileUtilities.cmake (modified) * code/branches/presentation2/data/overlays/stats.oxo (modified) * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/presentation2/src/orxonox/controllers/NewHumanController.h (modified) Found some tabs Sun, 22 Nov 2009 15:10:06 GMT rgrieder [6119] * code/branches/presentation2/bin/dedicatedClient.bat.in (modified) * code/branches/presentation2/bin/dedicatedClient.in (modified) * code/branches/presentation2/data/levels/events.oxw (modified) * code/branches/presentation2/data/levels/includes/weaponsettings_ghost.oxi (modified) * code/branches/presentation2/data/levels/questsystem2.oxw (modified) * code/branches/presentation2/data/levels/sound.oxw (modified) * code/branches/presentation2/data/levels/templates/spaceship_ghost.oxt (modified) * code/branches/presentation2/data/levels/test_ghost.oxw (modified) * code/branches/presentation2/data/particle/bigexplosion.particle (modified) * code/branches/presentation2/data/particle/explosion4.particle (modified) * code/branches/presentation2/data/particle/laser.particle (modified) * code/branches/presentation2/data/particle/load.particle (modified) * code/branches/presentation2/data/particle/particlecanon.particle (modified) * code/branches/presentation2/data/particle/rocketfire.particle (modified) * code/branches/presentation2/data/particle/smoke.particle (modified) * code/branches/presentation2/data/particle/tes3.particle (modified) * code/branches/presentation2/doc/api/main.dox (modified) * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.h (modified) * code/branches/presentation2/src/orxonox/MoodManager.cc (modified) * code/branches/presentation2/src/orxonox/MoodManager.h (modified) * code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc (modified) * code/branches/presentation2/src/orxonox/controllers/NewHumanController.h (modified) svn:eol-style "native" should be set for all text files. Sat, 21 Nov 2009 11:11:25 GMT scheusso [6115] * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc (modified) * code/branches/presentation2/src/orxonox/controllers/NewHumanController.h (modified) mouselook now also working when steering a rocket Fri, 20 Nov 2009 16:20:11 GMT rgrieder [6107] * code/branches/presentation2 (modified) * code/branches/presentation2/data/levels/empty_level.oxw (modified) * code/branches/presentation2/data/levels/includes/weaponsettings3.oxi (modified) * code/branches/presentation2/data/particle/explosion4.particle (copied) * code/branches/presentation2/data/particle/laser.particle (copied) * code/branches/presentation2/data/particle/load.particle (copied) * code/branches/presentation2/data/particle/particlecanon.particle (copied) * code/branches/presentation2/data/particle/rocketfire.particle (copied) * code/branches/presentation2/data/particle/smoke.particle (copied) * code/branches/presentation2/data/particle/tes3.particle (copied) * code/branches/presentation2/src/modules/weapons/projectiles/CMakeLists.txt (modified) * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.cc (copied) * code/branches/presentation2/src/modules/weapons/projectiles/Rocket.h (copied) * code/branches/presentation2/src/modules/weapons/weaponmodes/CMakeLists.txt (modified) * code/branches/presentation2/src/modules/weapons/weaponmodes/RocketFire.cc (copied) * code/branches/presentation2/src/modules/weapons/weaponmodes/RocketFire.h (copied) * code/branches/presentation2/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/presentation2/src/orxonox/Scene.cc (modified) * code/branches/presentation2/src/orxonox/controllers/Controller.h (modified) * code/branches/presentation2/src/orxonox/infos/PlayerInfo.cc (modified) * code/branches/presentation2/src/orxonox/infos/PlayerInfo.h (modified) * code/branches/presentation2/src/orxonox/weaponsystem/WeaponPack.cc (modified) * code/branches/presentation2/src/orxonox/weaponsystem/WeaponPack.h (modified) * code/branches/presentation2/src/orxonox/weaponsystem/WeaponSystem.cc (modified) * code/branches/presentation2/src/orxonox/weaponsystem/WeaponSystem.h (modified) * code/branches/presentation2/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/presentation2/src/orxonox/worldentities/ControllableEntity.h (modified) * code/branches/presentation2/src/orxonox/worldentities/pawns/Pawn.cc (modified) * code/branches/presentation2/src/orxonox/worldentities/pawns/Pawn.h (modified) * code/branches/presentation2/src/orxonox/worldentities/pawns/Spectator.cc (modified) * code/branches/presentation2/src/orxonox/worldentities/pawns/Spectator.h (modified) Merged particles2 branch to presentation2. Fri, 20 Nov 2009 00:02:09 GMT scheusso [6101] * code/branches/particles2/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/particles2/src/modules/weapons/projectiles/Rocket.h (modified) * code/branches/particles2/src/orxonox/controllers/AIController.cc (modified) * code/branches/particles2/src/orxonox/controllers/HumanController.cc (modified) * code/branches/particles2/src/orxonox/infos/PlayerInfo.cc (modified) * code/branches/particles2/src/orxonox/infos/PlayerInfo.h (modified) * code/branches/particles2/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/particles2/src/orxonox/worldentities/ControllableEntity.h (modified) * code/branches/particles2/src/orxonox/worldentities/pawns/Pawn.cc (modified) * code/branches/particles2/src/orxonox/worldentities/pawns/Pawn.h (modified) * code/branches/particles2/src/orxonox/worldentities/pawns/Spectator.cc (modified) * code/branches/particles2/src/orxonox/worldentities/pawns/Spectator.h (modified) rocket now steerable also on client AIController shoots again now ;) ...