refactor command line arguments parsing

This commit is contained in:
Garux
2021-09-19 11:58:00 +03:00
parent 02a3b9c026
commit 29ba8c4876
15 changed files with 596 additions and 743 deletions

View File

@@ -181,7 +181,6 @@ td.formatted_questions ol { margin-top: 0px; margin-bottom: 0px; }
<ul>
<li><strong><code>-light</code> ... filename.map:</strong> Switch that enters this stage</li>
<li><strong><code>-vlight</code> ... filename.map:</strong> Deprecated alias for <code>-light -fast</code> ... filename.map</li>
<li><strong><code>-approx</code> N:</strong> Vertex light approximation tolerance (never use in conjunction with deluxemapping)</li>
<li><strong><code>-areascale</code> F, <code>-area</code> F:</strong> Scaling factor for area lights (surfacelight)</li>
<li><strong><code>-border</code>:</strong> Add a red border to lightmaps for debugging</li>