starfighter/src
onpon4 e258921987 Moved all "script" files to C code.
I'm going to do this for all of the stuff in the "data" directory.
It was obviously an attempt to make Starfighter more flexible
somehow, but it fails at that entirely. More importantly, these
things are both unreadable and easy to make mistakes on. Simple
C code is much easier to read.

The only disadvantage is that recompiling is now needed to change
the "scripts", but considering that they had hidden limits and
no one was making custom missions to begin with, I don't consider
this to be a real loss.
2016-01-02 22:37:44 -05:00
..
Starfighter.cpp More cleanup. 2016-01-02 16:59:48 -05:00
Starfighter.h Moved all "script" files to C code. 2016-01-02 22:37:44 -05:00
alien.cpp More cleanup. 2016-01-02 16:59:48 -05:00
alien.h More cleanup. 2016-01-02 16:59:48 -05:00
audio.cpp More cleanup. 2016-01-02 16:59:48 -05:00
audio.h More cleanup. 2016-01-02 16:59:48 -05:00
bullet.cpp More cleanup. 2016-01-02 16:59:48 -05:00
bullet.h More cleanup. 2016-01-02 16:59:48 -05:00
cargo.cpp More cleanup. 2016-01-02 16:59:48 -05:00
cargo.h More cleanup. 2016-01-02 16:59:48 -05:00
collectable.cpp More cleanup. 2016-01-02 16:59:48 -05:00
collectable.h More cleanup. 2016-01-02 16:59:48 -05:00
colors.cpp More cleanup. 2016-01-02 16:59:48 -05:00
colors.h More cleanup. 2016-01-02 16:59:48 -05:00
defs.h More cleanup. 2016-01-02 17:37:19 -05:00
engine.cpp More cleanup. 2016-01-02 16:59:48 -05:00
engine.h More cleanup. 2016-01-02 17:37:19 -05:00
event.cpp Moved all "script" files to C code. 2016-01-02 22:37:44 -05:00
event.h Moved all "script" files to C code. 2016-01-02 22:37:44 -05:00
explosion.cpp More cleanup. 2016-01-02 16:59:48 -05:00
explosion.h More cleanup. 2016-01-02 16:59:48 -05:00
game.cpp Moved all "script" files to C code. 2016-01-02 22:37:44 -05:00
game.h More cleanup. 2016-01-02 16:59:48 -05:00
gfx.cpp More cleanup. 2016-01-02 16:59:48 -05:00
gfx.h More cleanup. 2016-01-02 16:59:48 -05:00
intermission.cpp More cleanup. 2016-01-02 16:59:48 -05:00
intermission.h More cleanup. 2016-01-02 16:59:48 -05:00
loadSave.cpp More cleanup. 2016-01-02 16:59:48 -05:00
loadSave.h More cleanup. 2016-01-02 16:59:48 -05:00
messages.cpp More cleanup. 2016-01-02 16:59:48 -05:00
messages.h More cleanup. 2016-01-02 16:59:48 -05:00
misc.cpp More cleanup. 2016-01-02 16:59:48 -05:00
misc.h More cleanup. 2016-01-02 16:59:48 -05:00
missions.cpp Moved all "script" files to C code. 2016-01-02 22:37:44 -05:00
missions.h More cleanup. 2016-01-02 16:59:48 -05:00
player.cpp More cleanup. 2016-01-02 16:59:48 -05:00
player.h More cleanup. 2016-01-02 16:59:48 -05:00
renderer.cpp More cleanup. 2016-01-02 16:59:48 -05:00
renderer.h More cleanup. 2016-01-02 16:59:48 -05:00
resources.cpp More cleanup. 2016-01-02 16:59:48 -05:00
resources.h More cleanup. 2016-01-02 16:59:48 -05:00
screen.cpp More cleanup. 2016-01-02 16:59:48 -05:00
screen.h More cleanup. 2016-01-02 16:59:48 -05:00
script.cpp Moved all "script" files to C code. 2016-01-02 22:37:44 -05:00
script.h Moved all "script" files to C code. 2016-01-02 22:37:44 -05:00
ship.cpp More cleanup. 2016-01-02 16:59:48 -05:00
ship.h More cleanup. 2016-01-02 16:59:48 -05:00
shop.cpp More cleanup. 2016-01-02 16:59:48 -05:00
shop.h More cleanup. 2016-01-02 16:59:48 -05:00
structs.h Moved all "script" files to C code. 2016-01-02 22:37:44 -05:00
title.cpp More cleanup. 2016-01-02 16:59:48 -05:00
title.h More cleanup. 2016-01-02 16:59:48 -05:00
weapons.cpp More cleanup. 2016-01-02 16:59:48 -05:00
weapons.h More cleanup. 2016-01-02 16:59:48 -05:00
window.cpp More cleanup. 2016-01-02 16:59:48 -05:00
window.h More cleanup. 2016-01-02 16:59:48 -05:00