Go to file
onpon4 e0809c02b0 Fixed a potential compatibility problem.
The plain int type is only guaranteed to be at least 16 bits, and
yet the flags variable was expecting at least 22 bits. This turns
out to be true for x86 and x86-64 systems, but to ensure compatibility,
the variable has been changed to an unsigned long int. Also added
the "L" suffix to flags that were more than 16 bits.
2015-03-31 13:02:09 -04:00
data Modified some text. 2015-03-29 16:21:18 -04:00
docs Replaced the Sourceforge link in various places with a Savannah link. 2015-03-26 22:25:12 -04: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 Fixed a potential compatibility problem. 2015-03-31 13:02:09 -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