quakeforge/ruamoko
Bill Currie 973ae0ad54 [gamecode] Add PR_Shutdown for tearing down a VM
This is meant for a "permanent" tear-down before freeing the memory
holding the VM state or at program shutdown. As a consequence, builtin
sub-systems registering resources are now required to pass a "destroy"
function pointer that will be called just before the memory holding
those resources is freed by the VM resource manager (ie, the manager
owns the resource memory block, but each subsystem is responsible for
cleaning up any resources held within that block).

This even enhances thread-safety in rua_obj (there are some problems
with cmd, cvar, and gib).
2022-05-12 19:58:18 +09:00
..
cl_menu [gamecode] Provide builtins with information about their parameters 2022-01-23 22:27:27 +09:00
game [build] Support silent rules for qfcc 2020-06-26 10:52:06 +09:00
gui [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
include [ruamoko] Add style parameter to Light_AddLight 2022-05-07 00:50:27 +09:00
lib [ruamoko] Add style parameter to Light_AddLight 2022-05-07 00:50:27 +09:00
qwaq [gamecode] Add PR_Shutdown for tearing down a VM 2022-05-12 19:58:18 +09:00
scheme [build] Support silent rules for qfcc 2020-06-26 10:52:06 +09:00
Doxyfile.in Update doxygen config files for 1.8.9.1 2016-01-04 11:17:09 +09:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00