------------------------------------------------------------------------ r2151 | helixhorned | 2011-12-04 13:19:57 -0800 (Sun, 04 Dec 2011) | 1 line CON parser cleanup: make labeltype be an int32_t* instead of an intptr_t*. ------------------------------------------------------------------------ r2150 | helixhorned | 2011-12-04 13:19:41 -0800 (Sun, 04 Dec 2011) | 4 lines CON parser cleanup: when getting a value from labelcode[], assume that it represents a pointer into the script for label types other than LABEL_DEFINE instead of checking inclusion of the value in the script bounds. This assertion was tested with WGR2 SVN. ------------------------------------------------------------------------ r2149 | helixhorned | 2011-12-04 10:10:06 -0800 (Sun, 04 Dec 2011) | 2 lines CON: Add the following commands to those which shouldn't be optimized away with empty branches: ifcanseetarget, ifpdistl, ifpdistg, ifgotweapononce. ------------------------------------------------------------------------