Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.

2100Total Files
2088SVN Logs
12Git Changelogs
1418Filtered Results

Detail

2019.08.04.Log1622.txt

📄SVN 📅2019-08-04 💾1,2 KB 2 Parsed entries FIX

Revision r7887

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

Revision r7886

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.
Raw Content
------------------------------------------------------------------------
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.