# # ChangeLog for code/trunk # # Generated by Trac 1.0.9 # Apr 26, 2024, 4:49:25 AM Thu, 30 Jul 2015 12:13:21 GMT muemart [10546] * code/trunk/src/libraries/tools/TextureGenerator.cc (modified) Fix MSVC14/Visual Studio 2015 build: std::less must be constexpr Thu, 07 May 2015 22:17:03 GMT fvultier [10437] * code/trunk/src/modules/jump/JumpScore.cc (modified) * code/trunk/src/orxonox/worldentities/ControllableEntity.h (modified) * code/trunk/src/orxonox/worldentities/MobileEntity.h (modified) * code/trunk/src/orxonox/worldentities/StaticEntity.h (modified) * code/trunk/src/orxonox/worldentities/pawns/Pawn.h (modified) * code/trunk/src/orxonox/worldentities/pawns/SpaceShip.h (modified) Removed unnecessary output to console in kump minigame. Added a small ... Sun, 15 Mar 2015 16:27:57 GMT smerkli [10318] * code/trunk/src/modules/gametypes/SpaceRaceController.cc (modified) fixed destructor (during class hierarchy initialization) Sun, 15 Mar 2015 16:22:19 GMT smerkli [10317] * code/trunk/src/libraries/util/output/OutputDefinitions.h (modified) fixed compiler warnings Sun, 15 Mar 2015 14:22:18 GMT smerkli [10316] * code/trunk/src/orxonox/Scene.cc (modified) only load debug drawer if graphics is enabled Mon, 02 Mar 2015 22:19:32 GMT landauf [10299] * code/trunk/src/modules/weapons/projectiles/SimpleRocket.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) fixed crash in SimpleRocket (during level-unloading). improved debug ... Mon, 02 Mar 2015 22:18:45 GMT landauf [10298] * code/trunk/src/libraries/core/BaseObject.h (modified) * code/trunk/src/libraries/core/Namespace.cc (modified) fixed potential crash during level-unloading: Namespace is a context ... Sun, 01 Mar 2015 21:11:26 GMT landauf [10297] * code/trunk/data/levels/underAttack.oxw (modified) improved underAttack.oxw - now with lots of turrets attached to the ... Sun, 01 Mar 2015 21:06:17 GMT landauf [10296] * code/trunk/src/modules/weapons/weaponmodes/EnergyDrink.cc (modified) * code/trunk/src/modules/weapons/weaponmodes/FusionFire.cc (modified) * code/trunk/src/modules/weapons/weaponmodes/HsW01.cc (modified) * code/trunk/src/modules/weapons/weaponmodes/LaserFire.cc (modified) * code/trunk/src/modules/weapons/weaponmodes/LightningGun.cc (modified) * code/trunk/src/modules/weapons/weaponmodes/RocketFire.cc (modified) don't add the pawn's velocity to the projectile's velocity. this ... Sun, 01 Mar 2015 20:59:53 GMT muemart [10295] * code/trunk/src/libraries/core/DynLib.cc (modified) * code/trunk/src/libraries/core/GraphicsManager.cc (modified) * code/trunk/src/libraries/core/PathConfig.cc (modified) Avoid using the system path variables on windows (also gets rid of ... Sun, 01 Mar 2015 20:59:28 GMT landauf [10294] * code/trunk/src/modules/overlays/hud/HUDNavigation.cc (modified) * code/trunk/src/modules/weapons/weaponmodes/EnergyDrink.cc (modified) * code/trunk/src/modules/weapons/weaponmodes/FusionFire.cc (modified) * code/trunk/src/modules/weapons/weaponmodes/HsW01.cc (modified) * code/trunk/src/modules/weapons/weaponmodes/LaserFire.cc (modified) * code/trunk/src/modules/weapons/weaponmodes/LightningGun.cc (modified) * code/trunk/src/orxonox/controllers/ArtificialController.cc (modified) made projectiles slower (and all have the same speed now). makes it ... Sun, 01 Mar 2015 19:59:15 GMT landauf [10293] * code/trunk/src/modules/weapons/projectiles/BasicProjectile.cc (modified) * code/trunk/src/modules/weapons/projectiles/BasicProjectile.h (modified) avoid collisions between projectiles of a turret and the parent-pawn ... Sun, 01 Mar 2015 14:27:01 GMT landauf [10292] * code/trunk/data/overlays/HUD.oxo (modified) * code/trunk/data/overlays/HUDTemplates3.oxo (modified) * code/trunk/data/overlays/HUDTemplatesFPS.oxo (modified) * code/trunk/src/modules/overlays/hud/HUDNavigation.cc (modified) fixed text size in HUD (marker which shows the enemy's name). the ... Sun, 01 Mar 2015 14:08:45 GMT landauf [10291] * code/trunk/src/libraries/util/Math.cc (modified) * code/trunk/src/modules/overlays/hud/HUDNavigation.cc (modified) * code/trunk/src/modules/overlays/hud/HUDNavigation.h (modified) simplified Math: temp is always positive, thus only solution1 is ... Sun, 01 Mar 2015 13:17:08 GMT landauf [10290] * code/trunk/src/modules/weapons/weaponmodes/HsW01.cc (modified) * code/trunk/src/orxonox/controllers/FormationController.cc (modified) details Sun, 01 Mar 2015 13:16:34 GMT landauf [10289] * code/trunk/src/libraries/util/Math.cc (modified) * code/trunk/src/orxonox/controllers/ArtificialController.cc (modified) fixed target position calculation: a) the math was wrong (not sure ... Sat, 28 Feb 2015 22:55:18 GMT landauf [10288] * code/trunk/src/orxonox/worldentities/WorldEntity.cc (modified) * code/trunk/src/orxonox/worldentities/WorldEntity.h (modified) added bullet settings for CCD (continuous collision detection) to ... Sat, 28 Feb 2015 22:50:41 GMT landauf [10287] * code/trunk/src/modules/weapons/projectiles/BasicProjectile.cc (modified) * code/trunk/src/modules/weapons/projectiles/Projectile.cc (modified) use dynamic physics for projectiles. this seems to avoid 'tunneling' ... Sat, 28 Feb 2015 17:14:55 GMT landauf [10286] * code/trunk/cmake/CompilerConfigMSVC.cmake (modified) trying to fix msvc linker warnings related to /INCREMENTAL:YES Thu, 26 Feb 2015 21:29:13 GMT landauf [10284] * code/trunk/src/modules/dodgerace/CMakeLists.txt (modified) * code/trunk/src/modules/dodgerace/DodgeRaceShip.h (modified) * code/trunk/src/modules/jump/CMakeLists.txt (modified) * code/trunk/src/modules/mini4dgame/CMakeLists.txt (modified) * code/trunk/src/modules/questsystem/CMakeLists.txt (modified) removed some unnecessary module dependencies Tue, 24 Feb 2015 21:54:24 GMT landauf [10281] * code/trunk/data/defaultConfig/keybindings.ini (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.h (modified) * code/trunk/src/orxonox/gamestates/GSLevelMemento.h (added) * code/trunk/src/orxonox/gametypes/Gametype.cc (modified) * code/trunk/src/orxonox/gametypes/Gametype.h (modified) added command 'reloadLevel' (by default on F5) which reloads the ... Wed, 18 Feb 2015 20:57:42 GMT landauf [10279] * code/trunk/src/libraries/core/GUIManager.cc (modified) fixed msvc warnings Wed, 18 Feb 2015 20:56:38 GMT landauf [10278] * code/trunk/src/libraries/core/Loader.cc (modified) fixed issue with inline-lua-code. only add an extra space if there's ... Wed, 18 Feb 2015 20:32:48 GMT landauf [10277] * code/trunk/src/libraries/tools/BulletDebugDrawer.cc (modified) * code/trunk/src/libraries/tools/BulletDebugDrawer.h (modified) potential fix of compile problem on tardis Sun, 15 Feb 2015 22:11:59 GMT landauf [10274] * code/trunk/data/levels/iJohnVane_TriptoArea51.oxw (modified) * code/trunk/src/orxonox/worldentities/WorldEntity.cc (modified) fixed #419 http://www.orxonox.net/ticket/419 physics is only ... Sun, 15 Feb 2015 20:46:31 GMT landauf [10273] * code/trunk/src/libraries/core/Loader.cc (modified) bugfix & simplification & comment by bknecht Sun, 15 Feb 2015 20:37:54 GMT landauf [10272] * code/trunk/src/libraries/core/Loader.cc (modified) reverted a part of the changes from r10264. only single lua-tags ... Sat, 14 Feb 2015 23:19:13 GMT landauf [10271] * code/trunk/src/libraries/core/GUIManager.cc (modified) bugfix: resize CEGUI if render window changes size Sat, 14 Feb 2015 21:49:23 GMT landauf [10270] * code/trunk/src/orxonox/worldentities/pawns/ModularSpaceShip.cc (modified) fixed crash: cs can be null (e.g. when using the 'suicide' command) Sat, 14 Feb 2015 11:51:14 GMT muemart [10269] * code/trunk/src/libraries/core/Loader.cc (modified) Tweak the xml error message a bit Thu, 12 Feb 2015 22:28:26 GMT landauf [10268] * code/trunk/cmake/tools/PrecompiledHeaderFiles.cmake (modified) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/libraries/core/CMakeLists.txt (modified) * code/trunk/src/libraries/core/GraphicsManager.cc (modified) program icon now works also with MinGW. but I had to exclude the PCH- ... Thu, 12 Feb 2015 17:05:25 GMT muemart [10267] * code/trunk/cmake/tools/SourceFileUtilities.cmake (modified) * code/trunk/cmake/tools/TargetUtilities.cmake (modified) * code/trunk/contrib/orxonox.ico (added) * code/trunk/contrib/winresource.rc (added) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/libraries/core/CMakeLists.txt (modified) * code/trunk/src/libraries/core/GraphicsManager.cc (modified) Add program icon for Windows builds (MSVC only for now) Thu, 12 Feb 2015 13:51:41 GMT muemart [10266] * code/trunk/doc/api/doxy.config.in (modified) Add support for paths with spaces for doxygen and exclude some enet pages Wed, 11 Feb 2015 22:17:57 GMT landauf [10265] * code/trunk/src/libraries/core/Loader.cc (modified) * code/trunk/src/libraries/core/LuaState.cc (modified) * code/trunk/src/libraries/core/LuaState.h (modified) fixed build with older compilers (pre c++11) Wed, 11 Feb 2015 09:56:26 GMT muemart [10264] * code/trunk/src/libraries/core/Loader.cc (modified) * code/trunk/src/libraries/core/LuaState.cc (modified) * code/trunk/src/libraries/core/LuaState.h (modified) Various fixes and improvements in the Loader (and LuaState) - When ... Tue, 10 Feb 2015 22:10:39 GMT landauf [10263] * code/trunk/cmake/tools/FlagUtilities.cmake (modified) fixed details Fri, 06 Feb 2015 22:30:26 GMT landauf [10262] * code/trunk/data/defaultConfig/orxonox.ini (modified) * code/trunk/data/gui/layouts/CampaignMenu.layout (modified) * code/trunk/data/gui/scripts/CampaignMenu.lua (modified) * code/trunk/data/gui/scripts/testscript.lua (modified) * code/trunk/data/levels/4Dtest.oxw (modified) * code/trunk/data/levels/AnihilationThreat.oxw (modified) * code/trunk/data/levels/DodgeRace.oxw (modified) * code/trunk/data/levels/FPS_Level_HS14.oxw (modified) * code/trunk/data/levels/ModularShipsTest0.oxw (modified) * code/trunk/data/levels/ModularShipsTest1.oxw (modified) * code/trunk/data/levels/collisionShapes.oxw (modified) * code/trunk/data/levels/includes/weaponSettingsFPS_HS14.oxi (modified) * code/trunk/data/levels/includes/weaponSettingsTurret1.oxi (modified) * code/trunk/data/levels/jump.oxw (modified) * code/trunk/data/levels/kecks.oxw (modified) * code/trunk/data/levels/levelTry.oxw (modified) * code/trunk/data/levels/michaelstestfile.lua (modified) * code/trunk/data/levels/scriptController.oxw (modified) * code/trunk/data/levels/templates/DodgeRacePattern.oxt (modified) * code/trunk/data/levels/templates/FPS_HS14.oxt (modified) * code/trunk/data/levels/templates/ModularSpaceShipTest.oxt (modified) * code/trunk/data/levels/templates/enemytowerdefense.oxt (modified) * code/trunk/data/levels/templates/spaceshipDodgeRace.oxt (modified) * code/trunk/data/levels/templates/spacestation_elements.oxt (modified) * code/trunk/data/levels/templates/ss_tube01.oxt (modified) * code/trunk/data/levels/templates/standardTurret.oxt (modified) * code/trunk/data/overlays/DodgeRaceHUD.oxo (modified) * code/trunk/data/overlays/jumpHUD.oxo (modified) * code/trunk/src/libraries/tools/BulletDebugDrawer.cc (modified) * code/trunk/src/libraries/tools/BulletDebugDrawer.h (modified) * code/trunk/src/libraries/tools/DebugDrawer.cc (modified) * code/trunk/src/libraries/tools/DebugDrawer.h (modified) * code/trunk/src/libraries/tools/IcoSphere.cc (modified) * code/trunk/src/libraries/tools/IcoSphere.h (modified) * code/trunk/src/libraries/tools/OgreBulletUtils.h (modified) * code/trunk/src/modules/gametypes/SpaceRaceBot.cc (modified) * code/trunk/src/modules/gametypes/SpaceRaceBot.h (modified) * code/trunk/src/modules/gametypes/SpaceRaceController.cc (modified) * code/trunk/src/modules/gametypes/SpaceRaceController.h (modified) * code/trunk/src/modules/jump/CMakeLists.txt (modified) * code/trunk/src/modules/jump/Jump.cc (modified) * code/trunk/src/modules/jump/Jump.h (modified) * code/trunk/src/modules/jump/JumpBoots.cc (modified) * code/trunk/src/modules/jump/JumpBoots.h (modified) * code/trunk/src/modules/jump/JumpCenterpoint.cc (modified) * code/trunk/src/modules/jump/JumpCenterpoint.h (modified) * code/trunk/src/modules/jump/JumpEnemy.cc (modified) * code/trunk/src/modules/jump/JumpEnemy.h (modified) * code/trunk/src/modules/jump/JumpFigure.cc (modified) * code/trunk/src/modules/jump/JumpFigure.h (modified) * code/trunk/src/modules/jump/JumpItem.cc (modified) * code/trunk/src/modules/jump/JumpItem.h (modified) * code/trunk/src/modules/jump/JumpPlatform.cc (modified) * code/trunk/src/modules/jump/JumpPlatform.h (modified) * code/trunk/src/modules/jump/JumpPlatformDisappear.cc (modified) * code/trunk/src/modules/jump/JumpPlatformDisappear.h (modified) * code/trunk/src/modules/jump/JumpPlatformFake.cc (modified) * code/trunk/src/modules/jump/JumpPlatformFake.h (modified) * code/trunk/src/modules/jump/JumpPlatformHMove.cc (modified) * code/trunk/src/modules/jump/JumpPlatformHMove.h (modified) * code/trunk/src/modules/jump/JumpPlatformStatic.cc (modified) * code/trunk/src/modules/jump/JumpPlatformStatic.h (modified) * code/trunk/src/modules/jump/JumpPlatformTimer.cc (modified) * code/trunk/src/modules/jump/JumpPlatformTimer.h (modified) * code/trunk/src/modules/jump/JumpPlatformVMove.cc (modified) * code/trunk/src/modules/jump/JumpPlatformVMove.h (modified) * code/trunk/src/modules/jump/JumpPrereqs.h (modified) * code/trunk/src/modules/jump/JumpProjectile.cc (modified) * code/trunk/src/modules/jump/JumpProjectile.h (modified) * code/trunk/src/modules/jump/JumpPropeller.cc (modified) * code/trunk/src/modules/jump/JumpPropeller.h (modified) * code/trunk/src/modules/jump/JumpRocket.cc (modified) * code/trunk/src/modules/jump/JumpRocket.h (modified) * code/trunk/src/modules/jump/JumpScore.cc (modified) * code/trunk/src/modules/jump/JumpScore.h (modified) * code/trunk/src/modules/jump/JumpShield.cc (modified) * code/trunk/src/modules/jump/JumpShield.h (modified) * code/trunk/src/modules/jump/JumpSpring.cc (modified) * code/trunk/src/modules/jump/JumpSpring.h (modified) * code/trunk/src/modules/objects/Turret.cc (modified) * code/trunk/src/modules/objects/Turret.h (modified) * code/trunk/src/modules/objects/collisionshapes/CylinderCollisionShape.cc (modified) * code/trunk/src/modules/objects/collisionshapes/CylinderCollisionShape.h (modified) * code/trunk/src/modules/objects/controllers/CMakeLists.txt (modified) * code/trunk/src/modules/objects/controllers/TeamTargetProxy.cc (modified) * code/trunk/src/modules/objects/controllers/TeamTargetProxy.h (modified) * code/trunk/src/modules/objects/controllers/TurretController.cc (modified) * code/trunk/src/modules/objects/controllers/TurretController.h (modified) * code/trunk/src/modules/tetris/TetrisBrick.cc (modified) * code/trunk/src/modules/tetris/TetrisBrick.h (modified) * code/trunk/src/modules/tetris/TetrisScore.cc (modified) * code/trunk/src/modules/tetris/TetrisScore.h (modified) * code/trunk/src/orxonox/ShipPartManager.cc (modified) * code/trunk/src/orxonox/ShipPartManager.h (modified) * code/trunk/src/orxonox/controllers/ControllerDirector.cc (modified) * code/trunk/src/orxonox/controllers/ControllerDirector.h (modified) * code/trunk/src/orxonox/controllers/ScriptController.cc (modified) * code/trunk/src/orxonox/controllers/ScriptController.h (modified) * code/trunk/src/orxonox/controllers/testscript.lua (modified) * code/trunk/src/orxonox/items/PartDestructionEvent.cc (modified) * code/trunk/src/orxonox/items/PartDestructionEvent.h (modified) * code/trunk/src/orxonox/items/ShipPart.cc (modified) * code/trunk/src/orxonox/items/ShipPart.h (modified) * code/trunk/src/orxonox/worldentities/pawns/ModularSpaceShip.cc (modified) * code/trunk/src/orxonox/worldentities/pawns/ModularSpaceShip.h (modified) eol-style native. no changes in code. Fri, 06 Feb 2015 22:11:10 GMT landauf [10261] * code/trunk/src/modules/jump/Jump.cc (modified) fixed warning Fri, 06 Feb 2015 22:03:00 GMT landauf [10260] * code/trunk (modified) * code/trunk/data/levels/jump.oxw (modified) * code/trunk/data/overlays/jumpHUD.oxo (modified) * code/trunk/src/modules/jump/Jump.cc (modified) * code/trunk/src/modules/jump/Jump.h (modified) * code/trunk/src/modules/jump/JumpBoots.cc (modified) * code/trunk/src/modules/jump/JumpBoots.h (modified) * code/trunk/src/modules/jump/JumpFigure.cc (modified) * code/trunk/src/modules/jump/JumpFigure.h (modified) * code/trunk/src/modules/jump/JumpItem.h (modified) * code/trunk/src/modules/jump/JumpPropeller.cc (modified) * code/trunk/src/modules/jump/JumpPropeller.h (modified) * code/trunk/src/modules/jump/JumpRocket.cc (modified) * code/trunk/src/modules/jump/JumpRocket.h (modified) * code/trunk/src/modules/jump/JumpScore.cc (modified) * code/trunk/src/modules/jump/JumpScore.h (modified) * code/trunk/src/modules/jump/JumpShield.cc (modified) * code/trunk/src/modules/jump/JumpShield.h (modified) merged the latest changes from pickupsFS14 to trunk Fri, 06 Feb 2015 21:55:17 GMT landauf [10259] * code/trunk (modified) * code/trunk/data/levels/jump.oxw (modified) * code/trunk/src/modules/jump/Jump.cc (modified) recorded merge of pickupsFS14 up to r10112 (which was already mostly ... Thu, 05 Feb 2015 22:47:13 GMT landauf [10258] * code/trunk (modified) * code/trunk/cmake/LibraryConfig.cmake (modified) * code/trunk/data/defaultConfig/orxonox.ini (copied) * code/trunk/data/gui/layouts/CampaignMenu.layout (copied) * code/trunk/data/gui/layouts/SingleplayerMenu.layout (modified) * code/trunk/data/gui/scripts/CampaignMenu.lua (copied) * code/trunk/data/gui/scripts/SingleplayerMenu.lua (modified) * code/trunk/data/levels/4Dtest.oxw (copied) * code/trunk/data/levels/AnihilationThreat.oxw (copied) * code/trunk/data/levels/DodgeRace.oxw (copied) * code/trunk/data/levels/FPS_Level_HS14.oxw (copied) * code/trunk/data/levels/includes/weaponSettingsFPS_HS14.oxi (copied) * code/trunk/data/levels/includes/weaponSettingsTurret1.oxi (copied) * code/trunk/data/levels/kecks.oxw (copied) * code/trunk/data/levels/presentationHS13.oxw (modified) * code/trunk/data/levels/templates/DodgeRacePattern.oxt (copied) * code/trunk/data/levels/templates/FPS.oxt (modified) * code/trunk/data/levels/templates/FPS_HS14.oxt (copied) * code/trunk/data/levels/templates/enemytowerdefense.oxt (copied) * code/trunk/data/levels/templates/spaceshipDodgeRace.oxt (copied) * code/trunk/data/levels/templates/spacestation_elements.oxt (copied) * code/trunk/data/levels/templates/ss_tube01.oxt (copied) * code/trunk/data/levels/templates/tower.oxt (modified) * code/trunk/data/levels/towerDefense.oxw (modified) * code/trunk/data/overlays/DodgeRaceHUD.oxo (copied) * code/trunk/data/overlays/HUDTemplates3.oxo (modified) * code/trunk/data/overlays/towerdefenseHUD.oxo (modified) * code/trunk/src/modules/CMakeLists.txt (modified) * code/trunk/src/modules/dodgerace (copied) * code/trunk/src/modules/mini4dgame (copied) * code/trunk/src/modules/notifications/NotificationQueueCEGUI.cc (modified) * code/trunk/src/modules/overlays/hud/HUDNavigation.cc (modified) * code/trunk/src/modules/overlays/hud/HUDNavigation.h (modified) * code/trunk/src/modules/towerdefense/CMakeLists.txt (modified) * code/trunk/src/modules/towerdefense/TDCoordinate.cc (copied) * code/trunk/src/modules/towerdefense/TDCoordinate.h (copied) * code/trunk/src/modules/towerdefense/TDEnemy.h (modified) * code/trunk/src/modules/towerdefense/Tower.cc (modified) * code/trunk/src/modules/towerdefense/TowerDefense.cc (modified) * code/trunk/src/modules/towerdefense/TowerDefense.h (modified) * code/trunk/src/modules/towerdefense/TowerDefenseController.cc (modified) * code/trunk/src/modules/towerdefense/TowerDefenseEnemy.cc (copied) * code/trunk/src/modules/towerdefense/TowerDefenseEnemy.h (copied) * code/trunk/src/modules/towerdefense/TowerDefenseHUDController.cc (modified) * code/trunk/src/modules/towerdefense/TowerDefenseHUDController.h (modified) * code/trunk/src/modules/towerdefense/TowerDefensePlayerStats.cc (modified) * code/trunk/src/modules/towerdefense/TowerDefensePlayerStats.h (modified) * code/trunk/src/modules/towerdefense/TowerDefensePrereqs.h (modified) * code/trunk/src/modules/towerdefense/TowerDefenseTower.cc (copied) * code/trunk/src/modules/towerdefense/TowerDefenseTower.h (copied) * code/trunk/src/modules/towerdefense/TowerTurret.cc (copied) * code/trunk/src/modules/towerdefense/TowerTurret.h (copied) * code/trunk/src/modules/weapons/RocketController.cc (modified) * code/trunk/src/orxonox/LevelManager.cc (modified) * code/trunk/src/orxonox/LevelManager.h (modified) * code/trunk/src/orxonox/gametypes/Mission.cc (modified) merged presentationHS14merge back to trunk Mon, 02 Feb 2015 12:04:55 GMT muemart [10252] * code/trunk/cmake/tools/TargetUtilities.cmake (modified) Fix MSVC debugging environment for newer versions Sat, 31 Jan 2015 22:29:45 GMT landauf [10218] * code/trunk/src/modules/jump/Jump.cc (modified) * code/trunk/src/modules/jump/JumpFigure.cc (modified) * code/trunk/src/modules/jump/JumpPrereqs.h (modified) * code/trunk/src/modules/objects/controllers/TeamTargetProxy.h (modified) * code/trunk/src/modules/objects/controllers/TurretController.cc (modified) * code/trunk/src/modules/objects/controllers/TurretController.h (modified) fixed build and warnings with MSVC Sat, 31 Jan 2015 17:03:17 GMT landauf [10216] * code/trunk (modified) * code/trunk/data/gui/scripts/testscript.lua (copied) * code/trunk/data/levels/ModularShipsTest0.oxw (copied) * code/trunk/data/levels/ModularShipsTest1.oxw (copied) * code/trunk/data/levels/includes/weaponSettingsTurret.oxi (modified) * code/trunk/data/levels/jump.oxw (copied) * code/trunk/data/levels/levelTry.oxw (copied) * code/trunk/data/levels/michaelstestfile.lua (copied) * code/trunk/data/levels/scriptController.oxw (copied) * code/trunk/data/levels/templates/HeavyCruiser.oxt (modified) * code/trunk/data/levels/templates/ModularSpaceShipTest.oxt (copied) * code/trunk/data/levels/templates/standardTurret.oxt (copied) * code/trunk/data/levels/turretTest.oxw (modified) * code/trunk/data/overlays/jumpHUD.oxo (copied) * code/trunk/src/modules/CMakeLists.txt (modified) * code/trunk/src/modules/invader/InvaderWeapon.cc (modified) * code/trunk/src/modules/jump (copied) * code/trunk/src/modules/objects/CMakeLists.txt (modified) * code/trunk/src/modules/objects/Turret.cc (modified) * code/trunk/src/modules/objects/Turret.h (modified) * code/trunk/src/modules/objects/controllers (copied) * code/trunk/src/modules/weapons/projectiles/BasicProjectile.cc (modified) * code/trunk/src/modules/weapons/projectiles/BasicProjectile.h (modified) * code/trunk/src/modules/weapons/projectiles/Projectile.cc (modified) * code/trunk/src/modules/weapons/projectiles/Projectile.h (modified) * code/trunk/src/modules/weapons/projectiles/Rocket.cc (modified) * code/trunk/src/modules/weapons/projectiles/Rocket.h (modified) * code/trunk/src/modules/weapons/projectiles/SimpleRocket.cc (modified) * code/trunk/src/modules/weapons/projectiles/SimpleRocket.h (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/Scene.cc (modified) * code/trunk/src/orxonox/ShipPartManager.cc (copied) * code/trunk/src/orxonox/ShipPartManager.h (copied) * code/trunk/src/orxonox/collisionshapes/CollisionShape.cc (modified) * code/trunk/src/orxonox/controllers/ArtificialController.cc (modified) * code/trunk/src/orxonox/controllers/CMakeLists.txt (modified) * code/trunk/src/orxonox/controllers/ControllerDirector.cc (copied) * code/trunk/src/orxonox/controllers/ControllerDirector.h (copied) * code/trunk/src/orxonox/controllers/NewHumanController.cc (modified) * code/trunk/src/orxonox/controllers/ScriptController.cc (copied) * code/trunk/src/orxonox/controllers/ScriptController.h (copied) * code/trunk/src/orxonox/controllers/testscript.lua (copied) * code/trunk/src/orxonox/items/CMakeLists.txt (modified) * code/trunk/src/orxonox/items/PartDestructionEvent.cc (copied) * code/trunk/src/orxonox/items/PartDestructionEvent.h (copied) * code/trunk/src/orxonox/items/ShipPart.cc (copied) * code/trunk/src/orxonox/items/ShipPart.h (copied) * code/trunk/src/orxonox/worldentities/MovableEntity.cc (modified) * code/trunk/src/orxonox/worldentities/MovableEntity.h (modified) * code/trunk/src/orxonox/worldentities/WorldEntity.h (modified) * code/trunk/src/orxonox/worldentities/pawns/CMakeLists.txt (modified) * code/trunk/src/orxonox/worldentities/pawns/ModularSpaceShip.cc (copied) * code/trunk/src/orxonox/worldentities/pawns/ModularSpaceShip.h (copied) * code/trunk/src/orxonox/worldentities/pawns/Pawn.cc (modified) * code/trunk/src/orxonox/worldentities/pawns/Pawn.h (modified) * code/trunk/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) * code/trunk/src/orxonox/worldentities/pawns/SpaceShip.h (modified) merged branch presentationFS14 back to trunk Sat, 31 Jan 2015 14:35:49 GMT landauf [10210] * code/trunk/cmake/PackageConfigMSVC.cmake (modified) not sure how the MSVC dependency package v7 works, but v6 still needs ... Thu, 29 Jan 2015 16:44:37 GMT muemart [10209] * code/trunk/cmake/PackageConfigMSVC.cmake (modified) * code/trunk/cmake/tools/FindVLD.cmake (modified) * code/trunk/src/SourceConfig.cmake (modified) More MSVC fixes - Update dependecy package version requirements - ... Thu, 29 Jan 2015 09:29:56 GMT muemart [10208] * code/trunk/cmake/PackageConfigMSVC.cmake (modified) * code/trunk/cmake/tools/FindCEGUI.cmake (modified) * code/trunk/src/libraries/core/CoreIncludes.h (modified) Some small fixes for the MSVC build - Don't hardcode library names. ... Tue, 27 Jan 2015 22:35:50 GMT bknecht [10207] * code/trunk/src/libraries/tools/IcoSphere.cc (modified) Replacing MSVC code for long integer with cross plattform compatible one Tue, 27 Jan 2015 22:23:47 GMT landauf [10206] * code/trunk/src/libraries/tools/IcoSphere.h (modified) fixed build Sat, 17 Jan 2015 17:43:35 GMT landauf [10197] * code/trunk/src/libraries/util/MultiType.h (modified) * code/trunk/src/orxonox/gamestates/GSServer.cc (modified) * code/trunk/test/util/MultiTypeTest.cc (modified) avoid implicit conversion in MultiType.get() Tue, 13 Jan 2015 21:55:12 GMT landauf [10196] * code/trunk/src/orxonox/Scene.cc (modified) * code/trunk/src/orxonox/Scene.h (modified) added BulletDebugDrawer to Scene. added console command to ... Tue, 13 Jan 2015 21:54:15 GMT landauf [10195] * code/trunk/src/libraries/tools/BulletDebugDrawer.cc (modified) * code/trunk/src/libraries/tools/DebugDrawer.cc (modified) removed unnecessary material from BulletDebugDrawer. fixed crash ... Tue, 13 Jan 2015 20:59:01 GMT landauf [10194] * code/trunk/src/libraries/tools/DebugDrawer.cc (modified) bugfix Sun, 11 Jan 2015 21:06:04 GMT landauf [10193] * code/trunk/data/levels/collisionShapes.oxw (modified) * code/trunk/src/libraries/tools/BulletDebugDrawer.cc (modified) * code/trunk/src/libraries/tools/BulletDebugDrawer.h (modified) * code/trunk/src/libraries/tools/DebugDrawer.cc (modified) * code/trunk/src/libraries/tools/DebugDrawer.h (modified) details, made debug drawer more configurable Sun, 11 Jan 2015 20:30:08 GMT landauf [10192] * code/trunk/src/orxonox/Scene.cc (modified) destroy elements in Scene in the opposite order of their creation. Sun, 11 Jan 2015 20:28:39 GMT landauf [10191] * code/trunk/data/levels/collisionShapes.oxw (modified) * code/trunk/src/libraries/tools/BulletDebugDrawer.cc (modified) * code/trunk/src/libraries/tools/BulletDebugDrawer.h (modified) * code/trunk/src/libraries/tools/DebugDrawer.cc (modified) * code/trunk/src/libraries/tools/DebugDrawer.h (modified) added customized visualization for cylinders and cones to ... Sun, 11 Jan 2015 17:21:51 GMT landauf [10190] * code/trunk/src/libraries/tools/BulletDebugDrawer.cc (added) * code/trunk/src/libraries/tools/BulletDebugDrawer.h (added) * code/trunk/src/libraries/tools/CMakeLists.txt (modified) * code/trunk/src/libraries/tools/DebugDrawer.cc (added) * code/trunk/src/libraries/tools/DebugDrawer.h (added) * code/trunk/src/libraries/tools/IcoSphere.cc (added) * code/trunk/src/libraries/tools/IcoSphere.h (added) * code/trunk/src/libraries/tools/OgreBulletUtils.h (added) * code/trunk/src/libraries/tools/ToolsPrereqs.h (modified) added utility to visualize collision shapes Sun, 11 Jan 2015 14:40:41 GMT landauf [10189] * code/trunk/data/levels/collisionShapes.oxw (added) * code/trunk/src/libraries/core/CoreIncludes.h (modified) * code/trunk/src/modules/objects/ObjectsPrereqs.h (modified) * code/trunk/src/modules/objects/collisionshapes/AbstractRadiusHeightCollisionShape.cc (copied) * code/trunk/src/modules/objects/collisionshapes/AbstractRadiusHeightCollisionShape.h (copied) * code/trunk/src/modules/objects/collisionshapes/CMakeLists.txt (modified) * code/trunk/src/modules/objects/collisionshapes/ConeCollisionShape.cc (modified) * code/trunk/src/modules/objects/collisionshapes/ConeCollisionShape.h (modified) * code/trunk/src/modules/objects/collisionshapes/CylinderCollisionShape.cc (added) * code/trunk/src/modules/objects/collisionshapes/CylinderCollisionShape.h (added) added new collision shape (cylinder) Sat, 10 Jan 2015 15:39:15 GMT landauf [10188] * code/trunk/test/CMakeLists.txt (modified) * code/trunk/test/core/CMakeLists.txt (modified) * code/trunk/test/util/CMakeLists.txt (modified) change cmake policy in order to avoid warning because we currently ... Sat, 10 Jan 2015 13:48:02 GMT landauf [10187] * code/trunk/cmake/tools/PrecompiledHeaderFiles.cmake (modified) fixed dependency issue in cmake script (which also fixes a bunch of ... Sat, 10 Jan 2015 13:35:30 GMT landauf [10186] * code/trunk/cmake/tools/TargetUtilities.cmake (modified) * code/trunk/src/CMakeLists.txt (modified) trying to make cmake policy settings backwards compatible Sat, 10 Jan 2015 13:22:06 GMT landauf [10185] * code/trunk/cmake/tools/TargetUtilities.cmake (modified) * code/trunk/src/CMakeLists.txt (modified) fixed warnings with cmake 3.1 Sat, 01 Feb 2014 17:01:47 GMT jo [9992] * code/trunk/data/levels/iJohnVane_TriptoArea51.oxw (modified) * code/trunk/data/levels/iiJohnVane_Area51UnderFire.oxw (modified) * code/trunk/data/levels/iiiJohnVane_EscapeTheBastards.oxw (modified) The end of Area51UnderFire is ok. Unfortunately the explosion could ... Fri, 31 Jan 2014 22:27:24 GMT jo [9991] * code/trunk/data/levels/iiJohnVane_Area51UnderFire.oxw (modified) * code/trunk/data/levels/iiiJohnVane_EscapeTheBastards.oxw (modified) Removing an error concerning the NotificationQueu in EscapeTheBasterds. Mon, 27 Jan 2014 18:54:29 GMT jo [9990] * code/trunk/data/levels/iiJohnVane_Area51UnderFire.oxw (modified) Some level improvements and clean up. Not finished yet. The quests ... Mon, 20 Jan 2014 19:15:49 GMT jo [9989] * code/trunk/data/levels/iJohnVane_TriptoArea51.oxw (modified) Some details added. Sun, 19 Jan 2014 22:05:20 GMT jo [9988] * code/trunk/data/levels/iJohnVane_TriptoArea51.oxw (modified) Making the level more interesting. Now the player can actually fail ... Sun, 05 Jan 2014 22:59:15 GMT jo [9987] * code/trunk/data/levels/iJohnVane_TriptoArea51.oxw (modified) Improving the portal handling, such that the way to go after passing ... Sun, 05 Jan 2014 13:39:34 GMT jo [9986] * code/trunk/data/levels/iJohnVane_TriptoArea51.oxw (modified) * code/trunk/src/orxonox/gametypes/Mission.cc (modified) Improving the first mission. Two fixes are needed to make it well ... Sun, 05 Jan 2014 09:40:01 GMT jo [9985] * code/trunk/data/levels/events.oxw (modified) * code/trunk/data/levels/missionOne.oxw (modified) Ending missionOne. Sat, 04 Jan 2014 23:03:32 GMT landauf [9984] * code/trunk/src/orxonox/gametypes/Gametype.cc (modified) tab -> spaces Sat, 04 Jan 2014 22:49:36 GMT landauf [9983] * code/trunk/src/libraries/core/command/ConsoleCommand.h (modified) * code/trunk/src/libraries/core/input/Button.cc (modified) detail Sat, 04 Jan 2014 22:48:18 GMT landauf [9982] * code/trunk/src/libraries/core/input/Button.cc (modified) added option to force the arguments which are defined in the ... Sat, 04 Jan 2014 22:25:18 GMT landauf [9981] * code/trunk/src/libraries/core/input/Button.cc (modified) I think that was a bug - why should a command not be added if it has ... Sat, 04 Jan 2014 22:20:26 GMT jo [9980] * code/trunk/src/orxonox/gametypes/Gametype.cc (modified) * code/trunk/src/orxonox/gametypes/Gametype.h (modified) Adding delay timer to show the main menu after a game ended ... Sat, 04 Jan 2014 20:53:50 GMT landauf [9979] * code/trunk/src/orxonox/controllers/HumanController.cc (modified) * code/trunk/src/orxonox/controllers/HumanController.h (modified) simplified the boost command in HumanController by using the new ... Sat, 04 Jan 2014 20:48:04 GMT landauf [9978] * code/trunk/src/libraries/core/CorePrereqs.h (modified) * code/trunk/src/libraries/core/input/Button.cc (modified) * code/trunk/src/libraries/core/input/Button.h (modified) * code/trunk/src/libraries/core/input/InputCommands.h (modified) * code/trunk/src/libraries/core/input/KeyBinder.h (modified) added new keybind mode 'OnPressAndRelease' which triggers both when a ... Sat, 04 Jan 2014 20:42:47 GMT jo [9977] * code/trunk/data/gui/scripts/MiscConfigMenu.lua (modified) * code/trunk/src/orxonox/gametypes/Gametype.cc (modified) * code/trunk/src/orxonox/gametypes/Gametype.h (modified) So far so good. Unfortunately I did not figure out what is wrong with ... Sat, 04 Jan 2014 16:29:18 GMT landauf [9975] * code/trunk/src/libraries/core/object/ObjectListBase.cc (modified) details Sat, 04 Jan 2014 14:51:36 GMT landauf [9974] * code/trunk/src/modules/docking/DockToShip.cc (modified) docking should take actual control, not just temporary. this also ... Sat, 04 Jan 2014 13:56:03 GMT landauf [9973] * code/trunk/src/modules/gametypes/RaceCheckPoint.cc (modified) * code/trunk/src/modules/gametypes/SpaceRaceController.cc (modified) * code/trunk/src/modules/gametypes/SpaceRaceController.h (modified) several (potential) bugfixes in SpaceRaceController: * check if ... Sat, 04 Jan 2014 13:28:19 GMT jo [9972] * code/trunk/data/gui/scripts/MiscConfigMenu.lua (modified) * code/trunk/src/orxonox/gametypes/Gametype.cc (modified) * code/trunk/src/orxonox/gametypes/Gametype.h (modified) Something went wrong. I will correct the error later. So far just ... Sat, 04 Jan 2014 13:20:06 GMT landauf [9971] * code/trunk/src/modules/gametypes/RaceCheckPoint.h (modified) return reference instead of copy. this also fixes a crash in ... Sat, 04 Jan 2014 13:15:23 GMT jo [9970] * code/trunk/data/gui/scripts/MiscConfigMenu.lua (modified) Adjusting the Miscellaneaus menu to turn off the auto-end feature. Sat, 04 Jan 2014 13:14:06 GMT jo [9969] * code/trunk/src/orxonox/gametypes/Gametype.cc (modified) * code/trunk/src/orxonox/gametypes/Gametype.h (modified) Automatically show the menu for gametypes that call Gametype::end() - ... Fri, 03 Jan 2014 23:59:12 GMT landauf [9968] * code/trunk/data/levels/lastManStanding.oxw (modified) fixed crash while loading lastManStanding.oxw (BigExplosion is now a ... Fri, 03 Jan 2014 21:14:03 GMT landauf [9967] * code/trunk/src/modules/gametypes/RaceCheckPoint.cc (modified) * code/trunk/src/modules/gametypes/SpaceRaceController.cc (modified) * code/trunk/src/modules/gametypes/SpaceRaceController.h (modified) call by reference instead of value Fri, 03 Jan 2014 21:05:55 GMT landauf [9966] * code/trunk/src/modules/gametypes/SpaceRaceController.h (modified) moved declarations to follow our formatting guidelines. no changes in ... Fri, 03 Jan 2014 20:57:52 GMT landauf [9965] * code/trunk/src/modules/gametypes/SpaceRaceController.cc (modified) simplified algorithm. turns out this code actually tries to find the ... Fri, 03 Jan 2014 20:44:23 GMT landauf [9964] * code/trunk/src/modules/gametypes/RaceCheckPoint.cc (modified) * code/trunk/src/modules/gametypes/RaceCheckPoint.h (modified) * code/trunk/src/modules/gametypes/SpaceRaceController.cc (modified) removed unused code (some of the code was after a 'return' statement ... Fri, 03 Jan 2014 20:29:13 GMT landauf [9963] * code/trunk/src/modules/gametypes/RaceCheckPoint.cc (modified) * code/trunk/src/modules/gametypes/RaceCheckPoint.h (modified) removed unused variable. RaceCheckPoint is a WorldEntity itself, so ... Fri, 03 Jan 2014 20:28:38 GMT landauf [9962] * code/trunk/src/modules/gametypes/SpaceRaceController.cc (modified) * code/trunk/src/modules/gametypes/SpaceRaceController.h (modified) fixed warnings (msvc) Fri, 03 Jan 2014 20:20:39 GMT landauf [9961] * code/trunk/src/modules/invader/Invader.cc (modified) * code/trunk/src/modules/invader/InvaderEnemy.cc (modified) * code/trunk/src/modules/invader/InvaderEnemyShooter.cc (modified) * code/trunk/src/modules/invader/InvaderHUDinfo.cc (modified) * code/trunk/src/modules/invader/InvaderWeapon.cc (modified) fixed warnings (msvc) Fri, 03 Jan 2014 19:57:13 GMT landauf [9960] * code/trunk/src/libraries/util/Math.cc (modified) fixed warning (msvc): the cast affected only '50' and not the whole ... Fri, 03 Jan 2014 19:49:30 GMT landauf [9959] * code/trunk/src/modules/invader/Invader.cc (modified) don't re-initialize the random number generator - we already do this ... Fri, 03 Jan 2014 19:29:21 GMT landauf [9958] * code/trunk/src/modules/invader/CMakeLists.txt (modified) * code/trunk/src/modules/towerdefense/CMakeLists.txt (modified) user lower-case for all module names Fri, 03 Jan 2014 19:28:52 GMT landauf [9957] * code/trunk/src/modules/invader/InvaderHUDinfo.h (modified) * code/trunk/src/modules/invader/InvaderPrereqs.h (modified) fixed a number of linker warnings with msvc Fri, 03 Jan 2014 19:13:59 GMT landauf [9956] * code/trunk/src/modules/invader/Invader.cc (modified) fixed build with msvc (it seems to use c++98 which has 3 overloads of ... Fri, 03 Jan 2014 14:58:53 GMT landauf [9955] * code/trunk/data/levels (modified) * code/trunk/data/levels/_temp.oxw (deleted) * code/trunk/data/levels/templates (modified) * code/trunk/data/levels/templates/.shipmodels (deleted) removed temporary files and added them to the ignore list Fri, 03 Jan 2014 14:54:05 GMT landauf [9954] * code/trunk/data/levels/Invaders.oxw (modified) * code/trunk/data/levels/templates/enemyInvader.oxt (modified) * code/trunk/data/levels/templates/enemyInvaderShooter.oxt (deleted) moved all invader enemy templates into one file. fixed warning about ...