------------------------------------------------------------------------ r3528 | helixhorned | 2013-02-25 07:31:24 -0800 (Mon, 25 Feb 2013) | 1 line Lunatic: initialize test Lua state earlier so that 'setdefname' has an effect. ------------------------------------------------------------------------ r3527 | helixhorned | 2013-02-25 07:31:22 -0800 (Mon, 25 Feb 2013) | 6 lines Remove some duplicate or unused control layer defines. Notes: - MAXJOYBUTTONS is out of sync between the two definitions - In menus.c, NUMMOUSEFUNCTIONS must equal MAXMOUSEBUTTONS, fail to compile if this becomes false. ------------------------------------------------------------------------ r3526 | helixhorned | 2013-02-25 07:31:19 -0800 (Mon, 25 Feb 2013) | 1 line Lunatic translator: handle RETURN across events. ------------------------------------------------------------------------ r3525 | helixhorned | 2013-02-25 07:31:16 -0800 (Mon, 25 Feb 2013) | 5 lines engine.c: in setpolymost2dview(), set gloy=-1 unconditionally. This fixes an update issue: start EDuke32 without warping to a map in Polymost, change to classic, and change to Polymost again. The OSD background will be displaced. ------------------------------------------------------------------------ r3524 | helixhorned | 2013-02-25 07:31:13 -0800 (Mon, 25 Feb 2013) | 3 lines Lunatic: sector[]:zrangeat(), 'getzrange' command for the translator. Also, fix quote commands there. ------------------------------------------------------------------------ r3523 | helixhorned | 2013-02-25 07:31:09 -0800 (Mon, 25 Feb 2013) | 1 line Lunatic translator: codegen fixes, setgamepalette, -fno=onlycheck option. ------------------------------------------------------------------------ r3522 | helixhorned | 2013-02-25 07:31:05 -0800 (Mon, 25 Feb 2013) | 1 line CON parser: don't allow read-only gamevars to 'readgamevar' command. ------------------------------------------------------------------------