quakeforge/ruamoko/qwaq
Bill Currie 674fbae225 [qfcc] Rework binary_expr to be support matrices
And, nicely, simplify it quite a bit. I'm not sure why I didn't thinkg
of this approach before. While the ruamoko back-end doesn't support
matrices yet, the expressions are handled.

As a side effect, type checking on comparisons is "stricter" in that
more potentially bogus comparisons (eg, int-float) are caught, resulting
in a few warnings in ruamoko code and even finding a couple of bugs.
2024-12-05 00:18:47 +09:00
..
builtins [gamecode] Save all param pointers with PR_SaveParams 2024-09-05 00:00:44 +09:00
debugger [qfcc] Rework binary_expr to be support matrices 2024-12-05 00:18:47 +09:00
device [qwaq] Fix window closure 2021-09-26 10:35:24 +09:00
editor [qfcc] Rework binary_expr to be support matrices 2024-12-05 00:18:47 +09:00
ui [qfcc] Implement bool and lbool types 2024-11-15 12:36:08 +09:00
.gdbinit
gcd.r [qwaq] Implement execute-to-cursor 2021-06-08 16:54:04 +09:00
input-app.h [qwaq] Implement device management for input-app 2021-09-25 14:22:19 +09:00
input-app.r [ruamoko] Remove keys.h and keys.r 2023-12-21 08:40:09 +09:00
Makemodule.am [build] Implement tracy memory zones 2024-01-05 11:50:48 +09:00
qdb [qwaq] Put my qdb script in a safe place 2021-01-30 14:45:47 +09:00
qwaq-app.h [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
qwaq-app.r [ruamoko] Remove keys.h and keys.r 2023-12-21 08:40:09 +09:00
qwaq-input.h [gamecode] Clean up string_t and pointer_t 2022-01-18 12:11:14 +09:00
qwaq-input.r [qwaq] Move input handling to its own thread 2021-09-22 16:22:11 +09:00
qwaq.h [util] Add a wrapper for libgcc's backtrace functions 2023-12-04 17:53:12 +09:00
threading.h [qwaq] Add input test app 2021-09-21 12:58:10 +09:00
z-transform.r [qwaq] Add a little z-transform program 2021-06-19 11:25:05 +09:00