# # ChangeLog for code/branches/core5/src/modules/pong # # Generated by Trac 1.0.9 # Sep 17, 2024, 10:30:06 AM Wed, 07 Oct 2009 00:02:15 GMT landauf [5898] * code/branches/core5/data/levels/presentation_pong.oxw (modified) * code/branches/core5/src/modules/pong/Pong.cc (modified) * code/branches/core5/src/modules/pong/PongAI.cc (modified) * code/branches/core5/src/modules/pong/PongAI.h (modified) * code/branches/core5/src/modules/pong/PongBall.cc (modified) * code/branches/core5/src/modules/pong/PongBall.h (modified) * code/branches/core5/src/modules/pong/PongCenterpoint.cc (modified) * code/branches/core5/src/modules/pong/PongCenterpoint.h (modified) Enhanced Pong gametype: It's now possible to accelerate the ball in ... Tue, 06 Oct 2009 11:55:05 GMT landauf [5893] * code/branches/core5/src/libraries/core/EventIncludes.h (modified) * code/branches/core5/src/modules/pong/Pong.cc (modified) Removed ambiguity between the EventName macro and the EventName ... Tue, 06 Oct 2009 07:18:40 GMT rgrieder [5892] * code/branches/core5/src/modules/pong/PongBall.cc (modified) * code/branches/core5/src/modules/pong/PongBall.h (modified) * code/branches/core5/src/orxonox/Level.cc (modified) * code/branches/core5/src/orxonox/Level.h (modified) * code/branches/core5/src/orxonox/gamestates/GSMainMenu.cc (modified) * code/branches/core5/src/orxonox/gamestates/GSMainMenu.h (modified) * code/branches/core5/src/orxonox/items/Engine.cc (modified) * code/branches/core5/src/orxonox/items/Engine.h (modified) * code/branches/core5/src/orxonox/sound/CMakeLists.txt (modified) * code/branches/core5/src/orxonox/sound/SoundMainMenu.cc (deleted) * code/branches/core5/src/orxonox/sound/SoundMainMenu.h (deleted) Removed hard coded sound in Level, Engine and PongBall and replaced ... Tue, 06 Oct 2009 02:57:53 GMT landauf [5889] * code/branches/core5/src/modules/pong/Pong.cc (modified) * code/branches/core5/src/modules/pong/PongBall.cc (modified) Using named events in Pong. Also firing events in PongBall now. Mon, 05 Oct 2009 23:51:56 GMT landauf [5885] * code/branches/core5/src/modules/pong/PongBall.cc (modified) Somehow the code in PongBall was double... simplified this and ... Mon, 05 Oct 2009 16:28:21 GMT rgrieder [5881] * code/branches/core5/src/modules/pong/PongBall.cc (modified) * code/branches/core5/src/modules/pong/PongBall.h (modified) * code/branches/core5/src/orxonox/sound/SoundManager.cc (modified) Fixed sound problem in Pong by correcting the assumptions that you ... Sun, 04 Oct 2009 19:51:14 GMT rgrieder [5874] * code/branches/core5/src/external/bullet/BulletPrecompiledHeaders.h (deleted) * code/branches/core5/src/libraries/tools/ToolsPrecompiledHeaders.h (deleted) * code/branches/core5/src/modules/pong/CMakeLists.txt (modified) * code/branches/core5/src/modules/pong/PongPrecompiledHeaders.h (deleted) Removed obsolete PCH files and created a compilation for pong. Sun, 04 Oct 2009 18:03:26 GMT rgrieder [5873] * code/branches/core5/src/libraries/CMakeLists.txt (modified) * code/branches/core5/src/libraries/core/CMakeLists.txt (modified) * code/branches/core5/src/libraries/network/packet/CMakeLists.txt (modified) * code/branches/core5/src/libraries/tools/CMakeLists.txt (modified) * code/branches/core5/src/libraries/util/CMakeLists.txt (modified) * code/branches/core5/src/modules/pong/CMakeLists.txt (modified) * code/branches/core5/src/orxonox/CMakeLists.txt (modified) * code/branches/core5/src/orxonox/graphics/CMakeLists.txt (modified) * code/branches/core5/src/orxonox/overlays/CMakeLists.txt (modified) Added a few more compilations in our own libraries. Also fixed a bug ... Fri, 02 Oct 2009 09:41:00 GMT rgrieder [5858] * code/branches/core5/src/libraries/core/BaseObject.cc (modified) * code/branches/core5/src/libraries/core/CorePrereqs.h (modified) * code/branches/core5/src/libraries/core/XMLPort.h (modified) * code/branches/core5/src/libraries/network/NetworkPrereqs.h (modified) * code/branches/core5/src/libraries/tools/ToolsPrereqs.h (modified) * code/branches/core5/src/libraries/util/Scope.h (modified) * code/branches/core5/src/libraries/util/UtilPrereqs.h (modified) * code/branches/core5/src/modules/objects/ObjectsPrereqs.h (modified) * code/branches/core5/src/modules/overlays/OverlaysPrereqs.h (modified) * code/branches/core5/src/modules/pong/PongPrereqs.h (modified) * code/branches/core5/src/modules/questsystem/QuestsystemPrereqs.h (modified) * code/branches/core5/src/modules/weapons/WeaponsPrereqs.h (modified) * code/branches/core5/src/orxonox/OrxonoxPrereqs.h (modified) * code/branches/core5/src/orxonox/graphics/ParticleEmitter.h (modified) * code/branches/core5/src/orxonox/interfaces/NotificationListener.h (modified) * code/branches/core5/src/orxonox/interfaces/RadarViewable.h (modified) Cleanup in *Prereqs.h files - Removed forward declarations to ... Mon, 28 Sep 2009 20:48:47 GMT landauf [5831] * code/branches/core5/src/libraries/tools/Timer.cc (modified) * code/branches/core5/src/libraries/tools/Timer.h (modified) * code/branches/core5/src/libraries/tools/ToolsPrereqs.h (modified) * code/branches/core5/src/modules/gamestates/GSRoot.cc (modified) * code/branches/core5/src/modules/overlays/FadeoutText.cc (modified) * code/branches/core5/src/modules/overlays/FadeoutText.h (modified) * code/branches/core5/src/modules/overlays/hud/ChatOverlay.cc (modified) * code/branches/core5/src/modules/overlays/hud/UnderAttackHealthBar.cc (modified) * code/branches/core5/src/modules/overlays/hud/UnderAttackHealthBar.h (modified) * code/branches/core5/src/modules/pong/Pong.cc (modified) * code/branches/core5/src/modules/pong/Pong.h (modified) * code/branches/core5/src/modules/pong/PongAI.cc (modified) * code/branches/core5/src/modules/pong/PongAI.h (modified) * code/branches/core5/src/modules/weapons/MuzzleFlash.cc (modified) * code/branches/core5/src/modules/weapons/MuzzleFlash.h (modified) * code/branches/core5/src/modules/weapons/munitions/ReplenishingMunition.cc (modified) * code/branches/core5/src/modules/weapons/munitions/ReplenishingMunition.h (modified) * code/branches/core5/src/modules/weapons/projectiles/LightningGunProjectile.cc (modified) * code/branches/core5/src/modules/weapons/projectiles/LightningGunProjectile.h (modified) * code/branches/core5/src/modules/weapons/projectiles/Projectile.cc (modified) * code/branches/core5/src/modules/weapons/projectiles/Projectile.h (modified) * code/branches/core5/src/modules/weapons/weaponmodes/EnergyDrink.cc (modified) * code/branches/core5/src/modules/weapons/weaponmodes/EnergyDrink.h (modified) * code/branches/core5/src/modules/weapons/weaponmodes/HsW01.cc (modified) * code/branches/core5/src/modules/weapons/weaponmodes/HsW01.h (modified) * code/branches/core5/src/orxonox/controllers/AIController.cc (modified) * code/branches/core5/src/orxonox/controllers/AIController.h (modified) * code/branches/core5/src/orxonox/controllers/WaypointPatrolController.cc (modified) * code/branches/core5/src/orxonox/controllers/WaypointPatrolController.h (modified) * code/branches/core5/src/orxonox/gametypes/TeamBaseMatch.cc (modified) * code/branches/core5/src/orxonox/gametypes/TeamBaseMatch.h (modified) * code/branches/core5/src/orxonox/graphics/FadingBillboard.cc (modified) * code/branches/core5/src/orxonox/graphics/FadingBillboard.h (modified) * code/branches/core5/src/orxonox/graphics/ParticleSpawner.cc (modified) * code/branches/core5/src/orxonox/graphics/ParticleSpawner.h (modified) * code/branches/core5/src/orxonox/pickup/DroppedItem.cc (modified) * code/branches/core5/src/orxonox/pickup/DroppedItem.h (modified) * code/branches/core5/src/orxonox/pickup/ModifierPickup.cc (modified) * code/branches/core5/src/orxonox/pickup/ModifierPickup.h (modified) * code/branches/core5/src/orxonox/pickup/PickupSpawner.cc (modified) * code/branches/core5/src/orxonox/pickup/PickupSpawner.h (modified) * code/branches/core5/src/orxonox/weaponsystem/Munition.cc (modified) * code/branches/core5/src/orxonox/weaponsystem/Munition.h (modified) * code/branches/core5/src/orxonox/weaponsystem/Weapon.cc (modified) * code/branches/core5/src/orxonox/weaponsystem/Weapon.h (modified) * code/branches/core5/src/orxonox/weaponsystem/WeaponMode.cc (modified) * code/branches/core5/src/orxonox/weaponsystem/WeaponMode.h (modified) * code/branches/core5/src/orxonox/worldentities/BigExplosion.cc (modified) * code/branches/core5/src/orxonox/worldentities/BigExplosion.h (modified) * code/branches/core5/src/orxonox/worldentities/ExplosionChunk.cc (modified) * code/branches/core5/src/orxonox/worldentities/ExplosionChunk.h (modified) * code/branches/core5/src/orxonox/worldentities/MovableEntity.cc (modified) * code/branches/core5/src/orxonox/worldentities/MovableEntity.h (modified) Realized Timer doesn't have to be a template, hence merged TimerBase, ... Sun, 27 Sep 2009 02:13:13 GMT landauf [5806] * code/branches/core5/src/libraries/core/BaseObject.h (modified) * code/branches/core5/src/modules/gamestates/GSLevel.cc (modified) * code/branches/core5/src/modules/objects/triggers/CheckPoint.cc (modified) * code/branches/core5/src/modules/overlays/hud/TeamBaseMatchScore.cc (modified) * code/branches/core5/src/modules/overlays/hud/UnderAttackHealthBar.cc (modified) * code/branches/core5/src/modules/pong/Pong.cc (modified) * code/branches/core5/src/modules/pong/PongCenterpoint.cc (modified) * code/branches/core5/src/modules/pong/PongScore.cc (modified) * code/branches/core5/src/orxonox/gametypes/Asteroids.cc (modified) * code/branches/core5/src/orxonox/gametypes/Gametype.cc (modified) * code/branches/core5/src/orxonox/gametypes/Gametype.h (modified) * code/branches/core5/src/orxonox/gametypes/TeamBaseMatch.cc (modified) * code/branches/core5/src/orxonox/gametypes/UnderAttack.cc (modified) * code/branches/core5/src/orxonox/infos/HumanPlayer.cc (modified) * code/branches/core5/src/orxonox/worldentities/pawns/Destroyer.cc (modified) * code/branches/core5/src/orxonox/worldentities/pawns/TeamBaseMatchBase.cc (modified) - The gametype pointer in BaseObject is now also a SmartPtr - The ... Sat, 26 Sep 2009 20:21:26 GMT landauf [5800] * code/branches/core5/src/modules/objects/eventsystem/EventDispatcher.cc (modified) * code/branches/core5/src/modules/overlays/hud/HUDHealthBar.cc (modified) * code/branches/core5/src/modules/overlays/hud/UnderAttackHealthBar.cc (modified) * code/branches/core5/src/modules/overlays/stats/CreateLines.cc (modified) * code/branches/core5/src/modules/pong/Pong.cc (modified) * code/branches/core5/src/modules/pong/PongAI.cc (modified) * code/branches/core5/src/modules/questsystem/QuestGUI.cc (modified) * code/branches/core5/src/modules/questsystem/QuestManager.cc (modified) * code/branches/core5/src/modules/questsystem/notifications/NotificationQueue.cc (modified) * code/branches/core5/src/modules/weapons/projectiles/ParticleProjectile.cc (modified) * code/branches/core5/src/modules/weapons/projectiles/Projectile.cc (modified) replaced delete with destroy() in modules Wed, 23 Sep 2009 18:43:45 GMT landauf [5768] * code/branches/core5 (copied) created new core branch to work on smart pointers and some other ... Sat, 19 Sep 2009 22:10:34 GMT rgrieder [5749] * code/trunk/src/external/bullet/BulletPrecompiledHeaders.h (added) * code/trunk/src/external/bullet/CMakeLists.txt (modified) * code/trunk/src/libraries/core/CorePrecompiledHeaders.h (modified) * code/trunk/src/libraries/network/ClientConnection.cc (modified) * code/trunk/src/libraries/network/ClientInformation.cc (modified) * code/trunk/src/libraries/network/Connection.cc (modified) * code/trunk/src/libraries/network/NetworkPrecompiledHeaders.h (modified) * code/trunk/src/libraries/network/Server.cc (modified) * code/trunk/src/libraries/network/ServerConnection.cc (modified) * code/trunk/src/libraries/network/packet/Packet.cc (modified) * code/trunk/src/libraries/tools/CMakeLists.txt (modified) * code/trunk/src/libraries/tools/ToolsPrecompiledHeaders.h (added) * code/trunk/src/libraries/util/CMakeLists.txt (modified) * code/trunk/src/modules/gamestates/CMakeLists.txt (modified) * code/trunk/src/modules/gamestates/GameStatesPrecompiledHeaders.h (added) * code/trunk/src/modules/objects/CMakeLists.txt (modified) * code/trunk/src/modules/objects/ObjectsPrecompiledHeaders.h (added) * code/trunk/src/modules/overlays/CMakeLists.txt (modified) * code/trunk/src/modules/overlays/OverlaysPrecompiledHeaders.h (added) * code/trunk/src/modules/pong/CMakeLists.txt (modified) * code/trunk/src/modules/pong/PongPrecompiledHeaders.h (added) * code/trunk/src/modules/questsystem/CMakeLists.txt (modified) * code/trunk/src/modules/questsystem/QuestsystemPrecompiledHeaders.h (added) * code/trunk/src/modules/weapons/CMakeLists.txt (modified) * code/trunk/src/modules/weapons/WeaponsPrecompiledHeaders.h (added) * code/trunk/src/orxonox/OrxonoxPrecompiledHeaders.h (modified) Sorted out header file finding issues and updated/added precompiled ...