# # ChangeLog for code/branches/core4/src/network # # Generated by Trac 1.0.9 # May 17, 2024, 4:09:30 PM Tue, 23 Jun 2009 18:14:46 GMT rgrieder [3224] * code/branches/core4/src/core/CoreIncludes.h (modified) * code/branches/core4/src/core/Identifier.h (modified) * code/branches/core4/src/core/OrxonoxClass.h (modified) * code/branches/core4/src/network/NetworkFunction.h (modified) Removed three macros: Two (ClassByString and ClassByID) by replacing ... Tue, 23 Jun 2009 17:28:48 GMT rgrieder [3223] * code/branches/core4/src/core/EventIncludes.h (modified) * code/branches/core4/src/core/Identifier.cc (modified) * code/branches/core4/src/core/Identifier.h (modified) * code/branches/core4/src/core/Iterator.h (modified) * code/branches/core4/src/core/OrxonoxClass.h (modified) * code/branches/core4/src/core/XMLPort.h (modified) * code/branches/core4/src/network/NetworkFunction.h (modified) * code/branches/core4/src/network/synchronisable/Synchronisable.cc (modified) * code/branches/core4/src/orxonox/objects/Level.cc (modified) * code/branches/core4/src/orxonox/objects/Scene.cc (modified) * code/branches/core4/src/orxonox/objects/collisionshapes/CollisionShape.cc (modified) * code/branches/core4/src/orxonox/objects/controllers/ArtificialController.cc (modified) * code/branches/core4/src/orxonox/objects/controllers/HumanController.cc (modified) * code/branches/core4/src/orxonox/objects/gametypes/Pong.cc (modified) * code/branches/core4/src/orxonox/objects/gametypes/TeamBaseMatch.cc (modified) * code/branches/core4/src/orxonox/objects/gametypes/TeamDeathmatch.cc (modified) * code/branches/core4/src/orxonox/objects/infos/PlayerInfo.cc (modified) * code/branches/core4/src/orxonox/objects/items/Engine.cc (modified) * code/branches/core4/src/orxonox/objects/pickup/PickupCollection.cc (modified) * code/branches/core4/src/orxonox/objects/pickup/PickupSpawner.cc (modified) * code/branches/core4/src/orxonox/objects/quest/QuestManager.cc (modified) * code/branches/core4/src/orxonox/objects/weaponsystem/projectiles/Projectile.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/Attacher.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/BigExplosion.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/ControllableEntity.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/MovableEntity.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/PongBall.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/PongCenterpoint.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/WorldEntity.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/pawns/Destroyer.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/pawns/SpaceShip.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/pawns/TeamBaseMatchBase.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/triggers/CheckPoint.cc (modified) * code/branches/core4/src/orxonox/objects/worldentities/triggers/DistanceTrigger.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/AnnounceMessage.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/DeathMessage.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/GametypeStatus.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/HUDHealthBar.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/HUDRadar.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/HUDSpeedBar.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/HUDTimer.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/KillMessage.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/PongScore.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/TeamBaseMatchScore.cc (modified) * code/branches/core4/src/orxonox/overlays/hud/UnderAttackHealthBar.cc (modified) * code/branches/core4/src/orxonox/overlays/map/Map.cc (modified) Add a new core-feature: orxonox_cast() The functions casts ... Tue, 23 Jun 2009 16:59:43 GMT rgrieder [3222] * code/branches/core4 (copied) Creating branch for new features/changes in the core.