# # ChangeLog for code/branches/presentation2012merge/cmake # # Generated by Trac 1.0.9 # May 9, 2024, 4:04:19 PM Sun, 03 Jun 2012 15:17:18 GMT landauf [9271] * code/branches/presentation2012merge/cmake/tools/BuildUnits.cmake (modified) * code/branches/presentation2012merge/data/gui/layouts/ShipSelectionMenu.layout (modified) * code/branches/presentation2012merge/data/gui/layouts/SingleplayerConfigMenu.layout (modified) * code/branches/presentation2012merge/data/gui/scripts/ShipSelectionMenu.lua (modified) * code/branches/presentation2012merge/data/gui/scripts/SingleplayerConfigMenu.lua (modified) * code/branches/presentation2012merge/data/levels/Spacerace2.oxw (modified) * code/branches/presentation2012merge/data/levels/SurfaceRacePresentation.oxw (modified) * code/branches/presentation2012merge/data/levels/asteroidField.oxw (modified) * code/branches/presentation2012merge/data/levels/includes/asteroidField.lua (modified) * code/branches/presentation2012merge/data/levels/includes/towerWeaponSettings.oxi (modified) * code/branches/presentation2012merge/data/levels/includes/weaponSettingsSpacecruiser.oxi (modified) * code/branches/presentation2012merge/data/levels/missionOne.oxw (modified) * code/branches/presentation2012merge/data/levels/presentationHS11.oxw (modified) * code/branches/presentation2012merge/data/levels/surfaceRace.oxw (modified) * code/branches/presentation2012merge/data/levels/templates/spaceshipRace.oxt (modified) * code/branches/presentation2012merge/data/levels/templates/spaceshipSpacecruiser.oxt (modified) * code/branches/presentation2012merge/data/levels/templates/tower.oxt (modified) * code/branches/presentation2012merge/data/levels/towerDefense.oxw (modified) * code/branches/presentation2012merge/data/overlays/towerdefenseHUD.oxo (modified) * code/branches/presentation2012merge/doc/api/groups/Portals.dox (modified) * code/branches/presentation2012merge/doc/api/groups/Weapons.dox (modified) * code/branches/presentation2012merge/src/BuildUnitsConfigGCC.cmake (modified) * code/branches/presentation2012merge/src/BuildUnitsConfigMSVC.cmake (modified) * code/branches/presentation2012merge/src/external/enet/VERSION (modified) * code/branches/presentation2012merge/src/external/tolua/README_ORXONOX (modified) * code/branches/presentation2012merge/src/libraries/util/output/ConsoleWriter.cc (modified) * code/branches/presentation2012merge/src/modules/gametypes/OldRaceCheckPoint.cc (modified) * code/branches/presentation2012merge/src/modules/gametypes/OldRaceCheckPoint.h (modified) * code/branches/presentation2012merge/src/modules/gametypes/OldSpaceRace.cc (modified) * code/branches/presentation2012merge/src/modules/gametypes/OldSpaceRace.h (modified) * code/branches/presentation2012merge/src/modules/gametypes/SpaceRaceManager.cc (modified) * code/branches/presentation2012merge/src/modules/gametypes/SpaceRaceManager.h (modified) * code/branches/presentation2012merge/src/modules/overlays/hud/HUDBoostBar.cc (modified) * code/branches/presentation2012merge/src/modules/overlays/hud/HUDBoostBar.h (modified) * code/branches/presentation2012merge/src/modules/overlays/hud/HUDEnemyHealthBar.cc (modified) * code/branches/presentation2012merge/src/modules/overlays/hud/HUDEnemyHealthBar.h (modified) * code/branches/presentation2012merge/src/modules/pickup/items/DamageBoostPickup.cc (modified) * code/branches/presentation2012merge/src/modules/pickup/items/DamageBoostPickup.h (modified) * code/branches/presentation2012merge/src/modules/towerdefense/CMakeLists.txt (modified) * code/branches/presentation2012merge/src/modules/towerdefense/TDEnemy.h (modified) * code/branches/presentation2012merge/src/modules/towerdefense/Tower.cc (modified) * code/branches/presentation2012merge/src/modules/towerdefense/Tower.h (modified) * code/branches/presentation2012merge/src/modules/towerdefense/TowerDefense.cc (modified) * code/branches/presentation2012merge/src/modules/towerdefense/TowerDefense.h (modified) * code/branches/presentation2012merge/src/modules/towerdefense/TowerDefenseCenterpoint.cc (modified) * code/branches/presentation2012merge/src/modules/towerdefense/TowerDefenseCenterpoint.h (modified) * code/branches/presentation2012merge/src/modules/towerdefense/TowerDefenseController.cc (modified) * code/branches/presentation2012merge/src/modules/towerdefense/TowerDefenseController.h (modified) * code/branches/presentation2012merge/src/modules/towerdefense/TowerDefenseHUDController.cc (modified) * code/branches/presentation2012merge/src/modules/towerdefense/TowerDefenseHUDController.h (modified) * code/branches/presentation2012merge/src/modules/towerdefense/TowerDefensePlayerStats.cc (modified) * code/branches/presentation2012merge/src/modules/towerdefense/TowerDefensePlayerStats.h (modified) * code/branches/presentation2012merge/src/modules/towerdefense/TowerDefensePrereqs.h (modified) * code/branches/presentation2012merge/src/modules/towerdefense/towerdefensereadme.txt (modified) * code/branches/presentation2012merge/src/orxonox/ShipManager.cc (modified) * code/branches/presentation2012merge/src/orxonox/ShipManager.h (modified) * code/branches/presentation2012merge/src/orxonox/controllers/FormationController.cc (modified) * code/branches/presentation2012merge/src/orxonox/controllers/FormationController.h (modified) * code/branches/presentation2012merge/src/orxonox/gametypes/Mission.cc (modified) * code/branches/presentation2012merge/src/orxonox/gametypes/Mission.h (modified) * code/branches/presentation2012merge/src/orxonox/gametypes/TeamGametype.cc (modified) * code/branches/presentation2012merge/src/orxonox/gametypes/TeamGametype.h (modified) svn:eol-style native (no changes in code) Sun, 03 Jun 2012 13:38:49 GMT landauf [9266] * code/branches/presentation2012merge (copied) created branch from trunk to merge the cleanup of presentation2011 ... Wed, 09 May 2012 07:13:13 GMT rgrieder [9165] * code/trunk/cmake/tools/CheckOGREPlugins.cmake (modified) Fixed OGRE plugin finding for Ubuntu precise. Untested!