quakeforge/tools/qfcc
Bill Currie 3059aa7979 [qfcc] Preserve input qfo data in qfo_to_progs
qfo_to_progs was modifying the space data pointers in the input qfo,
making it impossible to reuse the qfo. However, qfo_relocate_refs needs
the updated pointers, thus do a shallow copy of the qfo and its spaces
(but not any of the data)
2021-12-27 00:27:15 +09:00
..
doc [qfcc] Correct some errors in the man page 2021-11-29 11:38:54 +09:00
include [qfcc] Preserve input qfo data in qfo_to_progs 2021-12-27 00:27:15 +09:00
source [qfcc] Preserve input qfo data in qfo_to_progs 2021-12-27 00:27:15 +09:00
test [qfcc] Add failing test for multi-path dealloc 2021-12-24 22:45:43 +09:00
AUTHORS
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
TODO