quakeforge/tools/qfcc/source
Bill Currie 04f60e5ff1 [qfcc] Rework vector expression handling
Use with quaternions and vectors is a little broken in that
vec4/quaternion and vec3/vector are not the same types (by design) and
thus a cast is needed (not what I want, though). However, creating
vectors (that happen to be int due to int constants) does seem to be
working nicely otherwise.
2022-04-29 16:59:55 +09:00
..
.indent.pro
attribute.c
class.c
codespace.c
constfold.c
cpp.c
dags.c
debug.c
def.c
defspace.c
diagnostic.c
disassemble.c
dot.c
dot_dag.c
dot_expr.c [qfcc] Rework vector expression handling 2022-04-29 16:59:55 +09:00
dot_flow.c
dot_sblock.c
dot_type.c
dump_globals.c
dump_lines.c
dump_modules.c
dump_strings.c
emit.c
expr.c [qfcc] Rework vector expression handling 2022-04-29 16:59:55 +09:00
expr_assign.c [qfcc] Rework vector expression handling 2022-04-29 16:59:55 +09:00
expr_binary.c [qfcc] Rework vector expression handling 2022-04-29 16:59:55 +09:00
expr_bool.c
expr_cast.c
expr_compound.c
expr_obj.c
expr_vector.c [qfcc] Rework vector expression handling 2022-04-29 16:59:55 +09:00
flow.c
function.c
grab.c
idstuff.c
linker.c
Makemodule.am
method.c
obj_file.c
obj_type.c
opcodes.c
options.c
pragma.c
qc-lex.l
qc-parse.y
qfcc.c
qfpreqcc
qfprogs.c
qp-lex.l
qp-parse.y
reloc.c
shared.c
statements.c [qfcc] Rework vector expression handling 2022-04-29 16:59:55 +09:00
strpool.c
struct.c
stub.c
switch.c
symtab.c
type.c
value.c