Go to file
onpon4 1f2ef8ac50 Dedicated autosave slot + much improved menu code.
I found it kind of odd to be able to manually save to the autosave
slot, *and* have no reliable way to even know what the autosave
slot is. I noticed that it's an actual problem when my brothers
played Starfighter; one of them used an autosave slot, and the
other unwittingly ended up erasing the first one's save because of
this. To fix this, I have replaced the behavior of allowing the
player to define a slot as autosave, with a dedicated autosave
slot.

While I was there, I had no choice but to vastly improve on this
game's *atrocious* menu system. Granted, I didn't do much more
than replace the magic numbers with enums, but it makes the code
much more clear and more easy to edit.
2015-03-02 23:32:48 -05:00
data Fixed a typo. 2015-02-27 19:21:20 -05:00
docs Updated joystick controls to work well with most gamepads. 2015-03-01 19:59:27 -05:00
gfx Added LICENSES, gave it graphics license info, replaced badly-licensed stuff 2015-02-27 12:09:51 -05:00
music Changed the usual music volume to match the usual sound effect volume. 2015-03-02 10:51:17 -05:00
sound Replaced all sound effects with the plain Ogg sound effects from 1.2. 2015-02-26 09:06:50 -05:00
src Dedicated autosave slot + much improved menu code. 2015-03-02 23:32:48 -05:00
.gitignore Added .gitignore. 2015-02-26 10:11:44 -05:00
COPYING Added a copy of the GNU GPL. 2015-02-26 11:11:10 -05:00
LICENSES Changed the usual music volume to match the usual sound effect volume. 2015-03-02 10:51:17 -05:00
Makefile Removed unnecessary thing 2015-03-02 08:39:25 -05:00