Commit graph

20 commits

Author SHA1 Message Date
Jeff Teunissen
b45ff85f0c Add doxyfile for Ruamoko lib
Whee, Rua docs!
2010-12-11 23:44:11 -05:00
Jeff Teunissen
505076a98d rewrite Array, AutoreleasePool
This version is a bit more useful, and we should be able to get rid of the
Stack class. Also, the Ruamoko parts of the autorelease system should be
almost ready now.
2010-12-11 20:32:19 -05:00
Bill Currie
981622f969 Make MOD_TraceLine behave "correctly".
MOD_TraceLine now behaves the same as id's SV_RecursiveHullCheck (from
WinQuake). This means that even if the trace would escape from solid space
into non-solid space, the trace is treated as allsolid if it crosses from
one solid space to another before hitting the empty space.

trace-id.c is used only for establishing the behaviour of id's code.
2010-12-06 15:30:56 +09:00
Jeff Teunissen
c95ef59ea8 Ignore all *.a files, testsound
the ruamoko/ dir had some .a libs that needed ignoring, and
libs/audio/testsound should be ignored too.
2010-11-28 15:31:39 +09:00
Jeff Teunissen
0e8682844d ignore core files 2010-11-28 15:31:38 +09:00
Bill Currie
fdede64b4b ignore app files 2010-11-28 15:31:33 +09:00
Jeff Teunissen
16e482eb90 Proof of concept for making docs build without main configure
We need to figure out a way to make docs in unusual places, like in the
SourceForge shell environment -- which doesn't have an extremely recent
autotools. This is an extremely stripped-down automake/autoconf setup that
provides the bare minimum needed to AC_SUBST variables.

It's dirty and hacky, but it kinda works.
2010-08-19 12:59:16 -04:00
Jeff Teunissen
8c7dd60ea9 Simplify .gitignore file 2010-08-19 11:04:21 -04:00
Bill Currie
3d6d731dfa ignore vim's .swp files 2010-08-11 23:40:11 +00:00
Bill Currie
0dfff8fd58 ignore stuff 2010-08-07 10:42:09 +00:00
Bill Currie
7fe5715d5a ignore some files that show up in darwin 2002-12-20 22:33:32 +00:00
Jeff Teunissen
dd47617c57 Update some gitignore files. 2002-05-31 06:40:52 +00:00
Bill Currie
6faf095a18 newest autoconf creates this dir... 2002-03-14 20:51:39 +00:00
Ragnvald Maartmann-Moe IV
67cef78ea2 Ignore generated files. 2001-11-03 05:15:07 +00:00
Bill Currie
7ccaecc327 ignore some more files at the request of Gb] 2001-10-21 01:38:32 +00:00
Bill Currie
78440a5fc2 add the beginnings of quakeforge-config ala gtk-config 2001-05-16 20:38:38 +00:00
Jeff Teunissen
277c17cfd8 Shared library support. The util and gamecode libraries are now shared,
and this clears the way for an external API for utilities and
such. And yes, this means libtool is now used.
2001-03-29 09:07:44 +00:00
Bill Currie
95f6db7775 start merging stuff into libs/util and fix the concequences in nq. nq doesn't
build yet though (keys.c, *screen.c and *view.c) due to console fun.
2001-02-21 19:35:06 +00:00
Zephaniah E. Hull
75618f96c9 Working on one common configure which lets nq and qw compile.
There, needs a little clean up though.
2001-02-20 03:10:06 +00:00
Bill Currie
c2cf8ff5e7 add ChangeLog 2001-02-20 00:07:18 +00:00