Bill Currie
f5b22f50e8
and the ruamoko side of entity parsing :) currently disabled for now (just need to uncomment the line in Entity's +load) due to lack of filtering, but as a proof of concept, it works quite well, though I'm not at all happy about the handling of world.
...
This is an imperfect revision of history.
2004-11-12 11:23:00 +00:00
Bill Currie
a3a2dd62e3
fix type of "self"
...
This is an imperfect revision of history.
2004-11-02 07:13:00 +00:00
Bill Currie
a4bcf2dab6
hopefully better library arrangement
2004-02-03 06:00:16 +00:00
Bill Currie
a48b2dd103
fix some errors picked up by the recent changes to qfcc
2003-08-22 06:34:09 +00:00
Bill Currie
da86367824
update for recent changes to Object
2003-07-29 19:55:41 +00:00
Jeff Teunissen
7713a539ca
Okay, y'all...the Ruamoko root class, Object, has been replaced with another
...
class with the same name. This will break things. To support it, there are
three new classes, one of which is incomplete (AutoreleasePool). It'll get
finished soonish, but the rest of the class lib will need some updating to
work.
2003-07-29 18:02:03 +00:00
Bill Currie
6a0b74ca10
detect type mismatches in method declarations and definitions
2003-04-22 15:48:39 +00:00
Ragnvald Maartmann-Moe IV
888337527e
Use Write*V and WriteBytes, instead of antique bloated functions. ;)
2003-03-03 05:28:13 +00:00
Ragnvald Maartmann-Moe IV
ed02b5b4be
Ignore *.sym.gz
2003-02-13 19:07:33 +00:00
Ragnvald Maartmann-Moe IV
d65534735b
Ignore *.dat.gz
2003-02-13 19:06:27 +00:00
Bill Currie
1be25d5ddf
don't install game.dat but do gzip it
2003-02-07 21:46:42 +00:00
Bill Currie
7f69f593d3
configure.ac:
...
define default include and lib paths for qfcc
ruamoko:
{cl_menu,game}/Makefile.am:
conform to the new qfcc library linking rules
lib/Makefile.am:
install the libs to ${prefix}/lib/ruamoko
qfcc:
linker.[ch]:
support path searching for -llib and make linker_add_lib search for
libfoo.a for -lfoo in the paths, or just a single dir search for the
libname otherwise.
options.c:
support -L libpath and setup the default include and lib paths
also change most strdup calls to save_string
qfcc.c:
check for foo.a as well as -lfoo when deciding whether the file is
an object file or lib file.
2002-11-01 18:05:12 +00:00
Bill Currie
ca95033c4f
and a bunch more cast fixes
2002-11-01 01:39:36 +00:00
Ragnvald Maartmann-Moe IV
48f53e1c88
space to tabs. Grr!
2002-09-19 03:19:50 +00:00
Bill Currie
317c02539b
macro-ize --with-{clients,servers} and implement --with-tools using the new
...
macro
2002-09-17 22:19:14 +00:00
Bill Currie
b6e311d4ce
varous make dist fixes
2002-08-19 03:58:55 +00:00
Jeff Teunissen
5e1ce57322
Okay, this might or might not work (but it should). It's the beginning of the
...
Ruamoko standard library overhaul.
2002-08-17 05:27:34 +00:00
Bill Currie
20394c3a4d
add Makefile and Makefile.in
2002-08-15 19:09:48 +00:00
Bill Currie
75ec07705c
bugger the dependencies, I want to be able to use this stuff for the menus!
2002-08-15 19:08:44 +00:00
Bill Currie
8842d12f5f
prototypes seem ok now and fix dependecy tracking for newer cpp
2002-08-15 07:24:56 +00:00
Bill Currie
d97a584c4f
get everything compiling again. there are likely still incorrect prototypes
2002-08-15 07:05:17 +00:00
Bill Currie
118fc4b3ef
create prototypes and linkages for all the server builtins, both nq and qw
2002-08-15 06:56:37 +00:00
Bill Currie
a88b8e07b5
hide the .d files
2002-08-14 16:15:20 +00:00
Bill Currie
f39c65e236
make building the whole lot easier
2002-08-14 15:59:27 +00:00
Bill Currie
bbaaaae81c
add the beginnings of a library for mods and a mod using the new features
...
of qfcc. doesn't do much yet.
2002-08-14 15:40:30 +00:00