# # ChangeLog for code/branches/gui/src/network # # Generated by Trac 1.0.9 # Jun 2, 2024, 12:54:28 PM Thu, 19 Mar 2009 09:34:54 GMT rgrieder [2800] * code/branches/gui/src/core/Core.cc (modified) * code/branches/gui/src/core/Core.h (modified) * code/branches/gui/src/core/TclThreadManager.cc (modified) * code/branches/gui/src/core/TclThreadManager.h (modified) * code/branches/gui/src/core/input/CalibratorCallback.h (modified) * code/branches/gui/src/core/input/ExtendedInputState.cc (modified) * code/branches/gui/src/core/input/ExtendedInputState.h (modified) * code/branches/gui/src/core/input/InputBuffer.cc (modified) * code/branches/gui/src/core/input/InputBuffer.h (modified) * code/branches/gui/src/core/input/InputInterfaces.h (modified) * code/branches/gui/src/core/input/InputManager.cc (modified) * code/branches/gui/src/core/input/InputManager.h (modified) * code/branches/gui/src/core/input/InputState.h (modified) * code/branches/gui/src/core/input/KeyBinder.cc (modified) * code/branches/gui/src/core/input/KeyBinder.h (modified) * code/branches/gui/src/core/input/SimpleInputState.h (modified) * code/branches/gui/src/network/Client.cc (modified) * code/branches/gui/src/network/Client.h (modified) * code/branches/gui/src/network/Server.cc (modified) * code/branches/gui/src/network/Server.h (modified) * code/branches/gui/src/orxonox/gamestates/GSClient.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGUI.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSGraphics.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSRoot.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSServer.cc (modified) * code/branches/gui/src/orxonox/gamestates/GSStandalone.cc (modified) * code/branches/gui/src/orxonox/gui/GUIManager.h (modified) * code/branches/gui/src/orxonox/overlays/console/InGameConsole.cc (modified) * code/branches/gui/src/orxonox/overlays/console/InGameConsole.h (modified) Renaming "tick" to "update" for all those classes not inheriting from ... Wed, 18 Mar 2009 20:00:48 GMT rgrieder [2798] * code/branches/gui/src/network/synchronisable/SynchronisableVariable.cc (modified) * code/branches/gui/src/network/synchronisable/SynchronisableVariable.h (modified) Added static function to SynchronisableVariableBase to avoid ... Tue, 17 Mar 2009 12:29:18 GMT bknecht [2796] * code/branches/gui (copied) created new branch to work on ingame GUI and GUI in general Wed, 11 Mar 2009 15:06:31 GMT rgrieder [2773] * code/trunk/src/core/input/ExtendedInputState.cc (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/ConnectionManager.h (modified) * code/trunk/src/network/GamestateHandler.cc (modified) * code/trunk/src/network/Host.cc (modified) * code/trunk/src/network/NetworkPrereqs.h (modified) * code/trunk/src/network/PacketBuffer.cc (modified) * code/trunk/src/network/PacketBuffer.h (modified) * code/trunk/src/network/Server.cc (modified) * code/trunk/src/network/packet/Chat.cc (modified) * code/trunk/src/network/packet/ClassID.cc (modified) * code/trunk/src/network/packet/DeleteObjects.cc (modified) * code/trunk/src/network/packet/Gamestate.cc (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/synchronisable/Synchronisable.cc (modified) * code/trunk/src/network/synchronisable/Synchronisable.h (modified) * code/trunk/src/util/CMakeLists.txt (modified) * code/trunk/src/util/Sleep.cc (added) * code/trunk/src/util/Sleep.h (modified) Removed all enet and boost includes from header files in the network ...