------------------------------------------------------------------------ r4938 | helixhorned | 2015-01-18 17:54:53 -0800 (Sun, 18 Jan 2015) | 5 lines engine.c: in qsetmodeany(), call initsmost() after setting xdim and ydim. This makes sure that the engine arrays have sufficient space allocated for usage in Mapster32's 2D mode, for example from drawmapview(). ------------------------------------------------------------------------ r4937 | helixhorned | 2015-01-18 16:11:25 -0800 (Sun, 18 Jan 2015) | 8 lines Lunatic: fix build and linking. DONT_BUILD. - t{sector,wall}type are simply typedef'd to the non-t versions - make FORCE_INLINE unconditional of DISABLE_INLINING (otherwise there are multiple definitions of these functions) - update lunatic/doc/lpeg-lunatic.patch to apply against the LPeg 0.12 I just downloaded ------------------------------------------------------------------------ r4936 | helixhorned | 2015-01-18 16:03:00 -0800 (Sun, 18 Jan 2015) | 1 line osdfuncs.c: get rid of a warning with GCC. DONT_BUILD. ------------------------------------------------------------------------ See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.