# # ChangeLog for code/branches/core6/src/orxonox/weaponsystem # # Generated by Trac 1.0.9 # Jun 8, 2024, 10:50:52 PM Sun, 24 Mar 2013 16:33:43 GMT landauf [9563] * code/branches/core6/src/libraries/core/BaseObject.h (modified) * code/branches/core6/src/libraries/core/CMakeLists.txt (modified) * code/branches/core6/src/libraries/core/ClassTreeMask.cc (modified) * code/branches/core6/src/libraries/core/Core.cc (modified) * code/branches/core6/src/libraries/core/Core.h (modified) * code/branches/core6/src/libraries/core/CoreIncludes.h (modified) * code/branches/core6/src/libraries/core/Event.cc (modified) * code/branches/core6/src/libraries/core/GUIManager.h (modified) * code/branches/core6/src/libraries/core/Game.h (modified) * code/branches/core6/src/libraries/core/GraphicsManager.h (modified) * code/branches/core6/src/libraries/core/ViewportEventListener.h (modified) * code/branches/core6/src/libraries/core/WindowEventListener.h (modified) * code/branches/core6/src/libraries/core/XMLNameListener.h (modified) * code/branches/core6/src/libraries/core/XMLPort.h (modified) * code/branches/core6/src/libraries/core/class (added) * code/branches/core6/src/libraries/core/class/CMakeLists.txt (added) * code/branches/core6/src/libraries/core/class/Identifier.cc (moved) * code/branches/core6/src/libraries/core/class/Identifier.h (moved) * code/branches/core6/src/libraries/core/class/OrxonoxClass.cc (moved) * code/branches/core6/src/libraries/core/class/OrxonoxClass.h (moved) * code/branches/core6/src/libraries/core/class/SubclassIdentifier.h (moved) * code/branches/core6/src/libraries/core/class/Super.h (moved) * code/branches/core6/src/libraries/core/command/ArgumentCompletionFunctions.cc (modified) * code/branches/core6/src/libraries/core/command/Functor.h (modified) * code/branches/core6/src/libraries/core/command/Shell.h (modified) * code/branches/core6/src/libraries/core/config/ConfigValueContainer.h (modified) * code/branches/core6/src/libraries/core/config/ConfigValueIncludes.h (modified) * code/branches/core6/src/libraries/core/input/InputBuffer.h (modified) * code/branches/core6/src/libraries/core/input/JoyStickQuantityListener.h (modified) * code/branches/core6/src/libraries/core/input/KeyBinderManager.h (modified) * code/branches/core6/src/libraries/core/object/ClassFactory.h (modified) * code/branches/core6/src/libraries/core/object/ContextObject.h (modified) * code/branches/core6/src/libraries/core/object/Iterator.h (modified) * code/branches/core6/src/libraries/core/object/MetaObjectList.cc (modified) * code/branches/core6/src/libraries/core/object/ObjectListIterator.h (modified) * code/branches/core6/src/libraries/core/object/SmartPtr.h (modified) * code/branches/core6/src/libraries/core/object/WeakPtr.h (modified) * code/branches/core6/src/libraries/network/ClientConnectionListener.h (modified) * code/branches/core6/src/libraries/network/NetworkChatListener.h (modified) * code/branches/core6/src/libraries/network/NetworkFunction.h (modified) * code/branches/core6/src/libraries/network/WANDiscoverable.h (modified) * code/branches/core6/src/libraries/network/WANDiscovery.h (modified) * code/branches/core6/src/libraries/network/synchronisable/Synchronisable.h (modified) * code/branches/core6/src/libraries/tools/Timer.h (modified) * code/branches/core6/src/libraries/tools/interfaces/Tickable.h (modified) * code/branches/core6/src/libraries/tools/interfaces/TimeFactorListener.h (modified) * code/branches/core6/src/modules/designtools/ScreenshotManager.h (modified) * code/branches/core6/src/modules/designtools/SkyboxGenerator.h (modified) * code/branches/core6/src/modules/notifications/NotificationManager.h (modified) * code/branches/core6/src/modules/pickup/PickupManager.cc (modified) * code/branches/core6/src/modules/questsystem/QuestManager.h (modified) * code/branches/core6/src/modules/weapons/projectiles/BasicProjectile.h (modified) * code/branches/core6/src/orxonox/CameraManager.h (modified) * code/branches/core6/src/orxonox/LevelInfo.h (modified) * code/branches/core6/src/orxonox/LevelManager.h (modified) * code/branches/core6/src/orxonox/MoodManager.h (modified) * code/branches/core6/src/orxonox/chat/ChatListener.h (modified) * code/branches/core6/src/orxonox/controllers/FormationController.h (modified) * code/branches/core6/src/orxonox/gamestates/GSLevel.h (modified) * code/branches/core6/src/orxonox/gamestates/GSMainMenu.h (modified) * code/branches/core6/src/orxonox/gametypes/Gametype.h (modified) * code/branches/core6/src/orxonox/infos/PlayerInfo.h (modified) * code/branches/core6/src/orxonox/interfaces/GametypeMessageListener.h (modified) * code/branches/core6/src/orxonox/interfaces/NotificationListener.h (modified) * code/branches/core6/src/orxonox/interfaces/PickupCarrier.cc (modified) * code/branches/core6/src/orxonox/interfaces/PickupCarrier.h (modified) * code/branches/core6/src/orxonox/interfaces/PickupListener.h (modified) * code/branches/core6/src/orxonox/interfaces/Pickupable.cc (modified) * code/branches/core6/src/orxonox/interfaces/Pickupable.h (modified) * code/branches/core6/src/orxonox/interfaces/PlayerTrigger.h (modified) * code/branches/core6/src/orxonox/interfaces/RadarListener.h (modified) * code/branches/core6/src/orxonox/interfaces/RadarViewable.h (modified) * code/branches/core6/src/orxonox/interfaces/Rewardable.h (modified) * code/branches/core6/src/orxonox/interfaces/TeamColourable.h (modified) * code/branches/core6/src/orxonox/overlays/OrxonoxOverlay.h (modified) * code/branches/core6/src/orxonox/sound/BaseSound.h (modified) * code/branches/core6/src/orxonox/sound/SoundManager.h (modified) * code/branches/core6/src/orxonox/weaponsystem/WeaponMode.h (modified) * code/branches/core6/src/orxonox/weaponsystem/WeaponSystem.cc (modified) * code/branches/core6/src/orxonox/worldentities/SpawnPoint.h (modified) moved files used for class management to core/class/ Sun, 17 Mar 2013 14:30:32 GMT landauf [9552] * code/branches/core6 (copied) created branch to work on some details in core Wed, 12 Oct 2011 17:50:43 GMT jo [8891] * code/trunk (modified) * code/trunk/data/gui/scripts/QuestGUI.lua (modified) * code/trunk/data/levels/fightInOurBack.oxw (modified) * code/trunk/data/levels/includes/weaponSettingsSpacecruiser.oxi (copied) * code/trunk/data/levels/includes/weaponSettingsSwallow.oxi (modified) * code/trunk/data/levels/includes/weaponSettingsTransporter.oxi (modified) * code/trunk/data/levels/lastTeamStanding.oxw (modified) * code/trunk/data/levels/lastTeamStandingII.oxw (modified) * code/trunk/data/levels/missionOne.oxw (copied) * code/trunk/data/levels/planets.oxw (modified) * code/trunk/data/levels/templates/spaceshipSpacecruiser.oxt (copied) * code/trunk/src/modules/notifications/NotificationDispatcher.cc (modified) * code/trunk/src/modules/notifications/NotificationDispatcher.h (modified) * code/trunk/src/modules/overlays/hud/HUDNavigation.cc (modified) * code/trunk/src/modules/overlays/hud/HUDNavigation.h (modified) * code/trunk/src/modules/overlays/hud/HUDRadar.cc (modified) * code/trunk/src/modules/overlays/hud/HUDRadar.h (modified) * code/trunk/src/modules/pickup/PickupSpawner.cc (modified) * code/trunk/src/modules/questsystem/QuestItem.h (modified) * code/trunk/src/modules/questsystem/QuestManager.cc (modified) * code/trunk/src/modules/weapons/projectiles/Rocket.cc (modified) * code/trunk/src/orxonox/LevelManager.cc (modified) * code/trunk/src/orxonox/controllers/AIController.cc (modified) * code/trunk/src/orxonox/controllers/ArtificialController.cc (modified) * code/trunk/src/orxonox/controllers/ArtificialController.h (modified) * code/trunk/src/orxonox/controllers/DroneController.cc (modified) * code/trunk/src/orxonox/controllers/DroneController.h (modified) * code/trunk/src/orxonox/controllers/WaypointController.cc (modified) * code/trunk/src/orxonox/controllers/WaypointController.h (modified) * code/trunk/src/orxonox/infos/PlayerInfo.cc (modified) * code/trunk/src/orxonox/weaponsystem/WeaponSlot.h (modified) * code/trunk/src/orxonox/worldentities/ControllableEntity.cc (modified) * code/trunk/src/orxonox/worldentities/ControllableEntity.h (modified) * code/trunk/src/orxonox/worldentities/pawns/Pawn.cc (modified) * code/trunk/src/orxonox/worldentities/pawns/Pawn.h (modified) * code/trunk/src/orxonox/worldentities/pawns/SpaceShip.cc (modified) Ai and tutorial improvements merged back to the trunk. AI features: ...