------------------------------------------------------------------------ r5434 | helixhorned | 2015-11-20 12:26:52 -0800 (Fri, 20 Nov 2015) | 5 lines Mapster32: in drawspritelabel(), use fixed background color. Make it always one of the colors that the 2D color cycles to (base color + offset in [0 .. 4]) instead of -3, as that one might be in a different color ramp. ------------------------------------------------------------------------ r5433 | helixhorned | 2015-11-20 12:26:51 -0800 (Fri, 20 Nov 2015) | 11 lines Mapster32: add byte array editorcolors[256] to m32script variables. This makes it possible to set up editor colors at startup (from m32_autoexec.cfg). For example: script_expertmode 1 do for i range 256 ifge i 33 { set editorcolors[i] i } script_expertmode 0 Use this method in the description of how to get old-style 2D colors in tiles.cfg and suggest an alternative color index pair. ------------------------------------------------------------------------ r5432 | helixhorned | 2015-11-20 12:26:49 -0800 (Fri, 20 Nov 2015) | 3 lines Mapster32: make 'script_expertmode' require an argument (0 or 1) to toggle. Without an argument, it prints the current state. ------------------------------------------------------------------------ r5431 | helixhorned | 2015-11-15 07:14:51 -0800 (Sun, 15 Nov 2015) | 3 lines In package/sdk/tiles.cfg, use the right word for "remove commenting". DONT_BUILD. ------------------------------------------------------------------------ See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.