.. |
Makefile.am
|
Revert "Converted to C... tried and failed to convert Autoconf."
|
2019-05-20 01:56:16 -04:00 |
Starfighter.cpp
|
Revert "Converted to C... tried and failed to convert Autoconf."
|
2019-05-20 01:56:16 -04:00 |
alien.cpp
|
Made Classic difficulty almost exactly like the original.
|
2019-05-21 13:17:07 -04:00 |
alien.h
|
More cleanup.
|
2016-11-25 18:21:31 -05:00 |
audio.cpp
|
Revert "Converted to C... tried and failed to convert Autoconf."
|
2019-05-20 01:56:16 -04:00 |
audio.h
|
More cleanup.
|
2016-11-25 18:21:31 -05:00 |
bullet.cpp
|
Revert "Converted to C... tried and failed to convert Autoconf."
|
2019-05-20 01:56:16 -04:00 |
bullet.h
|
More cleanup.
|
2016-11-25 18:21:31 -05:00 |
cargo.cpp
|
Revert "Converted to C... tried and failed to convert Autoconf."
|
2019-05-20 01:56:16 -04:00 |
cargo.h
|
More cleanup.
|
2016-11-25 18:21:31 -05:00 |
collectable.cpp
|
Removed prevention of useless plasma in Classic difficulty.
|
2019-05-21 13:28:09 -04:00 |
collectable.h
|
Moved most structs to the modules they obviously belong to.
|
2016-11-25 18:35:25 -05:00 |
colors.cpp
|
Revert "Converted to C... tried and failed to convert Autoconf."
|
2019-05-20 01:56:16 -04:00 |
colors.h
|
More cleanup.
|
2016-11-25 18:21:31 -05:00 |
cutscene.cpp
|
Revert "Converted to C... tried and failed to convert Autoconf."
|
2019-05-20 01:56:16 -04:00 |
cutscene.h
|
More cleanup.
|
2016-11-25 18:21:31 -05:00 |
defs.h
|
Added difficulty indicator to the status screen.
|
2019-05-21 18:36:45 -04:00 |
engine.cpp
|
Changed screenWidth and screenHeight to #defines.
|
2019-05-20 11:25:05 -04:00 |
engine.h
|
Converted some new and delete calls to malloc and free.
|
2019-05-19 13:40:50 -04:00 |
event.cpp
|
Converted consts to #define calls.
|
2019-05-21 01:51:39 -04:00 |
event.h
|
More cleanup.
|
2016-11-25 18:21:31 -05:00 |
explosion.cpp
|
Revert "Converted to C... tried and failed to convert Autoconf."
|
2019-05-20 01:56:16 -04:00 |
explosion.h
|
More cleanup.
|
2016-11-25 18:21:31 -05:00 |
game.cpp
|
Removed the camera fix for Classic difficulty.
|
2019-05-21 13:35:38 -04:00 |
game.h
|
More work on relativizing positions.
|
2016-11-26 01:34:54 -05:00 |
gfx.cpp
|
Revert "Converted to C... tried and failed to convert Autoconf."
|
2019-05-20 01:56:16 -04:00 |
gfx.h
|
Replaced the crappy "drawLine" function with SDL_FillRect.
|
2017-01-28 00:56:31 -05:00 |
info.cpp
|
Revert "Converted to C... tried and failed to convert Autoconf."
|
2019-05-20 01:56:16 -04:00 |
info.h
|
More cleanup.
|
2016-11-25 18:21:31 -05:00 |
intermission.cpp
|
Added difficulty indicator to the status screen.
|
2019-05-21 18:36:45 -04:00 |
intermission.h
|
Converted consts to #define calls.
|
2019-05-21 01:51:39 -04:00 |
mission.cpp
|
Moved some variable declarations to top of function.
|
2019-05-21 02:09:26 -04:00 |
mission.h
|
Moved most structs to the modules they obviously belong to.
|
2016-11-25 18:35:25 -05:00 |
player.cpp
|
Moved some variable declarations to top of function.
|
2019-05-21 02:09:26 -04:00 |
player.h
|
Improved damaged nerfing
|
2019-05-11 02:15:36 -04:00 |
radio.cpp
|
Revert "Converted to C... tried and failed to convert Autoconf."
|
2019-05-20 01:56:16 -04:00 |
radio.h
|
More cleanup.
|
2016-11-25 18:21:31 -05:00 |
renderer.cpp
|
Revert "Converted to C... tried and failed to convert Autoconf."
|
2019-05-20 01:56:16 -04:00 |
renderer.h
|
More cleanup.
|
2016-11-25 18:21:31 -05:00 |
save.cpp
|
Revert "Converted to C... tried and failed to convert Autoconf."
|
2019-05-20 01:56:16 -04:00 |
save.h
|
Made it so that the save and options sections work at 640x480.
|
2017-02-02 17:45:47 -05:00 |
screen.cpp
|
Revert "Converted to C... tried and failed to convert Autoconf."
|
2019-05-20 01:56:16 -04:00 |
screen.h
|
Renamed "bRect" to "LinkedRect".
|
2016-11-25 18:41:55 -05:00 |
ship.cpp
|
Restored original triple and quad spread for Classic difficulty.
|
2019-05-21 13:49:28 -04:00 |
ship.h
|
More cleanup.
|
2016-11-25 18:21:31 -05:00 |
shop.cpp
|
Made Classic difficulty almost exactly like the original.
|
2019-05-21 13:17:07 -04:00 |
shop.h
|
Converted consts to #define calls.
|
2019-05-21 01:51:39 -04:00 |
structs.h
|
Made Classic difficulty almost exactly like the original.
|
2019-05-21 13:17:07 -04:00 |
title.cpp
|
Revert "Converted to C... tried and failed to convert Autoconf."
|
2019-05-20 01:56:16 -04:00 |
title.h
|
More cleanup.
|
2016-11-25 18:21:31 -05:00 |
weapons.cpp
|
Revert "Converted to C... tried and failed to convert Autoconf."
|
2019-05-20 01:56:16 -04:00 |
weapons.h
|
More cleanup.
|
2016-11-25 18:21:31 -05:00 |
window.cpp
|
Revert "Converted to C... tried and failed to convert Autoconf."
|
2019-05-20 01:56:16 -04:00 |
window.h
|
More cleanup.
|
2016-11-25 18:21:31 -05:00 |