# # ChangeLog for code/branches/core7/src/libraries/network/FunctionCall.h # # Generated by Trac 1.0.9 # May 15, 2024, 3:17:44 PM Mon, 25 May 2015 15:37:15 GMT landauf [10478] * code/branches/core7/src/libraries/network/CMakeLists.txt (modified) * code/branches/core7/src/libraries/network/FunctionCall.cc (modified) * code/branches/core7/src/libraries/network/FunctionCall.h (modified) * code/branches/core7/src/libraries/network/FunctionCallManager.cc (modified) * code/branches/core7/src/libraries/network/FunctionCallManager.h (modified) * code/branches/core7/src/libraries/network/NetworkFunction.h (modified) * code/branches/core7/src/libraries/network/NetworkFunctionIncludes.cc (added) * code/branches/core7/src/libraries/network/NetworkFunctionIncludes.h (modified) * code/branches/core7/src/libraries/network/packet/FunctionCalls.cc (modified) * code/branches/core7/src/libraries/network/packet/FunctionCalls.h (modified) * code/branches/core7/src/modules/docking/Dock.cc (modified) * code/branches/core7/src/modules/notifications/NotificationDispatcher.cc (modified) * code/branches/core7/src/modules/objects/Script.cc (modified) * code/branches/core7/src/modules/pickup/PickupManager.cc (modified) * code/branches/core7/src/orxonox/Test.cc (modified) * code/branches/core7/src/orxonox/infos/GametypeInfo.cc (modified) * code/branches/core7/src/orxonox/interfaces/NotificationListener.cc (modified) * code/branches/core7/src/orxonox/worldentities/ControllableEntity.cc (modified) callStaticNetworkFunction() and callMemberNetworkFunction() are now ... Mon, 25 May 2015 12:04:43 GMT landauf [10473] * code/branches/core7/src/libraries/network/FunctionCall.cc (modified) * code/branches/core7/src/libraries/network/FunctionCall.h (modified) * code/branches/core7/src/libraries/network/FunctionCallManager.cc (modified) * code/branches/core7/src/libraries/network/FunctionCallManager.h (modified) * code/branches/core7/src/libraries/network/NetworkFunctionIncludes.h (modified) * code/branches/core7/src/libraries/network/packet/FunctionCalls.cc (modified) * code/branches/core7/src/libraries/network/packet/FunctionCalls.h (modified) bugfix and continuation of the last commit: - ... Mon, 25 May 2015 11:51:40 GMT landauf [10472] * code/branches/core7/src/libraries/network/FunctionCall.cc (modified) * code/branches/core7/src/libraries/network/FunctionCall.h (modified) * code/branches/core7/src/libraries/network/NetworkFunction.h (modified) use the same interface for static an member functions Sun, 22 Mar 2015 21:00:03 GMT landauf [10328] * code/branches/core7 (copied) created branch to work on new core features Tue, 28 Sep 2010 19:48:32 GMT scheusso [7495] * code/trunk/src/libraries/network/Client.cc (modified) * code/trunk/src/libraries/network/FunctionCall.cc (modified) * code/trunk/src/libraries/network/FunctionCall.h (modified) * code/trunk/src/libraries/network/FunctionCallManager.cc (modified) * code/trunk/src/libraries/network/FunctionCallManager.h (modified) * code/trunk/src/libraries/network/NetworkFunction.h (modified) * code/trunk/src/libraries/network/packet/FunctionCalls.cc (modified) * code/trunk/src/orxonox/worldentities/ControllableEntity.cc (modified) buffering incoming function calls for non-existing objects works now