Go to file
Guus Sliepen a45df516df Remove useless string initialisation code.
In many places strings were initialised with strcpy(string, "") right
before the string was overwritten by another function. In the few cases
where this really might have been useful, just use a static initialiser.
2012-03-11 15:16:19 +01:00
code Remove useless string initialisation code. 2012-03-11 15:16:19 +01:00
data Make the very first cutscene a little bit more interesting. 2012-02-29 14:49:12 +01:00
docs Update copyright notices, bump version to 1.2. 2012-02-26 22:25:57 +01:00
gfx Updated drone and pod graphics. 2011-08-29 11:01:40 +02:00
music Expand "Drums" song. 2012-03-03 15:47:05 +01:00
sound Remove unused "missile2" sound. 2012-03-06 21:53:33 +01:00
makefile Update copyright notices, bump version to 1.2. 2012-02-26 22:25:57 +01:00
pack.py Add pack/unpack utilities. 2011-08-26 14:46:44 +02:00
sources.gfx Updated graphics sources document. 2011-08-27 22:33:38 +02:00
sources.sound Replace maledeath sound by one from OLPC. 2011-09-04 17:14:32 +02:00
unpack.py Add pack/unpack utilities. 2011-08-26 14:46:44 +02:00