quakeforge/ruamoko/qwaq/builtins
Bill Currie ae58a8ba5d [qwaq] Create a commandline-only version of qwaq
qwaq-curses has its place, but its use for running vkgen was really a
placeholder because I didn't feel like sorting out the different
initialization requirements at the time. qwaq-cmd has the (currently
unnecessary) threading power of qwaq-curses, but doesn't include any UI
stuff and thus doesn't need curses. The work also paves the way for
qwaq-x11 to become a proper engine (though sorting out its init will be
taken care of later).

Fixes #15.
2021-07-06 12:25:24 +09:00
..
builtins.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
curses.c [qwaq] Add wrapper for wmove 2021-06-07 15:53:35 +09:00
debug.c [qwaq] Implement execute-to-cursor 2021-06-08 16:54:04 +09:00
editbuffer.c [ui] Create library for UI support code 2021-06-12 22:50:51 +09:00
input.c [qwaq] Work around a gcc non-conformance 2021-04-03 00:27:43 +09:00
main.c [qwaq] Create a commandline-only version of qwaq 2021-07-06 12:25:24 +09:00
qwaq-bi.c [input] Create QF input library using keys.c 2021-07-05 16:26:07 +09:00
qwaq-cmd.c [qwaq] Create a commandline-only version of qwaq 2021-07-06 12:25:24 +09:00
qwaq-curses.c [qwaq] Create a commandline-only version of qwaq 2021-07-06 12:25:24 +09:00
qwaq.c [nq,qw] Stop wring to config.cfg 2021-04-12 22:09:09 +09:00