# # ChangeLog for code/branches/core4/src/util # # Generated by Trac 1.0.9 # Jun 9, 2024, 8:49:20 AM Mon, 29 Jun 2009 16:10:46 GMT rgrieder [3250] * code/branches/core4/src/core/ArgumentCompletionFunctions.cc (modified) * code/branches/core4/src/core/BaseObject.cc (modified) * code/branches/core4/src/core/CommandEvaluation.cc (modified) * code/branches/core4/src/core/CommandExecutor.cc (modified) * code/branches/core4/src/core/CommandLine.cc (modified) * code/branches/core4/src/core/ConfigFileManager.cc (modified) * code/branches/core4/src/core/Executor.h (modified) * code/branches/core4/src/core/Functor.h (modified) * code/branches/core4/src/core/Game.h (modified) * code/branches/core4/src/core/Identifier.cc (modified) * code/branches/core4/src/core/LuaBind.cc (modified) * code/branches/core4/src/core/TclBind.cc (modified) * code/branches/core4/src/core/input/Button.cc (modified) * code/branches/core4/src/orxonox/CameraManager.cc (modified) * code/branches/core4/src/orxonox/GraphicsManager.cc (modified) * code/branches/core4/src/orxonox/interfaces/RadarViewable.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/Light.cc (modified) * code/branches/core4/src/orxonox/overlays/OrxonoxOverlay.cc (modified) * code/branches/core4/src/orxonox/overlays/OverlayText.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/HUDBar.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/HUDNavigation.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/HUDRadar.cc (modified) * code/branches/core4/src/orxonox/overlays/stats/Stats.cc (modified) * code/branches/core4/src/orxonox/tools/BillboardSet.cc (modified) * code/branches/core4/src/orxonox/tools/Mesh.cc (modified) * code/branches/core4/src/util/CMakeLists.txt (modified) * code/branches/core4/src/util/Convert.h (modified) * code/branches/core4/src/util/StringUtils.cc (moved) * code/branches/core4/src/util/StringUtils.h (moved) Executing decision on #300: Renaming String.h to StringUtils.h ... Sun, 28 Jun 2009 11:47:57 GMT rgrieder [3238] * code/branches/core4/src/core/Game.cc (modified) * code/branches/core4/src/core/Game.h (modified) * code/branches/core4/src/core/GameState.cc (modified) * code/branches/core4/src/core/GameState.h (modified) * code/branches/core4/src/orxonox/Main.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/core4/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/core4/src/util/Exception.cc (modified) * code/branches/core4/src/util/Exception.h (modified) Improved exception-safety in the Game class and fixed some issues and ... Sun, 28 Jun 2009 11:44:23 GMT rgrieder [3237] * code/branches/core4/src/core/input/InputManager.cc (modified) * code/branches/core4/src/util/ScopeGuard.h (modified) * code/branches/core4/src/util/UtilPrereqs.h (modified) Improved exception-safety in the InputManager. Fri, 26 Jun 2009 10:55:14 GMT rgrieder [3235] * code/branches/core4/src/util/RefToValue.h (added) * code/branches/core4/src/util/ScopeGuard.h (added) Added ScopeGuard from the Loki library. It provides a very simple ... Tue, 23 Jun 2009 16:59:43 GMT rgrieder [3222] * code/branches/core4 (copied) Creating branch for new features/changes in the core. Tue, 23 Jun 2009 16:02:25 GMT scheusso [3214] * code/trunk/src/core/Core.cc (modified) * code/trunk/src/core/CorePrecompiledHeaders.h (modified) * code/trunk/src/network/CMakeLists.txt (modified) * code/trunk/src/network/ChatListener.cc (modified) * code/trunk/src/network/ChatListener.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/ClientConnectionListener.cc (modified) * code/trunk/src/network/ClientConnectionListener.h (modified) * code/trunk/src/network/ClientInformation.cc (modified) * code/trunk/src/network/Connection.cc (added) * code/trunk/src/network/Connection.h (added) * code/trunk/src/network/ConnectionManager.cc (deleted) * code/trunk/src/network/ConnectionManager.h (deleted) * code/trunk/src/network/FunctionCallManager.h (modified) * code/trunk/src/network/GamestateClient.cc (modified) * code/trunk/src/network/GamestateClient.h (modified) * code/trunk/src/network/GamestateHandler.cc (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/NetworkFunction.cc (modified) * code/trunk/src/network/NetworkFunction.h (modified) * code/trunk/src/network/NetworkPrecompiledHeaders.h (modified) * code/trunk/src/network/NetworkPrereqs.h (modified) * code/trunk/src/network/PacketBuffer.cc (modified) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/Server.h (modified) * code/trunk/src/network/ServerConnection.cc (added) * code/trunk/src/network/ServerConnection.h (added) * code/trunk/src/network/TrafficControl.cc (modified) * code/trunk/src/network/TrafficControl.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 (modified) * code/trunk/src/network/packet/DeleteObjects.h (modified) * code/trunk/src/network/packet/FunctionCalls.cc (modified) * code/trunk/src/network/packet/FunctionCalls.h (modified) * code/trunk/src/network/packet/FunctionIDs.cc (modified) * code/trunk/src/network/packet/FunctionIDs.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.cc (modified) * code/trunk/src/network/packet/Welcome.h (modified) * code/trunk/src/network/synchronisable/NetworkCallback.h (modified) * code/trunk/src/network/synchronisable/NetworkCallbackManager.cc (modified) * code/trunk/src/network/synchronisable/NetworkCallbackManager.h (modified) * code/trunk/src/network/synchronisable/Synchronisable.cc (modified) * code/trunk/src/network/synchronisable/Synchronisable.h (modified) * code/trunk/src/network/synchronisable/SynchronisableSpecialisations.cc (modified) * code/trunk/src/network/synchronisable/SynchronisableVariable.cc (modified) * code/trunk/src/network/synchronisable/SynchronisableVariable.h (modified) * code/trunk/src/orxonox/OrxonoxPrecompiledHeaders.h (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) * code/trunk/src/util/Clipboard.cc (modified) * code/trunk/src/util/Math.h (modified) * code/trunk/src/util/Sleep.cc (modified) merged netp5 back to trunk