# # ChangeLog for code/branches/presentationFS15 # # Generated by Trac 1.0.9 # May 5, 2024, 6:05:32 AM Thu, 21 May 2015 14:26:39 GMT maxima [10452] * code/branches/presentationFS15 (modified) * code/branches/presentationFS15/data/levels/templates/enemytowerdefense.oxt (modified) * code/branches/presentationFS15/data/levels/templates/tower.oxt (deleted) * code/branches/presentationFS15/data/levels/templates/towerdefensetower.oxt (copied) * code/branches/presentationFS15/data/levels/towerDefense.oxw (modified) * code/branches/presentationFS15/src/modules/objects/Turret.cc (modified) * code/branches/presentationFS15/src/modules/objects/Turret.h (modified) * code/branches/presentationFS15/src/modules/objects/controllers/TurretController.cc (modified) * code/branches/presentationFS15/src/modules/tetris/Tetris.h (modified) * code/branches/presentationFS15/src/modules/towerdefense/CMakeLists.txt (modified) * code/branches/presentationFS15/src/modules/towerdefense/TDCoordinate.cc (modified) * code/branches/presentationFS15/src/modules/towerdefense/TDCoordinate.h (modified) * code/branches/presentationFS15/src/modules/towerdefense/Tower.cc (deleted) * code/branches/presentationFS15/src/modules/towerdefense/Tower.h (deleted) * code/branches/presentationFS15/src/modules/towerdefense/TowerDefense.cc (modified) * code/branches/presentationFS15/src/modules/towerdefense/TowerDefense.h (modified) * code/branches/presentationFS15/src/modules/towerdefense/TowerDefenseCenterpoint.cc (modified) * code/branches/presentationFS15/src/modules/towerdefense/TowerDefenseCenterpoint.h (modified) * code/branches/presentationFS15/src/modules/towerdefense/TowerDefenseEnemy.cc (modified) * code/branches/presentationFS15/src/modules/towerdefense/TowerDefenseSelecter.cc (copied) * code/branches/presentationFS15/src/modules/towerdefense/TowerDefenseSelecter.h (copied) * code/branches/presentationFS15/src/modules/towerdefense/TowerDefenseTower.cc (modified) * code/branches/presentationFS15/src/modules/towerdefense/TowerDefenseTower.h (modified) * code/branches/presentationFS15/src/modules/towerdefense/TowerTurret.cc (deleted) * code/branches/presentationFS15/src/modules/towerdefense/TowerTurret.h (deleted) * code/branches/presentationFS15/src/orxonox/controllers/FormationController.cc (modified) Towerdefense merged to Presentation Thu, 21 May 2015 10:44:57 GMT maxima [10444] * code/branches/presentationFS15 (copied) New branch for the presentation. 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 ...