mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-25 11:41:13 +00:00
This takes care of the problems with PR_RESET_PARAMS (which has recently become just a wrapper for PR_SetupParams) changing the stack and causing PR_CallFunction to save the wrong stack pointer. Message forwarding is currently broken for Ruamoko ISA progs, but that is due to not having a valid pr_argc. However, I do have a plan involving extracting the parameter count from the selector, but that's something for a later commit. Everything else seems to be ok (my little game is working nicely). |
||
---|---|---|
.. | ||
audio | ||
client | ||
console | ||
gamecode | ||
gib | ||
image | ||
input | ||
models | ||
net | ||
qw | ||
ruamoko | ||
scene | ||
ui | ||
util | ||
video | ||
Makemodule.am |