shell: improve support for CLI options

- Adds documentation
- Adds a --help switch
- Tidies short/long option form conventions
This commit is contained in:
Marcin Kurczewski 2025-04-26 09:47:36 +02:00
parent 890c7f76bb
commit dc41197cd6
9 changed files with 94 additions and 22 deletions

View file

@ -6,6 +6,8 @@
- added support for aspect ratio-specific images (#1840)
- added an option to wraparound when scrolling UI dialogs, such as save/load (#2834)
- changed the `draw_distance_fade` and `draw_distance_max` to `fog_start` and `fog_end`
- added aliases to CLI options (`-gold` becomes `-g/--gold`, `-demo_pc` becomes `--demo-pc`)
- added a `--help` CLI option (may not output anything on Windows machines  OS bug)
- changed `Select Detail` dialog title to `Graphic Options`
- changed the number of static mesh slots from 50 to 256 (#2734)
- changed the "enable EIDOS logo" option to disable the Core Design and Bink Video Codec FMVs as well; renamed to "enable legal" (#2741)