Skip to content

Commit

Permalink
Automatic merge of T1.5-rc1-55-g01de7b11e and 13 pull requests
Browse files Browse the repository at this point in the history
- Pull request #570 at 824f96f: Experimental glTF 2.0 support with PBR lighting
- Pull request #630 at 704731a: Sky Color Fix (Addresses Trello Roadmap Card #367 for More accurate sunrise and sunset)
- Pull request #652 at 918fdb1: Add button functions to Raildriver
- Pull request #677 at 12d50c5: Correct double heading bug
- Pull request #688 at e44897d: adds Help Icons to Video tab
- Pull request #692 at 20de7da: Italian translation for OR 1.5
- Pull request #693 at 453ac3d: French locales
- Pull request #699 at 6baf43d: Bug fix for https://bugs.launchpad.net/or/+bug/1987453. Web: HUD/Force Information, some labels not visible.
- Pull request #705 at 80408da: feat: Updated Russian translations
- Pull request #706 at 1dbf5a5: TCS Extensions
- Pull request #707 at f718615: fix: Add help option to help output of Data Collector
- Pull request #708 at 9383448: fix: Add help option to help output of Data Converter
- Pull request #709 at dc950d9: fix: Add help option to help output to Data Validator
  • Loading branch information
openrails-bot committed Sep 10, 2022
15 parents ffce5f3 + 01de7b1 + 824f96f + 704731a + 918fdb1 + 12d50c5 + e44897d + 20de7da + 453ac3d + 6baf43d + 80408da + 1dbf5a5 + f718615 + 9383448 + dc950d9 commit 716e11a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Source/Contrib/DataConverter/Program.cs
Expand Up @@ -97,6 +97,11 @@ static void ShowHelp(List<IDataConverter> converters)
Console.WriteLine(" <INPUT> Specifies the file to read");
Console.WriteLine(" <OUTPUT> Specifies the file to generate");
Console.WriteLine();
Console.WriteLine("Options:");
Console.WriteLine(" /input Indicate that next argument is input");
Console.WriteLine(" /output Indicate that following arguments are outputs");
Console.WriteLine(" /help Show help and usage information");
Console.WriteLine();
Console.WriteLine("Multiple outputs may be specified for each input");
Console.WriteLine();
Console.WriteLine("Available file format conversions:");
Expand Down
1 change: 1 addition & 0 deletions Source/Contrib/DataValidator/Program.cs
Expand Up @@ -50,6 +50,7 @@ static void ShowHelp()
Console.WriteLine();
Console.WriteLine("Options:");
Console.WriteLine(" /verbose Displays all expected/valid values in addition to any errors");
Console.WriteLine(" /help Show help and usage information");
Console.WriteLine();
}

Expand Down

0 comments on commit 716e11a

Please sign in to comment.