quakeforge/ruamoko/qwaq/builtins
Bill Currie e3f88b2b9c [qwaq] Align progs memory to 64 bytes
It doesn't do much good for dynamic progs memory because zone currently
aligns to 8 bytes (oops, forgot to fix that), but at least the stack and
globals are properly aligned.
2022-01-31 23:40:21 +09:00
..
curses.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
debug.c [gamecode] Rename parm to param 2022-01-27 10:55:06 +09:00
editbuffer.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
graphics.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
main.c [qwaq] Align progs memory to 64 bytes 2022-01-31 23:40:21 +09:00
qwaq-cmd.c [qwaq] Fix up file headers 2021-12-24 06:45:13 +09:00
qwaq-curses.c [qwaq] Fix up file headers 2021-12-24 06:45:13 +09:00
qwaq-graphics.c [qwaq] Drop qwaq-graphics.log 2021-12-24 06:45:13 +09:00
term-input.c [gamecode] Add a data pointer passed to builtin functions 2022-01-24 00:20:05 +09:00
threading.c [qwaq] Implement more debugger def views 2021-09-25 01:42:36 +09:00