# # ChangeLog for code/branches/netp2/src/orxonox # # Generated by Trac 1.0.9 # Jun 1, 2024, 2:51:14 PM Wed, 13 May 2009 12:25:04 GMT rgrieder [2975] * code/branches/netp2/src/network/Host.h (modified) * code/branches/netp2/src/orxonox/objects/worldentities/MobileEntity.h (modified) - Fixed stupid bug in MobileEntity.h - Removed a compiler warning Wed, 13 May 2009 11:58:44 GMT scheusso [2974] * code/branches/netp2/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) debug output for reto Mon, 11 May 2009 11:30:17 GMT scheusso [2964] * code/branches/netp2/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/netp2/src/orxonox/objects/worldentities/ControllableEntity.h (modified) changed synchronisation of controllable entity steering not fully ... Sat, 02 May 2009 14:19:43 GMT scheusso [2949] * code/branches/netp2/src/network/FunctionCallManager.cc (modified) * code/branches/netp2/src/network/FunctionCallManager.h (modified) * code/branches/netp2/src/network/Server.cc (modified) * code/branches/netp2/src/network/packet/FunctionCalls.cc (modified) * code/branches/netp2/src/network/packet/FunctionCalls.h (modified) * code/branches/netp2/src/orxonox/objects/Test.cc (modified) * code/branches/netp2/src/orxonox/objects/Test.h (modified) * code/branches/netp2/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/branches/netp2/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) * code/branches/netp2/src/util/MultiType.h (modified) Network Function calls possible now (already used in ... Fri, 01 May 2009 21:34:14 GMT scheusso [2948] * code/branches/netp2/src/network/Client.cc (modified) * code/branches/netp2/src/network/NetworkFunction.cc (modified) * code/branches/netp2/src/network/NetworkFunction.h (modified) * code/branches/netp2/src/orxonox/objects/Test.cc (modified) * code/branches/netp2/src/orxonox/objects/Test.h (modified) member function calls should work now argument transfer still untested Fri, 01 May 2009 07:47:34 GMT scheusso [2944] * code/branches/netp2/src/network/FunctionCallManager.cc (modified) * code/branches/netp2/src/network/NetworkFunction.cc (modified) * code/branches/netp2/src/network/NetworkFunction.h (modified) * code/branches/netp2/src/network/Server.cc (modified) * code/branches/netp2/src/network/packet/FunctionCalls.cc (modified) * code/branches/netp2/src/network/packet/Packet.cc (modified) * code/branches/netp2/src/network/synchronisable/SynchronisableVariable.h (modified) * code/branches/netp2/src/orxonox/objects/Test.cc (modified) * code/branches/netp2/src/orxonox/objects/Test.h (modified) this is another commit for testing purpose still trying to get ... Wed, 29 Apr 2009 14:05:35 GMT scheusso [2937] * code/branches/netp2/src/network/CMakeLists.txt (modified) * code/branches/netp2/src/network/FunctionCallManager.cc (added) * code/branches/netp2/src/network/FunctionCallManager.h (added) * code/branches/netp2/src/network/NetworkFunction.cc (added) * code/branches/netp2/src/network/NetworkFunction.h (added) * code/branches/netp2/src/network/NetworkPrereqs.h (modified) * code/branches/netp2/src/network/packet/CMakeLists.txt (modified) * code/branches/netp2/src/network/packet/ClassID.cc (modified) * code/branches/netp2/src/network/packet/FunctionIDs.cc (added) * code/branches/netp2/src/network/packet/FunctionIDs.h (added) * code/branches/netp2/src/network/packet/Packet.cc (modified) * code/branches/netp2/src/network/packet/Packet.h (modified) * code/branches/netp2/src/network/synchronisable/Synchronisable.h (modified) * code/branches/netp2/src/network/synchronisable/SynchronisableVariableSpecialisations.h (deleted) * code/branches/netp2/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/netp2/src/orxonox/objects/Test.cc (modified) * code/branches/netp2/src/orxonox/objects/Test.h (modified) * code/branches/netp2/src/util/MultiType.h (modified) commit for testing reasons - added possibility to transfer function ... Mon, 23 Mar 2009 16:00:54 GMT scheusso [2836] * code/branches/netp2/src/network/ClientConnection.cc (modified) * code/branches/netp2/src/network/ClientConnection.h (modified) * code/branches/netp2/src/network/ConnectionManager.cc (modified) * code/branches/netp2/src/network/ConnectionManager.h (modified) * code/branches/netp2/src/network/TrafficControl.cc (modified) * code/branches/netp2/src/network/packet/Gamestate.cc (modified) * code/branches/netp2/src/network/packet/Packet.h (modified) * code/branches/netp2/src/network/synchronisable/NetworkCallbackManager.cc (modified) * code/branches/netp2/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/netp2/src/network/synchronisable/Synchronisable.h (modified) * code/branches/netp2/src/network/synchronisable/SynchronisableSpecialisations.cc (modified) * code/branches/netp2/src/network/synchronisable/SynchronisableVariable.cc (added) * code/branches/netp2/src/network/synchronisable/SynchronisableVariable.h (modified) * code/branches/netp2/src/network/synchronisable/SynchronisableVariableSpecialisations.h (added) * code/branches/netp2/src/orxonox/objects/controllers/AIController.cc (modified) * code/branches/netp2/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) merge old netp branch to netp2 (still because of multiplayer pong...) Mon, 23 Mar 2009 15:57:42 GMT scheusso [2835] * code/branches/netp2 (copied) create new netp branch (in order to play multiplayer pong ^^) Mon, 23 Mar 2009 11:02:49 GMT landauf [2826] * code/trunk (modified) * code/trunk/bin/client1.bat.in (modified) * code/trunk/bin/client2.bat.in (modified) * code/trunk/bin/dedicated.bat.in (modified) * code/trunk/bin/run.bat.in (modified) * code/trunk/bin/server.bat.in (modified) * code/trunk/cmake/FindDirectX.cmake (modified) * code/trunk/cmake/LibraryConfigTardis.cmake (modified) * code/trunk/src/core/LuaBind.cc (modified) * code/trunk/src/core/LuaBind.h (modified) * code/trunk/src/core/Template.cc (modified) * code/trunk/src/core/Template.h (modified) * code/trunk/src/core/XMLFile.h (modified) * code/trunk/src/core/XMLIncludes.h (modified) * code/trunk/src/cpptcl/cpptcl.cc (modified) * code/trunk/src/cpptcl/cpptcl.h (modified) * code/trunk/src/network/synchronisable/NetworkCallback.h (modified) * code/trunk/src/network/synchronisable/Synchronisable.cc (modified) * code/trunk/src/network/synchronisable/Synchronisable.h (modified) * code/trunk/src/orxonox/CameraManager.cc (modified) * code/trunk/src/orxonox/CameraManager.h (modified) * code/trunk/src/orxonox/OrxonoxPrereqs.h (modified) * code/trunk/src/orxonox/gamestates/GSLevel.cc (modified) * code/trunk/src/orxonox/objects/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/Level.cc (modified) * code/trunk/src/orxonox/objects/Level.h (modified) * code/trunk/src/orxonox/objects/Teamcolourable.cc (copied) * code/trunk/src/orxonox/objects/Teamcolourable.h (copied) * code/trunk/src/orxonox/objects/collisionshapes (modified) * code/trunk/src/orxonox/objects/controllers/Controller.cc (modified) * code/trunk/src/orxonox/objects/controllers/Controller.h (modified) * code/trunk/src/orxonox/objects/gametypes/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/gametypes/Deathmatch.cc (copied) * code/trunk/src/orxonox/objects/gametypes/Deathmatch.h (copied) * code/trunk/src/orxonox/objects/gametypes/Gametype.cc (modified) * code/trunk/src/orxonox/objects/gametypes/Gametype.h (modified) * code/trunk/src/orxonox/objects/gametypes/Pong.cc (copied) * code/trunk/src/orxonox/objects/gametypes/Pong.h (copied) * code/trunk/src/orxonox/objects/gametypes/TeamDeathmatch.cc (copied) * code/trunk/src/orxonox/objects/gametypes/TeamDeathmatch.h (copied) * code/trunk/src/orxonox/objects/infos/GametypeInfo.cc (modified) * code/trunk/src/orxonox/objects/infos/GametypeInfo.h (modified) * code/trunk/src/orxonox/objects/infos/HumanPlayer.cc (modified) * code/trunk/src/orxonox/objects/infos/HumanPlayer.h (modified) * code/trunk/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/trunk/src/orxonox/objects/infos/PlayerInfo.h (modified) * code/trunk/src/orxonox/objects/pickup/Usable.h (modified) * code/trunk/src/orxonox/objects/quest/AddQuest.cc (modified) * code/trunk/src/orxonox/objects/quest/AddQuest.h (modified) * code/trunk/src/orxonox/objects/quest/AddQuestHint.cc (modified) * code/trunk/src/orxonox/objects/quest/AddQuestHint.h (modified) * code/trunk/src/orxonox/objects/quest/AddReward.cc (modified) * code/trunk/src/orxonox/objects/quest/AddReward.h (modified) * code/trunk/src/orxonox/objects/quest/ChangeQuestStatus.cc (modified) * code/trunk/src/orxonox/objects/quest/ChangeQuestStatus.h (modified) * code/trunk/src/orxonox/objects/quest/CompleteQuest.cc (modified) * code/trunk/src/orxonox/objects/quest/CompleteQuest.h (modified) * code/trunk/src/orxonox/objects/quest/FailQuest.cc (modified) * code/trunk/src/orxonox/objects/quest/FailQuest.h (modified) * code/trunk/src/orxonox/objects/quest/GlobalQuest.cc (modified) * code/trunk/src/orxonox/objects/quest/GlobalQuest.h (modified) * code/trunk/src/orxonox/objects/quest/LocalQuest.cc (modified) * code/trunk/src/orxonox/objects/quest/LocalQuest.h (modified) * code/trunk/src/orxonox/objects/quest/Quest.cc (modified) * code/trunk/src/orxonox/objects/quest/Quest.h (modified) * code/trunk/src/orxonox/objects/quest/QuestDescription.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestDescription.h (modified) * code/trunk/src/orxonox/objects/quest/QuestEffect.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestEffect.h (modified) * code/trunk/src/orxonox/objects/quest/QuestHint.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestHint.h (modified) * code/trunk/src/orxonox/objects/quest/QuestItem.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestItem.h (modified) * code/trunk/src/orxonox/objects/quest/QuestManager.cc (modified) * code/trunk/src/orxonox/objects/quest/QuestManager.h (modified) * code/trunk/src/orxonox/objects/quest/Rewardable.cc (modified) * code/trunk/src/orxonox/objects/quest/Rewardable.h (modified) * code/trunk/src/orxonox/objects/weaponSystem/WeaponSystem.cc (modified) * code/trunk/src/orxonox/objects/weaponSystem/WeaponSystem.h (modified) * code/trunk/src/orxonox/objects/worldentities/Backlight.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Backlight.h (modified) * code/trunk/src/orxonox/objects/worldentities/Billboard.h (modified) * code/trunk/src/orxonox/objects/worldentities/CMakeLists.txt (modified) * code/trunk/src/orxonox/objects/worldentities/Camera.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Camera.h (modified) * code/trunk/src/orxonox/objects/worldentities/CameraPosition.cc (modified) * code/trunk/src/orxonox/objects/worldentities/CameraPosition.h (modified) * code/trunk/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/trunk/src/orxonox/objects/worldentities/Light.h (modified) * code/trunk/src/orxonox/objects/worldentities/MobileEntity.cc (modified) * code/trunk/src/orxonox/objects/worldentities/MobileEntity.h (modified) * code/trunk/src/orxonox/objects/worldentities/ParticleSpawner.cc (modified) * code/trunk/src/orxonox/objects/worldentities/ParticleSpawner.h (modified) * code/trunk/src/orxonox/objects/worldentities/PongBall.cc (copied) * code/trunk/src/orxonox/objects/worldentities/PongBall.h (copied) * code/trunk/src/orxonox/objects/worldentities/PongBat.cc (copied) * code/trunk/src/orxonox/objects/worldentities/PongBat.h (copied) * code/trunk/src/orxonox/objects/worldentities/PongCenterpoint.cc (copied) * code/trunk/src/orxonox/objects/worldentities/PongCenterpoint.h (copied) * code/trunk/src/orxonox/objects/worldentities/StaticEntity.cc (modified) * code/trunk/src/orxonox/objects/worldentities/StaticEntity.h (modified) * code/trunk/src/orxonox/objects/worldentities/TeamSpawnPoint.cc (copied) * code/trunk/src/orxonox/objects/worldentities/TeamSpawnPoint.h (copied) * code/trunk/src/orxonox/objects/worldentities/pawns/Pawn.cc (modified) * code/trunk/src/orxonox/objects/worldentities/pawns/Pawn.h (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/DistanceTrigger.h (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/Trigger.cc (modified) * code/trunk/src/orxonox/objects/worldentities/triggers/Trigger.h (modified) * code/trunk/src/tolua/all-5.0.lua (modified) * code/trunk/src/tolua/all-5.1.lua (modified) * code/trunk/src/util (modified) * code/trunk/src/util/Exception.cc (modified) * code/trunk/src/util/Exception.h (modified) * code/trunk/src/util/SignalHandler.cc (modified) * code/trunk/src/util/SignalHandler.h (modified) merged miniprojects branch back to trunk