raze-gles/polymer/eduke32/package/sdk
helixhorned 6123d0b904 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.

git-svn-id: https://svn.eduke32.com/eduke32@5433 1a8010ca-5511-0410-912e-c29ae57300e0
2015-11-20 20:26:51 +00:00
..
samples Mapster32: in a.m32, draw color info ("set showpal 1") more informatively. 2015-11-14 23:40:58 +00:00
SEHELP.HLP Sweeping modifications to synthesis and the package directory structure so that every potential binary is in its own package. 2013-11-04 03:59:26 +00:00
STHELP.HLP Sweeping modifications to synthesis and the package directory structure so that every potential binary is in its own package. 2013-11-04 03:59:26 +00:00
m32help.hlp Sweeping modifications to synthesis and the package directory structure so that every potential binary is in its own package. 2013-11-04 03:59:26 +00:00
names.h Replace the funkily-formatted GNU.TXT with the FSF's official gpl-2.0.txt. Also, update the FSF's address in all source files that contain it. 2014-07-20 08:55:56 +00:00
tiles.cfg Mapster32: add byte array editorcolors[256] to m32script variables. 2015-11-20 20:26:51 +00:00