No description
Find a file
Bill Currie ec16ffaa65 move to using hash tables for variable lookups.
WARNING: this fixes a scope bug in qcc and thus you WILL get different (but
now correct) code for the following:

float foo;

void () bar =
{
	local float foo;
	foo = 0;
}

ie, the local foo will, as is correct, now be a separate var to the global
foo.
2001-04-01 02:12:57 +00:00
debian GGI has been eradicated. It's broken and none of us use it, therefore 2001-02-22 00:24:45 +00:00
doc Insignificant config file change, 60 particles shows up just as quickly 2001-03-19 03:54:51 +00:00
include ZERO_LENGTH_ARRAY causes problems for external progs, so just go to 1 2001-04-01 02:09:48 +00:00
libs do Sys_Error the same way Con_Printf was done 2001-04-01 02:08:38 +00:00
nq link libQFutil.so against libz so the clients (and tools) don't need to worry 2001-03-31 03:51:25 +00:00
qw oooooooops, forgot to call Game_Init in the server 2001-04-01 01:42:40 +00:00
RPM initial checkin of most recent newtree and nuq(?) source 2001-02-19 21:15:25 +00:00
tools move to using hash tables for variable lookups. 2001-04-01 02:12:57 +00:00
.gitignore Shared library support. The util and gamecode libraries are now shared, 2001-03-29 09:07:44 +00:00
acconfig.h bare bones sys stuff moved into libQFutil. unix stuff seems to work just fine, 2001-03-30 23:24:57 +00:00
acinclude.m4 Working on one common configure which lets nq and qw compile. 2001-02-20 03:10:06 +00:00
bootstrap Shared library support. The util and gamecode libraries are now shared, 2001-03-29 09:07:44 +00:00
CodingStyle initial checkin of most recent newtree and nuq(?) source 2001-02-19 21:15:25 +00:00
configure.in bare bones sys stuff moved into libQFutil. unix stuff seems to work just fine, 2001-03-30 23:24:57 +00:00
COPYING initial checkin of most recent newtree and nuq(?) source 2001-02-19 21:15:25 +00:00
INSTALL initial checkin of most recent newtree and nuq(?) source 2001-02-19 21:15:25 +00:00
Makefile.am start merging stuff into libs/util and fix the concequences in nq. nq doesn't 2001-02-21 19:35:06 +00:00
NEWS Cleared the NEWS file - what was there didn't even apply to newtree it was 2001-02-23 00:49:59 +00:00
TODO Since nobody cares the structure of the menu after it's rewritten, I've 2001-03-04 13:55:05 +00:00