A tool used to generate the function and mmove lists for the Yamagi Quake II savegame system
Go to file
Yamagi Burmeister faa5144244 fix typo (?) in extractfuncs tool to fix segfault when run w/o any args.
fix some warnings.

Submitted by: Ozkan Sezer
2015-08-31 18:57:16 +02:00
LICENSE Add LICENSE and README 2012-04-29 11:10:04 +02:00
README Really add the new README 2012-04-29 11:21:15 +02:00
build.sh fix typo (?) in extractfuncs tool to fix segfault when run w/o any args. 2015-08-31 18:57:16 +02:00
ef_local.h Convert to UTF-8 2011-10-04 10:10:14 +00:00
extractfuncs.c fix typo (?) in extractfuncs tool to fix segfault when run w/o any args. 2015-08-31 18:57:16 +02:00
l_log.c Add knightmares "extractfuncs" tool to generate the function- and 2011-10-04 10:07:55 +00:00
l_log.h Add knightmares "extractfuncs" tool to generate the function- and 2011-10-04 10:07:55 +00:00
l_memory.c Add knightmares "extractfuncs" tool to generate the function- and 2011-10-04 10:07:55 +00:00
l_memory.h Add knightmares "extractfuncs" tool to generate the function- and 2011-10-04 10:07:55 +00:00
l_precomp.c fix typo (?) in extractfuncs tool to fix segfault when run w/o any args. 2015-08-31 18:57:16 +02:00
l_precomp.h Add knightmares "extractfuncs" tool to generate the function- and 2011-10-04 10:07:55 +00:00
l_script.c fix typo (?) in extractfuncs tool to fix segfault when run w/o any args. 2015-08-31 18:57:16 +02:00
l_script.h Add knightmares "extractfuncs" tool to generate the function- and 2011-10-04 10:07:55 +00:00

README

This is the tool used to generate the function and mmove lists for the
Yamagi Quake II savegame system. This tool is fundamental broken, it has
literally thousands of bugs and the code is unreadable. The tool crashes
at every second run. But nevertheless it did the job. Patches (or better
pull requests) are welcome. :)

This tool was written by Raven Software for 'Return To Caste Wolfenstein'
and released with the RTCW code. Knightmare of KMQ2 modified it to work
with Quake II and the Yamagi Quake II fixed some bugs.

To generate the Yamagi Quake II savegame system function and mmove lists:
extractfuncs *.c -o g_func_list.h g_func_decs.h
extractfuncs *.c -t mmove_t -o g_mmove_list.h g_mmove_decs.h