# # ChangeLog for code/branches # # Generated by Trac 1.0.9 # Sep 21, 2024, 2:17:06 AM Thu, 26 Nov 2009 09:04:59 GMT rgrieder [6158] * code/branches/presentation2/src/orxonox/graphics/Camera.cc (modified) * code/branches/presentation2/src/orxonox/graphics/Camera.h (modified) Fixed mouse look in slow motion. Thu, 26 Nov 2009 08:58:16 GMT scheusso [6157] * code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc (modified) fix in NewHumanController which caused the spaceship to shoot always ... Wed, 25 Nov 2009 21:59:42 GMT scheusso [6156] * code/branches/presentation2/src/libraries/core/GUIManager.cc (modified) * code/branches/presentation2/src/libraries/core/GUIManager.h (modified) cleanup in GUIManager most functionality now in lua Wed, 25 Nov 2009 19:02:22 GMT rgrieder [6155] * code/branches/presentation2/src/libraries/core/input/KeyBinder.cc (modified) * code/branches/presentation2/src/libraries/core/input/KeyBinder.h (modified) Fixed mouse position problem: Internal value could still be larger ... Wed, 25 Nov 2009 18:51:42 GMT dafrick [6154] * code/branches/presentation2/src/modules/weapons/weaponmodes/LightningGun.cc (modified) Didn't compile because Pawn.h wasn't included in LightningGun.cc, ... Wed, 25 Nov 2009 17:04:10 GMT scheusso [6153] * code/branches/presentation2/data/gui/scripts/InitialiseGUI.lua (modified) * code/branches/presentation2/src/modules/weapons/weaponmodes/LightningGun.cc (modified) * code/branches/presentation2/src/modules/weapons/weaponmodes/RocketFire.cc (modified) * code/branches/presentation2/src/orxonox/weaponsystem/WeaponMode.cc (modified) some fixes in weapon system / weapons fabian: projectiles also spawn ... Wed, 25 Nov 2009 16:26:19 GMT dafrick [6152] * code/branches/presentation2/src/orxonox/weaponsystem/WeaponMode.cc (modified) Apparently you can introduce a segfault just by setting some default ... Wed, 25 Nov 2009 16:09:46 GMT dafrick [6151] * code/branches/presentation2/src/orxonox/weaponsystem/WeaponMode.cc (modified) Added default values in WeaponMode. Wed, 25 Nov 2009 15:52:37 GMT scheusso [6150] * code/branches/presentation2 (modified) * code/branches/presentation2/data/defaultConfig/keybindings.ini (modified) * code/branches/presentation2/data/gui/layouts/DecisionPopup.layout (copied) * code/branches/presentation2/data/gui/layouts/InGameMenu.layout (copied) * code/branches/presentation2/data/gui/layouts/MainMenu.layout (modified) * code/branches/presentation2/data/gui/layouts/MainMenuBackground.layout (copied) * code/branches/presentation2/data/gui/layouts/NewAudioMenu.layout (copied) * code/branches/presentation2/data/gui/layouts/NewControlsMenu.layout (copied) * code/branches/presentation2/data/gui/layouts/NewCreditsMenu.layout (copied) * code/branches/presentation2/data/gui/layouts/NewGameplayMenu.layout (copied) * code/branches/presentation2/data/gui/layouts/NewGraphicsMenu.layout (copied) * code/branches/presentation2/data/gui/layouts/NewMainMenu.layout (copied) * code/branches/presentation2/data/gui/layouts/NewMouseControlsMenu.layout (copied) * code/branches/presentation2/data/gui/layouts/NewMultiplayerMenu.layout (copied) * code/branches/presentation2/data/gui/layouts/NewSettingsMenu.layout (copied) * code/branches/presentation2/data/gui/layouts/NewSingleplayerMenu.layout (copied) * code/branches/presentation2/data/gui/layouts/QuestGUI.layout (modified) * code/branches/presentation2/data/gui/scripts/DecisionPopup.lua (copied) * code/branches/presentation2/data/gui/scripts/GUITools.lua (copied) * code/branches/presentation2/data/gui/scripts/InGameMenu.lua (copied) * code/branches/presentation2/data/gui/scripts/InitialiseGUI.lua (modified) * code/branches/presentation2/data/gui/scripts/MainMenu.lua (modified) * code/branches/presentation2/data/gui/scripts/NewAudioMenu.lua (copied) * code/branches/presentation2/data/gui/scripts/NewControlsMenu.lua (copied) * code/branches/presentation2/data/gui/scripts/NewCreditsMenu.lua (copied) * code/branches/presentation2/data/gui/scripts/NewGameplayMenu.lua (copied) * code/branches/presentation2/data/gui/scripts/NewGraphicsMenu.lua (copied) * code/branches/presentation2/data/gui/scripts/NewMainMenu.lua (copied) * code/branches/presentation2/data/gui/scripts/NewMouseControlsMenu.lua (copied) * code/branches/presentation2/data/gui/scripts/NewMultiplayerMenu.lua (copied) * code/branches/presentation2/data/gui/scripts/NewSettingsMenu.lua (copied) * code/branches/presentation2/data/gui/scripts/NewSingleplayerMenu.lua (copied) * code/branches/presentation2/src/libraries/core/CMakeLists.txt (modified) * code/branches/presentation2/src/libraries/core/GUIManager.cc (modified) * code/branches/presentation2/src/libraries/core/GUIManager.h (modified) * code/branches/presentation2/src/libraries/core/Game.cc (modified) * code/branches/presentation2/src/libraries/core/Game.h (modified) * code/branches/presentation2/src/libraries/core/GameState.cc (modified) * code/branches/presentation2/src/libraries/core/LuaState.cc (modified) * code/branches/presentation2/src/libraries/core/LuaState.h (modified) * code/branches/presentation2/src/libraries/core/input/InputManager.h (modified) * code/branches/presentation2/src/modules/overlays/GUIOverlay.cc (modified) * code/branches/presentation2/src/modules/weapons/weaponmodes/HsW01.cc (modified) * code/branches/presentation2/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/presentation2/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/presentation2/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/presentation2/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/presentation2/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/presentation2/src/orxonox/pickup/PickupInventory.cc (modified) * code/branches/presentation2/src/orxonox/pickup/PickupSpawner.cc (modified) * code/branches/presentation2/src/orxonox/weaponsystem/WeaponMode.cc (modified) * code/branches/presentation2/src/orxonox/weaponsystem/WeaponMode.h (modified) merged menu branch to presentation2 branch with some additional fixes ... Wed, 25 Nov 2009 15:20:05 GMT wirthmi [6149] * code/branches/presentation2/data/defaultConfig/keybindings.ini (modified) * code/branches/presentation2/src/orxonox/controllers/HumanController.cc (modified) * code/branches/presentation2/src/orxonox/controllers/HumanController.h (modified) * code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc (modified) * code/branches/presentation2/src/orxonox/controllers/NewHumanController.h (modified) Introduced new feature: permanent speed Wed, 25 Nov 2009 14:44:42 GMT cmueri [6148] * code/branches/menu/data/gui/scripts/InitialiseGUI.lua (modified) fix Wed, 25 Nov 2009 13:58:24 GMT youngk [6147] * code/branches/presentation2/data/levels/templates/spaceship_assff.oxt (modified) Corrected a small typo concerning the looping of sounds Wed, 25 Nov 2009 13:34:51 GMT cmueri [6146] * code/branches/menu/data/gui/layouts/NewAudioMenu.layout (added) * code/branches/menu/data/gui/layouts/NewControlsMenu.layout (added) * code/branches/menu/data/gui/layouts/NewCreditsMenu.layout (added) * code/branches/menu/data/gui/layouts/NewGameplayMenu.layout (added) * code/branches/menu/data/gui/layouts/NewGraphicsMenu.layout (added) * code/branches/menu/data/gui/layouts/NewMainMenu.layout (added) * code/branches/menu/data/gui/layouts/NewMouseControlsMenu.layout (added) * code/branches/menu/data/gui/layouts/NewMultiplayerMenu.layout (added) * code/branches/menu/data/gui/layouts/NewSettingsMenu.layout (added) * code/branches/menu/data/gui/layouts/NewSingleplayerMenu.layout (added) * code/branches/menu/data/gui/scripts/NewAudioMenu.lua (added) * code/branches/menu/data/gui/scripts/NewControlsMenu.lua (added) * code/branches/menu/data/gui/scripts/NewCreditsMenu.lua (added) * code/branches/menu/data/gui/scripts/NewGameplayMenu.lua (added) * code/branches/menu/data/gui/scripts/NewGraphicsMenu.lua (added) * code/branches/menu/data/gui/scripts/NewMainMenu.lua (added) * code/branches/menu/data/gui/scripts/NewMouseControlsMenu.lua (added) * code/branches/menu/data/gui/scripts/NewMultiplayerMenu.lua (added) * code/branches/menu/data/gui/scripts/NewSettingsMenu.lua (added) * code/branches/menu/data/gui/scripts/NewSingleplayerMenu.lua (added) 10 new layout- and lua-files for the menues added Wed, 25 Nov 2009 13:12:22 GMT scheusso [6145] * code/branches/menu/data/gui/layouts/DecisionPopup.layout (added) * code/branches/menu/data/gui/layouts/MainMenuBackground.layout (added) * code/branches/menu/data/gui/scripts/DecisionPopup.lua (added) * code/branches/menu/data/gui/scripts/GUITools.lua (added) seems like i forgot to add some files. sorry about that ;) Wed, 25 Nov 2009 12:52:15 GMT wirthmi [6144] * code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc (modified) New input mode Wed, 25 Nov 2009 12:42:38 GMT wirthmi [6143] * code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc (modified) updateTarget() fixed Wed, 25 Nov 2009 06:26:10 GMT rgrieder [6141] * code/branches/presentation2/src/libraries/core/IOConsole.cc (modified) Better colour scheme for the IOConsole on Windows. Tue, 24 Nov 2009 23:09:02 GMT rgrieder [6140] * code/branches/presentation2/src/libraries/core/IOConsole.cc (modified) * code/branches/presentation2/src/libraries/core/IOConsole.h (modified) Extended IOConsole to a Windows implementation. It doesn't yet work ... Tue, 24 Nov 2009 23:06:15 GMT rgrieder [6139] * code/branches/presentation2/src/libraries/core/Shell.cc (modified) * code/branches/presentation2/src/orxonox/overlays/InGameConsole.cc (modified) Fixed a bug in Shell and changed parental order in InGameConsole. Tue, 24 Nov 2009 02:16:12 GMT landauf [6138] * code/branches/presentation2/src/orxonox/sound/SoundManager.cc (modified) removed superfluous "it" from two for loops which caused two warnings Tue, 24 Nov 2009 02:11:31 GMT landauf [6137] * code/branches/presentation2/src/libraries/util/Math.cc (modified) * code/branches/presentation2/src/libraries/util/Math.h (modified) Ogre introduced overloadings of the << operator for Radian and Degree ... Tue, 24 Nov 2009 01:35:24 GMT landauf [6136] * code/branches/presentation2/src/orxonox/graphics/BlinkingBillboard.cc (modified) BlinkingBillboard now blinks properly also with ogre 1.6 (which ... Tue, 24 Nov 2009 01:17:38 GMT landauf [6135] * code/branches/presentation2/src/libraries/util/DisplayStringConversions.h (moved) * code/branches/presentation2/src/modules/overlays/hud/ChatOverlay.cc (modified) * code/branches/presentation2/src/modules/overlays/hud/ChatOverlay.h (modified) * code/branches/presentation2/src/orxonox/overlays/InGameConsole.cc (modified) replaced UTFStringConversions.h by DisplayStringConversions.h which ... Tue, 24 Nov 2009 00:06:50 GMT scheusso [6134] * code/branches/presentation2/src/libraries/network/Client.cc (modified) can't imagine why i never encountered any problems with that ^^ Mon, 23 Nov 2009 22:29:01 GMT rgrieder [6133] * code/branches/presentation2/src/libraries/util/Debug.h (modified) Removed annoying "statement has no effect" warning (gcc). Mon, 23 Nov 2009 21:31:12 GMT scheusso [6132] * code/branches/presentation2/src/libraries/network/synchronisable/SynchronisableVariable.h (modified) reverted r6130 Mon, 23 Nov 2009 21:25:07 GMT scheusso [6131] * code/branches/presentation2/src/libraries/network/synchronisable/Serialise.h (added) forgot a file Mon, 23 Nov 2009 21:20:01 GMT landauf [6130] * code/branches/presentation2/src/libraries/network/synchronisable/SynchronisableVariable.h (modified) fixed build Mon, 23 Nov 2009 20:49:40 GMT rgrieder [6129] * code/branches/presentation2/src/orxonox/overlays/InGameConsole.cc (modified) Hopefully fixed in game console text visibility issue (again). Mon, 23 Nov 2009 20:31:37 GMT rgrieder [6128] * code/branches/presentation2/src/orxonox/overlays/InGameConsole.cc (modified) Hopefully fixed in game console text visibility issue. Mon, 23 Nov 2009 20:25:34 GMT rgrieder [6127] * code/branches/presentation2/src/orxonox/sound/BaseSound.cc (modified) Fixed sound problem (annoying cracking) and increased buffers for ... Mon, 23 Nov 2009 20:03:11 GMT landauf [6126] * code/branches/consolecommands (copied) created new cc branch Mon, 23 Nov 2009 20:02:45 GMT landauf [6125] * code/branches/consolecommands (deleted) removed consolecommand branch Mon, 23 Nov 2009 19:21:08 GMT scheusso [6124] * code/branches/presentation2/src/libraries/network/synchronisable/CMakeLists.txt (modified) forgot to revert that change Mon, 23 Nov 2009 19:19:58 GMT scheusso [6123] * code/branches/presentation2/src/libraries/network/synchronisable/CMakeLists.txt (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/util/Serialise.h (modified) * code/branches/presentation2/src/orxonox/Test.cc (modified) * code/branches/presentation2/src/orxonox/Test.h (modified) synchronisation of pointers to classes that inherit from ... Mon, 23 Nov 2009 19:10:03 GMT rgrieder [6122] * code/branches/presentation2/src/libraries/core/IOConsole.cc (modified) * code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc (modified) Fixed dedicated problem in NHC and a memory leak on windows in the ... Mon, 23 Nov 2009 17:19:58 GMT rgrieder [6121] * code/branches/presentation2/src/libraries/core/Core.cc (modified) * code/branches/presentation2/src/libraries/core/Core.h (modified) * code/branches/presentation2/src/libraries/core/Game.cc (modified) * code/branches/presentation2/src/libraries/core/Game.h (modified) * code/branches/presentation2/src/libraries/core/Language.cc (modified) * code/branches/presentation2/src/libraries/core/Language.h (modified) * code/branches/presentation2/src/libraries/core/OrxonoxClass.cc (modified) * code/branches/presentation2/src/libraries/core/OrxonoxClass.h (modified) Removed CoreConfiguration and GameConfiguration workaround. I have ... 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. Sun, 22 Nov 2009 15:08:32 GMT rgrieder [6118] * code/branches/presentation2/src/orxonox/gamestates/GSDedicated.cc (deleted) * code/branches/presentation2/src/orxonox/gamestates/GSDedicatedClient.cc (deleted) Removed two files that the console branch merge didn't remove. Sun, 22 Nov 2009 15:01:16 GMT rgrieder [6117] * code/branches/presentation2 (modified) * code/branches/presentation2/data/levels/sound.oxw (copied) * code/branches/presentation2/data/levels/templates/spaceship_assff.oxt (modified) * code/branches/presentation2/src/libraries/core/XMLPort.h (modified) * code/branches/presentation2/src/orxonox/CMakeLists.txt (modified) * code/branches/presentation2/src/orxonox/MoodManager.cc (copied) * code/branches/presentation2/src/orxonox/MoodManager.h (copied) * code/branches/presentation2/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/presentation2/src/orxonox/gamestates/GSMainMenu.h (modified) * code/branches/presentation2/src/orxonox/sound/AmbientSound.cc (modified) * code/branches/presentation2/src/orxonox/sound/AmbientSound.h (modified) * code/branches/presentation2/src/orxonox/sound/BaseSound.cc (modified) * code/branches/presentation2/src/orxonox/sound/BaseSound.h (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/sound/WorldSound.h (modified) Merged sound3 branch to presentation2. Sat, 21 Nov 2009 12:16:16 GMT scheusso [6116] * code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc (modified) this should prevent unneccessary network traffic 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 Sat, 21 Nov 2009 00:29:48 GMT scheusso [6114] * code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc (modified) NHC goes now through all parents of raytraced objects in order to ... Sat, 21 Nov 2009 00:16:35 GMT scheusso [6113] * code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc (modified) NHC creator hack is now not so hacky anymore ;) Fri, 20 Nov 2009 23:57:06 GMT scheusso [6112] * code/branches/presentation2/src/orxonox/controllers/NewHumanController.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/pawns/Pawn.cc (modified) first attempts to have synchronised fire direction and target ... Fri, 20 Nov 2009 23:33:37 GMT scheusso [6111] * code/branches/presentation2 (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/weaponsystem/WeaponMode.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) made some changes in NewHumanController, Pawn, CE, Controller and ... Fri, 20 Nov 2009 20:31:54 GMT scheusso [6110] * code/branches/presentation2/data/particle/bigexplosion.particle (copied) merging 6109 from particles2 to presentation2 Fri, 20 Nov 2009 19:59:20 GMT cdaniel [6109] * code/branches/particles2/data/particle/bigexplosion.particle (added) New Explosion added (bigger than actual rocket explosion) Fri, 20 Nov 2009 19:15:25 GMT scheusso [6108] * code/branches/presentation2 (modified) * code/branches/presentation2/data/defaultConfig/keybindings.ini (modified) * code/branches/presentation2/src/libraries/core/input/InputManager.cc (modified) * code/branches/presentation2/src/modules/weapons/weaponmodes/HsW01.cc (modified) * code/branches/presentation2/src/orxonox/controllers/CMakeLists.txt (modified) * code/branches/presentation2/src/orxonox/controllers/Controller.cc (modified) * code/branches/presentation2/src/orxonox/controllers/Controller.h (modified) * code/branches/presentation2/src/orxonox/controllers/HumanController.cc (modified) * code/branches/presentation2/src/orxonox/controllers/HumanController.h (modified) * code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc (copied) * code/branches/presentation2/src/orxonox/controllers/NewHumanController.h (copied) * code/branches/presentation2/src/orxonox/graphics/Camera.cc (modified) * code/branches/presentation2/src/orxonox/graphics/Camera.h (modified) * code/branches/presentation2/src/orxonox/infos/HumanPlayer.cc (modified) * code/branches/presentation2/src/orxonox/infos/PlayerInfo.cc (modified) * code/branches/presentation2/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/presentation2/src/orxonox/weaponsystem/WeaponMode.cc (modified) * code/branches/presentation2/src/orxonox/weaponsystem/WeaponMode.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/WorldEntity.cc (modified) * code/branches/presentation2/src/orxonox/worldentities/WorldEntity.h (modified) merged steering branch to presentation2 branch 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 16:13:48 GMT rgrieder [6106] * code/branches/presentation2 (copied) Created merger branch for the HS09 presentation. Fri, 20 Nov 2009 15:44:51 GMT rgrieder [6104] * code/branches/console/src/libraries/core/IOConsole.cc (modified) Smoother IOConsole exit function Fri, 20 Nov 2009 15:05:32 GMT rgrieder [6103] * code/branches/console/src/libraries/core/IOConsole.cc (modified) Cleanup in IOConsole Fri, 20 Nov 2009 10:11:32 GMT rgrieder [6102] * code/branches/sound3/data/levels/sound.oxw (modified) * code/branches/sound3/src/libraries/core/XMLPort.h (modified) * code/branches/sound3/src/orxonox/sound/AmbientSound.cc (modified) * code/branches/sound3/src/orxonox/sound/BaseSound.cc (modified) * code/branches/sound3/src/orxonox/sound/BaseSound.h (modified) * code/branches/sound3/src/orxonox/sound/WorldSound.cc (modified) Changed "source" parameter of AmbientSound to "ambientSource" to ... 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 ;) ... Thu, 19 Nov 2009 20:01:16 GMT rgrieder [6100] * code/branches/sound3/data/levels/sound.oxw (modified) * code/branches/sound3/data/levels/templates/spaceship_assff.oxt (modified) * code/branches/sound3/src/orxonox/sound/AmbientSound.cc (modified) * code/branches/sound3/src/orxonox/sound/WorldSound.cc (modified) * code/branches/sound3/src/orxonox/sound/WorldSound.h (modified) Added a sound for the engine (forward active mode) by overloading ... Wed, 18 Nov 2009 16:23:33 GMT cdaniel [6099] * code/branches/particles2/data/particle/explosion4.particle (added) New Explosion (explosion4.particle) for the Rocket. Wed, 18 Nov 2009 16:19:28 GMT cdaniel [6098] * code/branches/particles2/src/modules/weapons/projectiles/Rocket.cc (modified) Fixed Rocket.cc (starts now in correct direction when played with ... Wed, 18 Nov 2009 16:13:26 GMT youngk [6097] * code/branches/sound3/src/orxonox/gamestates/GSMainMenu.cc (modified) Changed default menu sound to mainmenu.ogg Wed, 18 Nov 2009 15:47:37 GMT youngk [6093] * code/branches/sound3/data/levels/sound.oxw (modified) Patched sound.oxw to adapt to new sounds. Wed, 18 Nov 2009 15:39:56 GMT wirthmi [6091] * code/branches/steering/data/defaultConfig/keybindings.ini (modified) * code/branches/steering/src/orxonox/controllers/NewHumanController.cc (modified) * code/branches/steering/src/orxonox/controllers/NewHumanController.h (modified) The weapon is firing where the mouse is pointing. Uncoupling of the ... Wed, 18 Nov 2009 14:26:22 GMT rgrieder [6089] * code/branches/console/src/libraries/core/IOConsole.cc (modified) Fixed IOConsole on tardis (some ANSI escape sequences were not working) Wed, 18 Nov 2009 13:18:47 GMT youngk [6088] * code/branches/sound3/src/orxonox/sound/SoundManager.cc (modified) More or less nicely working sound module. Cross-Fading works well ... Wed, 18 Nov 2009 12:34:14 GMT scheusso [6087] * 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/Scene.cc (modified) * code/branches/particles2/src/orxonox/controllers/AIController.cc (modified) * code/branches/particles2/src/orxonox/infos/PlayerInfo.cc (modified) * code/branches/particles2/src/orxonox/infos/PlayerInfo.h (modified) changes in PlayerInfo and Rocket (and scene) not yet working in ... Wed, 18 Nov 2009 12:32:42 GMT cdaniel [6086] * code/branches/particles2/src/modules/weapons/projectiles/Rocket.cc (modified) Tue, 17 Nov 2009 21:57:44 GMT scheusso [6082] * 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/infos/PlayerInfo.cc (modified) * code/branches/particles2/src/orxonox/infos/PlayerInfo.h (modified) some fixes in Rocket there are two new function ins PlayerInfo: ... Tue, 17 Nov 2009 10:58:38 GMT scheusso [6081] * code/branches/particles2/src/modules/weapons/projectiles/Rocket.cc (modified) more improvements Tue, 17 Nov 2009 10:54:32 GMT scheusso [6080] * code/branches/particles2/src/modules/weapons/projectiles/Rocket.cc (modified) some improvements in steering, but not yet good Tue, 17 Nov 2009 09:59:25 GMT scheusso [6079] * code/branches/particles2/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/particles2/src/modules/weapons/projectiles/Rocket.h (modified) trying to make CE change possible Tue, 17 Nov 2009 00:36:21 GMT landauf [6078] * code/branches/particles2/src/orxonox/controllers/Controller.h (modified) * code/branches/particles2/src/orxonox/weaponsystem/WeaponPack.cc (modified) * code/branches/particles2/src/orxonox/weaponsystem/WeaponSystem.cc (modified) * code/branches/particles2/src/orxonox/worldentities/pawns/Pawn.cc (modified) * code/branches/particles2/src/orxonox/worldentities/pawns/Pawn.h (modified) delete weaponpacks which were defined in xml but don't fit onto the ... Mon, 16 Nov 2009 16:58:34 GMT scheusso [6076] * code/branches/particles2/data/levels/includes/weaponsettings3.oxi (modified) * code/branches/particles2/src/orxonox/weaponsystem/WeaponPack.cc (modified) * code/branches/particles2/src/orxonox/weaponsystem/WeaponPack.h (modified) * code/branches/particles2/src/orxonox/weaponsystem/WeaponSystem.cc (modified) * code/branches/particles2/src/orxonox/weaponsystem/WeaponSystem.h (modified) some fixes in the weaponsystem and weaponsettings3.oxi Mon, 16 Nov 2009 09:37:01 GMT rgrieder [6074] * code/branches/sound3/src/orxonox/sound/BaseSound.h (modified) Don't say a word.. Sun, 15 Nov 2009 21:40:53 GMT rgrieder [6072] * code/branches/sound3/src/orxonox/MoodManager.cc (modified) * code/branches/sound3/src/orxonox/MoodManager.h (modified) * code/branches/sound3/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/sound3/src/orxonox/gamestates/GSMainMenu.h (modified) Removed some tabs. Sun, 15 Nov 2009 21:36:45 GMT rgrieder [6071] * code/branches/sound3/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/sound3/src/orxonox/sound/AmbientSound.cc (modified) * code/branches/sound3/src/orxonox/sound/AmbientSound.h (modified) * code/branches/sound3/src/orxonox/sound/BaseSound.cc (modified) * code/branches/sound3/src/orxonox/sound/BaseSound.h (modified) * code/branches/sound3/src/orxonox/sound/SoundManager.cc (modified) * code/branches/sound3/src/orxonox/sound/SoundManager.h (modified) * code/branches/sound3/src/orxonox/sound/WorldSound.cc (modified) Improved synchronisability of the sound classes (not yet ... Sun, 15 Nov 2009 14:53:12 GMT rgrieder [6070] * code/branches/sound3/src/orxonox/sound/BaseSound.cc (modified) OpenAL sources should be linked to the lifetime of a BaseSound. Sun, 15 Nov 2009 14:43:06 GMT rgrieder [6069] * code/branches/sound3/src/orxonox/sound/AmbientSound.cc (modified) * code/branches/sound3/src/orxonox/sound/AmbientSound.h (modified) * code/branches/sound3/src/orxonox/sound/BaseSound.cc (modified) * code/branches/sound3/src/orxonox/sound/BaseSound.h (modified) * code/branches/sound3/src/orxonox/sound/SoundManager.cc (modified) * code/branches/sound3/src/orxonox/sound/SoundManager.h (modified) * code/branches/sound3/src/orxonox/sound/WorldSound.cc (modified) * code/branches/sound3/src/orxonox/sound/WorldSound.h (modified) Detail changes in the sound classes. Plus fixed the level sound ... Sun, 15 Nov 2009 12:47:05 GMT rgrieder [6068] * code/branches/particles2/data/tcl/plane.mesh_lod0_prepshadow.log (deleted) Deleted ogre log file. Sun, 15 Nov 2009 12:44:25 GMT rgrieder [6067] * code/branches/particles2 (modified) * code/branches/particles2/src/modules/overlays/hud/HUDHealthBar.cc (modified) * code/branches/particles2/src/modules/overlays/hud/HUDHealthBar.h (modified) * code/branches/particles2/src/modules/overlays/hud/UnderAttackHealthBar.cc (modified) * code/branches/particles2/src/modules/overlays/hud/UnderAttackHealthBar.h (modified) * code/branches/particles2/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/particles2/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/particles2/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/particles2/src/orxonox/overlays/OverlayGroup.h (modified) Merged revisions 6054, 6056 and 6057 to particles2 branch. Sun, 15 Nov 2009 12:37:45 GMT rgrieder [6066] * code/branches/particles2/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/particles2/src/modules/weapons/projectiles/Rocket.h (modified) * code/branches/particles2/src/modules/weapons/weaponmodes/RocketFire.cc (modified) * code/branches/particles2/src/modules/weapons/weaponmodes/RocketFire.h (modified) Fixed msvc build: file migration problem. Sun, 15 Nov 2009 12:15:42 GMT scheusso [6065] * code/branches/particles2/data/levels/empty_level.oxw (modified) * code/branches/particles2/data/levels/includes/weaponsettings3.oxi (modified) * code/branches/particles2/data/particle/Ogre.log (deleted) * code/branches/particles2/src/modules/weapons/projectiles/CMakeLists.txt (modified) * code/branches/particles2/src/modules/weapons/projectiles/Rocket.cc (moved) * code/branches/particles2/src/modules/weapons/projectiles/Rocket.h (moved) * code/branches/particles2/src/modules/weapons/weaponmodes/CMakeLists.txt (modified) * code/branches/particles2/src/modules/weapons/weaponmodes/RocketFire.cc (copied) * code/branches/particles2/src/modules/weapons/weaponmodes/RocketFire.h (copied) * code/branches/particles2/src/orxonox/controllers/CMakeLists.txt (modified) * code/branches/particles2/src/orxonox/controllers/RocketController.cc (deleted) * code/branches/particles2/src/orxonox/controllers/RocketController.h (deleted) * code/branches/particles2/src/orxonox/worldentities/CMakeLists.txt (modified) cleaned up Rocket mess a bit there is yet a bug if RocketFire is in ... Sat, 14 Nov 2009 22:18:49 GMT scheusso [6063] * code/branches/mainmenu (deleted) removed obsolete mainmenu branch Sat, 14 Nov 2009 22:14:40 GMT scheusso [6062] * code/branches/core5 (deleted) removing old core5 branch Sat, 14 Nov 2009 21:37:21 GMT landauf [6060] * code/branches/consolecommands (copied) created new branch to work on the console commands Fri, 13 Nov 2009 13:32:27 GMT cdaniel [6059] * code/branches/particles2/data/levels/empty_level.oxw (modified) * code/branches/particles2/data/particle/Ogre.log (added) * code/branches/particles2/data/particle/laser.particle (added) * code/branches/particles2/data/particle/load.particle (added) * code/branches/particles2/data/particle/particlecanon.particle (added) * code/branches/particles2/data/particle/rocketfire.particle (added) * code/branches/particles2/data/particle/smoke.particle (added) * code/branches/particles2/data/particle/tes3.particle (added) * code/branches/particles2/data/tcl/plane.mesh_lod0_prepshadow.log (added) * code/branches/particles2/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/particles2/src/orxonox/controllers/CMakeLists.txt (modified) * code/branches/particles2/src/orxonox/controllers/RocketController.cc (added) * code/branches/particles2/src/orxonox/controllers/RocketController.h (added) * code/branches/particles2/src/orxonox/worldentities/CMakeLists.txt (modified) * code/branches/particles2/src/orxonox/worldentities/Rocket.cc (added) * code/branches/particles2/src/orxonox/worldentities/Rocket.h (added) Fri, 13 Nov 2009 11:06:22 GMT rgrieder [6058] * code/branches/steering/src/orxonox/controllers/NewHumanController.cc (modified) * code/branches/steering/src/orxonox/graphics/Camera.h (modified) * code/branches/steering/src/orxonox/weaponsystem/WeaponMode.cc (modified) Found the firing direction bug: "Fixed goes first" we were told a few ... Fri, 13 Nov 2009 10:21:40 GMT rgrieder [6055] * code/branches/steering/src/modules/weapons/weaponmodes/HsW01.cc (modified) * code/branches/steering/src/orxonox/controllers/Controller.cc (modified) * code/branches/steering/src/orxonox/controllers/Controller.h (modified) * code/branches/steering/src/orxonox/controllers/NewHumanController.cc (modified) * code/branches/steering/src/orxonox/controllers/NewHumanController.h (modified) * code/branches/steering/src/orxonox/infos/PlayerInfo.cc (modified) * code/branches/steering/src/orxonox/weaponsystem/WeaponMode.cc (modified) * code/branches/steering/src/orxonox/weaponsystem/WeaponMode.h (modified) * code/branches/steering/src/orxonox/worldentities/ControllableEntity.h (modified) * code/branches/steering/src/orxonox/worldentities/WorldEntity.cc (modified) Resolved projectile targeting problem by introducing a ClassTreeMask. ... Fri, 13 Nov 2009 09:30:18 GMT scheusso [6053] * code/branches/menuanimations (copied) creating new menuanimations branch for beni to work on animated menus Thu, 12 Nov 2009 19:00:42 GMT rgrieder [6052] * code/branches/steering/src/orxonox/graphics/Camera.cc (modified) * code/branches/steering/src/orxonox/worldentities/WorldEntity.cc (modified) * code/branches/steering/src/orxonox/worldentities/WorldEntity.h (modified) Making use of Ogre::UserDefinedObject by subclassing it in ... Thu, 12 Nov 2009 18:41:20 GMT rgrieder [6051] * code/branches/menu/src/libraries/core/GUIManager.cc (modified) * code/branches/menu/src/libraries/core/LuaState.cc (modified) * code/branches/menu/src/libraries/core/LuaState.h (modified) Fix for the resource group problem in the GUIManager. This should fix ... Thu, 12 Nov 2009 11:48:26 GMT scheusso [6050] * code/branches/particles2 (copied) creating new particles2 branch for rocket steering and other stuff Thu, 12 Nov 2009 10:33:58 GMT scheusso [6049] * code/branches/menu/data/defaultConfig/keybindings.ini (modified) some mistake delete your keybindings.ini in order to take advantage ... Thu, 12 Nov 2009 10:32:41 GMT scheusso [6048] * code/branches/menu/data/defaultConfig/keybindings.ini (modified) * code/branches/menu/data/gui/scripts/InGameMenu.lua (modified) * code/branches/menu/data/gui/scripts/InitialiseGUI.lua (modified) * code/branches/menu/src/libraries/core/GUIManager.cc (modified) * code/branches/menu/src/libraries/core/GUIManager.h (modified) * code/branches/menu/src/libraries/core/Game.cc (modified) * code/branches/menu/src/libraries/core/Game.h (modified) * code/branches/menu/src/orxonox/gamestates/GSLevel.cc (modified) * code/branches/menu/src/orxonox/gamestates/GSLevel.h (modified) ESC handling in ingame menu: if theres already an opened GUI sheet ... Thu, 12 Nov 2009 10:23:33 GMT rgrieder [6047] * code/branches/menu/src/libraries/core/Game.cc (modified) * code/branches/menu/src/libraries/core/GameState.cc (modified) Forgot to set the internal activity properties of the GameStates. Wed, 11 Nov 2009 16:55:26 GMT youngk [6046] * code/branches/sound3/src/orxonox/sound/AmbientSound.cc (modified) * code/branches/sound3/src/orxonox/sound/AmbientSound.h (modified) * code/branches/sound3/src/orxonox/sound/BaseSound.cc (modified) * code/branches/sound3/src/orxonox/sound/BaseSound.h (modified) * code/branches/sound3/src/orxonox/sound/SoundManager.cc (modified) * code/branches/sound3/src/orxonox/sound/SoundManager.h (modified) Made a big change to the sound system: Implemented cross-fading for ... Wed, 11 Nov 2009 16:39:53 GMT wirthmi [6045] * code/branches/steering/src/modules/weapons/weaponmodes/HsW01.cc (modified) * code/branches/steering/src/orxonox/controllers/Controller.cc (modified) * code/branches/steering/src/orxonox/controllers/Controller.h (modified) * code/branches/steering/src/orxonox/controllers/NewHumanController.cc (modified) * code/branches/steering/src/orxonox/controllers/NewHumanController.h (modified) * code/branches/steering/src/orxonox/infos/PlayerInfo.cc (modified) * code/branches/steering/src/orxonox/weaponsystem/WeaponMode.h (modified) * code/branches/steering/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/steering/src/orxonox/worldentities/ControllableEntity.h (modified) First implementation of direction shooting. Wed, 11 Nov 2009 11:33:54 GMT rgrieder [6044] * code/branches/console/cmake/CompilerConfigMSVC.cmake (modified) * code/branches/console/src/libraries/core/ConfigFileManager.h (modified) * code/branches/console/src/libraries/core/IOConsole.cc (modified) Small fixes in IOConsole, ConfigFileManager and msvc compile flags. Mon, 09 Nov 2009 14:52:26 GMT rgrieder [6043] * code/branches/console/src/orxonox/Main.cc (modified) * code/branches/console/src/orxonox/gamestates/CMakeLists.txt (modified) * code/branches/console/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/console/src/orxonox/gamestates/GSDedicated.cc (deleted) * code/branches/console/src/orxonox/gamestates/GSDedicated.h (deleted) * code/branches/console/src/orxonox/gamestates/GSDedicatedClient.cc (deleted) * code/branches/console/src/orxonox/gamestates/GSDedicatedClient.h (deleted) * code/branches/console/src/orxonox/gamestates/GSIOConsole.cc (deleted) * code/branches/console/src/orxonox/gamestates/GSIOConsole.h (deleted) * code/branches/console/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/console/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/console/src/orxonox/gamestates/GSServer.cc (modified) Removed GameStates IOConsole, Dedicated and DedicatedClient because ... Thu, 05 Nov 2009 22:18:05 GMT rgrieder [6041] * code/branches/console/src/libraries/core/ConfigValueIncludes.h (modified) * code/branches/console/src/libraries/core/IOConsole.cc (modified) Fixed config value naming problem with the soft debug levels. Thu, 05 Nov 2009 12:31:31 GMT rgrieder [6037] * code/branches/console/src/libraries/core/IOConsole.cc (modified) * code/branches/console/src/libraries/core/IOConsole.h (modified) Redirected std::cout to a stringstream object in the IOConsole. --> ...