Commit graph

25 commits

Author SHA1 Message Date
Jamie Wilkinson
065639f494 Merged in Steven Fuller's r0.9 changes:
- mouse wheel support
- swapped SDL mouse buttons to be correct (closes: #17)
- some FreeBSD patches
- Bug Gun + save game crashes fixed (not sure about this
  one)
- Mouse buttons 4 and 5 under SDL
- IPv6 support
- Makefile will build xatrix and rogue source if available
2002-03-12 02:33:43 +00:00
Jamie Wilkinson
ef847c61ae More code cleanup. I added -pedantic to the CFLAGS to see
what broke; mainly typecasts.  I've disabled -pedantic again
though, as there are some bugs in svgalib and libc headers
that prevent compilation with -pedantic.  I also didn't
bother to set explicit casts in linux/qgl_linux.c
2002-02-21 01:47:27 +00:00
Bill Currie
8d78a44c1b make quake2 architecture independent. from Jaq (Jamie Wilkinson) 2002-01-28 05:36:20 +00:00
Bill Currie
45955b16f2 printf arg checking. unfortunatly, due to a bug in gcc, no checking on the
function pointers, but all the other printf style functions are checked.

Also, use gcc_attr.h from qf so quake2 will compile with lame compilers
2002-01-12 03:23:32 +00:00
Ragnvald Maartmann-Moe IV
1d758ae3c4 Merge in relnev's changes. 2002-01-12 02:14:09 +00:00
Bill Currie
cade93fb95 this is needed so quake2 can be compiled with lame compilers 2002-01-11 22:43:40 +00:00
Bill Currie
d51888b639 fix up the .gitignore files that got accidently nuked in the previous commit 2002-01-07 05:02:03 +00:00
Bill Currie
34c5702da6 Turns out gzip support isn't so easy (feasable?) in q2, so back it out for
now. However, tags of gzio_pre_revoke (before) and gzio_revoke (after) will
help get it back if/when we decide to work on it again.
2002-01-07 04:54:11 +00:00
Bill Currie
b9bc901546 *sigh* 2002-01-07 04:37:51 +00:00
Bill Currie
3291dc9d09 *sigh* 2002-01-07 04:37:19 +00:00
Bill Currie
44cb036bf1 pass the correct file name to FS_OpenRead 2002-01-03 22:13:31 +00:00
Bill Currie
f2cbe232de correct a misleading error and some missed foundname sets 2002-01-03 22:12:23 +00:00
Bill Currie
c0851f716e those two functions need autoconf 2002-01-03 21:10:29 +00:00
Bill Currie
e72220faf0 .gz support should work within pak files 2002-01-03 21:05:07 +00:00
Bill Currie
50df3fffe0 ignore .vimrc 2002-01-03 21:04:36 +00:00
Bill Currie
1ec1bfff69 add the z flag to most read Qopen calls 2002-01-03 20:21:37 +00:00
Bill Currie
7b3a0f0cb8 preliminary zlib patch 2002-01-03 20:09:12 +00:00
Bill Currie
6f4d107011 ok, so this is leaching, but hey, that's part of what the gpl is for :)
Bring in Jamie Wilkinson's patches for quake2_3.21-1. this gives us sdl
support, ~/.quake2, sane default for gl_driver, and several other fixups.
2002-01-03 04:22:46 +00:00
Bill Currie
d40e209c3e warning fixes for gcc 2.95 2001-12-30 03:50:29 +00:00
Bill Currie
f4fa61bf44 We like warnings, lots of warnings. However, we don't want to let them slip
by. Bwahaha.
2001-12-29 02:40:13 +00:00
Jeff Teunissen
2c9a907849 Oops! fix up mdfour. 2001-12-29 00:07:54 +00:00
Jeff Teunissen
377a168dea Update the qcommon/ dir to 3.21 -- oops. 2001-12-28 21:40:13 +00:00
Bill Currie
094682dbd1 replace md4.c with mdfour.c 2001-12-23 20:58:57 +00:00
Bill Currie
f6e174e3dc ignore the .d files for now 2001-12-22 05:44:17 +00:00
Bill Currie
2124958581 Initial revision 2001-12-22 04:27:19 +00:00