# # ChangeLog for code/branches/presentation2/src # # Generated by Trac 1.0.9 # Jun 14, 2024, 2:11:36 AM Wed, 22 Dec 2010 02:05:31 GMT scheusso [7793] * code/branches/presentation2/src/libraries/network/CMakeLists.txt (modified) * code/branches/presentation2/src/libraries/network/Connection.cc (modified) * code/branches/presentation2/src/libraries/network/MasterServerComm.cc (modified) * code/branches/presentation2/src/libraries/network/MasterServerComm.h (modified) * code/branches/presentation2/src/libraries/network/Server.cc (modified) * code/branches/presentation2/src/libraries/network/Server.h (modified) * code/branches/presentation2/src/libraries/network/WANDiscoverable.cc (added) * code/branches/presentation2/src/libraries/network/WANDiscoverable.h (added) * code/branches/presentation2/src/libraries/network/packet/ServerInformation.cc (modified) * code/branches/presentation2/src/libraries/network/packet/ServerInformation.h (modified) some changes in WANDiscovering: - fixed a bug which caused memory ... Tue, 21 Dec 2010 22:23:07 GMT dafrick [7792] * code/branches/presentation2/src/orxonox/infos/Bot.cc (modified) Forgot a comma in the bot name list. Tue, 21 Dec 2010 21:24:50 GMT dafrick [7791] * code/branches/presentation2/src/modules/pickup/PickupSpawner.cc (modified) Resolving bug in release mode, asserts apparently are just ignored ... Tue, 21 Dec 2010 20:27:36 GMT scheusso [7790] * code/branches/presentation2/src/libraries/network/LANDiscoverable.cc (modified) * code/branches/presentation2/src/libraries/network/MasterServer.cc (modified) * code/branches/presentation2/src/libraries/network/NetworkPrereqs.h (modified) * code/branches/presentation2/src/orxonox/gamestates/GSServer.cc (modified) changing landiscoverable port to fix problem when running ... Tue, 21 Dec 2010 17:09:09 GMT scheusso [7788] * code/branches/presentation2 (modified) * code/branches/presentation2/src/libraries/network/CMakeLists.txt (modified) * code/branches/presentation2/src/libraries/network/Client.cc (modified) * code/branches/presentation2/src/libraries/network/Client.h (modified) * code/branches/presentation2/src/libraries/network/ClientConnection.cc (modified) * code/branches/presentation2/src/libraries/network/ClientConnection.h (modified) * code/branches/presentation2/src/libraries/network/ClientInformation.cc (modified) * code/branches/presentation2/src/libraries/network/ClientInformation.h (modified) * code/branches/presentation2/src/libraries/network/Connection.cc (modified) * code/branches/presentation2/src/libraries/network/Connection.h (modified) * code/branches/presentation2/src/libraries/network/FunctionCallManager.cc (modified) * code/branches/presentation2/src/libraries/network/FunctionCallManager.h (modified) * code/branches/presentation2/src/libraries/network/GamestateClient.cc (modified) * code/branches/presentation2/src/libraries/network/GamestateClient.h (modified) * code/branches/presentation2/src/libraries/network/GamestateHandler.cc (modified) * code/branches/presentation2/src/libraries/network/GamestateHandler.h (modified) * code/branches/presentation2/src/libraries/network/GamestateManager.cc (modified) * code/branches/presentation2/src/libraries/network/GamestateManager.h (modified) * code/branches/presentation2/src/libraries/network/Host.cc (modified) * code/branches/presentation2/src/libraries/network/Host.h (modified) * code/branches/presentation2/src/libraries/network/MasterServerComm.cc (modified) * code/branches/presentation2/src/libraries/network/NetworkPrereqs.h (modified) * code/branches/presentation2/src/libraries/network/Server.cc (modified) * code/branches/presentation2/src/libraries/network/Server.h (modified) * code/branches/presentation2/src/libraries/network/ServerConnection.cc (modified) * code/branches/presentation2/src/libraries/network/ServerConnection.h (modified) * code/branches/presentation2/src/libraries/network/WANDiscovery.cc (modified) * code/branches/presentation2/src/libraries/network/packet/Acknowledgement.cc (modified) * code/branches/presentation2/src/libraries/network/packet/Acknowledgement.h (modified) * code/branches/presentation2/src/libraries/network/packet/Chat.cc (modified) * code/branches/presentation2/src/libraries/network/packet/Chat.h (modified) * code/branches/presentation2/src/libraries/network/packet/ClassID.cc (modified) * code/branches/presentation2/src/libraries/network/packet/ClassID.h (modified) * code/branches/presentation2/src/libraries/network/packet/DeleteObjects.cc (modified) * code/branches/presentation2/src/libraries/network/packet/DeleteObjects.h (modified) * code/branches/presentation2/src/libraries/network/packet/FunctionCalls.cc (modified) * code/branches/presentation2/src/libraries/network/packet/FunctionCalls.h (modified) * code/branches/presentation2/src/libraries/network/packet/FunctionIDs.cc (modified) * code/branches/presentation2/src/libraries/network/packet/FunctionIDs.h (modified) * code/branches/presentation2/src/libraries/network/packet/Gamestate.cc (modified) * code/branches/presentation2/src/libraries/network/packet/Gamestate.h (modified) * code/branches/presentation2/src/libraries/network/packet/Packet.cc (modified) * code/branches/presentation2/src/libraries/network/packet/Packet.h (modified) * code/branches/presentation2/src/libraries/network/packet/Welcome.cc (modified) * code/branches/presentation2/src/libraries/network/packet/Welcome.h (modified) * code/branches/presentation2/src/libraries/network/synchronisable/Synchronisable.cc (modified) * code/branches/presentation2/src/libraries/network/synchronisable/Synchronisable.h (modified) * code/branches/presentation2/src/libraries/util/SignalHandler.cc (modified) * code/branches/presentation2/src/modules/weapons/MuzzleFlash.cc (modified) * code/branches/presentation2/src/orxonox/controllers/NewHumanController.cc (modified) * code/branches/presentation2/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/presentation2/src/orxonox/gametypes/Gametype.h (modified) merged network5 into presentation2 branch (untested) Tue, 21 Dec 2010 17:04:36 GMT scheusso [7787] * code/branches/presentation2 (copied) creating presentation2 branch (in order to merge network5 into it) Wed, 15 Dec 2010 20:57:17 GMT dafrick [7770] * code/branches/presentation/src/libraries/network/MasterServer.h (modified) * code/branches/presentation/src/libraries/network/MasterServerComm.h (modified) * code/branches/presentation/src/libraries/network/MasterServerProtocol.h (modified) * code/branches/presentation/src/libraries/network/WANDiscovery.h (modified) * code/branches/presentation/src/modules/pickup/PickupManager.cc (modified) Changing masterserver port to 55557. Some minor adjustments: Fixed ...