# # ChangeLog for code/trunk/src/orxonox/overlays/console/InGameConsole.h # # Generated by Trac 1.0.9 # May 8, 2024, 10:49:17 AM Thu, 26 Jun 2008 12:13:17 GMT rgrieder [1625] * code/trunk/bin/levels/sample.oxw (modified) * code/trunk/src/asylum/orxonox/objects/weapon (copied) * code/trunk/src/asylum/orxonox/objects/weapon/AmmunitionDump.cc (copied) * code/trunk/src/asylum/orxonox/objects/weapon/AmmunitionDump.h (copied) * code/trunk/src/asylum/orxonox/objects/weapon/BarrelGun.cc (copied) * code/trunk/src/asylum/orxonox/objects/weapon/BarrelGun.h (copied) * code/trunk/src/asylum/orxonox/objects/weapon/BaseWeapon.cc (copied) * code/trunk/src/asylum/orxonox/objects/weapon/BaseWeapon.h (copied) * code/trunk/src/asylum/orxonox/objects/weapon/Bullet.cc (copied) * code/trunk/src/asylum/orxonox/objects/weapon/Bullet.h (copied) * code/trunk/src/asylum/orxonox/objects/weapon/BulletManager.cc (copied) * code/trunk/src/asylum/orxonox/objects/weapon/BulletManager.h (copied) * code/trunk/src/asylum/orxonox/objects/weapon/WeaponStation.cc (copied) * code/trunk/src/asylum/orxonox/objects/weapon/WeaponStation.h (copied) * code/trunk/src/core/BaseObject.cc (modified) * code/trunk/src/core/BaseObject.h (modified) * code/trunk/src/core/Executor.cc (modified) * code/trunk/src/core/Iterator.h (modified) * code/trunk/src/core/Loader.cc (modified) * code/trunk/src/core/Script.h (modified) * code/trunk/src/core/TclThreadManager.h (modified) * code/trunk/src/network/GameStateClient.cc (modified) * code/trunk/src/network/GameStateClient.h (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/GraphicsEngine.cc (modified) * code/trunk/src/orxonox/GraphicsEngine.h (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/Orxonox.h (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/Radar.cc (copied) * code/trunk/src/orxonox/Radar.h (copied) * code/trunk/src/orxonox/RadarListener.cc (copied) * code/trunk/src/orxonox/RadarListener.h (copied) * code/trunk/src/orxonox/RadarViewable.cc (copied) * code/trunk/src/orxonox/RadarViewable.h (copied) * code/trunk/src/orxonox/console (deleted) * code/trunk/src/orxonox/hud (deleted) * code/trunk/src/orxonox/objects/Ambient.cc (modified) * code/trunk/src/orxonox/objects/Ambient.h (modified) * code/trunk/src/orxonox/objects/NPC.cc (modified) * code/trunk/src/orxonox/objects/NPC.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) * code/trunk/src/orxonox/objects/WorldEntity.h (modified) * code/trunk/src/orxonox/objects/weapon (deleted) * code/trunk/src/orxonox/overlays (copied) * code/trunk/src/orxonox/overlays/OrxonoxOverlay.cc (copied) * code/trunk/src/orxonox/overlays/OrxonoxOverlay.h (copied) * code/trunk/src/orxonox/overlays/OverlayGroup.cc (copied) * code/trunk/src/orxonox/overlays/OverlayGroup.h (copied) * code/trunk/src/orxonox/overlays/OverlayText.cc (copied) * code/trunk/src/orxonox/overlays/OverlayText.h (copied) * code/trunk/src/orxonox/overlays/console (copied) * code/trunk/src/orxonox/overlays/console/InGameConsole.cc (copied) * code/trunk/src/orxonox/overlays/console/InGameConsole.h (copied) * code/trunk/src/orxonox/overlays/debug (copied) * code/trunk/src/orxonox/overlays/debug/DebugFPSText.cc (copied) * code/trunk/src/orxonox/overlays/debug/DebugFPSText.h (copied) * code/trunk/src/orxonox/overlays/debug/DebugRTRText.cc (copied) * code/trunk/src/orxonox/overlays/debug/DebugRTRText.h (copied) * code/trunk/src/orxonox/overlays/hud (copied) * code/trunk/src/orxonox/overlays/hud/HUDBar.cc (copied) * code/trunk/src/orxonox/overlays/hud/HUDBar.h (copied) * code/trunk/src/orxonox/overlays/hud/HUDNavigation.cc (copied) * code/trunk/src/orxonox/overlays/hud/HUDNavigation.h (copied) * code/trunk/src/orxonox/overlays/hud/HUDRadar.cc (copied) * code/trunk/src/orxonox/overlays/hud/HUDRadar.h (copied) * code/trunk/src/orxonox/overlays/hud/HUDSpeedBar.cc (copied) * code/trunk/src/orxonox/overlays/hud/HUDSpeedBar.h (copied) * code/trunk/src/orxonox/tools/TextureGenerator.cc (copied) * code/trunk/src/orxonox/tools/TextureGenerator.h (copied) * code/trunk/src/orxonox/tools/WindowEventListener.cc (copied) * code/trunk/src/orxonox/tools/WindowEventListener.h (copied) * code/trunk/src/tinyxml/ticpp.cc (modified) * code/trunk/src/util/Convert.h (modified) * code/trunk/src/util/Math.cc (modified) * code/trunk/src/util/Math.h (modified) * code/trunk/src/util/String.cc (modified) * code/trunk/src/util/String.h (modified) * code/trunk/src/util/UtilPrereqs.h (modified) * code/trunk/visual_studio/vc8/audio.vcproj (modified) * code/trunk/visual_studio/vc8/ois.vcproj (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) * code/trunk/visual_studio/vc8/util.vcproj (modified) merged hud branch back to trunk Sat, 14 Jun 2008 14:33:37 GMT rgrieder [1599] * code/branches/hud/src/orxonox/overlays (added) * code/branches/hud/src/orxonox/overlays/console (moved) * code/branches/hud/src/orxonox/overlays/console/InGameConsole.cc (copied) * code/branches/hud/src/orxonox/overlays/console/InGameConsole.h (copied) * code/branches/hud/src/orxonox/overlays/hud (moved) * code/branches/hud/src/orxonox/hud/BarOverlayElement.cc (deleted) * code/branches/hud/src/orxonox/hud/BarOverlayElement.h (deleted) * code/branches/hud/src/orxonox/overlays/hud/HUD.cc (copied) * code/branches/hud/src/orxonox/overlays/hud/HUD.h (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDBar.cc (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDBar.h (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDFPSText.cc (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDFPSText.h (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDOverlay.cc (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDOverlay.h (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDRTRText.cc (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDRTRText.h (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDSpeedBar.cc (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDSpeedBar.h (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDText.cc (copied) * code/branches/hud/src/orxonox/overlays/hud/HUDText.h (copied) * code/branches/hud/src/orxonox/overlays/hud/Navigation.cc (copied) * code/branches/hud/src/orxonox/overlays/hud/Navigation.h (copied) * code/branches/hud/src/orxonox/overlays/hud/OverlayElementFactories.h (copied) * code/branches/hud/src/orxonox/overlays/hud/RadarObject.cc (copied) * code/branches/hud/src/orxonox/overlays/hud/RadarObject.h (copied) * code/branches/hud/src/orxonox/overlays/hud/RadarOverlayElement.cc (copied) * code/branches/hud/src/orxonox/overlays/hud/RadarOverlayElement.h (copied) tortoisesvn is not almighty. i'll have to commit..