Added an option to run commands before and after resources are reloaded, and...
Added an option to run commands before and after resources are reloaded, and before testing a map. This option can be accessed from the map options dialog.
Showing
- Source/Core/Builder.csproj 28 additions, 0 deletionsSource/Core/Builder.csproj
- Source/Core/BuilderMono.csproj 29 additions, 1 deletionSource/Core/BuilderMono.csproj
- Source/Core/Config/ExternalCommandSettings.cs 122 additions, 0 deletionsSource/Core/Config/ExternalCommandSettings.cs
- Source/Core/Controls/ExternalCommandControl.Designer.cs 147 additions, 0 deletionsSource/Core/Controls/ExternalCommandControl.Designer.cs
- Source/Core/Controls/ExternalCommandControl.cs 101 additions, 0 deletionsSource/Core/Controls/ExternalCommandControl.cs
- Source/Core/Controls/ExternalCommandControl.resx 120 additions, 0 deletionsSource/Core/Controls/ExternalCommandControl.resx
- Source/Core/General/Launcher.cs 60 additions, 29 deletionsSource/Core/General/Launcher.cs
- Source/Core/General/MapManager.cs 54 additions, 4 deletionsSource/Core/General/MapManager.cs
- Source/Core/Map/MapOptions.cs 28 additions, 1 deletionSource/Core/Map/MapOptions.cs
- Source/Core/Windows/MapOptionsForm.Designer.cs 27 additions, 5 deletionsSource/Core/Windows/MapOptionsForm.Designer.cs
- Source/Core/Windows/MapOptionsForm.cs 42 additions, 1 deletionSource/Core/Windows/MapOptionsForm.cs
- Source/Core/Windows/OpenMapOptionsForm.Designer.cs 3 additions, 5 deletionsSource/Core/Windows/OpenMapOptionsForm.Designer.cs
- Source/Core/Windows/PreAndPostCommandsForm.Designer.cs 248 additions, 0 deletionsSource/Core/Windows/PreAndPostCommandsForm.Designer.cs
- Source/Core/Windows/PreAndPostCommandsForm.cs 97 additions, 0 deletionsSource/Core/Windows/PreAndPostCommandsForm.cs
- Source/Core/Windows/PreAndPostCommandsForm.resx 120 additions, 0 deletionsSource/Core/Windows/PreAndPostCommandsForm.resx
- Source/Core/Windows/RunExternalCommandForm.Designer.cs 114 additions, 0 deletionsSource/Core/Windows/RunExternalCommandForm.Designer.cs
- Source/Core/Windows/RunExternalCommandForm.cs 290 additions, 0 deletionsSource/Core/Windows/RunExternalCommandForm.cs
- Source/Core/Windows/RunExternalCommandForm.resx 126 additions, 0 deletionsSource/Core/Windows/RunExternalCommandForm.resx
Loading
Please register or sign in to comment