onpon4
5019244da1
Added an enum for missions/areas.
...
Eliminating another set of magic numbers, and God, that was tedious.
2015-03-29 13:11:12 -04:00
onpon4
576d254e4a
Replaced rrand function with RANDRANGE macro.
2015-03-29 10:19:53 -04:00
onpon4
31a8383f90
Changed the way Kline works.
...
Kline previously had a maximum of 500 or 750 health, and uses some
hacks to cause it to flee just as it was destroyed, and to advance
to new stages in the final battle.
I've replaced this with a much larger amount of health, and progression
being based on how much health he has.
Also some other stuff.
2015-03-08 20:59:33 -04:00
onpon4
912ff8b86c
Modified script for mission 11 to better match the music.
2015-03-08 16:19:41 -04:00
onpon4
4b3cb9c1d3
Fixed some problems.
2015-03-07 15:34:47 -05:00
onpon4
a3efbc06cc
Substantially increased the cost of plasma upgrades.
...
I feel these were extremely underpriced. $1000 for triple bullets?
That's dirt-cheap! Even in hard mode, I have no trouble getting that.
2015-03-07 09:42:24 -05:00
onpon4
3d1ad2b674
Autosave when changing planets and when buying/selling.
...
Previously, it just saved after completing a mission, so it wasn't
something you could really rely on. Now it saves every time something
changes.
2015-03-03 19:28:15 -05:00
onpon4
9959c47f98
Updated copyright notices on all files based on git-blame.
2015-03-01 15:37:32 -05:00
onpon4
d4d64dda6b
Corrected bad use of fscanf.
...
In most cases, this has also resulted in limits being lifted. (The
only place I haven't done this is for planets in intermission.cpp,
but I think I'll take away that 10-planet limit as well.)
2015-02-27 17:59:25 -05:00
onpon4
c404e3611e
Fixed edges of the screen slowing you down.
...
And unlike a fix I previously did, this one is perfect. Rather than
fiddling with ssx and ssy, I just added some new variables, smx and
smy.
2015-02-26 23:23:08 -05:00
onpon4
f385c9448e
Upgraded to GPLv3.
2015-02-26 11:20:36 -05:00
onpon4
555ee4fe15
Removed support for PAK files.
...
These are really unnecessary, and their support makes converting
the music from MOD to Ogg Vorbis more complicated than it needs to
be.
2015-02-26 11:09:28 -05:00
Guus Sliepen
593ea01386
Initial conversion to SDL2.
2013-09-30 16:52:43 +02:00
Guus Sliepen
bd4a449e10
Rename code/ to src/.
2013-07-11 14:24:37 +02:00