Skip to content

Commit ccd1d82

Browse files
committed
Replaced the legacy DispatchViewer with MapViewer
1 parent 67014b7 commit ccd1d82

File tree

14 files changed

+39
-4509
lines changed

14 files changed

+39
-4509
lines changed

Source/ORTS.Common/Input/UserCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public enum UserCommand
2424
[GetString("Game Change Cab")] GameChangeCab,
2525
[GetString("Game Request Control")] GameRequestControl,
2626
[GetString("Game Multi Player Dispatcher")] GameMultiPlayerDispatcher,
27-
[GetString("Game Multi Player Dispatcher Beta")] GameMultiPlayerDispatcherBeta,
2827
[GetString("Game Multi Player Texting")] GameMultiPlayerTexting,
2928
[GetString("Game Switch Manual Mode")] GameSwitchManualMode,
3029
[GetString("Game Reset Out Of Control Mode")] GameResetOutOfControlMode,

Source/ORTS.Settings/InputSettings.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ static void InitializeCommands(UserCommandInput[] Commands)
522522
Commands[(int)UserCommand.GameExternalCabController] = new UserCommandKeyInput(0x29);
523523
Commands[(int)UserCommand.GameFullscreen] = new UserCommandKeyInput(0x1C, KeyModifiers.Alt);
524524
Commands[(int)UserCommand.GameMultiPlayerDispatcher] = new UserCommandKeyInput(0x0A, KeyModifiers.Control);
525-
Commands[(int)UserCommand.GameMultiPlayerDispatcherBeta] = new UserCommandKeyInput(0x0A, KeyModifiers.Control | KeyModifiers.Shift);
526525
Commands[(int)UserCommand.GameMultiPlayerTexting] = new UserCommandKeyInput(0x14, KeyModifiers.Alt);
527526
Commands[(int)UserCommand.GamePause] = new UserCommandKeyInput(Keys.Pause);
528527
Commands[(int)UserCommand.GamePauseMenu] = new UserCommandKeyInput(0x01);

Source/RunActivity/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ static class Program
4141
{
4242
public static Simulator Simulator;
4343
public static Viewer Viewer;
44-
public static DispatchViewer DebugViewer;
4544
public static MapViewer MapForm;
4645
public static SoundDebugForm SoundDebugForm;
4746
public static ORTraceListener ORTraceListener;

Source/RunActivity/Viewer3D/Debugging/DebugViewerForm.Designer.cs

Lines changed: 0 additions & 920 deletions
This file was deleted.

0 commit comments

Comments
 (0)