------------------------------------------------------------------------ r5352 | hendricks266 | 2015-09-23 10:55:31 -0700 (Wed, 23 Sep 2015) | 1 line Remove NULL checks before calling free(): they are unnecessary as per the C standard. Other cleanup includes factoring code into DO_FREE_AND_NULL() macros. ------------------------------------------------------------------------ r5351 | hendricks266 | 2015-09-23 10:55:19 -0700 (Wed, 23 Sep 2015) | 1 line Defs: Add basepalette, palookup, and blendtable tokens. ------------------------------------------------------------------------ r5350 | hendricks266 | 2015-09-23 10:55:15 -0700 (Wed, 23 Sep 2015) | 1 line Defs: Prevent tilefromtexture from ever assigning index #255 (the transparent color) to the processed image. ------------------------------------------------------------------------ r5349 | hendricks266 | 2015-09-23 10:55:11 -0700 (Wed, 23 Sep 2015) | 1 line Internally, work with 24-bit palettes instead of 18-bit. ------------------------------------------------------------------------ r5348 | hendricks266 | 2015-09-23 10:55:02 -0700 (Wed, 23 Sep 2015) | 1 line Restructure the basepaltable subsystem to support up to 256 palettes and use dynamic allocation like palookup and blendtable. ------------------------------------------------------------------------ See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.