quakeforge/tools
Bill Currie 8ddd58f951 Fix the dropping of the block after the merged if/goto.
The naive implementation of the if/goto merging was letting the old target
of the if get dropped because the block would lose its label and thus be
judged unreachable because the preceeding goto block was still in the list.
Instead, when the if/goto are "merged", mark the goto block as unreachable,
the following block as reachable, and break out of the analysis loop to
force the removal of the goto block. Since the dead block removal function
loops until no action is taken, all other dead blocks will be removed.
2012-05-04 10:07:55 +09:00
..
3dfx_stub Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
bsp2img Remove the AM_CONDITIONALs from tools. 2012-02-10 02:50:42 +09:00
build_scripts Build GLSL clients for SDL. 2012-02-08 22:05:58 +09:00
carne Remove the AM_CONDITIONALs from tools. 2012-02-10 02:50:42 +09:00
cross Fix win32 (mingw) builds. 2012-02-07 20:18:23 +09:00
cvs2cl audit the usage of "only" 2010-01-13 06:42:26 +00:00
Forge Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
gas2masm Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
gl_stub Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
io_mesh_qfmdl Correct the output of 16-bit vertex data. 2012-04-24 14:13:29 +09:00
misc Put my blender struts script in a safe place. 2012-02-22 17:47:16 +09:00
pak Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
qfbsp Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
qfcc Fix the dropping of the block after the merged if/goto. 2012-05-04 10:07:55 +09:00
qflight Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
qflmp Fix a couple of missed edits from the previous commit. 2012-02-10 07:32:21 +09:00
qfmodelgen Remove the AM_CONDITIONALs from tools. 2012-02-10 02:50:42 +09:00
qfvis Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
quaketoascii ignore stuff 2010-08-07 10:42:09 +00:00
qwaq Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
texpaint split up and modernize configure.ac 2010-08-19 15:01:43 +09:00
wad Nuke the rcsid stuff. 2012-04-22 10:56:32 +09:00
wav Remove the AM_CONDITIONALs from tools. 2012-02-10 02:50:42 +09:00
Makefile.am Create and use QF_PROCESS_NEED_DIRS. 2012-02-10 01:49:45 +09:00