ZDoom / gzdoom

GZDoom is a feature centric port for all Doom engine games, based on ZDoom, adding an OpenGL renderer and powerful scripting capabilities
http://zdoom.org
GNU General Public License v3.0
2.47k stars 540 forks source link

MBF21 Compatibility Presets #2549

Closed XaserAcheron closed 5 months ago

XaserAcheron commented 5 months ago

Adds "MBF21" and "MBF21 (strict)" compatibility presets to the compat options menu. Closes #2308 .

Pretty self-explanatory, hopefully. :P

coelckers commented 5 months ago

Please note that manually adding text to the CSV files is a total waste of time. They need to go to the spreadsheet on Google. Otherwise the content will be immediately overwritten with the next update. I had to copy over all the new content manually.

XaserAcheron commented 5 months ago

How is that meant to work for pull requests? It'd be weird to add new strings to the doc before PRs get merged, since the feature may or may not make it in depending on if a merge happens, and I'd need to add content to the CSV anyhow in order to test out my changes locally.