------------------------------------------------------------------------ r7888 | pogokeen | 2019-08-04 19:14:19 -0700 (Sun, 04 Aug 2019) | 1 line polymost.cpp: Fix issue where tiles whose dimensions had grown would not have their sizes updated in GL and could fail to update their texture data ------------------------------------------------------------------------ r7887 | pogokeen | 2019-08-04 19:14:16 -0700 (Sun, 04 Aug 2019) | 1 line polymost.cpp: If a tile in the tilesheet is large enough to fit a redefined tile, use that space rather than allocating a new texture ------------------------------------------------------------------------ r7886 | pogokeen | 2019-08-04 19:14:07 -0700 (Sun, 04 Aug 2019) | 2 lines polymost.cpp: if an indexed colour tile is being reloaded, changed dimensions, and no longer matches the calculated tilesheets, generate a separate texture for it. Similarly, if the tile does match the calculated tilesheets but was a separate texture, delete the texture and load the tile back into the tilesheet. ------------------------------------------------------------------------ See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.