# # ChangeLog for code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/CMakeLists.txt # # Generated by Trac 1.0.9 # Jun 1, 2024, 3:50:29 PM Thu, 28 Mar 2019 14:35:22 GMT pomselj [12254] * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/BallGun (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/BallGun/BallGun.cc (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/BallGun/BallGun.h (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/BallGun/BallGunShooter.cc (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/BallGun/BallGunShooter.h (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/BallGun/BallMunition.cc (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/BallGun/BallMunition.h (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/BallGun/BallProjectile.cc (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/BallGun/BallProjectile.h (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/CMakeLists.txt (modified) Added Folder BallGun, in it are the BallGun Files, the files are not ... Thu, 28 Mar 2019 13:41:12 GMT ahuwyler [12250] * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/CMakeLists.txt (modified) Orxoblox got its Stones! Thu, 21 Mar 2019 13:19:16 GMT ahuwyler [12212] * code/branches/OrxoBlox_FS19/data/tcl/orxokart_highscores.txt (modified) * code/branches/OrxoBlox_FS19/src/modules/CMakeLists.txt (modified) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/CMakeLists.txt (modified) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc (modified) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.h (modified) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxBall.cc (modified) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxBall.h (modified) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxPrereqs.h (modified) A new Game is born Thu, 14 Mar 2019 15:01:59 GMT pomselj [12210] * code/branches/OrxoBlox_FS19/data/levels/OrxoBlox.oxw (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/CMakeLists.txt (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.cc (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBlox.h (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxBall.cc (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxBall.h (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/OrxoBloxPrereqs.h (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/PongAI.cc (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/PongAI.h (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/PongBat.cc (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/PongBat.h (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/PongBot.cc (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/PongBot.h (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/PongCenterpoint.cc (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/PongCenterpoint.h (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/PongScore.cc (added) * code/branches/OrxoBlox_FS19/src/modules/OrxoBlox/PongScore.h (added) created a folder for our module and started implementing the ball class