starfighter/src
Layla Marchant 1a4e2ea71e Removed some weird, pointless code for when Kline is disabled.
The code caused Kline's systemPower to be restored to full when
disabled. This would have had no effect on the code; the systemPower
variable is only used to add the FL_DISABLED flag when it reaches
0, and restoring systemPower has no effect on this. This might have
been an attempt to make it impossible to disable Kline, but it
wouldn't have worked that way (it might simply not have been noticed
because disabling Kline would take a ridiculous amount of time and
is unlikely to happen without conscious effort).
2020-05-26 16:34:44 -04:00
..
Makefile.am Reorganized the Mac stuff. 2020-03-12 16:01:13 -04:00
Starfighter.c Changed default difficulty from Normal to Easy. 2020-05-26 12:44:30 -04:00
alien.c Removed some weird, pointless code for when Kline is disabled. 2020-05-26 16:34:44 -04:00
alien.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
audio.c Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
audio.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
bullet.c Added a super-easy difficulty. 2020-05-26 15:51:04 -04:00
bullet.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
cargo.c Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
cargo.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
collectable.c Allow grinding in super-easy mode. 2020-05-26 16:33:22 -04:00
collectable.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
colors.c Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
colors.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
cutscene.c Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
cutscene.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
defs.c Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
defs.h Added a super-easy difficulty. 2020-05-26 15:51:04 -04:00
engine.c Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
engine.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
event.c Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
event.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
explosion.c Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
explosion.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
game.c Added a super-easy difficulty. 2020-05-26 15:51:04 -04:00
game.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
gfx.c Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
gfx.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
info.c Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
info.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
intermission.c Added a super-easy difficulty. 2020-05-26 15:51:04 -04:00
intermission.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
mission.c Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
mission.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
player.c Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
player.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
radio.c Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
radio.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
renderer.c Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
renderer.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
save.c Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
save.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
screen.c Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
screen.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
ship.c Added a super-easy difficulty. 2020-05-26 15:51:04 -04:00
ship.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
shop.c Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
shop.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
structs.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
title.c Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
title.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
weapons.c Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
weapons.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
window.c Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00
window.h Fixed the warp escape delay bug. 2020-05-23 21:10:45 -04:00