tbftss/src/battle
Steve 77da136e75 Time limit warning for challenges. 2016-04-03 14:04:56 +01:00
..
ai.c Only deploy mines if you're moving. 2016-04-01 17:02:56 +01:00
ai.h Allow AI to drop mines. 2016-04-01 14:19:03 +01:00
battle.c Time limit warning for challenges. 2016-04-03 14:04:56 +01:00
battle.h Removed script-based spawner. Redundant. 2016-03-14 11:28:01 +00:00
bullets.c Added killedBy, for easier stat counting. 2016-04-03 08:37:31 +01:00
bullets.h Don't use quadtree for drawing. 2016-04-02 16:37:49 +01:00
capitalShips.c Capital ship bug fixes. 2016-04-02 10:47:44 +01:00
capitalShips.h Moved entity loading code out of mission.c, and into appropriate c files. 2016-03-17 08:11:52 +00:00
debris.c Don't use quadtree for drawing. 2016-04-02 16:37:49 +01:00
debris.h Misc clean up. 2016-04-02 16:38:26 +01:00
effects.c Don't use quadtree for drawing. 2016-04-02 16:37:49 +01:00
effects.h Don't use quadtree for drawing. 2016-04-02 16:37:49 +01:00
entities.c Entity drawing bug fix. 2016-04-03 08:37:45 +01:00
entities.h Misc clean up. 2016-04-02 16:38:26 +01:00
fighters.c Added killedBy, for easier stat counting. 2016-04-03 08:37:31 +01:00
fighters.h Moved entity loading code out of mission.c, and into appropriate c files. 2016-03-17 08:11:52 +00:00
hud.c Time limit warning for challenges. 2016-04-03 14:04:56 +01:00
hud.h Use EF_DISABLED for jumpgates, rather than systemPower. 2016-03-12 12:35:05 +00:00
items.c Moved entity loading code out of mission.c, and into appropriate c files. 2016-03-17 08:11:52 +00:00
items.h Moved entity loading code out of mission.c, and into appropriate c files. 2016-03-17 08:11:52 +00:00
jumpgate.c Set width and height of entities in spawn functions. 2016-04-01 14:20:47 +01:00
jumpgate.h Draw jumpgate portal in jumpgate.c. Use systemPower instead of ALIVE_SLEEPING to determine status. 2016-03-08 14:28:11 +00:00
locations.c Moved entity loading code out of mission.c, and into appropriate c files. 2016-03-17 08:11:52 +00:00
locations.h Moved entity loading code out of mission.c, and into appropriate c files. 2016-03-17 08:11:52 +00:00
messageBox.c Updated copyright dates. 2016-02-21 15:50:27 +00:00
messageBox.h Updated copyright dates. 2016-02-21 15:50:27 +00:00
mine.c Added killedBy, for easier stat counting. 2016-04-03 08:37:31 +01:00
mine.h Added killedBy, for easier stat counting. 2016-04-03 08:37:31 +01:00
missionInfo.c Added ability to hide objective numbers. 2016-03-16 19:24:41 +00:00
missionInfo.h Challenge integration updates. 2016-02-28 13:02:57 +00:00
objectives.c Show number of conditions on HUD, as well as objectives. 2016-03-29 07:19:39 +01:00
objectives.h Moved entity loading code out of mission.c, and into appropriate c files. 2016-03-17 08:11:52 +00:00
player.c Allow challenges to be completed even if the player is killed. 2016-04-02 09:37:39 +01:00
player.h Use CONTROL_NEXT_FIGHTER / CONTROL_PREV_FIGHTER to select fighters during epic missions. 2016-03-27 08:55:58 +01:00
quadtree.c Memory leak fixes. 2016-03-10 22:47:33 +00:00
quadtree.h Added array resize function (not using realloc because it doesn't zero the new array). 2016-03-05 23:56:21 +00:00
radar.c Show mines on radar as white. 2016-04-01 14:20:03 +01:00
radar.h i18n updates. Not optimised. That will come later. 2016-02-27 19:16:17 +00:00
rope.c Don't allow tugs to take ownership of something that is already owned. 2016-03-28 10:39:52 +01:00
rope.h i18n updates. 2016-02-28 13:45:17 +00:00
script.c Allow script to activate spawners. 2016-03-16 06:53:49 +00:00
script.h Allow script to activate spawners. 2016-03-16 06:53:49 +00:00
spawners.c In epic battles, spawned in entities (such as swarmers) don't count towards the epicLimit. 2016-03-27 08:55:25 +01:00
spawners.h Moved entity loading code out of mission.c, and into appropriate c files. 2016-03-17 08:11:52 +00:00
starfield.c Updated copyright dates. 2016-02-21 15:50:27 +00:00
starfield.h Updated copyright dates. 2016-02-21 15:50:27 +00:00
waypoints.c Set width and height of entities in spawn functions. 2016-04-01 14:20:47 +01:00
waypoints.h i18n updates. 2016-02-28 13:45:17 +00:00