Go to file
onpon4 1567595def Changed all the various unnecessarily specifically defined types to "int".
Most of these were defining various integers as char types, probably
in the naive belief that this is necessarily good because it uses less
RAM. There were also several unnecessary unsigned ints, though.
These have all been changed to just "int", so the compiler can decide
exactly what type to use.
2015-03-24 18:51:12 -04:00
data Modified cutscene 4 text. 2015-03-09 19:39:21 -04:00
docs Updated joystick controls to work well with most gamepads. 2015-03-01 19:59:27 -05:00
gfx Changed blacks in asteroids to dark gray. 2015-03-07 14:46:59 -05:00
music Made Through Space loopable (by cutting off the end). 2015-03-08 10:42:24 -04:00
sound Replaced all sound effects with the plain Ogg sound effects from 1.2. 2015-02-26 09:06:50 -05:00
src Changed all the various unnecessarily specifically defined types to "int". 2015-03-24 18:51:12 -04: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 Fixed some problems with LICENSES, improved organization. 2015-03-24 15:58:45 -04:00
Makefile Added ship module, moved fireBullet to it (as ship_fireBullet). 2015-03-13 10:10:58 -04:00