# # ChangeLog for code/branches # # Generated by Trac 1.0.9 # Jun 3, 2024, 9:37:39 AM Mon, 23 May 2011 22:28:31 GMT marwegma [8557] * code/branches/environment2/WorldEntityShader.cpp (added) * code/branches/environment2/src/libraries/tools/Shader.h (modified) * code/branches/environment2/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/environment2/src/orxonox/graphics/CMakeLists.txt (modified) * code/branches/environment2/src/orxonox/graphics/GlobalShader.h (modified) * code/branches/environment2/src/orxonox/graphics/GodrayShader.cc (moved) * code/branches/environment2/src/orxonox/graphics/GodrayShader.h (moved) * code/branches/environment2/src/orxonox/graphics/WorldEntityShader.h (added) * code/branches/environment2/src/orxonox/worldentities/WorldEntity.cc (modified) * code/branches/environment2/src/orxonox/worldentities/WorldEntity.h (modified) Godrays: Safety commit. 90017 N8 Mon, 23 May 2011 21:40:58 GMT dafrick [8556] * code/branches/presentation (modified) * code/branches/presentation/data/levels/includes/pickups.oxi (modified) * code/branches/presentation/data/levels/pickups.oxw (modified) * code/branches/presentation/data/levels/templates/pickupRepresentationTemplates.oxt (modified) * code/branches/presentation/src/libraries/util/SubString.h (modified) * code/branches/presentation/src/modules/objects/collisionshapes/BoxCollisionShape.cc (modified) * code/branches/presentation/src/modules/objects/collisionshapes/BoxCollisionShape.h (modified) * code/branches/presentation/src/modules/objects/collisionshapes/ConeCollisionShape.cc (modified) * code/branches/presentation/src/modules/objects/collisionshapes/ConeCollisionShape.h (modified) * code/branches/presentation/src/modules/objects/collisionshapes/PlaneCollisionShape.cc (modified) * code/branches/presentation/src/modules/objects/collisionshapes/PlaneCollisionShape.h (modified) * code/branches/presentation/src/modules/objects/collisionshapes/SphereCollisionShape.cc (modified) * code/branches/presentation/src/modules/objects/collisionshapes/SphereCollisionShape.h (modified) * code/branches/presentation/src/modules/pickup/PickupPrereqs.h (modified) * code/branches/presentation/src/modules/pickup/items/CMakeLists.txt (modified) * code/branches/presentation/src/modules/pickup/items/ShrinkPickup.cc (copied) * code/branches/presentation/src/modules/pickup/items/ShrinkPickup.h (copied) * code/branches/presentation/src/orxonox/collisionshapes/CollisionShape.cc (modified) * code/branches/presentation/src/orxonox/collisionshapes/CollisionShape.h (modified) * code/branches/presentation/src/orxonox/collisionshapes/CompoundCollisionShape.cc (modified) * code/branches/presentation/src/orxonox/collisionshapes/CompoundCollisionShape.h (modified) * code/branches/presentation/src/orxonox/worldentities/WorldEntity.cc (modified) Merging pickup branch into presentation branch. Mon, 23 May 2011 21:37:17 GMT dafrick [8555] * code/branches/pickup/src/modules/pickup/items/ShrinkPickup.cc (modified) Some additional cleanup. Mon, 23 May 2011 21:26:08 GMT dafrick [8554] * code/branches/pickup/data/levels/includes/pickups.oxi (modified) * code/branches/pickup/data/levels/pickups.oxw (modified) * code/branches/pickup/data/levels/templates/pickupRepresentationTemplates.oxt (modified) * code/branches/pickup/src/libraries/util/SubString.h (modified) * code/branches/pickup/src/modules/objects/collisionshapes/BoxCollisionShape.h (modified) * code/branches/pickup/src/modules/objects/collisionshapes/ConeCollisionShape.h (modified) * code/branches/pickup/src/modules/objects/collisionshapes/PlaneCollisionShape.h (modified) * code/branches/pickup/src/modules/objects/collisionshapes/SphereCollisionShape.h (modified) * code/branches/pickup/src/modules/pickup/PickupPrereqs.h (modified) * code/branches/pickup/src/modules/pickup/items/ShrinkPickup.cc (modified) * code/branches/pickup/src/modules/pickup/items/ShrinkPickup.h (modified) * code/branches/pickup/src/orxonox/collisionshapes/CompoundCollisionShape.cc (modified) * code/branches/pickup/src/orxonox/collisionshapes/CompoundCollisionShape.h (modified) * code/branches/pickup/src/orxonox/worldentities/WorldEntity.cc (modified) Some cleanup. Ready for merge. Mon, 23 May 2011 16:41:25 GMT simonmie [8553] * code/branches/gameimmersion/src/orxonox/worldentities/pawns/Pawn.cc (modified) added more comments, removed code marks, changed strange (wrong?) hit ... Mon, 23 May 2011 16:35:35 GMT msalomon [8552] * code/branches/spacerace/data/levels/spaceRace.oxw (modified) * code/branches/spacerace/src/modules/gametypes/RaceCheckPoint.cc (modified) * code/branches/spacerace/src/modules/gametypes/SpaceRace.cc (modified) * code/branches/spacerace/src/modules/gametypes/SpaceRace.h (modified) Mon, 23 May 2011 16:19:59 GMT simonmie [8551] * code/branches/gameimmersion/src/orxonox/worldentities/pawns/Pawn.cc (modified) added missing server variable transfer registration Mon, 23 May 2011 15:59:48 GMT simonmie [8550] * code/branches/gameimmersion/src/modules/weapons/projectiles/BasicProjectile.cc (modified) again comments for BasicProjectile Mon, 23 May 2011 15:46:47 GMT simonmie [8549] * code/branches/gameimmersion/data/levels/includes/weaponSettingsImmTest.oxi (modified) * code/branches/gameimmersion/src/modules/weapons/weaponmodes/EnergyDrink.cc (modified) * code/branches/gameimmersion/src/modules/weapons/weaponmodes/FusionFire.cc (modified) * code/branches/gameimmersion/src/modules/weapons/weaponmodes/HsW01.cc (modified) * code/branches/gameimmersion/src/modules/weapons/weaponmodes/LaserFire.cc (modified) * code/branches/gameimmersion/src/modules/weapons/weaponmodes/LightningGun.cc (modified) * code/branches/gameimmersion/src/modules/weapons/weaponmodes/RocketFire.cc (modified) * code/branches/gameimmersion/src/modules/weapons/weaponmodes/SimpleRocketFire.cc (modified) * code/branches/gameimmersion/src/orxonox/worldentities/pawns/Pawn.cc (modified) some more comments, fixed initial damage missetting Mon, 23 May 2011 15:20:40 GMT msalomon [8548] * code/branches/spacerace/data/levels/spaceRace.oxw (modified) * code/branches/spacerace/src/modules/gametypes/RaceCheckPoint.cc (modified) * code/branches/spacerace/src/modules/gametypes/RaceCheckPoint.h (modified) Mon, 23 May 2011 15:16:00 GMT simonmie [8547] * code/branches/gameimmersion/src/modules/weapons/weaponmodes/RocketFire.cc (modified) * code/branches/gameimmersion/src/modules/weapons/weaponmodes/SimpleRocketFire.cc (modified) added set/get shield/health-damage functionality to RocketFire and ... Mon, 23 May 2011 14:14:57 GMT youngk [8546] * code/branches/presentation/data/levels/presentationFS11.oxw (modified) Minor changes to the realism of planets in the presentation level. Mon, 23 May 2011 14:12:44 GMT mastalde [8545] * code/branches/steering/data/levels/templates/spaceshipAssff.oxt (modified) * code/branches/steering/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) cleaded code and added some comments Mon, 23 May 2011 14:12:27 GMT sven [8544] * code/branches/dockingsystem2/data/levels/docking.oxw (modified) * code/branches/dockingsystem2/src/modules/docking/DockingController.cc (modified) * code/branches/dockingsystem2/src/modules/docking/DockingController.h (modified) * code/branches/dockingsystem2/src/modules/docking/MoveToDockingTarget.cc (modified) * code/branches/dockingsystem2/src/modules/docking/MoveToDockingTarget.h (modified) * code/branches/dockingsystem2/src/orxonox/infos/PlayerInfo.cc (modified) * code/branches/dockingsystem2/src/orxonox/infos/PlayerInfo.h (modified) Spaceships attach now to the dock, fixed DockingController. Mon, 23 May 2011 14:01:49 GMT ssgier [8543] * code/branches/pickup/data/levels/includes/pickups.oxi (modified) * code/branches/pickup/data/levels/pickups.oxw (modified) * code/branches/pickup/data/levels/templates/pickupRepresentationTemplates.oxt (modified) copypasted templates for medium and huge in ... Mon, 23 May 2011 13:54:40 GMT simonmie [8542] * code/branches/gameimmersion/src/modules/weapons/projectiles/BasicProjectile.cc (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/BasicProjectile.h (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/Projectile.cc (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/Projectile.h (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/Rocket.h (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/SimpleRocket.cc (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/SimpleRocket.h (modified) * code/branches/gameimmersion/src/modules/weapons/weaponmodes/EnergyDrink.cc (modified) * code/branches/gameimmersion/src/modules/weapons/weaponmodes/FusionFire.cc (modified) * code/branches/gameimmersion/src/modules/weapons/weaponmodes/HsW01.cc (modified) * code/branches/gameimmersion/src/modules/weapons/weaponmodes/LaserFire.cc (modified) * code/branches/gameimmersion/src/modules/weapons/weaponmodes/LightningGun.cc (modified) * code/branches/gameimmersion/src/modules/weapons/weaponmodes/RocketFire.cc (modified) comments added, unused parts removed, some spam messages removed Mon, 23 May 2011 13:50:13 GMT dboehi [8541] * code/branches/gameimmersion/data/defaultConfig/keybindings.ini (modified) * code/branches/gameimmersion/data/levels/templates/spaceshipImmTest.oxt (modified) * code/branches/gameimmersion/src/orxonox/controllers/HumanController.cc (modified) * code/branches/gameimmersion/src/orxonox/controllers/HumanController.h (modified) * code/branches/gameimmersion/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) Changed boost to start on key press and stop on key release Mon, 23 May 2011 13:09:07 GMT simonmie [8538] * code/branches/gameimmersion/data/levels/includes/weaponSettingsImmTest.oxi (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/BasicProjectile.cc (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/BasicProjectile.h (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/Projectile.cc (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/Projectile.h (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/Rocket.h (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/SimpleRocket.cc (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/SimpleRocket.h (modified) some comments in test-Weaponsettings made Mon, 23 May 2011 13:06:08 GMT catherine [8537] * code/branches/tetris/data/levels/tetris.oxw (modified) * code/branches/tetris/src/modules/tetris/Tetris.cc (modified) * code/branches/tetris/src/modules/tetris/Tetris.h (modified) * code/branches/tetris/src/modules/tetris/TetrisCenterpoint.cc (modified) * code/branches/tetris/src/modules/tetris/TetrisStone.cc (modified) * code/branches/tetris/src/modules/tetris/TetrisStone.h (modified) Almost working. Mon, 23 May 2011 12:52:25 GMT ssgier [8536] * code/branches/pickup/src/modules/pickup/items/ShrinkPickup.h (modified) added comments Mon, 23 May 2011 12:39:49 GMT ssgier [8535] * code/branches/pickup/src/modules/pickup/items/ShrinkPickup.cc (modified) * code/branches/pickup/src/modules/pickup/items/ShrinkPickup.h (modified) corrected comments Mon, 23 May 2011 12:37:08 GMT ssgier [8534] * code/branches/pickup/data/levels/pickups.oxw (modified) * code/branches/pickup/src/modules/pickup/items/ShrinkPickup.cc (modified) * code/branches/pickup/src/modules/pickup/items/ShrinkPickup.h (modified) finished code for ShrinkPickup, adapted XML file\ Mon, 23 May 2011 12:26:25 GMT simonmie [8533] * code/branches/gameimmersion/src/modules/weapons/projectiles/Projectile.cc (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/Rocket.cc (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/Rocket.h (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/SimpleRocket.cc (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/SimpleRocket.h (modified) * code/branches/gameimmersion/src/orxonox/weaponsystem/WeaponMode.h (modified) * code/branches/gameimmersion/src/orxonox/worldentities/pawns/Pawn.cc (modified) SimpleRocket and Rocket are now BasicProjectiles - damage is working ... Sat, 21 May 2011 02:47:22 GMT rgrieder [8525] * code/branches/unity_build/src/orxonox/sound/BaseSound.cc (modified) Another hierarchy initialisation bug: BaseSound d'tor was always ... Sat, 21 May 2011 02:23:19 GMT rgrieder [8524] * code/branches/unity_build/src/libraries/core/ConfigValueIncludes.h (modified) * code/branches/unity_build/src/libraries/core/Core.cc (modified) * code/branches/unity_build/src/libraries/core/Core.h (modified) * code/branches/unity_build/src/libraries/core/command/Shell.cc (modified) * code/branches/unity_build/src/libraries/core/command/Shell.h (modified) * code/branches/unity_build/src/libraries/util/OutputHandler.h (modified) Fixed a serious problem with the debug levels for the Shells by ... Fri, 20 May 2011 21:32:34 GMT rgrieder [8523] * code/branches/unity_build/src/libraries/core/command/IOConsolePOSIX.cc (modified) Enabled text colouring again for the POSIX IO console. Please check ... Fri, 20 May 2011 14:05:32 GMT rgrieder [8522] * code/branches/unity_build/src/libraries/core/command/IOConsoleWindows.cc (modified) * code/branches/unity_build/src/libraries/core/command/Shell.h (modified) * code/branches/unity_build/src/libraries/util/Debug.h (modified) * code/branches/unity_build/src/libraries/util/OutputHandler.h (modified) * code/branches/unity_build/src/orxonox/overlays/InGameConsole.cc (modified) Added new output macro: DOUT. Use this instead of COUT(0) to produce ... Fri, 20 May 2011 03:51:21 GMT rgrieder [8520] * code/branches/unity_build/src/libraries/core/CommandLineParser.cc (modified) * code/branches/unity_build/src/libraries/core/CommandLineParser.h (modified) * code/branches/unity_build/src/libraries/core/Core.cc (modified) * code/branches/unity_build/src/libraries/core/PathConfig.cc (modified) Removed useless and possibly confusion feature: specifying a file ... Fri, 20 May 2011 03:27:39 GMT rgrieder [8519] * code/branches/unity_build/src/libraries/core/Core.cc (modified) * code/branches/unity_build/src/libraries/core/Core.h (modified) Changing the Core::bDevMode_ should also change the log levels to ... Fri, 20 May 2011 03:24:52 GMT rgrieder [8518] * code/branches/unity_build/src/libraries/core/Core.cc (modified) * code/branches/unity_build/src/libraries/core/Core.h (modified) * code/branches/unity_build/src/libraries/core/command/Shell.cc (modified) * code/branches/unity_build/src/libraries/core/command/Shell.h (modified) * code/branches/unity_build/src/libraries/util/Debug.h (modified) * code/branches/unity_build/src/libraries/util/OutputHandler.cc (modified) * code/branches/unity_build/src/libraries/util/OutputHandler.h (modified) Sorted out log level handling on startup and transferred its control ... Fri, 20 May 2011 03:18:08 GMT rgrieder [8517] * code/branches/unity_build/src/libraries/core/Core.cc (modified) * code/branches/unity_build/src/libraries/util/OutputHandler.cc (modified) * code/branches/unity_build/src/libraries/util/OutputHandler.h (modified) Improved logging to a file by rewriting the log according to the ... Fri, 20 May 2011 01:58:29 GMT rgrieder [8516] * code/branches/unity_build/src/libraries/util/OutputHandler.cc (modified) * code/branches/unity_build/src/libraries/util/OutputHandler.h (modified) Separate method in OutputHandler for updating the global debug level ... Fri, 20 May 2011 01:53:21 GMT rgrieder [8515] * code/branches/unity_build/src/libraries/core/command/Shell.cc (modified) * code/branches/unity_build/src/libraries/util/OutputHandler.cc (modified) * code/branches/unity_build/src/libraries/util/OutputHandler.h (modified) * code/branches/unity_build/src/orxonox/overlays/InGameConsole.cc (modified) The output listener writing to the memory as buffer should record ... Thu, 19 May 2011 14:16:55 GMT kmaurus [8513] * code/branches/spaceboundaries2/data/levels/myTestLevel.oxw (modified) * code/branches/spaceboundaries2/src/orxonox/worldentities/SpaceBoundaries.cc (modified) * code/branches/spaceboundaries2/src/orxonox/worldentities/SpaceBoundaries.h (modified) third reactionMode added Thu, 19 May 2011 14:13:10 GMT smerkli [8512] * code/branches/presentation/data/levels/presentationFS11.oxw (modified) changed presentation level a little Thu, 19 May 2011 14:01:34 GMT anbueche [8511] * code/branches/portals2/data/levels/portals.oxw (modified) * code/branches/portals2/src/modules/portals/PortalEndPoint.cc (modified) * code/branches/portals2/src/modules/portals/PortalEndPoint.h (modified) * code/branches/portals2/src/modules/portals/PortalLink.cc (modified) added reenter delay, added comments Thu, 19 May 2011 11:47:01 GMT kmaurus [8506] * code/branches/spaceboundaries2/src/orxonox/worldentities/SpaceBoundaries.cc (modified) * code/branches/spaceboundaries2/src/orxonox/worldentities/SpaceBoundaries.h (modified) Wed, 18 May 2011 13:19:47 GMT rgrieder [8504] * code/branches/bigships/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) Destructor code should be enclosed in this->isInitialized(). Wed, 18 May 2011 10:54:25 GMT dafrick [8503] * code/branches/bigships/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) Values that are needed in the destructor need to be initialized ... Wed, 18 May 2011 10:36:59 GMT dafrick [8502] * code/branches/pickup/data/levels/pickups.oxw (modified) * code/branches/pickup/src/modules/pickup/items/ShrinkPickup.cc (modified) * code/branches/pickup/src/modules/pickup/items/ShrinkPickup.h (modified) Minor changes. Wed, 18 May 2011 09:33:28 GMT dafrick [8501] * code/branches/dockingsystem2/data/gui/scripts/DockingDialog.lua (modified) * code/branches/dockingsystem2/src/modules/docking/Dock.cc (modified) * code/branches/dockingsystem2/src/modules/docking/DockToShip.cc (modified) * code/branches/dockingsystem2/src/modules/docking/DockToShip.h (modified) * code/branches/dockingsystem2/src/modules/docking/DockingAnimation.cc (modified) * code/branches/dockingsystem2/src/modules/docking/DockingController.cc (modified) * code/branches/dockingsystem2/src/modules/docking/DockingEffect.cc (modified) * code/branches/dockingsystem2/src/modules/docking/DockingPrereqs.h (modified) * code/branches/dockingsystem2/src/modules/docking/DockingTarget.cc (modified) * code/branches/dockingsystem2/src/modules/docking/DockingTarget.h (modified) * code/branches/dockingsystem2/src/modules/docking/MoveToDockingTarget.cc (modified) * code/branches/dockingsystem2/src/orxonox/controllers/ArtificialController.cc (modified) * code/branches/dockingsystem2/src/orxonox/controllers/ArtificialController.h (modified) Minor changes. Wed, 18 May 2011 09:03:13 GMT dafrick [8500] * code/branches/dockingsystem2/data/gui/scripts/DockingDialog.lua (modified) Adding menu navigation do DockingDialog. Wed, 18 May 2011 08:57:00 GMT dafrick [8499] * code/branches/presentation (copied) Creating new presentation branch. Mon, 16 May 2011 22:44:32 GMT marwegma [8497] * code/branches/environment2/src/orxonox/graphics/GlobalGodrayShader.cc (modified) * code/branches/environment2/src/orxonox/graphics/GlobalGodrayShader.h (modified) * code/branches/environment2/src/orxonox/graphics/GlobalShader.cc (modified) Godrays: Implementing in progress. Mon, 16 May 2011 18:07:11 GMT msalomon [8494] * code/branches/spacerace/data/levels/spaceRace.oxw (added) * code/branches/spacerace/src/modules/gametypes/RaceCheckPoint.cc (added) * code/branches/spacerace/src/modules/gametypes/RaceCheckPoint.h (added) RaceCheckPoint type and test level for the spaceRace gametype. Mon, 16 May 2011 16:21:05 GMT sven [8493] * code/branches/dockingsystem2/data/gui/scripts/DockingDialog.lua (modified) * code/branches/dockingsystem2/data/levels/docking.oxw (modified) * code/branches/dockingsystem2/src/modules/docking/CMakeLists.txt (modified) * code/branches/dockingsystem2/src/modules/docking/Dock.cc (modified) * code/branches/dockingsystem2/src/modules/docking/Dock.h (modified) * code/branches/dockingsystem2/src/modules/docking/DockToShip.cc (modified) * code/branches/dockingsystem2/src/modules/docking/DockToShip.h (modified) * code/branches/dockingsystem2/src/modules/docking/DockingAnimation.cc (added) * code/branches/dockingsystem2/src/modules/docking/DockingAnimation.h (added) * code/branches/dockingsystem2/src/modules/docking/DockingController.cc (added) * code/branches/dockingsystem2/src/modules/docking/DockingController.h (added) * code/branches/dockingsystem2/src/modules/docking/DockingEffect.cc (modified) * code/branches/dockingsystem2/src/modules/docking/DockingEffect.h (modified) * code/branches/dockingsystem2/src/modules/docking/DockingPrereqs.h (modified) * code/branches/dockingsystem2/src/modules/docking/MoveToDockingTarget.cc (added) * code/branches/dockingsystem2/src/modules/docking/MoveToDockingTarget.h (added) * code/branches/dockingsystem2/src/orxonox/controllers/ArtificialController.cc (modified) * code/branches/dockingsystem2/src/orxonox/controllers/ArtificialController.h (modified) Added docking animations, skeletton for DockingController.. Mon, 16 May 2011 15:25:00 GMT simonmie [8492] * code/branches/gameimmersion/data/levels/includes/weaponSettingsImmTest.oxi (modified) * code/branches/gameimmersion/data/particle/Shield.particle (added) * code/branches/gameimmersion/src/modules/weapons/projectiles/BasicProjectile.cc (added) * code/branches/gameimmersion/src/modules/weapons/projectiles/BasicProjectile.h (added) * code/branches/gameimmersion/src/modules/weapons/projectiles/CMakeLists.txt (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/Projectile.cc (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/Projectile.h (modified) * code/branches/gameimmersion/src/modules/weapons/weaponmodes/EnergyDrink.cc (modified) * code/branches/gameimmersion/src/modules/weapons/weaponmodes/FusionFire.cc (modified) * code/branches/gameimmersion/src/modules/weapons/weaponmodes/HsW01.cc (modified) * code/branches/gameimmersion/src/modules/weapons/weaponmodes/LaserFire.cc (modified) * code/branches/gameimmersion/src/modules/weapons/weaponmodes/LightningGun.cc (modified) * code/branches/gameimmersion/src/modules/weapons/weaponmodes/RocketFire.cc (modified) * code/branches/gameimmersion/src/modules/weapons/weaponmodes/SimpleRocketFire.cc (modified) * code/branches/gameimmersion/src/orxonox/worldentities/pawns/Pawn.cc (modified) New Shield effect added (from tibork), first working BasicProjectile ... Mon, 16 May 2011 14:34:19 GMT marwegma [8491] * code/branches/environment2/src/orxonox/graphics/GlobalGodrayShader.cc (modified) * code/branches/environment2/src/orxonox/graphics/GlobalGodrayShader.h (modified) * code/branches/environment2/src/orxonox/graphics/GlobalShader.cc (modified) Safety Commit Mon, 16 May 2011 13:52:31 GMT dboehi [8490] * code/branches/gameimmersion/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) * code/branches/gameimmersion/src/orxonox/worldentities/pawns/SpaceShip.h (modified) Updated version of the camera shake effect, now based on sin. Mon, 16 May 2011 13:49:59 GMT ssgier [8489] * code/branches/pickup/src/modules/pickup/items/ShrinkPickup.cc (modified) * code/branches/pickup/src/modules/pickup/items/ShrinkPickup.h (modified) finished code for shrinking and growing Mon, 16 May 2011 13:13:56 GMT youngk [8488] * code/branches/tetris/src/modules/tetris/Tetris.cc (modified) * code/branches/tetris/src/modules/tetris/Tetris.h (modified) Created a skeleton for the position validation of a stone. Mon, 16 May 2011 11:39:51 GMT sven [8487] * code/branches/dockingsystem2/data/gui/scripts/DockingDialog.lua (modified) * code/branches/dockingsystem2/data/levels/docking.oxw (modified) * code/branches/dockingsystem2/src/modules/docking/DockingEffect.cc (modified) * code/branches/dockingsystem2/src/modules/docking/DockingEffect.h (modified) Mon, 16 May 2011 11:27:03 GMT dafrick [8486] * code/branches/pickup/src/modules/pickup/items/ShrinkPickup.cc (modified) ... Sat, 14 May 2011 11:06:57 GMT anbueche [8483] * code/branches/portals2/doc/api/groups/Portals.dox (added) improved portals documentation Sat, 14 May 2011 02:32:39 GMT rgrieder [8478] * code/branches/unity_build/src/libraries/core/Game.cc (modified) Added forgotten detail in revision 8423 (trunk). Thu, 12 May 2011 14:36:30 GMT kmaurus [8468] * code/branches/spaceboundaries2/data/levels/myTestLevel.oxw (modified) * code/branches/spaceboundaries2/doc/api/Groups.dox (modified) * code/branches/spaceboundaries2/src/orxonox/worldentities/SpaceBoundaries.cc (modified) * code/branches/spaceboundaries2/src/orxonox/worldentities/SpaceBoundaries.h (modified) several small improvements Thu, 12 May 2011 14:15:36 GMT anbueche [8466] * code/branches/portals2/doc/api/Groups.dox (modified) * code/branches/portals2/src/modules/portals/PortalEndPoint.cc (modified) * code/branches/portals2/src/modules/portals/PortalEndPoint.h (modified) * code/branches/portals2/src/modules/portals/PortalLink.h (modified) comments added Thu, 12 May 2011 12:24:39 GMT smerkli [8460] * code/branches/portals2 (copied) created. Thu, 12 May 2011 12:24:26 GMT smerkli [8459] * code/branches/spaceboundaries2 (copied) Thu, 12 May 2011 11:22:55 GMT anbueche [8455] * code/branches/portals/src/modules/portals/PortalEndPoint.h (modified) * code/branches/portals/src/modules/portals/PortalLink.cc (modified) * code/branches/portals/src/modules/portals/PortalLink.h (modified) comments added Thu, 12 May 2011 11:17:38 GMT anbueche [8454] * code/branches/portals/data/levels/portals.oxw (modified) * code/branches/portals/src/modules/portals/PortalEndPoint.cc (modified) * code/branches/portals/src/modules/portals/PortalEndPoint.h (modified) comments added Wed, 11 May 2011 22:31:23 GMT dafrick [8453] * code/branches/tutoriallevel3 (modified) * code/branches/tutoriallevel3/data/gui/layouts/QuestGUI.layout (modified) * code/branches/tutoriallevel3/data/gui/scripts/NotificationLayer.lua (modified) * code/branches/tutoriallevel3/data/gui/scripts/QuestGUI.lua (modified) * code/branches/tutoriallevel3/data/gui/scripts/SingleplayerMenu.lua (modified) * code/branches/tutoriallevel3/data/levels/quests.oxw (copied) * code/branches/tutoriallevel3/data/overlays/debug.oxo (modified) * code/branches/tutoriallevel3/doc/api/groups/Triggers.dox (modified) * code/branches/tutoriallevel3/src/libraries/core/GUIManager.cc (modified) * code/branches/tutoriallevel3/src/libraries/core/GUIManager.h (modified) * code/branches/tutoriallevel3/src/libraries/network/synchronisable/Synchronisable.cc (modified) * code/branches/tutoriallevel3/src/libraries/util/SubString.h (modified) * code/branches/tutoriallevel3/src/modules/notifications/CMakeLists.txt (modified) * code/branches/tutoriallevel3/src/modules/notifications/Notification.cc (deleted) * code/branches/tutoriallevel3/src/modules/notifications/Notification.h (deleted) * code/branches/tutoriallevel3/src/modules/notifications/NotificationDispatcher.cc (modified) * code/branches/tutoriallevel3/src/modules/notifications/NotificationManager.cc (modified) * code/branches/tutoriallevel3/src/modules/notifications/NotificationManager.h (modified) * code/branches/tutoriallevel3/src/modules/notifications/NotificationQueue.cc (modified) * code/branches/tutoriallevel3/src/modules/notifications/NotificationQueue.h (modified) * code/branches/tutoriallevel3/src/modules/notifications/NotificationQueueCEGUI.cc (copied) * code/branches/tutoriallevel3/src/modules/notifications/NotificationQueueCEGUI.h (copied) * code/branches/tutoriallevel3/src/modules/objects/triggers/DistanceTrigger.cc (modified) * code/branches/tutoriallevel3/src/modules/objects/triggers/DistanceTrigger.h (modified) * code/branches/tutoriallevel3/src/modules/objects/triggers/EventTrigger.h (modified) * code/branches/tutoriallevel3/src/modules/objects/triggers/MultiTrigger.cc (modified) * code/branches/tutoriallevel3/src/modules/objects/triggers/TriggerBase.h (modified) * code/branches/tutoriallevel3/src/modules/overlays/hud/CMakeLists.txt (modified) * code/branches/tutoriallevel3/src/modules/overlays/hud/GametypeStatus.cc (deleted) * code/branches/tutoriallevel3/src/modules/overlays/hud/GametypeStatus.h (deleted) * code/branches/tutoriallevel3/src/modules/questsystem/QuestDescription.cc (modified) * code/branches/tutoriallevel3/src/modules/questsystem/QuestManager.cc (modified) * code/branches/tutoriallevel3/src/modules/questsystem/QuestManager.h (modified) * code/branches/tutoriallevel3/src/orxonox/LevelManager.cc (modified) * code/branches/tutoriallevel3/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/tutoriallevel3/src/orxonox/gametypes/Gametype.h (modified) * code/branches/tutoriallevel3/src/orxonox/infos/GametypeInfo.cc (modified) * code/branches/tutoriallevel3/src/orxonox/infos/GametypeInfo.h (modified) * code/branches/tutoriallevel3/src/orxonox/interfaces/CMakeLists.txt (modified) * code/branches/tutoriallevel3/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/branches/tutoriallevel3/src/orxonox/interfaces/NotificationListener.cc (copied) * code/branches/tutoriallevel3/src/orxonox/interfaces/NotificationListener.h (modified) Merging tutoriallevel2 branch into tutoriallevel3 branch. Wed, 11 May 2011 22:17:26 GMT dafrick [8452] * code/branches/tutoriallevel3 (copied) New tutoriallevel branch to start testing network in, since in the ... Wed, 11 May 2011 22:15:05 GMT dafrick [8451] * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.cc (modified) Modifying the currently active notification queues. Wed, 11 May 2011 22:11:53 GMT dafrick [8450] * code/branches/tutoriallevel2/data/overlays/debug.oxo (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueueCEGUI.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueueCEGUI.h (modified) * code/branches/tutoriallevel2/src/modules/overlays/hud/CMakeLists.txt (modified) * code/branches/tutoriallevel2/src/modules/overlays/hud/GametypeStatus.cc (deleted) * code/branches/tutoriallevel2/src/modules/overlays/hud/GametypeStatus.h (deleted) * code/branches/tutoriallevel2/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/tutoriallevel2/src/orxonox/gametypes/Gametype.h (modified) * code/branches/tutoriallevel2/src/orxonox/infos/GametypeInfo.cc (modified) * code/branches/tutoriallevel2/src/orxonox/infos/GametypeInfo.h (modified) Replacing GametypeStatus overlay with notifications. Wed, 11 May 2011 20:55:30 GMT dafrick [8449] * code/branches/tutoriallevel2/src/modules/notifications/CMakeLists.txt (modified) * code/branches/tutoriallevel2/src/modules/notifications/Notification.cc (deleted) * code/branches/tutoriallevel2/src/modules/notifications/Notification.h (deleted) * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.h (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueue.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueueCEGUI.cc (modified) Moving the Notification class int NotificationManager, since it is ... Wed, 11 May 2011 20:45:56 GMT dafrick [8448] * code/branches/tutoriallevel2/data/gui/scripts/NotificationLayer.lua (modified) * code/branches/tutoriallevel2/src/modules/notifications/Notification.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.h (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueue.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueue.h (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueueCEGUI.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueueCEGUI.h (modified) * code/branches/tutoriallevel2/src/orxonox/interfaces/NotificationListener.cc (modified) * code/branches/tutoriallevel2/src/orxonox/interfaces/NotificationListener.h (modified) Extending NotificationQueueCEGUI. Wed, 11 May 2011 20:44:25 GMT dafrick [8447] * code/branches/tutoriallevel2/doc/api/groups/Triggers.dox (modified) * code/branches/tutoriallevel2/src/libraries/network/synchronisable/Synchronisable.cc (modified) * code/branches/tutoriallevel2/src/modules/objects/triggers/DistanceTrigger.cc (modified) * code/branches/tutoriallevel2/src/modules/objects/triggers/DistanceTrigger.h (modified) * code/branches/tutoriallevel2/src/modules/objects/triggers/EventTrigger.h (modified) * code/branches/tutoriallevel2/src/modules/questsystem/QuestManager.cc (modified) Resolving some doxygen warnings. Wed, 11 May 2011 10:21:32 GMT dafrick [8446] * code/branches/tutoriallevel2/data/gui/scripts/NotificationLayer.lua (modified) * code/branches/tutoriallevel2/src/modules/notifications/CMakeLists.txt (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.h (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueue.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueue.h (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueueCEGUI.cc (added) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueueCEGUI.h (added) Removing editMode stuff, since that doesn't work anymore and that ... Tue, 10 May 2011 21:37:22 GMT dafrick [8445] * code/branches/tutoriallevel2/src/modules/notifications/Notification.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/Notification.h (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationDispatcher.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.h (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueue.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueue.h (modified) * code/branches/tutoriallevel2/src/modules/questsystem/QuestDescription.cc (modified) * code/branches/tutoriallevel2/src/orxonox/interfaces/NotificationListener.cc (modified) * code/branches/tutoriallevel2/src/orxonox/interfaces/NotificationListener.h (modified) NotificationListener is new an entity which is informed of new ... Tue, 10 May 2011 19:27:03 GMT dafrick [8444] * code/branches/tutoriallevel2/src/libraries/util/SubString.h (modified) Fixing typo. Mon, 09 May 2011 16:49:10 GMT rgrieder [8440] * code/branches/unity_build (copied) New branch to work on so called 'Unity Builds', known in Orxonox as ... Mon, 09 May 2011 14:47:38 GMT marwegma [8435] * code/branches/environment2/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/environment2/src/orxonox/graphics/CMakeLists.txt (modified) * code/branches/environment2/src/orxonox/graphics/GlobalGodrayShader.cc (added) * code/branches/environment2/src/orxonox/graphics/GlobalGodrayShader.h (added) GlobalGodrayShader added, but not yet finished. Mon, 09 May 2011 14:26:37 GMT sven [8434] * code/branches/dockingsystem2/data/gui/layouts/DockingDialog.layout (added) * code/branches/dockingsystem2/data/gui/scripts/DockingDialog.lua (added) * code/branches/dockingsystem2/data/levels/docking.oxw (modified) * code/branches/dockingsystem2/src/modules/docking/CMakeLists.txt (modified) * code/branches/dockingsystem2/src/modules/docking/Dock.cc (modified) * code/branches/dockingsystem2/src/modules/docking/Dock.h (modified) Added simple GUI for docking.. Mon, 09 May 2011 13:58:48 GMT ssgier [8433] * code/branches/pickup/src/modules/pickup/items/ShrinkPickup.cc (modified) * code/branches/pickup/src/modules/pickup/items/ShrinkPickup.h (modified) working on continuous shrinking Mon, 09 May 2011 13:56:13 GMT mastalde [8431] * code/branches/steering/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) added lift_ and stallSpeed_ for better flight behavior without errors... Mon, 09 May 2011 13:52:35 GMT mastalde [8430] * code/branches/steering/data/levels/templates/spaceshipAssff.oxt (modified) * code/branches/steering/src/orxonox/worldentities/MobileEntity.cc (modified) * code/branches/steering/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) * code/branches/steering/src/orxonox/worldentities/pawns/SpaceShip.h (modified) added lift_ and stallSpeed_ for better flight behavior Mon, 09 May 2011 13:38:24 GMT jonas [8429] * code/branches/weapons/data/levels/emptyLevel.oxw (modified) * code/branches/weapons/data/levels/includes/weaponSettingsAssff.oxi (modified) model attached, flare stimmt, effect noch nicht... Mon, 09 May 2011 13:29:57 GMT msalomon [8428] * code/branches/spacerace/src/modules/gametypes/SpaceRace.cc (modified) * code/branches/spacerace/src/modules/gametypes/SpaceRace.h (modified) Space Race gamtype with a clock and a set to save the time of the player. Mon, 09 May 2011 13:19:22 GMT dboehi [8427] * code/branches/gameimmersion/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) Shake effect now depends on the velocity of the space ship Mon, 09 May 2011 12:59:07 GMT decryphe [8426] * code/branches/bigships/data/levels/templates/spaceshipAssff.oxt (modified) * code/branches/bigships/data/levels/templates/spaceshipGhost.oxt (modified) * code/branches/bigships/data/levels/templates/spaceshipH2.oxt (modified) * code/branches/bigships/data/levels/templates/spaceshipHXY.oxt (modified) * code/branches/bigships/data/levels/templates/spaceshipHXYSL.oxt (modified) * code/branches/bigships/data/levels/templates/spaceshipPirate.oxt (modified) * code/branches/bigships/data/levels/templates/spaceshipSwallow.oxt (modified) * code/branches/bigships/data/levels/templates/spaceshipTransporter.oxt (modified) * code/branches/bigships/data/levels/templates/spaceshipTransporterSL.oxt (modified) * code/branches/bigships/src/modules/overlays/hud/HUDSpeedBar.cc (modified) * code/branches/bigships/src/orxonox/controllers/HumanController.cc (modified) * code/branches/bigships/src/orxonox/controllers/HumanController.h (modified) * code/branches/bigships/src/orxonox/gametypes/Dynamicmatch.cc (modified) * code/branches/bigships/src/orxonox/gametypes/Dynamicmatch.h (modified) * code/branches/bigships/src/orxonox/items/Engine.cc (modified) * code/branches/bigships/src/orxonox/items/Engine.h (modified) * code/branches/bigships/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/bigships/src/orxonox/worldentities/ControllableEntity.h (modified) * code/branches/bigships/src/orxonox/worldentities/MobileEntity.cc (modified) * code/branches/bigships/src/orxonox/worldentities/MobileEntity.h (modified) * code/branches/bigships/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) * code/branches/bigships/src/orxonox/worldentities/pawns/SpaceShip.h (modified) - Moved handling of blur effect from Engine.cc to SpaceShip.cc. - ... Sun, 08 May 2011 21:45:32 GMT dafrick [8422] * code/branches/pickup/src/modules/objects/collisionshapes/BoxCollisionShape.cc (modified) * code/branches/pickup/src/modules/objects/collisionshapes/BoxCollisionShape.h (modified) * code/branches/pickup/src/modules/objects/collisionshapes/ConeCollisionShape.cc (modified) * code/branches/pickup/src/modules/objects/collisionshapes/ConeCollisionShape.h (modified) * code/branches/pickup/src/modules/objects/collisionshapes/PlaneCollisionShape.cc (modified) * code/branches/pickup/src/modules/objects/collisionshapes/PlaneCollisionShape.h (modified) * code/branches/pickup/src/modules/objects/collisionshapes/SphereCollisionShape.cc (modified) * code/branches/pickup/src/modules/objects/collisionshapes/SphereCollisionShape.h (modified) * code/branches/pickup/src/orxonox/collisionshapes/CollisionShape.cc (modified) * code/branches/pickup/src/orxonox/collisionshapes/CollisionShape.h (modified) * code/branches/pickup/src/orxonox/collisionshapes/CompoundCollisionShape.cc (modified) * code/branches/pickup/src/orxonox/collisionshapes/CompoundCollisionShape.h (modified) * code/branches/pickup/src/orxonox/worldentities/WorldEntity.cc (modified) Documenting collision shapes in an effort to understand them and ... Thu, 05 May 2011 14:14:07 GMT kmaurus [8404] * code/branches/spaceboundaries/src/orxonox/worldentities/SpaceBoundaries.cc (modified) * code/branches/spaceboundaries/src/orxonox/worldentities/SpaceBoundaries.h (modified) some adaptations and improvements Thu, 05 May 2011 13:27:39 GMT smerkli [8401] * code/branches/masterserver2/src/libraries/network/WANDiscoverable.cc (modified) nothing actually changed. Tue, 03 May 2011 18:52:26 GMT simonmie [8395] * code/branches/gameimmersion/data/levels/includes/weaponSettingsImmTest.oxi (added) * code/branches/gameimmersion/data/levels/templates/spaceshipImmTest.oxt (added) test-Spaceship and test-WeaponSettings files added Mon, 02 May 2011 21:50:21 GMT youngk [8391] * code/branches/mac_osx2/data/levels/planets.oxw (modified) Added gravitational pull to both planets. This is getting fun! Mon, 02 May 2011 20:54:01 GMT youngk [8390] * code/branches/mac_osx2/data/levels/planets.oxw (modified) * code/branches/mac_osx2/src/modules/objects/Planet.cc (modified) Yess-a-doo! Okay, planets now have collision shapes. Follow the ... Mon, 02 May 2011 20:30:40 GMT youngk [8389] * code/branches/mac_osx2/data/levels/planets.oxw (modified) * code/branches/mac_osx2/src/modules/objects/Planet.cc (modified) Adding Collision Shapes to Planets. Doesn't currently work. Mon, 02 May 2011 20:30:09 GMT youngk [8388] * code/branches/mac_osx2/CMakeLists.txt (modified) * code/branches/mac_osx2/cmake/BundleConfig.cmake (modified) Disabling CPack again. Needs a LOT of adjustments still. Mon, 02 May 2011 15:17:20 GMT simonmie [8386] * code/branches/gameimmersion/data/levels/test-immersion-shield-01.oxw (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/Projectile.cc (modified) * code/branches/gameimmersion/src/modules/weapons/projectiles/Projectile.h (modified) * code/branches/gameimmersion/src/modules/weapons/weaponmodes/LightningGun.cc (modified) * code/branches/gameimmersion/src/orxonox/controllers/Controller.h (modified) * code/branches/gameimmersion/src/orxonox/weaponsystem/WeaponMode.cc (modified) * code/branches/gameimmersion/src/orxonox/weaponsystem/WeaponMode.h (modified) * code/branches/gameimmersion/src/orxonox/worldentities/pawns/Pawn.cc (modified) * code/branches/gameimmersion/src/orxonox/worldentities/pawns/Pawn.h (modified) New shielddamage implemented, depending functions changed, bugs ... Mon, 02 May 2011 14:19:43 GMT sven [8383] * code/branches/dockingsystem2/src/modules/docking/Dock.h (modified) Fixed an include. Mon, 02 May 2011 14:16:27 GMT sven [8382] * code/branches/dockingsystem2/data/levels/docking.oxw (modified) * code/branches/dockingsystem2/src/modules/docking/Dock.cc (modified) * code/branches/dockingsystem2/src/modules/docking/Dock.h (modified) * code/branches/dockingsystem2/src/modules/docking/DockToShip.cc (modified) * code/branches/dockingsystem2/src/orxonox/infos/PlayerInfo.cc (modified) Added dock/undock console commands. Mon, 02 May 2011 13:58:10 GMT ssgier [8381] * code/branches/pickup/src/modules/pickup/items/ShrinkPickup.cc (modified) * code/branches/pickup/src/modules/pickup/items/ShrinkPickup.h (modified) started creating a more efficient code structure Mon, 02 May 2011 12:18:04 GMT dboehi [8379] * code/branches/gameimmersion (modified) * code/branches/gameimmersion/src/orxonox/controllers/HumanController.cc (modified) * code/branches/gameimmersion/src/orxonox/controllers/HumanController.h (modified) * code/branches/gameimmersion/src/orxonox/items/Engine.cc (modified) * code/branches/gameimmersion/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/gameimmersion/src/orxonox/worldentities/ControllableEntity.h (modified) * code/branches/gameimmersion/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) * code/branches/gameimmersion/src/orxonox/worldentities/pawns/SpaceShip.h (modified) Changed the camera shake effect to work with the updated boost code. Mon, 02 May 2011 11:58:12 GMT dafrick [8378] * code/branches/tutoriallevel2/data/gui/scripts/NotificationLayer.lua (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.cc (modified) * code/branches/tutoriallevel2/src/orxonox/interfaces/NotificationListener.h (modified) Notification text alignment can be set per queue. Mon, 02 May 2011 11:33:24 GMT dafrick [8377] * code/branches/tutoriallevel2/data/gui/scripts/NotificationLayer.lua (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationDispatcher.cc (modified) * code/branches/tutoriallevel2/src/modules/questsystem/QuestDescription.cc (modified) * code/branches/tutoriallevel2/src/orxonox/interfaces/NotificationListener.h (modified) Text coloring in notification queue now working. Mon, 02 May 2011 11:31:18 GMT dafrick [8376] * code/branches/tutoriallevel2/src/orxonox/interfaces/NotificationListener.cc (added) Forgot to add NotificationListener. Mon, 02 May 2011 11:22:15 GMT ssgier [8375] * code/branches/pickup/src/modules/pickup/items/ShrinkPickup.cc (added) * code/branches/pickup/src/modules/pickup/items/ShrinkPickup.h (added) added source files for ShrinkPickup Mon, 02 May 2011 08:20:45 GMT dafrick [8374] * code/branches/tutoriallevel2/src/modules/notifications/Notification.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/Notification.h (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationDispatcher.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.h (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueue.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueue.h (modified) * code/branches/tutoriallevel2/src/modules/questsystem/QuestDescription.cc (modified) * code/branches/tutoriallevel2/src/orxonox/interfaces/CMakeLists.txt (modified) * code/branches/tutoriallevel2/src/orxonox/interfaces/InterfaceCompilation.cc (modified) * code/branches/tutoriallevel2/src/orxonox/interfaces/NotificationListener.h (modified) Changes in notifications module structure. Notifications can now be ... Sun, 01 May 2011 12:43:33 GMT dafrick [8371] * code/branches/tutoriallevel2 (modified) * code/branches/tutoriallevel2/data/gui/layouts/QuestGUI.layout (modified) * code/branches/tutoriallevel2/data/gui/scripts/NotificationLayer.lua (modified) * code/branches/tutoriallevel2/data/gui/scripts/QuestGUI.lua (modified) * code/branches/tutoriallevel2/data/gui/scripts/SingleplayerMenu.lua (modified) * code/branches/tutoriallevel2/data/levels/quests.oxw (copied) * code/branches/tutoriallevel2/src/libraries/core/GUIManager.cc (modified) * code/branches/tutoriallevel2/src/libraries/core/GUIManager.h (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationManager.h (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueue.cc (modified) * code/branches/tutoriallevel2/src/modules/notifications/NotificationQueue.h (modified) * code/branches/tutoriallevel2/src/modules/objects/triggers/MultiTrigger.cc (modified) * code/branches/tutoriallevel2/src/modules/objects/triggers/TriggerBase.h (modified) * code/branches/tutoriallevel2/src/modules/questsystem/QuestManager.cc (modified) * code/branches/tutoriallevel2/src/modules/questsystem/QuestManager.h (modified) * code/branches/tutoriallevel2/src/orxonox/LevelManager.cc (modified) Merging tutoriallevel branch into tutoriallevel2 branch.