quakeforge/libs/gib
Bill Currie 698d27c996 [gamecode] Save all param pointers with PR_SaveParams
Builtins calling other functions that call back into progs can get their
parameter pointers messed up resulting in all sorts of errors. Thus wrap
all callbacks to progs in PR_SaveParams/PR_RestoreParams.

Also, ditch PR_RESET_PARAMS in favor of using PR_SetupParams and move
setting pr_argc into PR_SetupParams.
2024-09-05 00:00:44 +09:00
..
bi_gib.c [gamecode] Save all param pointers with PR_SaveParams 2024-09-05 00:00:44 +09:00
exp.c
gib_buffer.c
gib_builtin.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
gib_classes.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
gib_execute.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
gib_function.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
gib_handle.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
gib_init.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
gib_keys.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
gib_object.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
gib_parse.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
gib_process.c [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
gib_regex.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
gib_semantics.c
gib_thread.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
gib_tree.c
gib_vars.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
Makemodule.am [input] Create QF input library using keys.c 2021-07-05 16:26:07 +09:00
ops.c
regex.c Merge branch 'master' into wip-ruaspirv 2024-04-18 09:46:10 +09:00