# # ChangeLog for code/trunk/src/orxonox/gamestates # # Generated by Trac 1.0.9 # May 17, 2024, 9:24:19 PM Sat, 01 Nov 2008 18:04:09 GMT landauf [2087] * code/trunk (modified) * code/trunk/TODO (modified) * code/trunk/bin/def_keybindings.ini (modified) * code/trunk/init/common/def_keybindings.ini (modified) * code/trunk/src/core/ArgumentCompletionFunctions.cc (modified) * code/trunk/src/core/BaseObject.cc (modified) * code/trunk/src/core/BaseObject.h (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/ClassFactory.h (modified) * code/trunk/src/core/CommandEvaluation.cc (modified) * code/trunk/src/core/CommandLine.cc (modified) * code/trunk/src/core/CommandLine.h (modified) * code/trunk/src/core/ConfigValueContainer.h (modified) * code/trunk/src/core/ConsoleCommand.cc (modified) * code/trunk/src/core/ConsoleCommand.h (modified) * code/trunk/src/core/Core.cc (modified) * code/trunk/src/core/Core.h (modified) * code/trunk/src/core/CoreIncludes.h (modified) * code/trunk/src/core/CorePrereqs.h (modified) * code/trunk/src/core/Event.cc (copied) * code/trunk/src/core/Event.h (copied) * code/trunk/src/core/EventIncludes.h (copied) * code/trunk/src/core/Factory.cc (modified) * code/trunk/src/core/Factory.h (modified) * code/trunk/src/core/Functor.h (modified) * code/trunk/src/core/Identifier.cc (modified) * code/trunk/src/core/Identifier.h (modified) * code/trunk/src/core/Level.h (deleted) * code/trunk/src/core/Loader.cc (modified) * code/trunk/src/core/Loader.h (modified) * code/trunk/src/core/LuaBind.cc (copied) * code/trunk/src/core/LuaBind.h (copied) * code/trunk/src/core/Namespace.cc (modified) * code/trunk/src/core/Namespace.h (modified) * code/trunk/src/core/RootGameState.cc (modified) * code/trunk/src/core/Script.cc (deleted) * code/trunk/src/core/Script.h (deleted) * code/trunk/src/core/Super.h (modified) * code/trunk/src/core/Template.cc (copied) * code/trunk/src/core/Template.h (copied) * code/trunk/src/core/XMLFile.h (copied) * code/trunk/src/core/XMLIncludes.h (modified) * code/trunk/src/core/XMLNameListener.cc (copied) * code/trunk/src/core/XMLNameListener.h (copied) * code/trunk/src/core/XMLPort.h (modified) * code/trunk/src/core/input/Button.cc (modified) * code/trunk/src/core/input/HalfAxis.h (modified) * code/trunk/src/core/input/InputCommands.cc (modified) * code/trunk/src/core/input/InputCommands.h (modified) * code/trunk/src/core/input/KeyBinder.cc (modified) * code/trunk/src/core/input/KeyBinder.h (modified) * code/trunk/src/core/tolua/tolua.pkg (modified) * code/trunk/src/lua/COPYRIGHT (modified) * code/trunk/src/lua/README (modified) * code/trunk/src/network/CMakeLists.txt (modified) * code/trunk/src/network/ChatListener.cc (copied) * code/trunk/src/network/ChatListener.h (copied) * 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/ClientConnectionListener.cc (copied) * code/trunk/src/network/ClientConnectionListener.h (copied) * 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/ConnectionManager.h (modified) * code/trunk/src/network/GamestateClient.cc (modified) * code/trunk/src/network/GamestateClient.h (modified) * code/trunk/src/network/GamestateHandler.h (modified) * code/trunk/src/network/GamestateManager.cc (modified) * code/trunk/src/network/GamestateManager.h (modified) * code/trunk/src/network/Host.cc (modified) * code/trunk/src/network/Host.h (modified) * code/trunk/src/network/NetworkCallback.h (modified) * code/trunk/src/network/NetworkPrereqs.h (modified) * code/trunk/src/network/PacketBuffer.h (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/network/packet/Acknowledgement.h (modified) * code/trunk/src/network/packet/Chat.h (modified) * code/trunk/src/network/packet/ClassID.h (modified) * code/trunk/src/network/packet/DeleteObjects.h (modified) * code/trunk/src/network/packet/Gamestate.cc (modified) * code/trunk/src/network/packet/Gamestate.h (modified) * code/trunk/src/network/packet/Packet.cc (modified) * code/trunk/src/network/packet/Packet.h (modified) * code/trunk/src/network/packet/Welcome.h (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/CameraManager.cc (copied) * code/trunk/src/orxonox/CameraManager.h (copied) * code/trunk/src/orxonox/GraphicsEngine.cc (modified) * code/trunk/src/orxonox/GraphicsEngine.h (modified) * code/trunk/src/orxonox/LevelManager.cc (copied) * code/trunk/src/orxonox/LevelManager.h (copied) * code/trunk/src/orxonox/Main.cc (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/OrxonoxStableHeaders.h (modified) * code/trunk/src/orxonox/Settings.cc (modified) * code/trunk/src/orxonox/Settings.h (modified) * code/trunk/src/orxonox/SignalHandler.cc (deleted) * code/trunk/src/orxonox/SignalHandler.h (deleted) * code/trunk/src/orxonox/gamestates/GSClient.cc (modified) * code/trunk/src/orxonox/gamestates/GSClient.h (modified) * code/trunk/src/orxonox/gamestates/GSDedicated.cc (modified) * code/trunk/src/orxonox/gamestates/GSDedicated.h (modified) * code/trunk/src/orxonox/gamestates/GSGUI.cc (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.cc (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.h (modified) * code/trunk/src/orxonox/gamestates/GSIOConsole.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.h (modified) * code/trunk/src/orxonox/gamestates/GSRoot.cc (modified) * code/trunk/src/orxonox/gamestates/GSServer.cc (modified) * code/trunk/src/orxonox/gamestates/GSServer.h (modified) * code/trunk/src/orxonox/gamestates/GSStandalone.cc (modified) * code/trunk/src/orxonox/gamestates/GSStandalone.h (modified) * code/trunk/src/orxonox/gui/GUIManager.cc (modified) * code/trunk/src/orxonox/gui/OgreCEGUIRenderer.cpp (modified) * code/trunk/src/orxonox/gui/OgreCEGUIResourceProvider.cpp (modified) * code/trunk/src/orxonox/gui/OgreCEGUITexture.cpp (modified) * code/trunk/src/orxonox/objects/Ambient.cc (deleted) * code/trunk/src/orxonox/objects/Ambient.h (deleted) * code/trunk/src/orxonox/objects/Backlight.cc (deleted) * code/trunk/src/orxonox/objects/Backlight.h (deleted) * code/trunk/src/orxonox/objects/BillboardProjectile.cc (deleted) * code/trunk/src/orxonox/objects/BillboardProjectile.h (deleted) * code/trunk/src/orxonox/objects/Camera.cc (deleted) * code/trunk/src/orxonox/objects/Camera.h (deleted) * code/trunk/src/orxonox/objects/CameraHandler.cc (deleted) * code/trunk/src/orxonox/objects/CameraHandler.h (deleted) * code/trunk/src/orxonox/objects/EventDispatcher.cc (copied) * code/trunk/src/orxonox/objects/EventDispatcher.h (copied) * code/trunk/src/orxonox/objects/EventListener.cc (copied) * code/trunk/src/orxonox/objects/EventListener.h (copied) * code/trunk/src/orxonox/objects/EventTarget.cc (copied) * code/trunk/src/orxonox/objects/EventTarget.h (copied) * code/trunk/src/orxonox/objects/Model.cc (deleted) * code/trunk/src/orxonox/objects/Model.h (deleted) * code/trunk/src/orxonox/objects/NPC.cc (deleted) * code/trunk/src/orxonox/objects/NPC.h (deleted) * code/trunk/src/orxonox/objects/ParticleProjectile.cc (deleted) * code/trunk/src/orxonox/objects/ParticleProjectile.h (deleted) * code/trunk/src/orxonox/objects/ParticleSpawner.cc (deleted) * code/trunk/src/orxonox/objects/ParticleSpawner.h (deleted) * code/trunk/src/orxonox/objects/Projectile.cc (deleted) * code/trunk/src/orxonox/objects/Projectile.h (deleted) * code/trunk/src/orxonox/objects/Radar.cc (modified) * code/trunk/src/orxonox/objects/RadarViewable.cc (modified) * code/trunk/src/orxonox/objects/RadarViewable.h (modified) * code/trunk/src/orxonox/objects/RotatingProjectile.cc (deleted) * code/trunk/src/orxonox/objects/RotatingProjectile.h (deleted) * code/trunk/src/orxonox/objects/Scene.cc (copied) * code/trunk/src/orxonox/objects/Scene.h (copied) * code/trunk/src/orxonox/objects/Script.cc (copied) * code/trunk/src/orxonox/objects/Script.h (copied) * code/trunk/src/orxonox/objects/Skybox.cc (deleted) * code/trunk/src/orxonox/objects/Skybox.h (deleted) * code/trunk/src/orxonox/objects/SpaceShip.cc (deleted) * code/trunk/src/orxonox/objects/SpaceShip.h (deleted) * code/trunk/src/orxonox/objects/SpaceShipAI.cc (deleted) * code/trunk/src/orxonox/objects/SpaceShipAI.h (deleted) * code/trunk/src/orxonox/objects/Test.cc (copied) * code/trunk/src/orxonox/objects/Test.h (copied) * code/trunk/src/orxonox/objects/WorldEntity.cc (deleted) * code/trunk/src/orxonox/objects/WorldEntity.h (deleted) * code/trunk/src/orxonox/objects/controllers (copied) * code/trunk/src/orxonox/objects/controllers/Controller.cc (copied) * code/trunk/src/orxonox/objects/controllers/Controller.h (copied) * code/trunk/src/orxonox/objects/controllers/HumanController.cc (copied) * code/trunk/src/orxonox/objects/controllers/HumanController.h (copied) * code/trunk/src/orxonox/objects/gametypes (copied) * code/trunk/src/orxonox/objects/gametypes/Gametype.cc (copied) * code/trunk/src/orxonox/objects/gametypes/Gametype.h (copied) * code/trunk/src/orxonox/objects/infos (copied) * code/trunk/src/orxonox/objects/infos/HumanPlayer.cc (copied) * code/trunk/src/orxonox/objects/infos/HumanPlayer.h (copied) * code/trunk/src/orxonox/objects/infos/Info.cc (copied) * code/trunk/src/orxonox/objects/infos/Info.h (copied) * code/trunk/src/orxonox/objects/infos/Level.cc (copied) * code/trunk/src/orxonox/objects/infos/Level.h (copied) * code/trunk/src/orxonox/objects/infos/PlayerInfo.cc (copied) * code/trunk/src/orxonox/objects/infos/PlayerInfo.h (copied) * code/trunk/src/orxonox/objects/worldentities (copied) * code/trunk/src/orxonox/objects/worldentities/Backlight.cc (copied) * code/trunk/src/orxonox/objects/worldentities/Backlight.h (copied) * code/trunk/src/orxonox/objects/worldentities/Billboard.cc (copied) * code/trunk/src/orxonox/objects/worldentities/Billboard.h (copied) * code/trunk/src/orxonox/objects/worldentities/BlinkingBillboard.cc (copied) * code/trunk/src/orxonox/objects/worldentities/BlinkingBillboard.h (copied) * code/trunk/src/orxonox/objects/worldentities/Camera.cc (copied) * code/trunk/src/orxonox/objects/worldentities/Camera.h (copied) * code/trunk/src/orxonox/objects/worldentities/CameraPosition.cc (copied) * code/trunk/src/orxonox/objects/worldentities/CameraPosition.h (copied) * code/trunk/src/orxonox/objects/worldentities/ControllableEntity.cc (copied) * code/trunk/src/orxonox/objects/worldentities/ControllableEntity.h (copied) * code/trunk/src/orxonox/objects/worldentities/Light.cc (copied) * code/trunk/src/orxonox/objects/worldentities/Light.h (copied) * code/trunk/src/orxonox/objects/worldentities/Model.cc (copied) * code/trunk/src/orxonox/objects/worldentities/Model.h (copied) * code/trunk/src/orxonox/objects/worldentities/MovableEntity.cc (copied) * code/trunk/src/orxonox/objects/worldentities/MovableEntity.h (copied) * code/trunk/src/orxonox/objects/worldentities/ParticleEmitter.cc (copied) * code/trunk/src/orxonox/objects/worldentities/ParticleEmitter.h (copied) * code/trunk/src/orxonox/objects/worldentities/ParticleSpawner.cc (copied) * code/trunk/src/orxonox/objects/worldentities/ParticleSpawner.h (copied) * code/trunk/src/orxonox/objects/worldentities/PositionableEntity.cc (copied) * code/trunk/src/orxonox/objects/worldentities/PositionableEntity.h (copied) * code/trunk/src/orxonox/objects/worldentities/SpawnPoint.cc (copied) * code/trunk/src/orxonox/objects/worldentities/SpawnPoint.h (copied) * code/trunk/src/orxonox/objects/worldentities/WorldEntity.cc (copied) * code/trunk/src/orxonox/objects/worldentities/WorldEntity.h (copied) * code/trunk/src/orxonox/objects/worldentities/pawns (copied) * code/trunk/src/orxonox/objects/worldentities/pawns/Pawn.cc (copied) * code/trunk/src/orxonox/objects/worldentities/pawns/Pawn.h (copied) * code/trunk/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (copied) * code/trunk/src/orxonox/objects/worldentities/pawns/SpaceShip.h (copied) * code/trunk/src/orxonox/objects/worldentities/pawns/Spectator.cc (copied) * code/trunk/src/orxonox/objects/worldentities/pawns/Spectator.h (copied) * code/trunk/src/orxonox/objects/worldentities/triggers (copied) * code/trunk/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc (copied) * code/trunk/src/orxonox/objects/worldentities/triggers/DistanceTrigger.h (copied) * code/trunk/src/orxonox/objects/worldentities/triggers/EventTrigger.cc (copied) * code/trunk/src/orxonox/objects/worldentities/triggers/EventTrigger.h (copied) * code/trunk/src/orxonox/objects/worldentities/triggers/Trigger.cc (copied) * code/trunk/src/orxonox/objects/worldentities/triggers/Trigger.h (copied) * code/trunk/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/trunk/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/trunk/src/orxonox/overlays/OverlayGroup.cc (modified) * code/trunk/src/orxonox/overlays/OverlayGroup.h (modified) * code/trunk/src/orxonox/overlays/OverlayText.cc (modified) * code/trunk/src/orxonox/overlays/OverlayText.h (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.h (modified) * code/trunk/src/orxonox/overlays/debug/DebugFPSText.cc (modified) * code/trunk/src/orxonox/overlays/debug/DebugFPSText.h (modified) * code/trunk/src/orxonox/overlays/debug/DebugRTRText.cc (modified) * code/trunk/src/orxonox/overlays/debug/DebugRTRText.h (modified) * code/trunk/src/orxonox/overlays/hud/ChatOverlay.cc (copied) * code/trunk/src/orxonox/overlays/hud/ChatOverlay.h (copied) * code/trunk/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDBar.h (modified) * code/trunk/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDNavigation.h (modified) * code/trunk/src/orxonox/overlays/hud/HUDRadar.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDRadar.h (modified) * code/trunk/src/orxonox/overlays/hud/HUDSpeedBar.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDSpeedBar.h (modified) * code/trunk/src/orxonox/tools/BillboardSet.cc (modified) * code/trunk/src/orxonox/tools/BillboardSet.h (modified) * code/trunk/src/orxonox/tools/Light.cc (deleted) * code/trunk/src/orxonox/tools/Light.h (deleted) * code/trunk/src/orxonox/tools/Mesh.cc (modified) * code/trunk/src/orxonox/tools/Mesh.h (modified) * code/trunk/src/orxonox/tools/ParticleInterface.cc (modified) * code/trunk/src/orxonox/tools/ParticleInterface.h (modified) * code/trunk/src/orxonox/tools/Timer.cc (modified) * code/trunk/src/orxonox/tools/Timer.h (modified) * code/trunk/src/tinyxml/ticpp.h (modified) * code/trunk/src/tolua/lua/array.lua (modified) * code/trunk/src/tolua/lua/basic.lua (modified) * code/trunk/src/tolua/lua/class.lua (modified) * code/trunk/src/tolua/lua/clean.lua (modified) * code/trunk/src/tolua/lua/code.lua (modified) * code/trunk/src/tolua/lua/compat-5.1.lua (modified) * code/trunk/src/tolua/lua/compat.lua (modified) * code/trunk/src/tolua/lua/container.lua (modified) * code/trunk/src/tolua/lua/custom.lua (modified) * code/trunk/src/tolua/lua/custom_hide.lua (modified) * code/trunk/src/tolua/lua/declaration.lua (modified) * code/trunk/src/tolua/lua/define.lua (modified) * code/trunk/src/tolua/lua/doit.lua (modified) * code/trunk/src/tolua/lua/enumerate.lua (modified) * code/trunk/src/tolua/lua/feature.lua (modified) * code/trunk/src/tolua/lua/function.lua (modified) * code/trunk/src/tolua/lua/module.lua (modified) * code/trunk/src/tolua/lua/namespace.lua (modified) * code/trunk/src/tolua/lua/operator.lua (modified) * code/trunk/src/tolua/lua/package.lua (modified) * code/trunk/src/tolua/lua/typedef.lua (modified) * code/trunk/src/tolua/lua/variable.lua (modified) * code/trunk/src/tolua/lua/verbatim.lua (modified) * code/trunk/src/tolua/tolua-5.1.pkg (modified) * code/trunk/src/util (modified) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/src/util/Convert.h (modified) * code/trunk/src/util/Debug.h (modified) * code/trunk/src/util/Exception.cc (modified) * code/trunk/src/util/Exception.h (modified) * code/trunk/src/util/Math.cc (modified) * code/trunk/src/util/Math.h (modified) * code/trunk/src/util/MathConvert.h (copied) * code/trunk/src/util/MultiType.cc (modified) * code/trunk/src/util/MultiType.h (modified) * code/trunk/src/util/MultiTypeValue.h (modified) * code/trunk/src/util/OutputHandler.cc (modified) * code/trunk/src/util/SignalHandler.cc (copied) * code/trunk/src/util/SignalHandler.h (copied) * code/trunk/src/util/String.cc (modified) * code/trunk/src/util/String.h (modified) * code/trunk/updateMedia.sh (modified) * code/trunk/visual_studio/vc8/audio.vcproj (modified) * code/trunk/visual_studio/vc8/audio.vsprops (modified) * code/trunk/visual_studio/vc8/base.vsprops (modified) * code/trunk/visual_studio/vc8/ceguilua.vcproj (modified) * code/trunk/visual_studio/vc8/ceguilua.vsprops (modified) * code/trunk/visual_studio/vc8/core.vcproj (modified) * code/trunk/visual_studio/vc8/core.vsprops (modified) * code/trunk/visual_studio/vc8/cpptcl.vcproj (modified) * code/trunk/visual_studio/vc8/cpptcl.vsprops (modified) * code/trunk/visual_studio/vc8/debug.vsprops (modified) * code/trunk/visual_studio/vc8/directories.vsprops (modified) * code/trunk/visual_studio/vc8/lua.vcproj (modified) * code/trunk/visual_studio/vc8/lua.vsprops (modified) * code/trunk/visual_studio/vc8/lua_static.vcproj (modified) * code/trunk/visual_studio/vc8/lua_static.vsprops (modified) * code/trunk/visual_studio/vc8/network.vcproj (modified) * code/trunk/visual_studio/vc8/network.vsprops (modified) * code/trunk/visual_studio/vc8/ois.vcproj (modified) * code/trunk/visual_studio/vc8/ois.vsprops (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj.user (modified) * code/trunk/visual_studio/vc8/orxonox.vsprops (modified) * code/trunk/visual_studio/vc8/orxonox_vc8.sln (modified) * code/trunk/visual_studio/vc8/release.vsprops (modified) * code/trunk/visual_studio/vc8/tinyxml.vcproj (modified) * code/trunk/visual_studio/vc8/tinyxml.vsprops (modified) * code/trunk/visual_studio/vc8/tolua.vcproj (modified) * code/trunk/visual_studio/vc8/tolua.vsprops (modified) * code/trunk/visual_studio/vc8/tolua_static.vcproj (modified) * code/trunk/visual_studio/vc8/tolua_static.vsprops (modified) * code/trunk/visual_studio/vc8/toluagen.vcproj (modified) * code/trunk/visual_studio/vc8/toluagen.vsprops (modified) * code/trunk/visual_studio/vc8/toluagen_orxonox.vcproj (modified) * code/trunk/visual_studio/vc8/toluagen_orxonox.vsprops (modified) * code/trunk/visual_studio/vc8/util.vcproj (modified) * code/trunk/visual_studio/vc8/util.vsprops (modified) merged objecthierarchy branch back to trunk Wed, 15 Oct 2008 14:03:11 GMT rgrieder [1934] * code/trunk/src/core/input/InputManager.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) Re-reverted revisions 1931-1932 Wed, 15 Oct 2008 13:24:25 GMT rgrieder [1932] * code/trunk/src/core/input/InputManager.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) Reverted the two command line arguments Wed, 15 Oct 2008 11:55:36 GMT rgrieder [1930] * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) Added command line argument 'level' to specify the level file. ... Sun, 12 Oct 2008 18:57:39 GMT scheusso [1910] * code/trunk/bin/ogre.cfg-init (modified) * code/trunk/src/network/Synchronisable.h (modified) * code/trunk/src/orxonox/gamestates/GSServer.cc (modified) reverted a change in ogre.cfg-init Sun, 12 Oct 2008 17:40:47 GMT scheusso [1907] * code/trunk/TODO (modified) * code/trunk/bin/ogre.cfg-init (modified) * code/trunk/src/network/CMakeLists.txt (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/ConnectionManager.cc (modified) * code/trunk/src/network/GamestateClient.cc (modified) * code/trunk/src/network/GamestateManager.cc (modified) * code/trunk/src/network/GamestateManager.h (modified) * code/trunk/src/network/Host.cc (modified) * code/trunk/src/network/Host.h (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/network/packet/Acknowledgement.cc (modified) * code/trunk/src/network/packet/Acknowledgement.h (modified) * code/trunk/src/network/packet/Chat.cc (modified) * code/trunk/src/network/packet/Chat.h (modified) * code/trunk/src/network/packet/ClassID.cc (modified) * code/trunk/src/network/packet/ClassID.h (modified) * code/trunk/src/network/packet/DeleteObjects.cc (copied) * code/trunk/src/network/packet/DeleteObjects.h (copied) * code/trunk/src/network/packet/Gamestate.cc (modified) * code/trunk/src/network/packet/Gamestate.h (modified) * code/trunk/src/network/packet/Packet.cc (modified) * code/trunk/src/network/packet/Packet.h (modified) * code/trunk/src/network/packet/Welcome.cc (modified) * code/trunk/src/network/packet/Welcome.h (modified) * code/trunk/src/orxonox/Settings.cc (modified) * code/trunk/src/orxonox/Settings.h (modified) * code/trunk/src/orxonox/gamestates/GSClient.cc (modified) * code/trunk/src/orxonox/gamestates/GSServer.cc (modified) * code/trunk/src/orxonox/objects/Backlight.cc (modified) * code/trunk/src/orxonox/objects/Backlight.h (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/ParticleProjectile.h (modified) * code/trunk/src/orxonox/objects/Projectile.cc (modified) * code/trunk/src/orxonox/objects/Projectile.h (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) merged network branch back to trunk Mon, 06 Oct 2008 17:39:38 GMT rgrieder [1891] * code/trunk/src/orxonox/Main.cc (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.cc (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.h (modified) * code/trunk/src/orxonox/gamestates/GSRoot.cc (modified) * code/trunk/src/orxonox/gamestates/GSRoot.h (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) Moved all Ogre related code from GSRoot to GSGraphics. You should ... Sun, 05 Oct 2008 22:31:32 GMT rgrieder [1887] * code/trunk/bin/def_keybindings.ini (modified) * code/trunk/src/core/ArgumentCompletionFunctions.h (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/ConfigFileManager.h (modified) * code/trunk/src/core/ConfigValueContainer.cc (modified) * code/trunk/src/core/ConfigValueContainer.h (modified) * code/trunk/src/core/ConfigValueIncludes.h (modified) * code/trunk/src/core/input/Button.cc (modified) * code/trunk/src/core/input/Button.h (modified) * code/trunk/src/core/input/ExtendedInputState.cc (modified) * code/trunk/src/core/input/ExtendedInputState.h (modified) * code/trunk/src/core/input/HalfAxis.cc (modified) * code/trunk/src/core/input/HalfAxis.h (modified) * code/trunk/src/core/input/InputBuffer.h (modified) * code/trunk/src/core/input/InputCommands.cc (modified) * code/trunk/src/core/input/InputCommands.h (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/core/input/InputState.h (modified) * code/trunk/src/core/input/JoyStickDeviceNumberListener.cc (added) * code/trunk/src/core/input/JoyStickDeviceNumberListener.h (added) * code/trunk/src/core/input/KeyBinder.cc (modified) * code/trunk/src/core/input/KeyBinder.h (modified) * code/trunk/src/core/input/KeyDetector.cc (modified) * code/trunk/src/core/input/KeyDetector.h (modified) * code/trunk/src/core/input/SimpleInputState.cc (modified) * code/trunk/src/core/input/SimpleInputState.h (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.h (modified) * code/trunk/src/orxonox/gui/GUIManager.cc (modified) * code/trunk/src/orxonox/gui/GUIManager.h (modified) * code/trunk/visual_studio/vc8/core.vcproj (modified) FIRST THINGS FIRST: Delete or rename your keybindings.ini ... Fri, 03 Oct 2008 11:26:48 GMT rgrieder [1878] * code/trunk/src/core/input/ExtendedInputState.cc (modified) * code/trunk/src/core/input/ExtendedInputState.h (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/core/input/InputState.h (modified) * code/trunk/src/core/input/SimpleInputState.cc (modified) * code/trunk/src/core/input/SimpleInputState.h (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.cc (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.h (modified) * code/trunk/src/orxonox/gui/GUIManager.cc (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.h (modified) Fixed two issues with input: - Buffer gets cleared now when the ... Tue, 23 Sep 2008 18:38:02 GMT rgrieder [1828] * code/trunk/src/orxonox/gamestates/GSGraphics.cc (modified) Fixed bug reported by oli. Mon, 22 Sep 2008 20:11:45 GMT rgrieder [1826] * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) * code/trunk/src/orxonox/gamestates/GSRoot.cc (modified) TimerBase are now ticked in GSRoot to be able to use them anywhere. Mon, 22 Sep 2008 20:05:41 GMT rgrieder [1825] * code/trunk/src/orxonox/gamestates/GSGraphics.cc (modified) shutdown sequence poses problems after all... Mon, 22 Sep 2008 19:45:37 GMT rgrieder [1824] * code/trunk/src/core/RootGameState.cc (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.cc (modified) * code/trunk/src/orxonox/objects/Projectile.cc (modified) Added some more Ogre shutdown code. Does not yet work properly if you ... Mon, 22 Sep 2008 13:12:19 GMT rgrieder [1820] * code/trunk/src/orxonox/gamestates/GSGraphics.cc (modified) Temporarily disabled mipmaps to ensure functionality on tardis-d boxes Mon, 22 Sep 2008 10:52:05 GMT rgrieder [1819] * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDRadar.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDRadar.h (modified) more fixes, sorry. Sun, 21 Sep 2008 19:15:00 GMT rgrieder [1813] * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/orxonox/CMakeLists.txt (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.cc (modified) * code/trunk/src/tolua/CMakeLists.txt (modified) Added all necessary dependencies so that the tolua bind files are ... Wed, 17 Sep 2008 21:49:08 GMT rgrieder [1795] * code/trunk/src/core/ConfigFileManager.cc (modified) * code/trunk/src/core/ConfigFileManager.h (modified) * code/trunk/src/core/ConfigValueContainer.cc (modified) * code/trunk/src/core/input/KeyBinder.cc (modified) * code/trunk/src/orxonox/gamestates/GSRoot.cc (modified) changed return type of ConfigFileManager::getInstance() to ... Tue, 16 Sep 2008 18:45:13 GMT rgrieder [1792] * code/trunk/src/core/IRC.cc (modified) * code/trunk/src/core/Shell.cc (modified) * code/trunk/src/core/Shell.h (modified) * code/trunk/src/core/TclBind.cc (modified) * code/trunk/src/core/TclBind.h (modified) * code/trunk/src/core/TclThreadManager.cc (modified) * code/trunk/src/core/TclThreadManager.h (modified) * code/trunk/src/orxonox/gamestates/GSRoot.cc (modified) * code/trunk/src/orxonox/gamestates/GSRoot.h (modified) Changed initialisation of TclThreadManager, TclBind and Shell to ... Mon, 15 Sep 2008 21:38:46 GMT rgrieder [1790] * code/trunk/src/orxonox/gamestates/GSDedicated.cc (modified) * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) * code/trunk/src/orxonox/objects/Tickable.cc (modified) * code/trunk/src/orxonox/objects/Tickable.h (modified) removed TickableReal Mon, 15 Sep 2008 10:40:40 GMT rgrieder [1788] * code/trunk/src/core/input/InputManager.cc (modified) * code/trunk/src/core/input/InputManager.h (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.cc (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.h (modified) Added a master InputState that is always active (except of course in ... Wed, 10 Sep 2008 11:11:19 GMT rgrieder [1764] * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/CommandLine.h (modified) * code/trunk/src/core/GameState.cc (modified) * code/trunk/src/core/RootGameState.cc (modified) * code/trunk/src/core/input/InputManager.cc (modified) * code/trunk/src/orxonox/gamestates/GSGraphics.cc (modified) * code/trunk/src/orxonox/gamestates/GSRoot.cc (modified) * code/trunk/src/orxonox/gui/GUIManager.cc (modified) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/src/util/Exception.cc (moved) * code/trunk/src/util/Exception.h (moved) * code/trunk/visual_studio/vc8/core.vcproj (modified) * code/trunk/visual_studio/vc8/util.vcproj (modified) Moved Exception to util now that debug has been moved. Tue, 09 Sep 2008 23:37:36 GMT rgrieder [1755] * code/trunk (modified) * code/trunk/CMakeLists.txt (modified) * code/trunk/bin/levels (deleted) * code/trunk/cmake/FindCEGUI.cmake (modified) * code/trunk/cmake/FindLua.cmake (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/ClassTreeMask.h (modified) * code/trunk/src/core/Clock.cc (copied) * code/trunk/src/core/Clock.h (copied) * code/trunk/src/core/CommandExecutor.h (modified) * code/trunk/src/core/CommandLine.cc (copied) * code/trunk/src/core/CommandLine.h (copied) * code/trunk/src/core/ConsoleCommand.cc (modified) * code/trunk/src/core/ConsoleCommand.h (modified) * code/trunk/src/core/Core.cc (modified) * code/trunk/src/core/Core.h (modified) * code/trunk/src/core/CoreIncludes.h (modified) * code/trunk/src/core/CorePrereqs.h (modified) * code/trunk/src/core/Exception.cc (copied) * code/trunk/src/core/Exception.h (copied) * code/trunk/src/core/GameState.cc (copied) * code/trunk/src/core/GameState.h (copied) * code/trunk/src/core/Identifier.h (modified) * code/trunk/src/core/Loader.cc (modified) * code/trunk/src/core/OrxonoxClass.h (modified) * code/trunk/src/core/RootGameState.cc (copied) * code/trunk/src/core/RootGameState.h (copied) * code/trunk/src/core/Script.cc (modified) * code/trunk/src/core/Script.h (modified) * code/trunk/src/core/Script_clean.h (deleted) * code/trunk/src/core/Shell.cc (modified) * code/trunk/src/core/Shell.h (modified) * code/trunk/src/core/XMLPort.h (modified) * code/trunk/src/core/input/Button.cc (modified) * code/trunk/src/core/input/Button.h (modified) * code/trunk/src/core/input/CalibratorCallback.cc (modified) * code/trunk/src/core/input/CalibratorCallback.h (modified) * code/trunk/src/core/input/ExtendedInputState.cc (copied) * code/trunk/src/core/input/ExtendedInputState.h (copied) * code/trunk/src/core/input/HalfAxis.cc (modified) * code/trunk/src/core/input/HalfAxis.h (modified) * code/trunk/src/core/input/InputBuffer.cc (modified) * code/trunk/src/core/input/InputBuffer.h (modified) * code/trunk/src/core/input/InputCommands.cc (modified) * code/trunk/src/core/input/InputCommands.h (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/core/input/InputState.h (copied) * code/trunk/src/core/input/KeyBinder.cc (modified) * code/trunk/src/core/input/KeyBinder.h (modified) * code/trunk/src/core/input/KeyDetector.cc (modified) * code/trunk/src/core/input/KeyDetector.h (modified) * code/trunk/src/core/input/SimpleInputState.cc (copied) * code/trunk/src/core/input/SimpleInputState.h (copied) * code/trunk/src/core/tolua/tolua.pkg (modified) * code/trunk/src/network/ClientConnection.cc (modified) * code/trunk/src/network/ClientConnection.h (modified) * code/trunk/src/network/ConnectionManager.cc (modified) * code/trunk/src/network/ConnectionManager.h (modified) * code/trunk/src/network/GamestateManager.cc (modified) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/Synchronisable.cc (modified) * code/trunk/src/network/packet/ClassID.cc (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 (deleted) * code/trunk/src/orxonox/Orxonox.h (deleted) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/OrxonoxStableHeaders.h (modified) * code/trunk/src/orxonox/Radar.cc (modified) * code/trunk/src/orxonox/RadarViewable.h (modified) * code/trunk/src/orxonox/Settings.cc (modified) * code/trunk/src/orxonox/Settings.h (modified) * code/trunk/src/orxonox/SignalHandler.h (modified) * code/trunk/src/orxonox/gamestates (copied) * code/trunk/src/orxonox/gamestates/GSClient.cc (copied) * code/trunk/src/orxonox/gamestates/GSClient.h (copied) * code/trunk/src/orxonox/gamestates/GSDedicated.cc (copied) * code/trunk/src/orxonox/gamestates/GSDedicated.h (copied) * code/trunk/src/orxonox/gamestates/GSGUI.cc (copied) * code/trunk/src/orxonox/gamestates/GSGUI.h (copied) * code/trunk/src/orxonox/gamestates/GSGraphics.cc (copied) * code/trunk/src/orxonox/gamestates/GSGraphics.h (copied) * code/trunk/src/orxonox/gamestates/GSIOConsole.cc (copied) * code/trunk/src/orxonox/gamestates/GSIOConsole.h (copied) * code/trunk/src/orxonox/gamestates/GSLevel.cc (copied) * code/trunk/src/orxonox/gamestates/GSLevel.h (copied) * code/trunk/src/orxonox/gamestates/GSRoot.cc (copied) * code/trunk/src/orxonox/gamestates/GSRoot.h (copied) * code/trunk/src/orxonox/gamestates/GSServer.cc (copied) * code/trunk/src/orxonox/gamestates/GSServer.h (copied) * code/trunk/src/orxonox/gamestates/GSStandalone.cc (copied) * code/trunk/src/orxonox/gamestates/GSStandalone.h (copied) * code/trunk/src/orxonox/gui (copied) * code/trunk/src/orxonox/gui/GUIManager.cc (copied) * code/trunk/src/orxonox/gui/GUIManager.h (copied) * code/trunk/src/orxonox/gui/OgreCEGUIRenderer.cpp (copied) * code/trunk/src/orxonox/gui/OgreCEGUIRenderer.h (copied) * code/trunk/src/orxonox/gui/OgreCEGUIResourceProvider.cpp (copied) * code/trunk/src/orxonox/gui/OgreCEGUIResourceProvider.h (copied) * code/trunk/src/orxonox/gui/OgreCEGUITexture.cpp (copied) * code/trunk/src/orxonox/gui/OgreCEGUITexture.h (copied) * code/trunk/src/orxonox/objects/Ambient.cc (modified) * code/trunk/src/orxonox/objects/Backlight.cc (modified) * code/trunk/src/orxonox/objects/Camera.cc (modified) * code/trunk/src/orxonox/objects/CameraHandler.cc (modified) * code/trunk/src/orxonox/objects/ParticleSpawner.cc (modified) * code/trunk/src/orxonox/objects/Skybox.cc (modified) * code/trunk/src/orxonox/objects/SpaceShip.cc (modified) * code/trunk/src/orxonox/objects/SpaceShipAI.cc (modified) * code/trunk/src/orxonox/objects/Tickable.h (modified) * code/trunk/src/orxonox/objects/WorldEntity.cc (modified) * code/trunk/src/orxonox/objects/WorldEntity.h (modified) * code/trunk/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/trunk/src/orxonox/overlays/console/InGameConsole.h (modified) * code/trunk/src/orxonox/overlays/debug/DebugFPSText.cc (modified) * code/trunk/src/orxonox/overlays/debug/DebugRTRText.cc (modified) * code/trunk/src/orxonox/overlays/hud/HUDSpeedBar.cc (modified) * code/trunk/src/orxonox/tolua/tolua.pkg (modified) * code/trunk/src/orxonox/tools/BillboardSet.cc (modified) * code/trunk/src/orxonox/tools/Light.cc (modified) * code/trunk/src/orxonox/tools/Mesh.cc (modified) * code/trunk/src/orxonox/tools/ParticleInterface.cc (modified) * code/trunk/src/orxonox/tools/Timer.cc (modified) * code/trunk/src/orxonox/tools/Timer.h (modified) * code/trunk/src/orxonox/tools/WindowEventListener.h (modified) * code/trunk/src/tolua/CMakeLists.txt (modified) * code/trunk/src/tolua/lua (copied) * code/trunk/src/tolua/lua/array.lua (copied) * code/trunk/src/tolua/lua/basic.lua (copied) * code/trunk/src/tolua/lua/class.lua (copied) * code/trunk/src/tolua/lua/clean.lua (copied) * code/trunk/src/tolua/lua/code.lua (copied) * code/trunk/src/tolua/lua/compat-5.1.lua (copied) * code/trunk/src/tolua/lua/compat.lua (copied) * code/trunk/src/tolua/lua/container.lua (copied) * code/trunk/src/tolua/lua/custom.lua (copied) * code/trunk/src/tolua/lua/custom_hide.lua (copied) * code/trunk/src/tolua/lua/declaration.lua (copied) * code/trunk/src/tolua/lua/define.lua (copied) * code/trunk/src/tolua/lua/doit.lua (copied) * code/trunk/src/tolua/lua/enumerate.lua (copied) * code/trunk/src/tolua/lua/feature.lua (copied) * code/trunk/src/tolua/lua/function.lua (copied) * code/trunk/src/tolua/lua/module.lua (copied) * code/trunk/src/tolua/lua/namespace.lua (copied) * code/trunk/src/tolua/lua/operator.lua (copied) * code/trunk/src/tolua/lua/package.lua (copied) * code/trunk/src/tolua/lua/typedef.lua (copied) * code/trunk/src/tolua/lua/variable.lua (copied) * code/trunk/src/tolua/lua/verbatim.lua (copied) * code/trunk/src/tolua/tolua++.h (modified) * code/trunk/src/tolua/tolua-5.0.pkg (copied) * code/trunk/src/tolua/tolua-5.1.pkg (copied) * code/trunk/src/tolua/toluabind.c (modified) * code/trunk/src/tolua/toluabind_orxonox.c (copied) * code/trunk/src/tolua/toluabind_orxonox.h (copied) * code/trunk/src/util/ArgReader.cc (deleted) * code/trunk/src/util/ArgReader.h (deleted) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/src/util/CRC32.h (modified) * code/trunk/src/util/Convert.h (modified) * code/trunk/src/util/Integers.h (copied) * code/trunk/src/util/OrxonoxPlatform.h (modified) * code/trunk/src/util/Sleep.h (modified) * code/trunk/src/util/SubString.h (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) * code/trunk/visual_studio/orxonox_vc8.sln (modified) * code/trunk/visual_studio/tolua_app_properties.vsprops (modified) * code/trunk/visual_studio/tolua_gen_properties.vsprops (copied) * code/trunk/visual_studio/tolua_properties.vsprops (modified) * code/trunk/visual_studio/util_properties.vsprops (modified) * code/trunk/visual_studio/vc8/core.vcproj (modified) * code/trunk/visual_studio/vc8/ois.vcproj (modified) * code/trunk/visual_studio/vc8/orxonox.vcproj (modified) * code/trunk/visual_studio/vc8/tolua.vcproj (modified) * code/trunk/visual_studio/vc8/tolua_app.vcproj (modified) * code/trunk/visual_studio/vc8/tolua_gen.vcproj (copied) * code/trunk/visual_studio/vc8/util.vcproj (modified) merged gui back to trunk. update the media repository! Sat, 06 Sep 2008 19:51:01 GMT rgrieder [1724] * code/branches/gui/src/core/Clock.cc (modified) * code/branches/gui/src/core/Clock.h (modified) * code/branches/gui/src/core/GameState.h (modified) * code/branches/gui/src/orxonox/OrxonoxStableHeaders.h (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.h (modified) * code/branches/gui/src/orxonox/tools/Timer.h (modified) * code/branches/gui/src/tolua/toluabind_orxonox.c (modified) * code/branches/gui/src/tolua/toluabind_orxonox.h (modified) * code/branches/gui/visual_studio/base_properties.vsprops (modified) * code/branches/gui/visual_studio/vc8/orxonox.vcproj (modified) * code/branches/gui/visual_studio/vc8/tolua_app.vcproj (modified) - changed library dependency dir to lib_precompiled/include/ in msvc ...