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 [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
gib_buffer.c Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
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 Massive whitespace cleanup. 2012-05-22 08:23:22 +09:00
gib_thread.c Clean up about 12000 allocations 2024-01-05 11:50:48 +09:00
gib_tree.c [util] Make developer flag names easier to manage 2021-03-29 22:38:47 +09:00
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 Use floor() or ceil() based on sign for 'trunc' GIB math function. 2003-02-23 22:53:36 +00:00
regex.c Merge branch 'master' into wip-ruaspirv 2024-04-18 09:46:10 +09:00