# # ChangeLog for code/branches/PresentationFS18/src/libraries # # Generated by Trac 1.0.9 # Sep 28, 2024, 8:28:51 AM Wed, 30 May 2018 12:56:24 GMT patricwi [12020] * code/branches/PresentationFS18 (modified) * code/branches/PresentationFS18/data/gui/layouts/MultiplayerMenu.layout (modified) * code/branches/PresentationFS18/data/levels/testMultiplayerLevel.oxw (copied) * code/branches/PresentationFS18/data/levels/testMultiplayerLevelLTS.oxw (copied) * code/branches/PresentationFS18/data/overlays/lastTeamStandingHUD.oxo (modified) * code/branches/PresentationFS18/src/libraries/network/Client.cc (modified) * code/branches/PresentationFS18/src/libraries/network/Client.h (modified) * code/branches/PresentationFS18/src/libraries/network/ClientConnection.cc (modified) * code/branches/PresentationFS18/src/libraries/network/ClientConnection.h (modified) * code/branches/PresentationFS18/src/libraries/network/ClientConnectionListener.cc (modified) * code/branches/PresentationFS18/src/libraries/network/ClientConnectionListener.h (modified) * code/branches/PresentationFS18/src/libraries/network/Connection.cc (modified) * code/branches/PresentationFS18/src/libraries/network/Connection.h (modified) * code/branches/PresentationFS18/src/libraries/network/FunctionCallManager.cc (modified) * code/branches/PresentationFS18/src/libraries/network/FunctionCallManager.h (modified) * code/branches/PresentationFS18/src/libraries/network/GamestateHandler.cc (modified) * code/branches/PresentationFS18/src/libraries/network/GamestateHandler.h (modified) * code/branches/PresentationFS18/src/libraries/network/GamestateManager.cc (modified) * code/branches/PresentationFS18/src/libraries/network/GamestateManager.h (modified) * code/branches/PresentationFS18/src/libraries/network/Host.cc (modified) * code/branches/PresentationFS18/src/libraries/network/Host.h (modified) * code/branches/PresentationFS18/src/libraries/network/LANDiscoverable.cc (modified) * code/branches/PresentationFS18/src/libraries/network/LANDiscoverable.h (modified) * code/branches/PresentationFS18/src/libraries/network/LANDiscovery.cc (modified) * code/branches/PresentationFS18/src/libraries/network/MasterServer.cc (modified) * code/branches/PresentationFS18/src/libraries/network/MasterServerComm.cc (modified) * code/branches/PresentationFS18/src/libraries/network/Server.cc (modified) * code/branches/PresentationFS18/src/libraries/network/Server.h (modified) * code/branches/PresentationFS18/src/libraries/network/ServerConnection.cc (modified) * code/branches/PresentationFS18/src/libraries/network/ServerConnection.h (modified) * code/branches/PresentationFS18/src/libraries/network/packet/Acknowledgement.cc (modified) * code/branches/PresentationFS18/src/libraries/network/packet/Acknowledgement.h (modified) * code/branches/PresentationFS18/src/libraries/network/packet/Chat.cc (modified) * code/branches/PresentationFS18/src/libraries/network/packet/Chat.h (modified) * code/branches/PresentationFS18/src/libraries/network/packet/ClassID.cc (modified) * code/branches/PresentationFS18/src/libraries/network/packet/DeleteObjects.cc (modified) * code/branches/PresentationFS18/src/libraries/network/packet/FunctionCalls.cc (modified) * code/branches/PresentationFS18/src/libraries/network/packet/Gamestate.cc (modified) * code/branches/PresentationFS18/src/libraries/network/packet/Gamestate.h (modified) * code/branches/PresentationFS18/src/libraries/network/packet/Packet.cc (modified) * code/branches/PresentationFS18/src/libraries/network/packet/Packet.h (modified) * code/branches/PresentationFS18/src/libraries/network/packet/ServerInformation.cc (modified) * code/branches/PresentationFS18/src/libraries/network/synchronisable/Synchronisable.cc (modified) * code/branches/PresentationFS18/src/libraries/network/synchronisable/Synchronisable.h (modified) * code/branches/PresentationFS18/src/modules/overlays/hud/HUDWeaponSystem.cc (modified) * code/branches/PresentationFS18/src/orxonox/graphics/Model.cc (modified) Merged Masterserver Wed, 30 May 2018 12:37:02 GMT patricwi [12016] * code/branches/PresentationFS18 (modified) * code/branches/PresentationFS18/data/levels/ScriptableControllerTestMoveKillDrone.oxw (copied) * code/branches/PresentationFS18/data/levels/ScriptableControllerTestSpawn.oxw (copied) * code/branches/PresentationFS18/data/levels/scriptController.oxw (modified) * code/branches/PresentationFS18/data/levels/scriptableControllerTest.oxw (copied) * code/branches/PresentationFS18/data/levels/scripts (copied) * code/branches/PresentationFS18/data/levels/templates/ScriptableControllerDroneTemplate.oxt (copied) * code/branches/PresentationFS18/src/libraries/core/BaseObject.cc (modified) * code/branches/PresentationFS18/src/libraries/core/BaseObject.h (modified) * code/branches/PresentationFS18/src/libraries/tools/Timer.cc (modified) * code/branches/PresentationFS18/src/libraries/tools/Timer.h (modified) * code/branches/PresentationFS18/src/orxonox/CMakeLists.txt (modified) * code/branches/PresentationFS18/src/orxonox/Level.cc (modified) * code/branches/PresentationFS18/src/orxonox/Level.h (modified) * code/branches/PresentationFS18/src/orxonox/controllers/AutonomousDroneController.cc (copied) * code/branches/PresentationFS18/src/orxonox/controllers/AutonomousDroneController.h (copied) * code/branches/PresentationFS18/src/orxonox/controllers/CMakeLists.txt (modified) * code/branches/PresentationFS18/src/orxonox/controllers/Controller.cc (modified) * code/branches/PresentationFS18/src/orxonox/infos/GametypeInfo.cc (modified) * code/branches/PresentationFS18/src/orxonox/infos/GametypeInfo.h (modified) * code/branches/PresentationFS18/src/orxonox/infos/HumanPlayer.cc (modified) * code/branches/PresentationFS18/src/orxonox/items/ShipPart.cc (modified) * code/branches/PresentationFS18/src/orxonox/scriptablecontroller (copied) * code/branches/PresentationFS18/src/orxonox/worldentities/AutonomousDrone.cc (copied) * code/branches/PresentationFS18/src/orxonox/worldentities/AutonomousDrone.h (copied) * code/branches/PresentationFS18/src/orxonox/worldentities/CMakeLists.txt (modified) * code/branches/PresentationFS18/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/branches/PresentationFS18/src/orxonox/worldentities/ControllableEntity.h (modified) * code/branches/PresentationFS18/src/orxonox/worldentities/MobileEntity.cc (modified) * code/branches/PresentationFS18/src/orxonox/worldentities/WorldEntity.cc (modified) * code/branches/PresentationFS18/src/orxonox/worldentities/WorldEntity.h (modified) * code/branches/PresentationFS18/src/orxonox/worldentities/pawns/CMakeLists.txt (modified) * code/branches/PresentationFS18/src/orxonox/worldentities/pawns/Pawn.cc (modified) * code/branches/PresentationFS18/src/orxonox/worldentities/pawns/ScriptableControllerDrone.cc (copied) * code/branches/PresentationFS18/src/orxonox/worldentities/pawns/ScriptableControllerDrone.h (copied) * code/branches/PresentationFS18/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) * code/branches/PresentationFS18/src/orxonox/worldentities/pawns/SpaceShip.h (modified) Merged Scriptable Controller Wed, 30 May 2018 12:23:47 GMT patricwi [12015] * code/branches/PresentationFS18 (modified) * code/branches/PresentationFS18/data/levels/newnewnewspacerace.oxw (modified) * code/branches/PresentationFS18/data/levels/presentationHS12.oxw (modified) * code/branches/PresentationFS18/data/levels/templates/SpaceRaceTemplates.oxt (copied) * code/branches/PresentationFS18/data/levels/templates/fastship.oxt (modified) * code/branches/PresentationFS18/data/levels/templates/spaceshipCollateralDamage.oxt (modified) * code/branches/PresentationFS18/src/libraries/tools/Timer.cc (modified) * code/branches/PresentationFS18/src/libraries/tools/Timer.h (modified) * code/branches/PresentationFS18/src/modules/gametypes/SpaceRace.cc (modified) * code/branches/PresentationFS18/src/modules/gametypes/SpaceRace.h (modified) * code/branches/PresentationFS18/src/modules/gametypes/SpaceRaceController.cc (modified) * code/branches/PresentationFS18/src/modules/gametypes/SpaceRaceController.h (modified) * code/branches/PresentationFS18/src/modules/gametypes/SpaceRaceManager.cc (modified) * code/branches/PresentationFS18/src/orxonox/items/Engine.cc (modified) * code/branches/PresentationFS18/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) * code/branches/PresentationFS18/src/orxonox/worldentities/pawns/SpaceShip.h (modified) Added RacingBots Wed, 30 May 2018 11:01:48 GMT patricwi [12012] * code/branches/PresentationFS18 (copied) Created presentation branch Tue, 20 Feb 2018 20:18:58 GMT landauf [11784] * code/trunk/src/libraries/network/FunctionCallManager.cc (modified) this looks like a bug (detected by cppcheck -> ...