freedoom/lumps/colormap
Mike Swanson 6eef9be73a use python3 only for building
Python 2 is very near end-of-life, and Python3-compatible changes to a
few scripts introduced compatibility problems with 2.7 again.  It went
unnoticed for me since my system symlinks "python" to "python3", but
it broke the build on systems where that symlink is still python2.  At
this point in time, I feel it is worth targetting modern Python and
forgetting about 2.7.
2019-09-06 14:43:50 -07:00
..
COPYING lumps: Split out cph/misc-lumps. 2015-12-24 11:12:31 +01:00
Makefile rename python scripts to barenames where possible 2019-09-04 19:20:19 -07:00
README lumps: Add README files for some directories. 2015-12-24 12:29:25 +01:00
colormap use python3 only for building 2019-09-06 14:43:50 -07:00

README

This directory contains the generator script for the COLORMAP lump. The
COLORMAP lump is used to calculate Doom's lighting; it translates normal
colors into darkened versions in 32 different levels of light. Some more
details can be found on the Doom wiki:

   <http://doomwiki.org/wiki/COLORMAP>

Boom extends the COLORMAP to allow the addition of extra colormap lumps;
these can be used to apply colored lighting and other effects.