# # ChangeLog for / # # Generated by Trac 1.0.9 # Jun 3, 2024, 1:41:36 AM Tue, 17 Jun 2008 13:33:03 GMT landauf [1608] * code/trunk/bin/levels/sample.oxw (modified) * code/trunk/src/core/BaseObject.h (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/objects/Backlight.cc (added) * code/trunk/src/orxonox/objects/Backlight.h (added) * code/trunk/src/orxonox/objects/ParticleSpawner.cc (modified) * code/trunk/src/orxonox/objects/ParticleSpawner.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.cc (modified) * code/trunk/src/orxonox/tools/Timer.h (modified) * code/trunk/src/util/Math.cc (modified) - added a backlight to all SpaceShips, leaving a trail behind ... Mon, 16 Jun 2008 21:07:34 GMT rgrieder [1607] * code/branches/core3/src/core/CMakeLists.txt (modified) * code/branches/core3/src/core/CorePrereqs.h (modified) * code/branches/core3/src/orxonox/CMakeLists.txt (modified) * code/branches/core3/src/orxonox/Main.cc (modified) * code/branches/core3/src/orxonox/SignalHandler.cc (moved) * code/branches/core3/src/orxonox/SignalHandler.h (moved) * code/branches/core3/visual_studio/vc8/core.vcproj (modified) * code/branches/core3/visual_studio/vc8/orxonox.vcproj (modified) moved SignalHandler from core to orxonox Mon, 16 Jun 2008 17:53:40 GMT rgrieder [1606] * code/branches/core3/src/audio/AudioIncludes.h (modified) * code/branches/core3/src/audio/AudioManager.cc (modified) * code/branches/core3/src/audio/AudioStream.cc (modified) * code/branches/core3/src/core/CMakeLists.txt (modified) * code/branches/core3/src/core/CorePrereqs.h (modified) * code/branches/core3/src/util/CMakeLists.txt (modified) * code/branches/core3/src/util/Error.cc (moved) * code/branches/core3/src/util/Error.h (moved) * code/branches/core3/src/util/UtilPrereqs.h (modified) * code/branches/core3/visual_studio/vc8/core.vcproj (modified) * code/branches/core3/visual_studio/vc8/util.vcproj (modified) - removed struct ObjectListBase::Export from the forward declarations ... Sun, 15 Jun 2008 22:02:02 GMT scheusso [1605] * code/branches/network/bin/run-script (modified) enhanced run-script (X autorepeat should now also be set, if signal ... Sat, 14 Jun 2008 23:09:07 GMT rgrieder [1604] * code/branches/hud/src/orxonox/CMakeLists.txt (modified) * code/branches/hud/src/orxonox/Orxonox.cc (modified) * code/branches/hud/src/orxonox/Orxonox.h (modified) * code/branches/hud/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/hud/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/hud/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/hud/src/orxonox/overlays/OverlayGroup.cc (modified) * code/branches/hud/src/orxonox/overlays/OverlayGroup.h (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDNavigation.h (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDRadar.cc (moved) * code/branches/hud/src/orxonox/overlays/hud/HUDRadar.h (moved) * code/branches/hud/src/orxonox/overlays/hud/HUDText.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/RadarObject.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/RadarObject.h (modified) * code/branches/hud/visual_studio/orxonox_vc8.suo (modified) * code/branches/hud/visual_studio/vc8/orxonox.vcproj (modified) - adjusted Radar to fit in XML loading scheme - OverlayGroup should ... Sat, 14 Jun 2008 19:33:11 GMT rgrieder [1603] * code/branches/core3/visual_studio/vc8/core.vcproj (modified) * code/branches/core3/visual_studio/vc8/util.vcproj (modified) updated msvc files for core3 branch Sat, 14 Jun 2008 17:20:00 GMT landauf [1602] * code/trunk/bin/levels/sample.oxw (modified) * code/trunk/src/orxonox/objects/ParticleSpawner.cc (modified) * code/trunk/src/orxonox/objects/ParticleSpawner.h (modified) * code/trunk/src/orxonox/objects/Projectile.cc (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/tools/BillboardSet.cc (modified) * code/trunk/src/orxonox/tools/BillboardSet.h (modified) - added thruster flares - used new particle effects - enemies ... Sat, 14 Jun 2008 16:37:12 GMT rgrieder [1601] * code/branches/hud/bin/hud (deleted) * code/branches/hud/src/orxonox/CMakeLists.txt (modified) * code/branches/hud/src/orxonox/GraphicsEngine.cc (modified) * code/branches/hud/src/orxonox/Orxonox.cc (modified) * code/branches/hud/src/orxonox/Orxonox.h (modified) * code/branches/hud/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/hud/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/hud/src/orxonox/overlays/OrxonoxOverlay.cc (moved) * code/branches/hud/src/orxonox/overlays/OrxonoxOverlay.h (moved) * code/branches/hud/src/orxonox/overlays/OverlayGroup.cc (moved) * code/branches/hud/src/orxonox/overlays/OverlayGroup.h (moved) * code/branches/hud/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDBar.h (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDNavigation.cc (moved) * code/branches/hud/src/orxonox/overlays/hud/HUDNavigation.h (moved) * code/branches/hud/src/orxonox/overlays/hud/HUDText.cc (modified) * code/branches/hud/src/orxonox/overlays/hud/HUDText.h (modified) * code/branches/hud/src/orxonox/overlays/hud/RadarOverlayElement.cc (modified) * code/branches/hud/visual_studio/orxonox_vc8.suo (added) * code/branches/hud/visual_studio/vc8/orxonox.vcproj (modified) - new folder structure for overlays: orxonox/ ... overlays/ ... Sat, 14 Jun 2008 15:49:09 GMT rgrieder [1600] * code/branches/hud/src/orxonox/overlays/HUD.cc (moved) * code/branches/hud/src/orxonox/overlays/HUD.h (moved) * code/branches/hud/src/orxonox/overlays/HUDOverlay.cc (moved) * code/branches/hud/src/orxonox/overlays/HUDOverlay.h (moved) again... 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.. Sat, 14 Jun 2008 14:19:42 GMT rgrieder [1598] * code/branches/hud/bin/hud/hud.oxh (modified) * code/branches/hud/src/orxonox/hud/HUDBar.cc (modified) * code/branches/hud/src/orxonox/hud/HUDOverlay.cc (modified) * code/branches/hud/src/orxonox/hud/HUDOverlay.h (modified) * code/branches/hud/src/orxonox/hud/Navigation.h (modified) scale, position, alignment and rotation work with overlays Simply ... Thu, 12 Jun 2008 21:02:40 GMT landauf [1597] * code/branches/core3/src/core/input/KeyBinder.cc (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.h (modified) small cleanup in KeyBinder (don't panic reto, I've only replaced ... Thu, 12 Jun 2008 20:53:51 GMT landauf [1596] * code/branches/core3/src/core/ConfigValueContainer.cc (modified) * code/branches/core3/src/core/ConfigValueContainer.h (modified) * code/branches/core3/src/core/ConfigValueIncludes.h (modified) * code/branches/core3/src/core/Core.cc (modified) * code/branches/core3/src/core/Core.h (modified) * code/branches/core3/src/core/Identifier.cc (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/ObjectListIterator.h (modified) * code/branches/core3/src/core/OrxonoxClass.cc (modified) * code/branches/core3/src/core/Shell.cc (modified) * code/branches/core3/src/core/Shell.h (modified) * code/branches/core3/src/core/input/InputManager.cc (modified) * code/branches/core3/src/core/input/KeyBinder.cc (modified) * code/branches/core3/src/orxonox/GraphicsEngine.cc (modified) * code/branches/core3/src/orxonox/GraphicsEngine.h (modified) * code/branches/core3/src/orxonox/Settings.cc (modified) * code/branches/core3/src/orxonox/Settings.h (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/ParticleProjectile.h (modified) * code/branches/core3/src/orxonox/objects/Projectile.cc (modified) * code/branches/core3/src/orxonox/objects/Projectile.h (modified) * code/branches/core3/src/orxonox/objects/RotatingProjectile.cc (modified) * code/branches/core3/src/orxonox/objects/RotatingProjectile.h (modified) - added feature to add a callback function to configvalues. they get ... Thu, 12 Jun 2008 20:42:15 GMT rgrieder [1595] * code/branches/hud/bin/hud/hud.oxh (modified) * code/branches/hud/src/core/Executor.cc (modified) * code/branches/hud/src/core/TclThreadManager.h (modified) * code/branches/hud/src/orxonox/hud/HUDOverlay.cc (modified) * code/branches/hud/src/orxonox/hud/HUDOverlay.h (modified) * code/branches/hud/src/orxonox/hud/Navigation.cc (modified) * code/branches/hud/src/orxonox/hud/Navigation.h (modified) * code/branches/hud/src/util/Convert.h (modified) * code/branches/hud/src/util/String.h (modified) - removed conversion functions in String.h - you can use ... Thu, 12 Jun 2008 14:14:21 GMT landauf [1594] * code/branches/core3/src/core/ConfigFileManager.cc (modified) * code/branches/core3/src/core/ConsoleCommand.cc (modified) * code/branches/core3/src/core/ConsoleCommand.h (modified) * code/branches/core3/src/core/ConsoleCommandCompilation.cc (modified) * code/branches/core3/src/core/IRC.cc (modified) * code/branches/core3/src/core/Shell.cc (modified) * code/branches/core3/src/core/TclBind.cc (modified) * code/branches/core3/src/core/TclThreadManager.cc (modified) * code/branches/core3/src/orxonox/Orxonox.cc (modified) * code/branches/core3/src/orxonox/hud/HUD.cc (modified) * code/branches/core3/src/orxonox/objects/Ambient.cc (modified) * code/branches/core3/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/core3/src/orxonox/objects/SpaceShipAI.cc (modified) added more SetConsoleCommand macros like SetConsoleCommandAlias to ... Thu, 12 Jun 2008 02:48:35 GMT landauf [1593] * code/branches/core3/src/util/Debug.h (modified) changed COUT(x) macros to use trinary ?: operator instead of if (...) ... Thu, 12 Jun 2008 02:32:10 GMT landauf [1592] * code/branches/core3/src/audio/AudioManager.h (modified) * code/branches/core3/src/core/BaseObject.cc (modified) * code/branches/core3/src/core/BaseObject.h (modified) * code/branches/core3/src/core/Functor.h (modified) * code/branches/core3/src/core/Identifier.cc (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/XMLPort.h (modified) * code/branches/core3/src/orxonox/objects/Ambient.cc (modified) * code/branches/core3/src/orxonox/objects/Ambient.h (modified) * code/branches/core3/src/orxonox/objects/Model.cc (modified) * code/branches/core3/src/orxonox/objects/Model.h (modified) * code/branches/core3/src/orxonox/objects/NPC.cc (modified) * code/branches/core3/src/orxonox/objects/NPC.h (modified) * code/branches/core3/src/orxonox/objects/Projectile.cc (modified) * code/branches/core3/src/orxonox/objects/Skybox.cc (modified) * code/branches/core3/src/orxonox/objects/Skybox.h (modified) * code/branches/core3/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/core3/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/core3/src/orxonox/objects/WorldEntity.h (modified) - Some small changes in XMLPortParam: It's now possible to add ... Thu, 12 Jun 2008 00:00:15 GMT landauf [1591] * code/branches/core3/src/core/CorePrereqs.h (modified) * code/branches/core3/src/core/Identifier.cc (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/Iterator.h (modified) * code/branches/core3/src/core/IteratorBase.h (deleted) * code/branches/core3/src/core/MetaObjectList.cc (modified) * code/branches/core3/src/core/MetaObjectList.h (modified) * code/branches/core3/src/core/ObjectList.h (modified) * code/branches/core3/src/core/ObjectListBase.cc (modified) * code/branches/core3/src/core/ObjectListBase.h (modified) * code/branches/core3/src/core/ObjectListIterator.h (added) * code/branches/core3/src/core/Shell.cc (modified) * code/branches/core3/src/network/ConnectionManager.cc (modified) * code/branches/core3/src/network/GameStateClient.cc (modified) * code/branches/core3/src/network/GameStateClient.h (modified) * code/branches/core3/src/network/GameStateManager.cc (modified) * code/branches/core3/src/network/Server.cc (modified) * code/branches/core3/src/network/Synchronisable.h (modified) * code/branches/core3/src/orxonox/GraphicsEngine.cc (modified) * code/branches/core3/src/orxonox/Orxonox.cc (modified) * code/branches/core3/src/orxonox/objects/NPC.cc (modified) * code/branches/core3/src/orxonox/objects/Projectile.cc (modified) * code/branches/core3/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/core3/src/orxonox/objects/SpaceShipAI.cc (modified) Again some heavy changes in ObjectList and Iterator: there are now ... Wed, 11 Jun 2008 22:57:45 GMT rgrieder [1590] * code/branches/hud/bin/hud/hud.oxh (modified) * code/branches/hud/src/network/GameStateClient.cc (modified) * code/branches/hud/src/network/GameStateClient.h (modified) * code/branches/hud/src/orxonox/CMakeLists.txt (modified) * code/branches/hud/src/orxonox/GraphicsEngine.cc (modified) * code/branches/hud/src/orxonox/GraphicsEngine.h (modified) * code/branches/hud/src/orxonox/console/InGameConsole.cc (modified) * code/branches/hud/src/orxonox/console/InGameConsole.h (modified) * code/branches/hud/src/orxonox/hud/HUD.cc (modified) * code/branches/hud/src/orxonox/hud/HUD.h (modified) * code/branches/hud/src/orxonox/hud/HUDBar.cc (modified) * code/branches/hud/src/orxonox/hud/HUDBar.h (modified) * code/branches/hud/src/orxonox/hud/HUDFPSText.h (modified) * code/branches/hud/src/orxonox/hud/HUDOverlay.cc (modified) * code/branches/hud/src/orxonox/hud/HUDOverlay.h (modified) * code/branches/hud/src/orxonox/hud/HUDRTRText.h (modified) * code/branches/hud/src/orxonox/hud/HUDSpeedBar.h (modified) * code/branches/hud/src/orxonox/hud/HUDText.cc (modified) * code/branches/hud/src/orxonox/hud/HUDText.h (modified) * code/branches/hud/src/orxonox/hud/Navigation.cc (modified) * code/branches/hud/src/orxonox/hud/Navigation.h (modified) * code/branches/hud/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/hud/src/orxonox/tools/WindowEventListener.cc (added) * code/branches/hud/src/orxonox/tools/WindowEventListener.h (added) * code/branches/hud/visual_studio/vc8/orxonox.vcproj (modified) svn save, just in case our house burns down over night... Wed, 11 Jun 2008 12:56:35 GMT scheusso [1589] * code/branches/network (copied) another try (new network branch) Tue, 10 Jun 2008 22:21:42 GMT rgrieder [1588] * code/branches/hud/bin/hud (added) * code/branches/hud/bin/hud/hud.oxh (added) * code/branches/hud/src/core/BaseObject.cc (modified) * code/branches/hud/src/core/BaseObject.h (modified) * code/branches/hud/src/core/Loader.cc (modified) * code/branches/hud/src/core/Script.h (modified) * code/branches/hud/src/orxonox/GraphicsEngine.h (modified) * code/branches/hud/src/orxonox/Orxonox.cc (modified) * code/branches/hud/src/orxonox/Orxonox.h (modified) * code/branches/hud/src/orxonox/hud/BarOverlayElement.cc (deleted) * code/branches/hud/src/orxonox/hud/BarOverlayElement.h (deleted) * code/branches/hud/src/orxonox/hud/HUD.cc (modified) * code/branches/hud/src/orxonox/hud/HUD.h (modified) * code/branches/hud/src/orxonox/hud/HUDBar.cc (added) * code/branches/hud/src/orxonox/hud/HUDBar.h (added) * code/branches/hud/src/orxonox/hud/HUDFPSText.cc (added) * code/branches/hud/src/orxonox/hud/HUDFPSText.h (added) * code/branches/hud/src/orxonox/hud/HUDOverlay.cc (added) * code/branches/hud/src/orxonox/hud/HUDOverlay.h (added) * code/branches/hud/src/orxonox/hud/HUDRTRText.cc (added) * code/branches/hud/src/orxonox/hud/HUDRTRText.h (added) * code/branches/hud/src/orxonox/hud/HUDSpeedBar.cc (added) * code/branches/hud/src/orxonox/hud/HUDSpeedBar.h (added) * code/branches/hud/src/orxonox/hud/HUDText.cc (added) * code/branches/hud/src/orxonox/hud/HUDText.h (added) * code/branches/hud/src/orxonox/hud/OverlayElementFactories.h (modified) * code/branches/hud/src/orxonox/objects/Ambient.cc (modified) * code/branches/hud/src/orxonox/objects/Ambient.h (modified) * code/branches/hud/src/orxonox/objects/NPC.cc (modified) * code/branches/hud/src/orxonox/objects/NPC.h (modified) * code/branches/hud/src/orxonox/objects/WorldEntity.cc (modified) * code/branches/hud/src/orxonox/objects/WorldEntity.h (modified) * code/branches/hud/src/orxonox/objects/weapon/AmmunitionDump.h (modified) * code/branches/hud/src/orxonox/objects/weapon/BaseWeapon.h (modified) * code/branches/hud/src/orxonox/objects/weapon/Bullet.h (modified) * code/branches/hud/src/orxonox/objects/weapon/BulletManager.h (modified) * code/branches/hud/src/util/Convert.h (modified) * code/branches/hud/src/util/Math.h (modified) * code/branches/hud/visual_studio/vc8/orxonox.vcproj (modified) - added XML loadable HUD - Radar and navi are not yet done - ... Tue, 10 Jun 2008 22:14:04 GMT rgrieder [1587] * code/branches/hud (copied) haha, hud branch yet again Tue, 10 Jun 2008 13:35:50 GMT landauf [1586] * code/branches/core3/src/asylum/audio/_AudioObject.cc (modified) * code/branches/core3/src/asylum/loader/LevelLoader.cc (modified) * code/branches/core3/src/asylum/orxonox/SpaceshipSteering.cc (modified) * code/branches/core3/src/asylum/util/String2Number.h (modified) * code/branches/core3/src/audio/AudioManager.cc (modified) * code/branches/core3/src/audio/AudioStream.cc (modified) * code/branches/core3/src/core/CMakeLists.txt (modified) * code/branches/core3/src/core/ClassFactory.h (modified) * code/branches/core3/src/core/CommandEvaluation.cc (modified) * code/branches/core3/src/core/CommandExecutor.cc (modified) * code/branches/core3/src/core/ConsoleCommandCompilation.cc (modified) * code/branches/core3/src/core/Core.cc (modified) * code/branches/core3/src/core/Core.h (modified) * code/branches/core3/src/core/CoreIncludes.h (modified) * code/branches/core3/src/core/CorePrereqs.h (modified) * code/branches/core3/src/core/Error.cc (modified) * code/branches/core3/src/core/Executor.h (modified) * code/branches/core3/src/core/Factory.cc (modified) * code/branches/core3/src/core/Functor.h (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/Language.cc (modified) * code/branches/core3/src/core/Loader.cc (modified) * code/branches/core3/src/core/MetaObjectList.cc (modified) * code/branches/core3/src/core/NamespaceNode.cc (modified) * code/branches/core3/src/core/Shell.cc (modified) * code/branches/core3/src/core/Shell.h (modified) * code/branches/core3/src/core/SignalHandler.cc (modified) * code/branches/core3/src/core/TclBind.cc (modified) * code/branches/core3/src/core/TclThreadManager.cc (modified) * code/branches/core3/src/core/XMLPort.h (modified) * code/branches/core3/src/core/input/Button.cc (modified) * code/branches/core3/src/core/input/InputManager.cc (modified) * code/branches/core3/src/core/input/KeyBinder.cc (modified) * code/branches/core3/src/core/input/KeyDetector.cc (modified) * code/branches/core3/src/network/ClientConnection.cc (modified) * code/branches/core3/src/network/PacketDecoder.cc (modified) * code/branches/core3/src/orxonox/GraphicsEngine.cc (modified) * code/branches/core3/src/orxonox/Orxonox.cc (modified) * code/branches/core3/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/core3/src/orxonox/console/InGameConsole.cc (modified) * code/branches/core3/src/orxonox/hud/HUD.cc (modified) * code/branches/core3/src/orxonox/hud/Navigation.cc (modified) * code/branches/core3/src/orxonox/objects/Ambient.cc (modified) * code/branches/core3/src/orxonox/objects/Camera.cc (modified) * code/branches/core3/src/orxonox/objects/Skybox.cc (modified) * code/branches/core3/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/core3/src/util/CMakeLists.txt (modified) * code/branches/core3/src/util/Convert.h (modified) * code/branches/core3/src/util/Debug.h (moved) * code/branches/core3/src/util/OutputBuffer.cc (moved) * code/branches/core3/src/util/OutputBuffer.h (moved) * code/branches/core3/src/util/OutputHandler.cc (moved) * code/branches/core3/src/util/OutputHandler.h (moved) * code/branches/core3/src/util/String.h (modified) * code/branches/core3/src/util/UtilPrereqs.h (modified) moved Debug.h, OutputHandler and OutputBuffer to util, to make ... Tue, 10 Jun 2008 01:49:24 GMT landauf [1585] * code/branches/core3/src/core/Debug.h (modified) - added debug output level 6 (ultra) - removed debug output macros ... Tue, 10 Jun 2008 01:46:17 GMT landauf [1584] * code/branches/core3/src/orxonox/objects/Projectile.cc (modified) * code/branches/core3/src/orxonox/objects/RotatingProjectile.cc (modified) some adjustments to prevent startup crash Tue, 10 Jun 2008 01:01:24 GMT landauf [1583] * code/branches/core3/src/core/ClassFactory.h (modified) * code/branches/core3/src/core/ConsoleCommand.h (modified) * code/branches/core3/src/core/CoreIncludes.h (modified) * code/branches/core3/src/core/IRC.cc (modified) * code/branches/core3/src/core/Identifier.cc (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/TclThreadManager.cc (modified) changed Identifier initialization Mon, 09 Jun 2008 21:16:36 GMT landauf [1582] * code/trunk/src/tolua/CMakeLists.txt (modified) added SHARED keyword Mon, 09 Jun 2008 21:11:21 GMT nicolasc [1581] * code/branches/gcc43/src/audio/AudioManager.cc (modified) * code/branches/gcc43/src/core/Identifier.h (modified) * code/branches/gcc43/src/core/SignalHandler.cc (modified) * code/branches/gcc43/src/network/GameStateManager.cc (modified) * code/branches/gcc43/src/network/PacketDecoder.cc (modified) * code/branches/gcc43/src/network/Synchronisable.cc (modified) * code/branches/gcc43/src/tinyxml/ticpp.h (modified) * code/branches/gcc43/src/tolua/CMakeLists.txt (modified) * code/branches/gcc43/src/util/ExprParser.cc (modified) well, it compiles.. there are only about 1000 warinig about a ... Mon, 09 Jun 2008 21:05:18 GMT landauf [1580] * code/trunk/src/orxonox/hud/HUD.cc (modified) * code/trunk/src/orxonox/hud/Navigation.cc (modified) * code/trunk/src/orxonox/hud/Navigation.h (modified) started another attempt to fix the occasionally focus-cycling crash Mon, 09 Jun 2008 20:41:39 GMT nicolasc [1579] * code/branches/gcc43 (copied) created gcc43 branch to hotfix orxonox for gcc-4.3 Mon, 09 Jun 2008 16:29:19 GMT rgrieder [1578] * code/trunk/src/orxonox/console/InGameConsole.cc (modified) * code/trunk/src/orxonox/console/InGameConsole.h (modified) gcc and msvc don't always see eye to eye, fortunately... Also ... Mon, 09 Jun 2008 16:21:04 GMT rgrieder [1577] * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/console/InGameConsole.cc (modified) * code/trunk/src/orxonox/console/InGameConsole.h (modified) - cleaned up InGameConsole a little bit - adjusted noise (has a ... Mon, 09 Jun 2008 13:42:38 GMT scheusso [1576] * code/trunk/src/orxonox/objects/Projectile.cc (modified) Another bug, that caused a segfault in server mode, removed ... Mon, 09 Jun 2008 13:38:46 GMT scheusso [1575] * code/trunk/src/orxonox/hud/HUD.cc (modified) this fixes a bug (segfault) when closing orxonox in client mode Mon, 09 Jun 2008 02:35:38 GMT landauf [1574] * code/branches/core3/bin/levels/sample.oxw (modified) * code/branches/core3/src/core/CMakeLists.txt (modified) * code/branches/core3/src/core/ClassTreeMask.h (modified) * code/branches/core3/src/core/CorePrereqs.h (modified) * code/branches/core3/src/core/Identifier.cc (modified) * code/branches/core3/src/core/Identifier.h (modified) * code/branches/core3/src/core/Iterator.h (modified) * code/branches/core3/src/core/IteratorBase.h (added) * code/branches/core3/src/core/Loader.cc (modified) * code/branches/core3/src/core/MetaObjectList.cc (modified) * code/branches/core3/src/core/MetaObjectList.h (modified) * code/branches/core3/src/core/ObjectList.h (modified) * code/branches/core3/src/core/ObjectListBase.cc (added) * code/branches/core3/src/core/ObjectListBase.h (added) * code/branches/core3/src/core/OrxonoxClass.cc (modified) * code/branches/core3/src/network/ConnectionManager.cc (modified) * code/branches/core3/src/network/GameStateClient.cc (modified) * code/branches/core3/src/network/GameStateManager.cc (modified) * code/branches/core3/src/network/Server.cc (modified) * code/branches/core3/src/orxonox/Orxonox.cc (modified) * code/branches/core3/src/orxonox/objects/NPC.cc (modified) * code/branches/core3/src/orxonox/objects/Projectile.cc (modified) * code/branches/core3/src/orxonox/objects/SpaceShip.cc (modified) big change in ObjectList: separated the class into a non-template ... Mon, 09 Jun 2008 02:16:48 GMT landauf [1573] * code/branches/core3 (copied) created new core branch Sun, 08 Jun 2008 22:53:53 GMT rgrieder [1572] * code/trunk/visual_studio/audio_properties.vsprops (modified) * code/trunk/visual_studio/base_properties.vsprops (modified) * code/trunk/visual_studio/core_properties.vsprops (modified) * code/trunk/visual_studio/orxonox_properties.vsprops (modified) - files got lost last commit (changed some dependency folders for msvc) Sun, 08 Jun 2008 22:47:40 GMT rgrieder [1571] * code/trunk/src/orxonox/console/InGameConsole.cc (modified) * code/trunk/visual_studio/base_properties.vsprops (modified) - changed console font to Monofur - please check whether the ... Sun, 08 Jun 2008 21:59:23 GMT landauf [1570] * code/branches/console (deleted) removed console branch Sun, 08 Jun 2008 21:58:18 GMT bknecht [1569] * code/branches/camera (deleted) Deleted camera branch.. man, it's totally old!! Sun, 08 Jun 2008 21:34:55 GMT landauf [1568] * code/trunk/src/orxonox/hud/BarOverlayElement.cc (modified) * code/trunk/src/orxonox/hud/BarOverlayElement.h (modified) * code/trunk/src/orxonox/hud/HUD.cc (modified) * code/trunk/src/orxonox/hud/Navigation.cc (modified) * code/trunk/src/orxonox/hud/Navigation.h (modified) - BarOverlayElement interpolates between given colours - Tried to ... Sun, 08 Jun 2008 15:55:05 GMT rgrieder [1567] * code/trunk/src/core/input/KeyBinder.cc (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/hud/HUD.cc (modified) * code/trunk/src/orxonox/hud/HUD.h (modified) * code/trunk/visual_studio/base_properties_release.vsprops (modified) * code/trunk/visual_studio/vc8/core.vcproj (modified) * code/trunk/visual_studio/vc8/cpptcl.vcproj (modified) * code/trunk/visual_studio/vc8/network.vcproj (modified) * code/trunk/visual_studio/vc8/ois.vcproj (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) * code/trunk/visual_studio/vc8/tixml.vcproj (modified) * code/trunk/visual_studio/vc8/tolua.vcproj (modified) - changed a default value concerning the derived mouse input (maybe ... Sun, 08 Jun 2008 15:04:18 GMT landauf [1566] * code/trunk/src/orxonox/hud/Navigation.cc (modified) * code/trunk/src/orxonox/hud/RadarObject.cc (modified) * code/trunk/src/orxonox/hud/RadarObject.h (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.cc (modified) * code/trunk/src/util/Math.cc (modified) * code/trunk/src/util/Math.h (modified) - added a prediction-crosshair to the navigation focus - fixed a ... Sun, 08 Jun 2008 10:04:02 GMT scheusso [1565] * code/branches/network (deleted) network branch is obsolete now (because of lots of changes to the trunk) Sun, 08 Jun 2008 03:46:52 GMT landauf [1564] * code/trunk/src/orxonox/GraphicsEngine.cc (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/hud/BarOverlayElement.cc (modified) * code/trunk/src/orxonox/hud/BarOverlayElement.h (modified) * code/trunk/src/orxonox/hud/HUD.cc (modified) * code/trunk/src/orxonox/hud/HUD.h (modified) * code/trunk/src/orxonox/hud/Navigation.cc (modified) * code/trunk/src/orxonox/hud/Navigation.h (modified) * code/trunk/src/orxonox/hud/OverlayElementFactories.h (modified) * code/trunk/src/orxonox/hud/RadarObject.cc (modified) * code/trunk/src/orxonox/hud/RadarObject.h (modified) * code/trunk/src/orxonox/hud/RadarOverlayElement.cc (modified) * code/trunk/src/orxonox/hud/RadarOverlayElement.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.cc (modified) * code/trunk/src/util/Math.cc (modified) * code/trunk/src/util/Math.h (modified) - several small changes in most of the HUD classes (code cleanup): ... Sat, 07 Jun 2008 21:40:50 GMT landauf [1563] * code/trunk/src/core/CommandEvaluation.cc (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/hud/RadarObject.cc (modified) * code/trunk/src/orxonox/hud/RadarObject.h (modified) * code/trunk/src/orxonox/objects/ParticleProjectile.cc (modified) * code/trunk/src/orxonox/objects/ParticleSpawner.cc (modified) * code/trunk/src/orxonox/objects/ParticleSpawner.h (modified) * code/trunk/src/orxonox/objects/Projectile.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.cc (modified) * code/trunk/src/orxonox/tools/ParticleInterface.cc (modified) * code/trunk/src/orxonox/tools/ParticleInterface.h (modified) - added configurable detaillevel for particle effects to ... Sat, 07 Jun 2008 13:39:48 GMT landauf [1562] * code/trunk/src/orxonox/hud/HUD.cc (modified) * code/trunk/src/orxonox/hud/HUD.h (modified) * code/trunk/src/orxonox/hud/Navigation.cc (modified) * code/trunk/src/orxonox/hud/RadarObject.cc (modified) * code/trunk/src/orxonox/hud/RadarObject.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.cc (modified) - AI ships are now displayed with a point with its teamcolour on the ... Sat, 07 Jun 2008 12:22:26 GMT rgrieder [1561] * code/trunk/visual_studio/base_properties.vsprops (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) updated visual studio files Sat, 07 Jun 2008 02:46:54 GMT landauf [1560] * code/trunk/src/orxonox/objects/ParticleProjectile.cc (modified) forgot one Sat, 07 Jun 2008 00:34:54 GMT landauf [1559] * code/trunk/src/core/BaseObject.cc (modified) * code/trunk/src/orxonox/objects/BillboardProjectile.cc (modified) * code/trunk/src/orxonox/objects/Model.cc (modified) * code/trunk/src/orxonox/objects/ParticleProjectile.cc (modified) * code/trunk/src/orxonox/objects/ParticleSpawner.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) used isInitialized() in destructors where needed and changed ... Sat, 07 Jun 2008 00:06:41 GMT landauf [1558] * code/trunk/src/core/BaseObject.cc (modified) * code/trunk/src/core/BaseObject.h (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/objects/BillboardProjectile.cc (modified) * code/trunk/src/orxonox/objects/BillboardProjectile.h (modified) * code/trunk/src/orxonox/objects/Model.cc (modified) * code/trunk/src/orxonox/objects/Model.h (modified) * code/trunk/src/orxonox/objects/ParticleProjectile.cc (modified) * code/trunk/src/orxonox/objects/ParticleProjectile.h (modified) * code/trunk/src/orxonox/objects/Projectile.cc (modified) * code/trunk/src/orxonox/objects/RotatingProjectile.cc (modified) * code/trunk/src/orxonox/objects/RotatingProjectile.h (modified) * code/trunk/src/orxonox/objects/Skybox.cc (modified) * code/trunk/src/orxonox/objects/Skybox.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.cc (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) * code/trunk/src/orxonox/tools/BillboardSet.h (modified) * code/trunk/src/orxonox/tools/Mesh.h (modified) added support for isVisible() and isActive() to all objects. those ... Fri, 06 Jun 2008 19:34:27 GMT landauf [1557] * code/trunk/bin/levels/sample.oxw (modified) some changes in Lua-code to generate asteroids to make it work with ... Fri, 06 Jun 2008 19:18:04 GMT landauf [1556] * code/trunk/src/core/input/InputInterfaces.h (modified) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) now it's tested on tardis... fixed a small typo.\n additionally ... Fri, 06 Jun 2008 19:05:27 GMT landauf [1555] * code/trunk/CMakeLists.txt (modified) * code/trunk/cmake/FindOIS.cmake (deleted) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/Script.cc (modified) * code/trunk/src/core/input/InputInterfaces.h (modified) * code/trunk/src/core/input/InputManager.cc (modified) * code/trunk/src/core/input/InputManager.h (modified) * code/trunk/src/ois/CMakeLists.txt (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/tools/ParticleInterface.cc (modified) - ParticleInterface uses Orxonox::getTimeFactor to make particle ... Fri, 06 Jun 2008 16:36:56 GMT landauf [1554] * code/trunk/src/orxonox/objects/Projectile.cc (modified) changed default values of Projectile: lifetime_ = 4 and speed_ = 5000 ... Fri, 06 Jun 2008 15:37:56 GMT landauf [1553] * code/trunk/src/asylum/orxonox/objects/Fighter.cc (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/ParticleProjectile.h (modified) * code/trunk/src/orxonox/objects/ParticleSpawner.cc (modified) * code/trunk/src/orxonox/objects/Projectile.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.cc (modified) * code/trunk/src/orxonox/particle (deleted) * code/trunk/src/orxonox/tools/ParticleInterface.cc (copied) * code/trunk/src/orxonox/tools/ParticleInterface.h (copied) moved ParticleInterface to tools, deleted particle by the way, the ... Fri, 06 Jun 2008 15:31:58 GMT landauf [1552] * code/trunk/src/asylum/orxonox/objects/Fighter.cc (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/objects/BillboardProjectile.cc (added) * code/trunk/src/orxonox/objects/BillboardProjectile.h (added) * code/trunk/src/orxonox/objects/Explosion.cc (deleted) * code/trunk/src/orxonox/objects/Explosion.h (deleted) * code/trunk/src/orxonox/objects/Model.cc (modified) * code/trunk/src/orxonox/objects/ParticleProjectile.cc (added) * code/trunk/src/orxonox/objects/ParticleProjectile.h (added) * code/trunk/src/orxonox/objects/ParticleSpawner.cc (added) * code/trunk/src/orxonox/objects/ParticleSpawner.h (added) * code/trunk/src/orxonox/objects/Projectile.cc (modified) * code/trunk/src/orxonox/objects/Projectile.h (modified) * code/trunk/src/orxonox/objects/RotatingProjectile.cc (modified) * code/trunk/src/orxonox/objects/RotatingProjectile.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.cc (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.h (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) * code/trunk/src/orxonox/particle/ParticleInterface.cc (modified) * code/trunk/src/orxonox/particle/ParticleInterface.h (modified) * code/trunk/src/orxonox/tools/Timer.cc (modified) * code/trunk/src/orxonox/tools/Timer.h (modified) several improvements: - AI works properly now - add enemies with ... Fri, 06 Jun 2008 14:56:26 GMT landauf [1551] * code/trunk/bin/Plugins.cfg (added) added Plugins.cfg for windows - the run-script uses plugins.cfg ... Thu, 05 Jun 2008 22:03:56 GMT bknecht [1550] * code/branches/script_trigger/src/orxonox/objects/Trigger.cc (modified) * code/branches/script_trigger/src/orxonox/objects/Trigger.h (modified) Trigger is now represented by a flare when Debug is on also XML ... Thu, 05 Jun 2008 18:58:37 GMT rgrieder [1549] * code/trunk/src/core/ConsoleCommand.h (modified) little adjustment Thu, 05 Jun 2008 17:16:33 GMT scheusso [1548] * code/trunk/src/core/ConsoleCommand.h (modified) * code/trunk/src/network/Server.cc (modified) fixed that compiler error (missing ClassManager.h; improved network ... Thu, 05 Jun 2008 13:59:52 GMT rgrieder [1547] * code/trunk/src/core/ClassManager.h (deleted) * code/trunk/src/core/IdentifierDistributor.cc (deleted) * code/trunk/src/core/IdentifierDistributor.h (deleted) - hmm, a patch can't actually remove a file Thu, 05 Jun 2008 13:41:57 GMT rgrieder [1546] * code/branches/input (copied) recreated input branch the 5th or so Thu, 05 Jun 2008 13:41:03 GMT rgrieder [1545] * code/branches/network (copied) recreated network branch Thu, 05 Jun 2008 13:40:13 GMT rgrieder [1544] * code/branches/input (deleted) * code/branches/network (deleted) removed network and input branch Thu, 05 Jun 2008 12:18:14 GMT rgrieder [1543] * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/ClassFactory.h (modified) * code/trunk/src/core/ClassManager.h (modified) * code/trunk/src/core/ClassTreeMask.cc (modified) * code/trunk/src/core/CommandEvaluation.cc (modified) * code/trunk/src/core/ConfigFileManager.cc (modified) * code/trunk/src/core/ConfigValueIncludes.h (modified) * code/trunk/src/core/ConsoleCommand.h (modified) * code/trunk/src/core/CoreIncludes.h (modified) * code/trunk/src/core/CorePrereqs.h (modified) * code/trunk/src/core/Identifier.cc (modified) * code/trunk/src/core/Identifier.h (modified) * code/trunk/src/core/IdentifierDistributor.cc (modified) * code/trunk/src/core/IdentifierDistributor.h (modified) * code/trunk/src/core/Iterator.h (modified) * code/trunk/src/core/MetaObjectList.h (modified) * code/trunk/src/core/ObjectList.h (modified) * code/trunk/src/core/input/KeyBinder.cc (modified) * code/trunk/src/orxonox/OrxonoxStableHeaders.h (modified) * code/trunk/visual_studio/vc8/core.vcproj (modified) - applied patch to remove ClassManager (wouldn't wanna maintain it ... Thu, 05 Jun 2008 09:38:20 GMT bknecht [1542] * code/trunk/Doxyfile (modified) changed version number and name in Doxyfile Thu, 05 Jun 2008 08:59:49 GMT bknecht [1541] * code/branches/camera/bin/levels/sample.oxw (modified) * code/branches/input/bin/plugins.cfg-init (modified) * code/branches/network/bin/plugins.cfg-init (modified) * code/branches/script_trigger/bin/levels/sample.oxw (modified) * code/branches/script_trigger/src/audio/AudioManager.cc (modified) * code/branches/script_trigger/src/core/ClassTreeMask.h (modified) * code/branches/script_trigger/src/orxonox/objects/Trigger.cc (modified) * code/branches/script_trigger/src/orxonox/objects/Trigger.h (modified) Some updates on the trigger: - Reacts on defined sub classes of ... Thu, 05 Jun 2008 02:09:04 GMT landauf [1540] * code/trunk/src/core/Shell.cc (modified) * code/trunk/src/orxonox/console/InGameConsole.cc (modified) * code/trunk/src/orxonox/console/InGameConsole.h (modified) some console tweaks Wed, 04 Jun 2008 20:53:28 GMT rgrieder [1539] * code/trunk/src/orxonox/console/InGameConsole.cc (modified) that removes a gcc warning Wed, 04 Jun 2008 20:44:41 GMT rgrieder [1538] * code/trunk/src/core/input/KeyBinder.cc (modified) * code/trunk/src/orxonox/GraphicsEngine.cc (modified) * code/trunk/src/orxonox/console/InGameConsole.cc (modified) * code/trunk/src/orxonox/console/InGameConsole.h (modified) - fixed a bug in cursorChanged in InGameConsole - prevented Ogre ... Wed, 04 Jun 2008 19:23:29 GMT rgrieder [1537] * code/trunk/src/core/input/InputManager.cc (modified) - bug fix Wed, 04 Jun 2008 19:07:53 GMT rgrieder [1536] * code/trunk/src/network/NetworkCallback.h (modified) added virtual destructors for NetworkCallback Wed, 04 Jun 2008 18:54:43 GMT rgrieder [1535] * code/trunk/CMakeLists.txt (modified) * code/trunk/bin/media.cfg (deleted) * code/trunk/bin/quake3settings.cfg (deleted) * code/trunk/src/audio/AudioManager.h (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/Core.cc (copied) * code/trunk/src/core/Core.h (copied) * code/trunk/src/core/CorePrereqs.h (modified) * code/trunk/src/core/CoreSettings.cc (deleted) * code/trunk/src/core/CoreSettings.h (deleted) * code/trunk/src/core/InputBuffer.cc (deleted) * code/trunk/src/core/InputBuffer.h (deleted) * code/trunk/src/core/InputInterfaces.h (deleted) * code/trunk/src/core/InputManager.cc (deleted) * code/trunk/src/core/InputManager.h (deleted) * code/trunk/src/core/KeyBinder.cc (deleted) * code/trunk/src/core/KeyBinder.h (deleted) * code/trunk/src/core/Language.cc (modified) * code/trunk/src/core/Language.h (modified) * code/trunk/src/core/OutputHandler.cc (modified) * code/trunk/src/core/Shell.cc (modified) * code/trunk/src/core/Shell.h (modified) * code/trunk/src/core/TclThreadManager.h (modified) * code/trunk/src/core/Tickable.cc (deleted) * code/trunk/src/core/Tickable.h (deleted) * code/trunk/src/core/input (copied) * code/trunk/src/core/input/Button.cc (copied) * code/trunk/src/core/input/Button.h (copied) * code/trunk/src/core/input/CalibratorCallback.cc (copied) * code/trunk/src/core/input/CalibratorCallback.h (copied) * code/trunk/src/core/input/HalfAxis.cc (copied) * code/trunk/src/core/input/HalfAxis.h (copied) * code/trunk/src/core/input/InputBuffer.cc (copied) * code/trunk/src/core/input/InputBuffer.h (copied) * code/trunk/src/core/input/InputCommands.cc (copied) * code/trunk/src/core/input/InputCommands.h (copied) * code/trunk/src/core/input/InputInterfaces.h (copied) * code/trunk/src/core/input/InputManager.cc (copied) * code/trunk/src/core/input/InputManager.h (copied) * code/trunk/src/core/input/KeyBinder.cc (copied) * code/trunk/src/core/input/KeyBinder.h (copied) * code/trunk/src/core/input/KeyDetector.cc (copied) * code/trunk/src/core/input/KeyDetector.h (copied) * code/trunk/src/network/Client.h (modified) * code/trunk/src/network/Server.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/Main.cc (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/Orxonox.h (modified) * code/trunk/src/orxonox/OrxonoxStableHeaders.h (modified) * code/trunk/src/orxonox/Settings.cc (copied) * code/trunk/src/orxonox/Settings.h (copied) * code/trunk/src/orxonox/console/InGameConsole.cc (modified) * code/trunk/src/orxonox/console/InGameConsole.h (modified) * code/trunk/src/orxonox/hud/HUD.h (modified) * code/trunk/src/orxonox/hud/RadarOverlayElement.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) * code/trunk/src/orxonox/objects/Tickable.cc (copied) * code/trunk/src/orxonox/objects/Tickable.h (copied) * code/trunk/src/orxonox/objects/WorldEntity.h (modified) * code/trunk/src/orxonox/tools/Timer.h (modified) * code/trunk/src/util/ArgReader.cc (modified) * code/trunk/src/util/ArgReader.h (modified) * code/trunk/visual_studio/vc8/core.vcproj (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) merged input branch back to trunk Wed, 04 Jun 2008 18:53:10 GMT rgrieder [1534] * code/trunk/TODO (modified) * code/trunk/src/core/ConsoleCommand.h (modified) * code/trunk/src/network/Client.cc (modified) * code/trunk/src/network/Client.h (modified) * code/trunk/src/network/ClientConnection.cc (modified) * code/trunk/src/network/ClientConnection.h (modified) * code/trunk/src/network/ClientInformation.cc (modified) * code/trunk/src/network/ClientInformation.h (modified) * code/trunk/src/network/ConnectionManager.cc (modified) * code/trunk/src/network/GameStateClient.cc (modified) * code/trunk/src/network/GameStateManager.cc (modified) * code/trunk/src/network/NetworkCallback.h (copied) * code/trunk/src/network/PacketDecoder.cc (modified) * code/trunk/src/network/PacketGenerator.cc (modified) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/Server.h (modified) * code/trunk/src/network/Synchronisable.cc (modified) * code/trunk/src/network/Synchronisable.h (modified) * code/trunk/src/orxonox/Orxonox.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.h (modified) merged network branch back to trunk Wed, 04 Jun 2008 18:50:16 GMT rgrieder [1533] * code/branches/input/CMakeLists.txt (modified) little correction with finding boost library Wed, 04 Jun 2008 18:14:48 GMT rgrieder [1532] * code/branches/input/src/orxonox/Settings.h (modified) forgot two includes... Wed, 04 Jun 2008 18:06:38 GMT rgrieder [1531] * code/branches/input/bin/media.cfg (deleted) * code/branches/input/bin/quake3settings.cfg (deleted) * code/branches/input/src/core/Core.h (modified) * code/branches/input/src/core/input/InputBuffer.cc (modified) * code/branches/input/src/core/input/InputManager.cc (modified) * code/branches/input/src/core/input/KeyBinder.cc (modified) * code/branches/input/src/orxonox/CMakeLists.txt (modified) * code/branches/input/src/orxonox/GraphicsEngine.cc (modified) * code/branches/input/src/orxonox/GraphicsEngine.h (modified) * code/branches/input/src/orxonox/Main.cc (modified) * code/branches/input/src/orxonox/Orxonox.cc (modified) * code/branches/input/src/orxonox/Orxonox.h (modified) * code/branches/input/src/orxonox/Settings.cc (added) * code/branches/input/src/orxonox/Settings.h (added) * code/branches/input/src/util/ArgReader.cc (modified) * code/branches/input/src/util/ArgReader.h (modified) * code/branches/input/visual_studio/vc8/orxonox.vcproj (modified) - added various error code in GraphicsEngine - Config values for ... Wed, 04 Jun 2008 15:00:25 GMT rgrieder [1530] * code/branches/network/src/network/NetworkCallback.h (modified) svn:eol-style native Wed, 04 Jun 2008 14:58:51 GMT scheusso [1529] * code/branches/network/src/network/NetworkCallback.h (added) missed to add a file Tue, 03 Jun 2008 18:10:13 GMT rgrieder [1528] * code/branches/input/src/orxonox/hud/_adarOverlayElement.cc (deleted) removed test file Tue, 03 Jun 2008 18:09:08 GMT rgrieder [1527] * code/branches/input/src/orxonox/hud/_adarOverlayElement.cc (added) test commit Tue, 03 Jun 2008 17:06:50 GMT rgrieder [1526] * code/branches/input/src/core/input/Button.cc (modified) * code/branches/input/src/core/input/Button.h (modified) * code/branches/input/src/core/input/CalibratorCallback.cc (modified) * code/branches/input/src/core/input/CalibratorCallback.h (modified) * code/branches/input/src/core/input/HalfAxis.cc (modified) * code/branches/input/src/core/input/HalfAxis.h (modified) * code/branches/input/src/core/input/InputCommands.cc (modified) * code/branches/input/src/core/input/InputCommands.h (modified) * code/branches/input/src/core/input/KeyDetector.cc (modified) * code/branches/input/src/core/input/KeyDetector.h (modified) - added svn:eol-style native to previously committed files Mon, 02 Jun 2008 22:22:39 GMT rgrieder [1525] * code/branches/input/src/core/TheCore.cc (deleted) * code/branches/input/src/core/TheCore.h (deleted) something didn't belong there... Mon, 02 Jun 2008 22:20:36 GMT rgrieder [1524] * code/branches/input/src/audio/AudioManager.h (modified) * code/branches/input/src/core/CMakeLists.txt (modified) * code/branches/input/src/core/Core.cc (moved) * code/branches/input/src/core/Core.h (moved) * code/branches/input/src/core/CorePrereqs.h (modified) * code/branches/input/src/core/Language.cc (modified) * code/branches/input/src/core/Language.h (modified) * code/branches/input/src/core/OutputHandler.cc (modified) * code/branches/input/src/core/Shell.cc (modified) * code/branches/input/src/core/TclThreadManager.h (modified) * code/branches/input/src/core/TheCore.cc (added) * code/branches/input/src/core/TheCore.h (added) * code/branches/input/src/core/input/InputManager.cc (modified) * code/branches/input/src/core/input/InputManager.h (modified) * code/branches/input/src/network/Client.h (modified) * code/branches/input/src/network/Server.h (modified) * code/branches/input/src/orxonox/CMakeLists.txt (modified) * code/branches/input/src/orxonox/Orxonox.cc (modified) * code/branches/input/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/input/src/orxonox/console/InGameConsole.h (modified) * code/branches/input/src/orxonox/hud/HUD.h (modified) * code/branches/input/src/orxonox/hud/RadarOverlayElement.cc (modified) * code/branches/input/src/orxonox/objects/Tickable.cc (moved) * code/branches/input/src/orxonox/objects/Tickable.h (moved) * code/branches/input/src/orxonox/objects/WorldEntity.h (modified) * code/branches/input/src/orxonox/tools/Timer.h (modified) * code/branches/input/visual_studio/vc8/core.vcproj (modified) * code/branches/input/visual_studio/vc8/orxonox.vcproj (modified) - moved Tickable to objects again - network, audio and core now have ... Mon, 02 Jun 2008 22:06:09 GMT scheusso [1523] * code/branches/network/src/network/GameStateManager.cc (modified) some enhanced error handling Mon, 02 Jun 2008 21:18:57 GMT scheusso [1522] * code/branches/network/src/network/Client.cc (modified) nothing important Mon, 02 Jun 2008 21:08:46 GMT scheusso [1521] * code/branches/network/src/network/Synchronisable.cc (modified) * code/branches/network/src/network/Synchronisable.h (modified) * code/branches/network/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/network/src/orxonox/objects/SpaceShip.h (modified) we are now able to define callback actions, for each seperate ... Mon, 02 Jun 2008 20:34:20 GMT rgrieder [1520] * code/branches/input/src/core/CMakeLists.txt (modified) * code/branches/input/src/core/CorePrereqs.h (modified) * code/branches/input/src/core/input/Button.cc (added) * code/branches/input/src/core/input/Button.h (added) * code/branches/input/src/core/input/CalibratorCallback.cc (added) * code/branches/input/src/core/input/CalibratorCallback.h (added) * code/branches/input/src/core/input/HalfAxis.cc (added) * code/branches/input/src/core/input/HalfAxis.h (added) * code/branches/input/src/core/input/InputCommands.cc (added) * code/branches/input/src/core/input/InputCommands.h (added) * code/branches/input/src/core/input/InputManager.cc (modified) * code/branches/input/src/core/input/KeyBinder.cc (modified) * code/branches/input/src/core/input/KeyBinder.h (modified) * code/branches/input/src/core/input/KeyDetector.cc (added) * code/branches/input/src/core/input/KeyDetector.h (added) * code/branches/input/visual_studio/vc8/core.vcproj (modified) split KeyBinder into multiple files instead of one unreadable monster ... Mon, 02 Jun 2008 19:28:41 GMT rgrieder [1519] * code/branches/input/src/core/CMakeLists.txt (modified) * code/branches/input/src/core/Shell.cc (modified) * code/branches/input/src/core/Shell.h (modified) * code/branches/input/src/core/input (added) * code/branches/input/src/core/input/InputBuffer.cc (moved) * code/branches/input/src/core/input/InputBuffer.h (moved) * code/branches/input/src/core/input/InputInterfaces.h (moved) * code/branches/input/src/core/input/InputManager.cc (moved) * code/branches/input/src/core/input/InputManager.h (moved) * code/branches/input/src/core/input/KeyBinder.cc (moved) * code/branches/input/src/core/input/KeyBinder.h (moved) * code/branches/input/src/orxonox/GraphicsEngine.cc (modified) * code/branches/input/src/orxonox/Orxonox.cc (modified) * code/branches/input/src/orxonox/console/InGameConsole.cc (modified) * code/branches/input/src/orxonox/objects/SpaceShip.cc (modified) * code/branches/input/src/orxonox/objects/SpaceShip.h (modified) * code/branches/input/visual_studio/vc8/core.vcproj (modified) moved input related files to src/core/input Mon, 02 Jun 2008 19:15:15 GMT scheusso [1518] * code/branches/network/src/core/ConsoleCommand.h (modified) * code/branches/network/src/network/Client.cc (modified) * code/branches/network/src/network/Client.h (modified) * code/branches/network/src/network/ConnectionManager.cc (modified) * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/network/Server.h (modified) * code/branches/network/src/orxonox/Orxonox.cc (modified) we are able to chat now ;) just use the command char Mon, 02 Jun 2008 12:42:46 GMT scheusso [1517] * code/branches/network/src/network/ClientConnection.cc (modified) * code/branches/network/src/network/ClientConnection.h (modified) improved client connection handling (better use of timeout) Mon, 02 Jun 2008 12:33:17 GMT scheusso [1516] * code/branches/network/TODO (modified) * code/branches/network/src/network/ClientInformation.cc (modified) * code/branches/network/src/network/ClientInformation.h (modified) * code/branches/network/src/network/GameStateClient.cc (modified) * code/branches/network/src/network/GameStateManager.cc (modified) * code/branches/network/src/network/PacketDecoder.cc (modified) * code/branches/network/src/network/PacketGenerator.cc (modified) * code/branches/network/src/network/Server.cc (modified) * code/branches/network/src/orxonox/objects/SpaceShip.cc (modified) removed crc testing and changes debug output Mon, 02 Jun 2008 11:35:52 GMT scheusso [1515] * code/branches/network/src/network/ClientConnection.cc (modified) it is now possible, to use the --port command line option Sun, 01 Jun 2008 18:59:09 GMT rgrieder [1514] * code/branches/shader/src/orxonox/GraphicsEngine.cc (modified) * code/branches/shader/src/orxonox/GraphicsEngine.h (modified) * code/branches/shader/src/orxonox/Orxonox.cc (modified) * code/branches/shader/src/orxonox/objects/Model.cc (modified) - readded and uncommented the shader hacks in shader branch Sun, 01 Jun 2008 18:55:57 GMT rgrieder [1513] * code/branches/shader (copied) created shader branch Sun, 01 Jun 2008 15:43:49 GMT rgrieder [1512] * code/branches/network/src/orxonox/GraphicsEngine.cc (modified) * code/branches/network/src/orxonox/GraphicsEngine.h (modified) * code/branches/network/src/orxonox/Orxonox.cc (modified) * code/branches/network/src/orxonox/objects/Model.cc (modified) applied changes to network branch. start merging from this revision ... Sun, 01 Jun 2008 15:42:25 GMT rgrieder [1511] * 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/objects/Model.cc (modified) removed commented shader hacks Sun, 01 Jun 2008 15:08:07 GMT rgrieder [1510] * code/branches/input (copied) input branch for my humble self Sun, 01 Jun 2008 15:07:11 GMT rgrieder [1509] * code/branches/network (copied) created network branch again. svn up should be enough. you won't need ...