------------------------------------------------------------------------ r2670 | helixhorned | 2012-05-18 05:46:25 -0700 (Fri, 18 May 2012) | 1 line Fix cheats giving inventory items and their events. ------------------------------------------------------------------------ r2669 | helixhorned | 2012-05-18 05:46:10 -0700 (Fri, 18 May 2012) | 6 lines Lunatic: actions prototype, not enabled even in the dev build. For Lunatic, we'll want to get rid of the t_data --> script indirections, since the latter will be no more. Thus, all parameters are saved in t_data directly. For the normal build, there are no changes, only stylistic tweaks. ------------------------------------------------------------------------ r2668 | helixhorned | 2012-05-18 05:45:52 -0700 (Fri, 18 May 2012) | 1 line Lunatic: v7 engine support, event updates ------------------------------------------------------------------------ r2667 | helixhorned | 2012-05-18 05:45:29 -0700 (Fri, 18 May 2012) | 3 lines Fix A_CheckEnemyTile() returning 1 for "fixed" sprites (see r1913). Those sprites are usually decorative, and certainly not enemies! ------------------------------------------------------------------------