tbftss/src/battle
Steve f667137521 Added w and h variables for to entity and bullet, for use with grid and colliison detection. 2015-11-02 07:57:33 +00:00
..
ai.c Prevent fighters from magically coming back to life if their target is kill while they are also dying. 2015-11-01 11:37:12 +00:00
ai.h Allow enemies to fire missiles. 2015-10-30 21:55:01 +00:00
battle.c Start of Grid. 2015-11-01 22:19:39 +00:00
battle.h Start of Grid. 2015-11-01 22:19:39 +00:00
bullets.c Added w and h variables for to entity and bullet, for use with grid and colliison detection. 2015-11-02 07:57:33 +00:00
bullets.h Removed Fighter struct and replaced with Entity. 2015-10-26 19:16:12 +00:00
challenges.c Improved stats processing. Added pages to stats screen. 2015-10-25 00:01:46 +01:00
challenges.h Removed Fighter struct and replaced with Entity. 2015-10-26 19:16:12 +00:00
effects.c Implemented camera, to aid fighter switching. Added prompts for switching fighters, when current one is destroyed. 2015-10-31 23:09:43 +00:00
effects.h Removed Fighter struct and replaced with Entity. 2015-10-26 19:16:12 +00:00
entities.c Active unit count as health > 0. 2015-11-01 13:35:35 +00:00
entities.h Added 'combined guns' to allow for weapons to be fired together. 2015-10-29 10:14:21 +00:00
fighterDefs.c Added w and h variables for to entity and bullet, for use with grid and colliison detection. 2015-11-02 07:57:33 +00:00
fighterDefs.h Initial check in to GitHub. 2015-10-20 12:51:49 +01:00
fighters.c Prevent fighters from magically coming back to life if their target is kill while they are also dying. 2015-11-01 11:37:12 +00:00
fighters.h Updates to Mission Target logic. Tidying up of entity.c 2015-10-27 07:24:17 +00:00
grid.c Start of Grid. 2015-11-01 22:19:39 +00:00
grid.h Start of Grid. 2015-11-01 22:19:39 +00:00
hud.c Show def name of fighter, and display left and right arrows when selecting a new fighter. 2015-11-01 12:30:16 +00:00
hud.h Show def name of fighter, and display left and right arrows when selecting a new fighter. 2015-11-01 12:30:16 +00:00
missionInfo.c Integrated triggers. 2015-10-29 11:08:47 +00:00
missionInfo.h Initial check in to GitHub. 2015-10-20 12:51:49 +01:00
objectives.c Integrated triggers. 2015-10-29 11:08:47 +00:00
objectives.h Start of waypoints. 2015-10-26 17:27:43 +00:00
player.c Prevent player from pressing return to change to a dead fighter (i.e. - the current one). 2015-11-01 12:31:26 +00:00
player.h Allow player to switch fighters upon death, during an epic battle. 2015-10-31 10:00:46 +00:00
radar.c Integrated waypoints into objective system. 2015-10-28 19:12:58 +00:00
radar.h Removed Fighter struct and replaced with Entity. 2015-10-26 19:16:12 +00:00
starfield.c Initial check in to GitHub. 2015-10-20 12:51:49 +01:00
starfield.h Initial check in to GitHub. 2015-10-20 12:51:49 +01:00
triggers.c Allow enemies to flee. 2015-10-29 16:18:41 +00:00
triggers.h Integrated triggers. 2015-10-29 11:08:47 +00:00
waypoints.c Player will always be on the side of the Allies. 2015-10-31 08:03:11 +00:00
waypoints.h Integrated waypoints into objective system. 2015-10-28 19:12:58 +00:00