quakeforge/libs/console
Bill Currie bdb1192c13 [console] Fix missed changes to console line exec control
I think I'd gotten distracted while making the changes to the server,
then simply copied the partial changes to the client. It didn't blow up
thanks to the backing store bing char * and the type sized for int, so
safe on any platform, but useless as it wasn't connected properly.

It's actually pretty neat being able to directly, but safely, control a
function pointer via a cvar :)
2022-04-24 20:46:06 +09:00
..
Makemodule.am [console] Link against libQFruamoko_console 2021-07-22 18:01:18 +09:00
bi_inputline.c [gamecode] Pass gcc's purity test again 2022-02-14 19:30:50 +09:00
buffer.c Fix some warnings picked up in an optimized build 2020-02-24 11:28:43 +09:00
client.c [console] Fix missed changes to console line exec control 2022-04-24 20:46:06 +09:00
complete.c [ui] Create library for UI support code 2021-06-12 22:50:51 +09:00
console.c [cvar] Clean up most misinterpreted cvar types 2022-04-24 20:04:06 +09:00
filelist.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
list.c Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
menu.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
server.c [console] Fix missed changes to console line exec control 2022-04-24 20:46:06 +09:00