Revision r5140
Implement "renamefile" during game-side def parsing (normally for "loadgrp" et al.) in addition to engine-side def parsing.
Browse logs with clarity: filter by type/year, search text, and inspect parsed commit details.
Implement "renamefile" during game-side def parsing (normally for "loadgrp" et al.) in addition to engine-side def parsing.
Defs: Add "copytile" token that allows you to copy existing 8-bit tiles from one slot to another, along with their x/yoffsets and flags. ART animation values are not copied.
Examples: (assuming stock Duke palswaps)
copytile 10000 { tile 0 } // tile #10000 is now the same as #0
copytile 10001 { tile 1 pal 8 } // tile #10001 is now #1 with a full-green tint
copytile 0 { pal 1 pal 23 } // tile #0 now has a full-yellow tint
Instead of keeping the entire contents of ART files loaded from within zips in memory, assimilate them into tilefromtexture's compressed faketiledata. This involves some refactoring.
Defs: Expand use of check_tile().
Fix an OOB in the cheats menu when running with the v0.99 GRP.
Correct the month used in automatic names of savegames created by the "save" CON command.
------------------------------------------------------------------------
r5141 | hendricks266 | 2015-04-12 01:07:59 -0700 (Sun, 12 Apr 2015) | 1 line
Fix omission of modules when parsing game-side defs.
------------------------------------------------------------------------
r5140 | hendricks266 | 2015-04-12 01:07:45 -0700 (Sun, 12 Apr 2015) | 1 line
Implement "renamefile" during game-side def parsing (normally for "loadgrp" et al.) in addition to engine-side def parsing.
------------------------------------------------------------------------
r5139 | hendricks266 | 2015-04-12 01:07:30 -0700 (Sun, 12 Apr 2015) | 6 lines
Defs: Add "copytile" token that allows you to copy existing 8-bit tiles from one slot to another, along with their x/yoffsets and flags. ART animation values are not copied.
Examples: (assuming stock Duke palswaps)
copytile 10000 { tile 0 } // tile #10000 is now the same as #0
copytile 10001 { tile 1 pal 8 } // tile #10001 is now #1 with a full-green tint
copytile 0 { pal 1 pal 23 } // tile #0 now has a full-yellow tint
------------------------------------------------------------------------
r5138 | hendricks266 | 2015-04-12 01:07:10 -0700 (Sun, 12 Apr 2015) | 3 lines
Instead of keeping the entire contents of ART files loaded from within zips in memory, assimilate them into tilefromtexture's compressed faketiledata.
This involves some refactoring.
------------------------------------------------------------------------
r5137 | hendricks266 | 2015-04-12 01:06:51 -0700 (Sun, 12 Apr 2015) | 1 line
Defs: Expand use of check_tile().
------------------------------------------------------------------------
r5136 | hendricks266 | 2015-04-12 01:06:37 -0700 (Sun, 12 Apr 2015) | 1 line
Fix an OOB in the cheats menu when running with the v0.99 GRP.
------------------------------------------------------------------------
r5135 | hendricks266 | 2015-04-12 01:06:20 -0700 (Sun, 12 Apr 2015) | 1 line
Correct the month used in automatic names of savegames created by the "save" CON command.
------------------------------------------------------------------------
See http://svn.eduke32.com/listing.php?repname=eduke32 for more details.