mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
shell: improve support for CLI options
- Adds documentation - Adds a --help switch - Tidies short/long option form conventions
This commit is contained in:
parent
890c7f76bb
commit
dc41197cd6
9 changed files with 94 additions and 22 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue