# # ChangeLog for code/branches/netp4 # # Generated by Trac 1.0.9 # Sep 21, 2024, 1:53:31 PM Wed, 10 Jun 2009 10:24:27 GMT scheusso [3137] * code/branches/netp4/src/network/Client.cc (modified) * code/branches/netp4/src/network/ClientConnection.cc (modified) * code/branches/netp4/src/network/ClientInformation.h (modified) * code/branches/netp4/src/network/ConnectionManager.cc (modified) * code/branches/netp4/src/network/ConnectionManager.h (modified) * code/branches/netp4/src/network/GamestateManager.cc (modified) * code/branches/netp4/src/network/Server.cc (modified) * code/branches/netp4/src/network/TrafficControl.cc (modified) * code/branches/netp4/src/network/packet/Gamestate.cc (modified) * code/branches/netp4/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/netp4/src/orxonox/gamestates/GSDedicated.cc (modified) various performance and memory issues fixed Wed, 10 Jun 2009 10:24:06 GMT scheusso [3136] * code/branches/netp4/src/util/SignalHandler.cc (modified) fixed an issue with the signal handler (in case that there is a ... Tue, 09 Jun 2009 22:21:01 GMT scheusso [3135] * code/branches/netp4/src/network/synchronisable/Synchronisable.cc (modified) second part of the improvement Tue, 09 Jun 2009 21:15:16 GMT scheusso [3134] * code/branches/netp4/src/network/synchronisable/Synchronisable.cc (modified) small change for huge performance increase Tue, 09 Jun 2009 18:59:57 GMT rgrieder [3132] * code/branches/netp4/src/network/TrafficControl.cc (modified) Extreme performance boost by copying an std::list only once instead ... Tue, 09 Jun 2009 12:53:57 GMT scheusso [3126] * code/branches/netp4/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/netp4/src/orxonox/gamestates/GSDedicated.h (modified) cursor now working again in dedicated server console Tue, 09 Jun 2009 11:31:32 GMT rgrieder [3123] * code/branches/netp4/src/core/ConfigFileManager.cc (modified) * code/branches/netp4/src/core/ConsoleCommandCompilation.cc (modified) * code/branches/netp4/src/core/Language.cc (modified) * code/branches/netp4/src/core/LuaBind.cc (modified) * code/branches/netp4/src/util/OutputBuffer.cc (modified) Replaced all the std::istream::getline(const char*) calls with ... Mon, 08 Jun 2009 23:11:55 GMT scheusso [3122] * code/branches/netp4/src/orxonox/gamestates/GSDedicated.cc (modified) tab completion now working in ds console (as is backspace and direct ... Mon, 08 Jun 2009 19:17:40 GMT scheusso [3121] * code/branches/netp4/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/netp4/src/orxonox/gamestates/GSDedicated.h (modified) more advanced input for the dedicated server console Mon, 08 Jun 2009 14:03:44 GMT scheusso [3120] * code/branches/netp4/src/network/GamestateManager.cc (modified) * code/branches/netp4/src/network/packet/Acknowledgement.cc (modified) * code/branches/netp4/src/network/packet/Gamestate.cc (modified) * code/branches/netp4/src/network/packet/Gamestate.h (modified) optimised diff function (unrolled to 8byte xor) Sun, 07 Jun 2009 11:54:02 GMT scheusso [3119] * code/branches/netp4/src/orxonox/gamestates/GSDedicated.cc (modified) * code/branches/netp4/src/orxonox/gamestates/GSDedicated.h (modified) first version of the i/o-console for the dedicated server Wed, 03 Jun 2009 16:36:48 GMT scheusso [3113] * code/branches/netp4 (copied) create new netp4 (network & performance) branch Tue, 02 Jun 2009 18:31:14 GMT rgrieder [3111] * code/trunk/cmake/BuildConfigGCC.cmake (modified) REMOVE_COMPILER_FLAGS makes no sense here. This fixes some gcc ...