Sam Hocevar
|
afaf0a0a0c
|
* Fix a compilation warning by pretending to use seterrno()'s argument
even when it isn't.
|
pirms 18 gadiem |
Sam Hocevar
|
51936f585c
|
* Got rid of HAVE_ERRNO_H ifdefs by defining seterrno()/geterrno() functions.
* More debugging information in the import/export and font functions.
|
pirms 18 gadiem |
Sam Hocevar
|
18f1f68be7
|
* Add a debug() function and a --enable-debug configure flag.
|
pirms 18 gadiem |
Sam Hocevar
|
f1e8a80b64
|
* Don't try to include arpa/inet.h in kernel mode.
|
pirms 18 gadiem |
Sam Hocevar
|
3d376d8cad
|
* Don't use htonl() directly, use common.h's hton32() wrapper.
|
pirms 18 gadiem |
Jean-Yves Lamoureux
|
1b821e2588
|
* Updated kernel 'driver', still not working, but most of the work is done
|
pirms 18 gadiem |
Sam Hocevar
|
4a1507c398
|
* Renamed htons/htonl to hton16/hton32 to avoid useless conflicts.
|
pirms 18 gadiem |
Sam Hocevar
|
0a78b2b871
|
* Win32 compilation fix.
|
pirms 18 gadiem |
Sam Hocevar
|
d04b853800
|
* Look for htons/htonl in netinet/in.h in addition to arpa/inet.h
* Implement htons/htonl in common.h just in case.
|
pirms 18 gadiem |
Sam Hocevar
|
5cb4d4dedf
|
* Removed duplicate uint*_t defines from *_internal.h and included common.h
in all .c files that needed it.
|
pirms 18 gadiem |
Sam Hocevar
|
370fb06990
|
* Added "common.h", a placeholder for simple features and functions missing
from some systems.
|
pirms 18 gadiem |
Sam Hocevar
|
5bb247acea
|
* autotoolificationized the whole thing.
|
pirms 22 gadiem |
Sam Hocevar
|
49b8b99b8f
|
* moved nuke from explosions to weapons.
* used a cool Bresenham algorithm to draw the nuke circles.
* nuke collides with aliens.
|
pirms 22 gadiem |
Sam Hocevar
|
cae45d672a
|
* First commit. Scrolling works, some weaponry, controls, tunnel blowing,
the nuke is still ugly, almost no collision detection. Nice demo :)
|
pirms 22 gadiem |