Add "TITLEPIC/CREDIT cycle" for WADs with blank internal demos #735
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR does what the title says.
Due to the cycle being based on other code, I brought over Nyan functionality separating the types of CREDITS (graphic and "dynamic"), as well as allowing the HELP screen to show CREDIT (or Dynamic Credits) based on what lumps are found in the PWAD.
Order goes: PWAD HELP > PWAD CREDIT > DYNAMIC CREDIT
The reasoning for this is that for the longest time, PrBoom used CREDIT for the HELP screen erroneously... which resulted in many wads (i.e Scythe 2) including a CREDIT lump, but not a HELP lump.
Edit: I think it's worth having a discussion around automatically disabling the IWAD internal demos for PWADs (w/ maps)... As Nyan Doom has this functionality tied to a config option. I don't see any reason why anyone would want to see a desyncing "Circle of Death" demo for wads that don't include custom internal demos. We could even just have it enabled by default without a config option. Thoughts?