quakeforge/tools/qfcc/source
Bill Currie ece9660099 get @system working (Closes: #52). I'm not happy with the name of this
operator and I'm very open to suggestions, but it seems to work. What
@system does is to mark a def in such a way that the linker will allow it
to be redefined /once/ giving the programmer control over where and when
a def is defined, but initializing it elsewhere. This is most useful when
working with v6 progs and separate compliation as the `system' defs need to
be in a certain order in certain locations or the resuting progs.dat file
will be incompatable with non-qf 0.5 servers.
2002-09-17 18:42:35 +00:00
..
.gitignore ? tools/qfcc/source/qfodump 2002-07-19 14:13:37 +00:00
.indent.pro indent whitespace cleanup. not perfect, but a bit more consistent now 2001-12-06 19:49:40 +00:00
Makefile.am * taniwha salutes while taps is played 2002-09-10 15:36:32 +00:00
class.c pr_obj.c: 2002-08-16 22:53:37 +00:00
cpp.c preprocessising fixes, including detecting when to stop at the preprocessing 2002-08-13 22:02:07 +00:00
debug.c get line numbers working on link and fix a bug in the creation of aux 2002-07-17 14:19:30 +00:00
def.c "for example" is more appropriate than "that is" 2002-09-16 15:42:11 +00:00
emit.c emit.c: 2002-09-13 17:12:26 +00:00
expr.c produce better code for v6 % 2002-09-13 17:38:19 +00:00
function.c pr_obj.c: 2002-08-20 02:09:34 +00:00
idstuff.c Closes: #50 2002-09-13 15:42:07 +00:00
immediate.c more relocs fixups. my little OO hello world progs works now :) 2002-07-14 03:41:13 +00:00
linker.c get @system working (Closes: #52). I'm not happy with the name of this 2002-09-17 18:42:35 +00:00
method.c create new_*_expr functions for all basic expression types except ex_poitner 2002-09-11 16:21:26 +00:00
obj_file.c "for example" is more appropriate than "that is" 2002-09-16 15:42:11 +00:00
opcodes.c redo relocations 2002-06-07 17:29:30 +00:00
options.c allow ';' after @class ... 2002-08-20 21:13:18 +00:00
qc-lex.l "for example" is more appropriate than "that is" 2002-09-16 15:42:11 +00:00
qc-parse.y "for example" is more appropriate than "that is" 2002-09-16 15:42:11 +00:00
qfcc.c Closes: #50 2002-09-13 15:42:07 +00:00
qfodump.c go back to using QFile, quakeio.h and quakefs.h 2002-08-27 07:16:28 +00:00
reloc.c entity fields seem to work. I guess this means separate compilation is now 2002-07-16 21:59:47 +00:00
strpool.c bah, getting my "last changes vs last compile" backwards again :/ 2002-07-05 20:19:13 +00:00
struct.c class.c: 2002-07-16 04:37:51 +00:00
switch.c move s_file, pr_source_line and pr_error_count into pr, make the linker 2002-07-03 21:32:03 +00:00
type.c make it so id can be assigned to any class or object pointer 2002-09-16 20:32:32 +00:00