Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show Burn splash screen earlier. | Sean Hall | 2021-06-09 | 1 | -6/+9 |
| | | | | | | Make the initial Burn process show the splash screen, and show it before parsing the manifest. Fixes half of #5300 | ||||
* | Update Burn command line parsing to handle unknown args separately. | Sean Hall | 2021-06-09 | 1 | -52/+8 |
| | | | | Parse whole command line in InitializeEngineState but store the indices of unknown args. This allows the engine earlier access to the configuration from the command line, while still allowing CoreInitialize to sanitize the command line before logging it. | ||||
* | Try to log Burn command line even if it was invalid. | Sean Hall | 2021-06-09 | 1 | -12/+30 |
| | |||||
* | Move burn into burn | Rob Mensching | 2021-04-29 | 1 | -0/+992 |