# # ChangeLog for code/branches/campaignHS15/data/levels # # Generated by Trac 1.0.9 # Nov 22, 2024, 10:14:31 AM Sun, 25 Oct 2015 10:13:49 GMT paulsc [10690] * code/branches/campaignHS15/data/levels/Campaign1.oxw (modified) Replaced shuttle Waypoints with Billboards and started work on ... Sat, 24 Oct 2015 23:26:44 GMT paulsc [10689] * code/branches/campaignHS15/data/levels/Campaign1.oxw (modified) Made further improvements to events and quests. Some things need ... Sat, 24 Oct 2015 16:37:29 GMT paulsc [10684] * code/branches/campaignHS15/data/levels/Campaign1.oxw (modified) Started work on narrative notifications Sat, 24 Oct 2015 16:15:03 GMT paulsc [10683] * code/branches/campaignHS15/data/levels/Campaign1.oxw (modified) Added Station C, started work on events. Wed, 21 Oct 2015 14:48:52 GMT bhatiab [10680] * code/branches/campaignHS15/data/levels/Campaign1.oxw (modified) Fixed Coordinates Mon, 19 Oct 2015 20:30:27 GMT paulsc [10676] * code/branches/campaignHS15/data/levels/Campaign1.oxw (modified) Uniformized formatting, partially automatically. The rules are now ... Mon, 19 Oct 2015 20:07:28 GMT paulsc [10674] * code/branches/campaignHS15/data/levels/Campaign1.oxw (modified) Added enemy WaypointPatrolController with Attacher waypoint Mon, 19 Oct 2015 13:47:08 GMT bhatiab [10667] * code/branches/campaignHS15/data/levels/Campaign1.oxw (modified) Added Waypoints for Transporter - Coordinates for A, B and the ... Mon, 19 Oct 2015 13:26:21 GMT bhatiab [10666] * code/branches/campaignHS15/data/levels/Campaign1.oxw (modified) Added General Level-structure. Mon, 19 Oct 2015 13:08:34 GMT paulsc [10663] * code/branches/campaignHS15/data/levels/Campaign1.oxw (modified) Added quest structure, spawn trigger and comment sections Mon, 12 Oct 2015 16:40:48 GMT paulsc [10649] * code/branches/campaignHS15/data/levels/Campaign1.oxw (modified) Added waypoint-transporter and music Mon, 12 Oct 2015 13:14:46 GMT bhatiab [10645] * code/branches/campaignHS15/data/levels/Campaign1.oxw (modified) Added Transporter to level... Mon, 12 Oct 2015 12:27:16 GMT paulsc [10642] * code/branches/campaignHS15/data/levels/Campaign1.oxw (added) First campaing level added Mon, 12 Oct 2015 12:20:29 GMT fvultier [10639] * code/branches/campaignHS15 (copied) New branch for PPS Sat, 10 Oct 2015 14:34:26 GMT fvultier [10629] * code/trunk/data/levels/emptyLevel.oxw (modified) * code/trunk/data/levels/includes/weaponSettingsRing.oxi (modified) * code/trunk/data/levels/includes/weaponSettingsSwallow.oxi (modified) * code/trunk/data/levels/jump.oxw (modified) * code/trunk/data/levels/templates/enemytowerdefense.oxt (deleted) * code/trunk/data/levels/towerDefense.oxw (modified) * code/trunk/src/modules/towerdefense/CMakeLists.txt (modified) * code/trunk/src/modules/towerdefense/TDCoordinate.cc (modified) * code/trunk/src/modules/towerdefense/TDCoordinate.h (modified) * code/trunk/src/modules/towerdefense/TDEnemy.h (deleted) * code/trunk/src/modules/towerdefense/TowerDefense.cc (modified) * code/trunk/src/modules/towerdefense/TowerDefense.h (modified) * code/trunk/src/modules/towerdefense/TowerDefenseCenterpoint.cc (modified) * code/trunk/src/modules/towerdefense/TowerDefenseCenterpoint.h (modified) * code/trunk/src/modules/towerdefense/TowerDefenseController.cc (deleted) * code/trunk/src/modules/towerdefense/TowerDefenseController.h (deleted) * code/trunk/src/modules/towerdefense/TowerDefenseEnemy.cc (modified) * code/trunk/src/modules/towerdefense/TowerDefenseEnemy.h (modified) * code/trunk/src/modules/towerdefense/TowerDefenseField.cc (added) * code/trunk/src/modules/towerdefense/TowerDefenseField.h (added) * code/trunk/src/modules/towerdefense/TowerDefenseHUDController.cc (modified) * code/trunk/src/modules/towerdefense/TowerDefenseSelecter.cc (modified) * code/trunk/src/modules/towerdefense/TowerDefenseSelecter.h (modified) * code/trunk/src/modules/towerdefense/TowerDefenseTower.cc (modified) * code/trunk/src/modules/towerdefense/TowerDefenseTower.h (modified) * code/trunk/src/modules/weapons/CMakeLists.txt (modified) * code/trunk/src/modules/weapons/IceGunFreezer.cc (added) * code/trunk/src/modules/weapons/IceGunFreezer.h (added) * code/trunk/src/modules/weapons/munitions/CMakeLists.txt (modified) * code/trunk/src/modules/weapons/munitions/IceMunition.cc (added) * code/trunk/src/modules/weapons/munitions/IceMunition.h (added) * code/trunk/src/modules/weapons/munitions/SplitMunition.cc (added) * code/trunk/src/modules/weapons/munitions/SplitMunition.h (added) * code/trunk/src/modules/weapons/projectiles/BillboardProjectile.cc (modified) * code/trunk/src/modules/weapons/projectiles/BillboardProjectile.h (modified) * code/trunk/src/modules/weapons/projectiles/CMakeLists.txt (modified) * code/trunk/src/modules/weapons/projectiles/IceGunProjectile.cc (added) * code/trunk/src/modules/weapons/projectiles/IceGunProjectile.h (added) * code/trunk/src/modules/weapons/projectiles/Projectile.cc (modified) * code/trunk/src/modules/weapons/projectiles/Projectile.h (modified) * code/trunk/src/modules/weapons/projectiles/SplitGunProjectile.cc (added) * code/trunk/src/modules/weapons/projectiles/SplitGunProjectile.h (added) * code/trunk/src/modules/weapons/weaponmodes/CMakeLists.txt (modified) * code/trunk/src/modules/weapons/weaponmodes/IceGun.cc (added) * code/trunk/src/modules/weapons/weaponmodes/IceGun.h (added) * code/trunk/src/modules/weapons/weaponmodes/SplitGun.cc (added) * code/trunk/src/modules/weapons/weaponmodes/SplitGun.h (added) Merged towerdefenseFabien branch back to trunk. The towerdefense ...