# # ChangeLog for code/branches/cpp11 # # Generated by Trac 1.0.9 # May 2, 2024, 1:22:33 AM Tue, 14 Jul 2015 21:23:57 GMT bknecht [10545] * code/branches/cpp11/src/libraries/core/object/ObjectListBase.h (modified) * code/branches/cpp11/src/orxonox/chat/ChatManager.cc (modified) * code/branches/cpp11/src/orxonox/controllers/ArtificialController.cc (modified) rewrote a couple of for loops to use C++11 notation. Also made small ... Sun, 17 May 2015 19:45:02 GMT landauf [10443] * code/branches/cpp11/src/libraries/tools/BulletDebugDrawer.h (modified) * code/branches/cpp11/src/libraries/tools/OgreBulletUtils.h (modified) * code/branches/cpp11/src/libraries/util/SmallObjectAllocator.h (modified) * code/branches/cpp11/src/modules/invader/Invader.cc (modified) * code/branches/cpp11/src/modules/invader/Invader.h (modified) * code/branches/cpp11/src/modules/invader/InvaderEnemy.cc (modified) * code/branches/cpp11/src/modules/invader/InvaderEnemy.h (modified) * code/branches/cpp11/src/modules/invader/InvaderEnemyShooter.cc (modified) * code/branches/cpp11/src/modules/invader/InvaderHUDinfo.cc (modified) * code/branches/cpp11/src/modules/invader/InvaderShip.cc (modified) * code/branches/cpp11/src/modules/invader/InvaderShip.h (modified) * code/branches/cpp11/src/modules/invader/InvaderWeapon.h (modified) * code/branches/cpp11/src/modules/invader/InvaderWeaponEnemy.cc (modified) * code/branches/cpp11/src/modules/invader/InvaderWeaponEnemy.h (modified) * code/branches/cpp11/src/modules/jump/Jump.cc (modified) * code/branches/cpp11/src/modules/jump/Jump.h (modified) * code/branches/cpp11/src/modules/jump/JumpBoots.cc (modified) * code/branches/cpp11/src/modules/jump/JumpBoots.h (modified) * code/branches/cpp11/src/modules/jump/JumpCenterpoint.cc (modified) * code/branches/cpp11/src/modules/jump/JumpCenterpoint.h (modified) * code/branches/cpp11/src/modules/jump/JumpEnemy.cc (modified) * code/branches/cpp11/src/modules/jump/JumpEnemy.h (modified) * code/branches/cpp11/src/modules/jump/JumpFigure.cc (modified) * code/branches/cpp11/src/modules/jump/JumpItem.cc (modified) * code/branches/cpp11/src/modules/jump/JumpItem.h (modified) * code/branches/cpp11/src/modules/jump/JumpPlatform.cc (modified) * code/branches/cpp11/src/modules/jump/JumpPlatform.h (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformDisappear.cc (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformDisappear.h (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformFake.cc (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformFake.h (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformHMove.cc (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformHMove.h (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformStatic.cc (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformStatic.h (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformTimer.cc (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformTimer.h (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformVMove.cc (modified) * code/branches/cpp11/src/modules/jump/JumpPlatformVMove.h (modified) * code/branches/cpp11/src/modules/jump/JumpProjectile.cc (modified) * code/branches/cpp11/src/modules/jump/JumpPropeller.cc (modified) * code/branches/cpp11/src/modules/jump/JumpPropeller.h (modified) * code/branches/cpp11/src/modules/jump/JumpRocket.cc (modified) * code/branches/cpp11/src/modules/jump/JumpRocket.h (modified) * code/branches/cpp11/src/modules/jump/JumpScore.cc (modified) * code/branches/cpp11/src/modules/jump/JumpShield.cc (modified) * code/branches/cpp11/src/modules/jump/JumpShield.h (modified) * code/branches/cpp11/src/modules/jump/JumpSpring.cc (modified) * code/branches/cpp11/src/modules/jump/JumpSpring.h (modified) fixed includes to make it compile without build units Sun, 10 May 2015 21:00:01 GMT bknecht [10441] * code/branches/cpp11/cmake/CompilerConfigGCC.cmake (modified) * code/branches/cpp11/src/libraries/core/config/ConfigFile.cc (modified) Turned on c++11 flag in compiler and fixed a bug where boost couldn't ... Sun, 10 May 2015 16:49:49 GMT bknecht [10440] * code/branches/cpp11/src/external/ois/linux/LinuxJoyStickEvents.cpp (modified) Added include to make ois code compile under linux without build units Sun, 10 May 2015 14:35:50 GMT bknecht [10439] * code/branches/cpp11 (copied) Creating C++11 branch 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 ...