# # ChangeLog for code/trunk/src/network/NetworkFunction.cc # # Generated by Trac 1.0.9 # May 29, 2024, 5:46:53 AM Sat, 18 Jul 2009 16:23:31 GMT rgrieder [3304] * code/trunk (modified) * code/trunk/cmake/LibraryConfig.cmake (modified) * code/trunk/src/core/CMakeLists.txt (modified) * code/trunk/src/core/Clock.cc (modified) * code/trunk/src/core/ConsoleCommand.h (modified) * code/trunk/src/core/CorePrecompiledHeaders.h (modified) * code/trunk/src/core/CorePrereqs.h (modified) * code/trunk/src/core/Executor.h (modified) * code/trunk/src/core/Game.cc (modified) * code/trunk/src/core/IRC.cc (modified) * code/trunk/src/core/IRC.h (modified) * code/trunk/src/core/TclThreadManager.cc (modified) * code/trunk/src/core/TclThreadManager.h (modified) * code/trunk/src/core/Thread.cc (copied) * code/trunk/src/core/Thread.h (copied) * code/trunk/src/core/ThreadPool.cc (copied) * code/trunk/src/core/ThreadPool.h (copied) * code/trunk/src/network/CMakeLists.txt (modified) * code/trunk/src/network/ClientInformation.h (modified) * code/trunk/src/network/Connection.cc (modified) * code/trunk/src/network/GamestateClient.cc (modified) * code/trunk/src/network/GamestateClient.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/NetworkFunction.cc (modified) * code/trunk/src/network/NetworkFunction.h (modified) * code/trunk/src/network/NetworkPrereqs.h (modified) * code/trunk/src/network/PacketBuffer.cc (deleted) * code/trunk/src/network/PacketBuffer.h (deleted) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/Server.h (modified) * code/trunk/src/network/packet/ClassID.cc (modified) * code/trunk/src/network/packet/FunctionIDs.cc (modified) * code/trunk/src/network/synchronisable/NetworkCallbackManager.cc (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.h (modified) * code/trunk/src/orxonox/LevelManager.h (modified) * code/trunk/src/orxonox/gamestates/GSDedicated.cc (modified) * code/trunk/src/orxonox/gamestates/GSDedicated.h (modified) * code/trunk/src/orxonox/gamestates/GSRoot.cc (modified) * code/trunk/src/util/Math.cc (modified) * code/trunk/src/util/Serialise.h (modified) Merged netp6 branch back to the trunk. 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 Tue, 26 May 2009 19:20:57 GMT landauf [3084] * code/trunk (modified) * code/trunk/src/CMakeLists.txt (modified) * code/trunk/src/core/Game.cc (modified) * code/trunk/src/core/Game.h (modified) * code/trunk/src/core/GameState.cc (modified) * code/trunk/src/core/GameState.h (modified) * code/trunk/src/core/input/InputManager.cc (modified) * code/trunk/src/core/input/InputManager.h (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/ConnectionManager.h (modified) * code/trunk/src/network/FunctionCallManager.cc (copied) * code/trunk/src/network/FunctionCallManager.h (copied) * code/trunk/src/network/GamestateManager.cc (modified) * code/trunk/src/network/GamestateManager.h (modified) * code/trunk/src/network/Host.h (modified) * code/trunk/src/network/NetworkFunction.cc (copied) * code/trunk/src/network/NetworkFunction.h (copied) * code/trunk/src/network/NetworkPrereqs.h (modified) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/Server.h (modified) * code/trunk/src/network/TrafficControl.cc (modified) * code/trunk/src/network/TrafficControl.h (modified) * code/trunk/src/network/packet/CMakeLists.txt (modified) * code/trunk/src/network/packet/ClassID.cc (modified) * code/trunk/src/network/packet/FunctionCalls.cc (copied) * code/trunk/src/network/packet/FunctionCalls.h (copied) * code/trunk/src/network/packet/FunctionIDs.cc (copied) * code/trunk/src/network/packet/FunctionIDs.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/synchronisable/NetworkCallbackManager.cc (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 (copied) * code/trunk/src/network/synchronisable/SynchronisableVariable.h (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (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/src/orxonox/objects/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/Test.cc (modified) * code/trunk/src/orxonox/objects/Test.h (modified) * code/trunk/src/orxonox/objects/controllers/AIController.cc (modified) * code/trunk/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/trunk/src/orxonox/objects/worldentities/MobileEntity.h (modified) * code/trunk/src/orxonox/objects/worldentities/PongBall.cc (modified) * code/trunk/src/orxonox/objects/worldentities/PongBall.h (modified) * code/trunk/src/orxonox/objects/worldentities/PongBat.cc (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/MultiType.h (modified) * code/trunk/src/util/MultiTypeValue.h (modified) * code/trunk/src/util/Serialise.h (copied) merged netp3 branch back to trunk Tue, 19 May 2009 19:35:10 GMT scheusso [2990] * code/branches/netp3 (modified) * code/branches/netp3/bin/client1.bat.in (modified) * code/branches/netp3/bin/client2.bat.in (modified) * code/branches/netp3/bin/dedicated.bat.in (modified) * code/branches/netp3/bin/run.bat.in (modified) * code/branches/netp3/bin/server.bat.in (modified) * code/branches/netp3/bin/standalone.bat.in (modified) * code/branches/netp3/cmake/FindDirectX.cmake (modified) * code/branches/netp3/cmake/LibraryConfigTardis.cmake (modified) * code/branches/netp3/src/core/LuaBind.cc (modified) * code/branches/netp3/src/core/LuaBind.h (modified) * code/branches/netp3/src/core/Template.cc (modified) * code/branches/netp3/src/core/Template.h (modified) * code/branches/netp3/src/core/XMLFile.h (modified) * code/branches/netp3/src/core/XMLIncludes.h (modified) * code/branches/netp3/src/cpptcl/cpptcl.cc (modified) * code/branches/netp3/src/cpptcl/cpptcl.h (modified) * code/branches/netp3/src/network/CMakeLists.txt (modified) * code/branches/netp3/src/network/Client.cc (modified) * code/branches/netp3/src/network/Client.h (modified) * code/branches/netp3/src/network/ClientConnection.cc (modified) * code/branches/netp3/src/network/ClientConnection.h (modified) * code/branches/netp3/src/network/ConnectionManager.cc (modified) * code/branches/netp3/src/network/ConnectionManager.h (modified) * code/branches/netp3/src/network/FunctionCallManager.cc (copied) * code/branches/netp3/src/network/FunctionCallManager.h (copied) * code/branches/netp3/src/network/Host.h (modified) * code/branches/netp3/src/network/NetworkFunction.cc (copied) * code/branches/netp3/src/network/NetworkFunction.h (copied) * code/branches/netp3/src/network/NetworkPrereqs.h (modified) * code/branches/netp3/src/network/Server.cc (modified) * code/branches/netp3/src/network/Server.h (modified) * code/branches/netp3/src/network/TrafficControl.cc (modified) * code/branches/netp3/src/network/packet/CMakeLists.txt (modified) * code/branches/netp3/src/network/packet/ClassID.cc (modified) * code/branches/netp3/src/network/packet/FunctionCalls.cc (copied) * code/branches/netp3/src/network/packet/FunctionCalls.h (copied) * code/branches/netp3/src/network/packet/FunctionIDs.cc (copied) * code/branches/netp3/src/network/packet/FunctionIDs.h (copied) * code/branches/netp3/src/network/packet/Gamestate.cc (modified) * code/branches/netp3/src/network/packet/Packet.cc (modified) * code/branches/netp3/src/network/packet/Packet.h (modified) * code/branches/netp3/src/network/synchronisable/NetworkCallback.h (modified) * code/branches/netp3/src/network/synchronisable/NetworkCallbackManager.cc (modified) * code/branches/netp3/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/netp3/src/network/synchronisable/Synchronisable.h (modified) * code/branches/netp3/src/network/synchronisable/SynchronisableSpecialisations.cc (modified) * code/branches/netp3/src/network/synchronisable/SynchronisableVariable.cc (copied) * code/branches/netp3/src/network/synchronisable/SynchronisableVariable.h (modified) * code/branches/netp3/src/orxonox/CameraManager.cc (modified) * code/branches/netp3/src/orxonox/CameraManager.h (modified) * code/branches/netp3/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/netp3/src/orxonox/objects/Level.cc (modified) * code/branches/netp3/src/orxonox/objects/Level.h (modified) * code/branches/netp3/src/orxonox/objects/Test.cc (modified) * code/branches/netp3/src/orxonox/objects/Test.h (modified) * code/branches/netp3/src/orxonox/objects/collisionshapes (modified) * code/branches/netp3/src/orxonox/objects/controllers/AIController.cc (modified) * code/branches/netp3/src/orxonox/objects/gametypes/TeamDeathmatch.cc (modified) * code/branches/netp3/src/orxonox/objects/gametypes/TeamDeathmatch.h (modified) * code/branches/netp3/src/orxonox/objects/pickup/Usable.h (modified) * code/branches/netp3/src/orxonox/objects/quest/AddQuest.cc (modified) * code/branches/netp3/src/orxonox/objects/quest/AddQuest.h (modified) * code/branches/netp3/src/orxonox/objects/quest/AddQuestHint.cc (modified) * code/branches/netp3/src/orxonox/objects/quest/AddQuestHint.h (modified) * code/branches/netp3/src/orxonox/objects/quest/AddReward.cc (modified) * code/branches/netp3/src/orxonox/objects/quest/AddReward.h (modified) * code/branches/netp3/src/orxonox/objects/quest/ChangeQuestStatus.cc (modified) * code/branches/netp3/src/orxonox/objects/quest/ChangeQuestStatus.h (modified) * code/branches/netp3/src/orxonox/objects/quest/CompleteQuest.cc (modified) * code/branches/netp3/src/orxonox/objects/quest/CompleteQuest.h (modified) * code/branches/netp3/src/orxonox/objects/quest/FailQuest.cc (modified) * code/branches/netp3/src/orxonox/objects/quest/FailQuest.h (modified) * code/branches/netp3/src/orxonox/objects/quest/GlobalQuest.cc (modified) * code/branches/netp3/src/orxonox/objects/quest/GlobalQuest.h (modified) * code/branches/netp3/src/orxonox/objects/quest/LocalQuest.cc (modified) * code/branches/netp3/src/orxonox/objects/quest/LocalQuest.h (modified) * code/branches/netp3/src/orxonox/objects/quest/Quest.cc (modified) * code/branches/netp3/src/orxonox/objects/quest/Quest.h (modified) * code/branches/netp3/src/orxonox/objects/quest/QuestDescription.cc (modified) * code/branches/netp3/src/orxonox/objects/quest/QuestDescription.h (modified) * code/branches/netp3/src/orxonox/objects/quest/QuestEffect.cc (modified) * code/branches/netp3/src/orxonox/objects/quest/QuestEffect.h (modified) * code/branches/netp3/src/orxonox/objects/quest/QuestHint.cc (modified) * code/branches/netp3/src/orxonox/objects/quest/QuestHint.h (modified) * code/branches/netp3/src/orxonox/objects/quest/QuestItem.cc (modified) * code/branches/netp3/src/orxonox/objects/quest/QuestItem.h (modified) * code/branches/netp3/src/orxonox/objects/quest/QuestManager.cc (modified) * code/branches/netp3/src/orxonox/objects/quest/QuestManager.h (modified) * code/branches/netp3/src/orxonox/objects/quest/Rewardable.cc (modified) * code/branches/netp3/src/orxonox/objects/quest/Rewardable.h (modified) * code/branches/netp3/src/orxonox/objects/weaponSystem/WeaponSystem.cc (modified) * code/branches/netp3/src/orxonox/objects/weaponSystem/WeaponSystem.h (modified) * code/branches/netp3/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/branches/netp3/src/orxonox/objects/worldentities/Backlight.h (modified) * code/branches/netp3/src/orxonox/objects/worldentities/Camera.cc (modified) * code/branches/netp3/src/orxonox/objects/worldentities/Camera.h (modified) * code/branches/netp3/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/netp3/src/orxonox/objects/worldentities/ControllableEntity.h (modified) * code/branches/netp3/src/orxonox/objects/worldentities/MobileEntity.cc (modified) * code/branches/netp3/src/orxonox/objects/worldentities/MobileEntity.h (modified) * code/branches/netp3/src/orxonox/objects/worldentities/ParticleSpawner.cc (modified) * code/branches/netp3/src/orxonox/objects/worldentities/ParticleSpawner.h (modified) * code/branches/netp3/src/orxonox/objects/worldentities/StaticEntity.cc (modified) * code/branches/netp3/src/orxonox/objects/worldentities/StaticEntity.h (modified) * code/branches/netp3/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/netp3/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) * code/branches/netp3/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc (modified) * code/branches/netp3/src/orxonox/objects/worldentities/triggers/DistanceTrigger.h (modified) * code/branches/netp3/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/branches/netp3/src/orxonox/objects/worldentities/triggers/Trigger.h (modified) * code/branches/netp3/src/tolua/all-5.0.lua (modified) * code/branches/netp3/src/tolua/all-5.1.lua (modified) * code/branches/netp3/src/util (modified) * code/branches/netp3/src/util/Exception.cc (modified) * code/branches/netp3/src/util/Exception.h (modified) * code/branches/netp3/src/util/MultiType.h (modified) * code/branches/netp3/src/util/MultiTypeValue.h (modified) * code/branches/netp3/src/util/Serialise.h (copied) * code/branches/netp3/src/util/SignalHandler.cc (modified) * code/branches/netp3/src/util/SignalHandler.h (modified) merged netp2 -> netp3