Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Branch with most recent project structure #41

Merged
merged 197 commits into from
Jun 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
197 commits
Select commit Hold shift + click to select a range
870ed29
Initial Commit - draw flash overlay only
vipoo Feb 5, 2016
618318c
Packaging: release build using nuget to retreive dependencies
vipoo Feb 6, 2016
9420d67
Packaging: Create release artifact
vipoo Feb 6, 2016
4acbf2e
Package: fixes for package script
vipoo Feb 6, 2016
2581e61
Debug Packaging: Only copy main assembly to host application
vipoo Feb 6, 2016
268656f
Debug Build: copy plugin to new folder location ./plugins/overlays
vipoo Feb 8, 2016
bb43c0a
Init commit
vipoo Feb 10, 2016
66a1abd
Renamed project file
vipoo Feb 10, 2016
a56d865
Added solution and packages.config
vipoo Feb 10, 2016
c3e8d86
Correct relative path references for project references
vipoo Feb 10, 2016
532cd8e
Added nuget packaging script
vipoo Feb 10, 2016
36aca2f
Fixed/renamed assembly and namespace
vipoo Feb 10, 2016
87dbbf2
Moved tester project into subfolder and renamed to iRacingDirector.Pl…
vipoo Feb 11, 2016
2c06873
Fixed name of tester assembly - iRacingDirector.Plugin.Tester.exe
vipoo Feb 11, 2016
14b9112
Added iRacingDirector.Plugin project, and fixed associated references
vipoo Feb 12, 2016
3e6790a
Load plugin assembly as a ShadowCopy within a seperate AppDomain
vipoo Feb 20, 2016
51e4193
Removed reference to iRacingDirector.Plugin
vipoo Feb 20, 2016
1431641
Removed reference to iRacingDirector.Plugin
vipoo Feb 20, 2016
1bfadf9
Updated TODO list
vipoo Feb 20, 2016
0522739
Support for finding iRacingSDK from different packages path - as per …
vipoo Feb 20, 2016
e08ac15
Add additional search folder for nuget packages
vipoo Feb 20, 2016
ecc911a
Added StandardOverlays project as submodule
vipoo Feb 20, 2016
f23ac7e
Removed nuget dependency - iRacingDirector.Plugin
vipoo Feb 20, 2016
c6afce1
Added common support assembly for plugins - and updated nuget packaging
vipoo Feb 20, 2016
6f9a52c
Moved extensions.cs into plugin.support project
vipoo Feb 20, 2016
9c179ff
Update to StandardOverlays project
vipoo Feb 20, 2016
b8c3628
Removed submodule StandardOverlays - to avoid submodule circular hell
vipoo Feb 20, 2016
e29813f
Removed submodule StandardOverlays - to avoid submodule circular hell
vipoo Feb 20, 2016
990b6f4
Added StandardOverlay as ignore folder
vipoo Feb 20, 2016
c55705b
Updated references for ...Plugin.Support project as per different sol…
vipoo Feb 20, 2016
2380758
Copy ..plugin.Support.* to output folder of iRacingReplayOverlay project
vipoo Feb 20, 2016
fd2afe2
Fixed project reference and only copy binaries to solution output, wh…
vipoo Feb 20, 2016
8784fff
Moved remaining support files from overlay plugin - and added onPaint…
vipoo Feb 20, 2016
1ddfda4
Moved remaining support files from overlay plugin
vipoo Feb 20, 2016
147e209
DescriptionAttribute for use in describing settings
vipoo Feb 20, 2016
c68bbd3
Settings: Changed to use plugin description attribute
vipoo Feb 20, 2016
ec9499f
Added 'real' sessionData sample
vipoo Feb 21, 2016
a5e4624
Changed auto field SessionData to cleaner type EventData
vipoo Feb 21, 2016
b1cbdf8
Moved paging calculation into plugins responsibility. Tester now ani…
vipoo Feb 21, 2016
960f000
Updated to support new requirement for paging calculation of intro fl…
vipoo Feb 21, 2016
59ae210
Fix reference to iRacingSDK - 1.0.0.34
vipoo Feb 21, 2016
2a70820
Update of project references to work within iRacingReplayOverlay.sln …
vipoo Feb 22, 2016
d0d2ce2
Updated reference for nuget assembly ...Support to 1.0.0.23
vipoo Feb 22, 2016
cc83dad
Extracted drawing code into seperate files
vipoo Feb 25, 2016
6793833
Allow iRacingSDK to be referenced as csproj - if in solution
vipoo Feb 26, 2016
13f98aa
Update of todo list
vipoo Feb 25, 2016
17f4658
Prebuild step to download iRacingReplayOverlay.net release
vipoo Feb 26, 2016
927216a
Add reference to iRacingReplayOverlay.net.exe
vipoo Feb 26, 2016
3aa3b2f
iRacingReplayOverlay reference as project or binary
vipoo Feb 26, 2016
fb3827c
Packaging: Include iRacingReplayOverlay.exe in nuget package
vipoo Feb 26, 2016
f6b3a44
Tester: Using iRacingReplayOverlay.exe's implementation of LogListene…
vipoo Feb 26, 2016
083bf7f
Reference 1.0.3.21 of iRacingReplayOverlay
vipoo Feb 26, 2016
6e1a2d7
Tester: Changed to x64 and removed deleted file reference
vipoo Feb 26, 2016
7dd0c42
Changed to x64 for release build
vipoo Feb 26, 2016
077e6bc
Referencing PluginProxy within iRacingReplayOverlay
vipoo Feb 26, 2016
6834cce
Wip: Moving main overlay drawing code into plugin
vipoo Feb 26, 2016
702ab41
Added support for main overlay drawing
vipoo Feb 26, 2016
44b89b3
Updated refernece to iRacingReplayOverlay.net to 1.0.3.23
vipoo Feb 26, 2016
375fa7b
Update reference for ..Plugin.Support to 1.0.0.35
vipoo Feb 27, 2016
b0ffb65
Tester: Play/pause button added
vipoo Feb 27, 2016
6846741
Tester: Progress slider for replay added
vipoo Feb 27, 2016
c4228af
Tester: Allow user to move to any position of replay
vipoo Feb 27, 2016
107d3e0
Support: Added extra fields required by plugin
vipoo Feb 27, 2016
17f1fa3
Moved all main race overlays
vipoo Feb 27, 2016
318ae9d
Tester: Updated to reference iRacingReplayOverlay 1.0.3.25
vipoo Feb 27, 2016
3dde936
Tester: Moved to main application's release
vipoo Feb 27, 2016
2ab6562
Update reference to ...Plugin.Support
vipoo Feb 27, 2016
aa95002
EventData: Added accessor for Race and Results fields
vipoo Feb 27, 2016
6cd1c0e
Added Outro overlay code
vipoo Feb 27, 2016
6ee783b
Added extra graphic commands
vipoo Feb 29, 2016
a4a0829
Leaderboard list - updated look
vipoo Feb 29, 2016
2d94484
Additional support functions for plugins
vipoo Mar 3, 2016
68f052e
Updated colours layout for race messages, cam messages and fastest laps
vipoo Mar 3, 2016
36d4adb
Logging: Log all exception as category 'ERROR'
vipoo Mar 5, 2016
257386b
Logging: Log all exception as category 'ERROR'
vipoo Mar 5, 2016
925bcb9
BugFix: Fixed issue where driver short names have less then 4 characters
vipoo Mar 20, 2016
3dab076
Plugin binaries copied to dev build path for main application - debug…
vipoo Mar 26, 2016
b99b6ed
Renamed from StandardOverlays to JockeOverlays
vipoo Mar 26, 2016
2c9c896
Update project guid
vipoo Mar 26, 2016
3464c7f
Added method to GraphicRect - WithTextOffset
vipoo Mar 28, 2016
ea4cfd9
Updated dependency - iRacingDirector.Plugin.Support
vipoo Mar 28, 2016
53ad98b
Leaderboard: removed standard-overlays code
vipoo Mar 28, 2016
9742a27
Leaderboard: Apply new design
vipoo Mar 28, 2016
5ca31c1
Packaging: Include required assembly ..Plugin.Support
vipoo Mar 28, 2016
4b10684
BugFix: Fixed issue with CenterGraphicRect.DrawText
vipoo Mar 28, 2016
f3661b6
BugFix: Updated support - to fix issue with some text not showing
vipoo Mar 28, 2016
bf5594e
BugFix: Updated support - to fix issue with some text not showing
vipoo Mar 28, 2016
e3e8140
Update reference to iRacingSDK
vipoo Apr 24, 2016
f299e41
Update reference to iRacingSDK
vipoo Apr 24, 2016
ce1a632
Update reference to iRacingSDK
vipoo Apr 24, 2016
96a7700
Added accessor to allow safe retrieval of driver by carIdx
vipoo Jun 19, 2016
2698fdd
BugFix: Raises error on drawing flash cards, if driver details are no…
vipoo Jun 19, 2016
1ca876a
BugFix: Raises error on drawing flash cards, if driver details are no…
vipoo Jun 19, 2016
3ba75e8
Allow to set timespan to be lower 1 sec for a gap between vehicles in…
MerlinCooper Feb 2, 2019
432b551
Allow to set timespan to be lower 1 sec for a gap between vehicles in…
MerlinCooper Feb 2, 2019
3aed918
Revert "Allow to set timespan to be lower 1 sec for a gap between veh…
MerlinCooper Feb 2, 2019
ba809d6
Merge branch 'bugfix-time-gap-between-cars' of https://github.com/Mer…
MerlinCooper Feb 2, 2019
c14f074
Allow comma values for timegap between vehicles in a battle.
MerlinCooper Feb 2, 2019
d79f3f2
Use NumberFormatInfo to convert String to double to make it work for …
MerlinCooper Feb 2, 2019
623bd17
Update README.md
vipoo Mar 17, 2019
ca271d3
Bump YamlDotNet from 3.1.1 to 5.0.0 in /iRacingReplayOverlay.net.Tests
dependabot[bot] May 23, 2019
530a40c
Bump YamlDotNet from 3.1.1 to 5.0.0
dependabot[bot] May 23, 2019
f8586a7
Merge pull request #107 from MerlinCooper/bugfix-time-gap-between-cars
MerlinCooper May 10, 2020
7ee6c0d
Merge pull request #113 from vipoo/dependabot/nuget/YamlDotNet-5.0.0
MerlinCooper May 11, 2020
aada71e
Merge pull request #112 from vipoo/dependabot/nuget/iRacingReplayOver…
MerlinCooper May 11, 2020
eda207e
Update all projects to YamlDotNet V8.1.1
MerlinCooper May 11, 2020
3813eec
Merge branch 'master' into master
MerlinCooper May 14, 2020
30f7997
Add Subprojects to gitignore
MerlinCooper May 21, 2020
733e754
Revert "Add Subprojects to gitignore"
MerlinCooper May 21, 2020
2a55e67
Submodule Correction
MerlinCooper May 21, 2020
7a8c8c7
Add submodule iRacingsSDK.NET
MerlinCooper May 21, 2020
e81f9a3
Set up CI with Azure Pipelines
MerlinCooper Jun 2, 2020
d7dbb85
Set up CI with Azure Pipelines
MerlinCooper Jun 2, 2020
26f4fa7
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 2, 2020
02b8246
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 2, 2020
14346c5
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 2, 2020
2757ba8
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 2, 2020
39cc2c1
Set up CI with Azure Pipelines
MerlinCooper Jun 2, 2020
aa66b3f
Merge pull request #19 from MerlinCooper/azure-pipelines_Fast_Video_R…
MerlinCooper Jun 2, 2020
940e527
Merge pull request #18 from MerlinCooper/azure-pipelines
MerlinCooper Jun 2, 2020
579d2da
Delete azure-pipelines.yml
MerlinCooper Jun 2, 2020
a26a775
Delete azure-pipelines-1.yml
MerlinCooper Jun 2, 2020
76c8969
Delete azure-pipelines-Fast_Video_Recording_With_OBS.yml
MerlinCooper Jun 2, 2020
c331232
Set up CI with Azure Pipelines
MerlinCooper Jun 2, 2020
d8eeea7
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 2, 2020
40c0560
Set up CI with Azure Pipelines
MerlinCooper Jun 2, 2020
a92981c
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 2, 2020
82b9d0f
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 2, 2020
eae934a
commit all pending changes
MerlinCooper Jun 2, 2020
567f9cb
removed folder for missing submodule plugins/NoOverlay
kareem613 Jun 4, 2020
84e1086
Merge pull request #24 from kareem613/master
MerlinCooper Jun 5, 2020
b3ae4b5
add source code for NoOverlay
MerlinCooper Jun 5, 2020
0c09eb0
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 5, 2020
cd65c38
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 5, 2020
4ad0faf
Add the Azure Boards badge to the README. Fixes AB#4
MerlinCooper Jun 5, 2020
1f21979
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 5, 2020
26bfcc3
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 5, 2020
cefadce
Merge pull request #26 from MerlinCooper/azure-boards
MerlinCooper Jun 5, 2020
270a813
Update README.md
MerlinCooper Jun 5, 2020
77ce9dc
Update README.md
MerlinCooper Jun 5, 2020
1fa14dc
adds nooverlay project to solution
kareem613 Jun 6, 2020
229035b
Merge branch 'master' into azure-pipelines
MerlinCooper Jun 6, 2020
25bee6e
Merge pull request #20 from MerlinCooper/azure-pipelines
MerlinCooper Jun 6, 2020
bebd62e
Update README.md
MerlinCooper Jun 7, 2020
1a2802b
Update README.md
MerlinCooper Jun 7, 2020
a35617b
Update Readme with Azure Pipeline status badge
MerlinCooper Jun 7, 2020
9ca2349
Add the Azure Boards badge to the README. Fixes AB#1
MerlinCooper Jun 7, 2020
c47a351
Merge pull request #35 from MerlinCooper/azure-boards_2020-06-07T09-4…
MerlinCooper Jun 7, 2020
7b8973d
Merge remote-tracking branch 'merline/master'
kareem613 Jun 7, 2020
c79b2b5
Add status badge for Auzure piplines
MerlinCooper Jun 7, 2020
5181216
Merge remote-tracking branch 'merline/master'
kareem613 Jun 7, 2020
bc7a26e
removed plug support submodule
kareem613 Jun 7, 2020
7260ef5
integrated standard overlay submodule
kareem613 Jun 7, 2020
cfd533b
integrated jockeoverlay submodule
kareem613 Jun 7, 2020
76eb90b
removes all unecessary files from plugins projects
kareem613 Jun 8, 2020
15a54ed
.sln file not needed using project file within the iRacingDirector so…
MerlinCooper Jun 8, 2020
6f51bb6
Remove solution-file of subproject
MerlinCooper Jun 8, 2020
3c9c123
Remove solution-file of subproject
MerlinCooper Jun 8, 2020
f9f12aa
moves support files into proper folder
kareem613 Jun 8, 2020
6a853b7
removes obsolete nuget config
kareem613 Jun 8, 2020
75ddd10
Merge branch 'master' of https://github.com/kareem613/iRacingReplayDi…
kareem613 Jun 8, 2020
99e114e
Merge pull request #37 from kareem613/master
MerlinCooper Jun 9, 2020
23fb423
Merge branch 'Fast_Video_Recording_With_OBS'
MerlinCooper Jun 21, 2020
3f5ad7d
Update Project to compile
MerlinCooper Jun 21, 2020
b999250
submodule update
MerlinCooper Jun 21, 2020
62c1e7f
Remove Submodule for SuperMFLib
MerlinCooper Jun 21, 2020
8b5693d
Remove submodule SuperMFLIb
MerlinCooper Jun 21, 2020
5152bc1
Add source-code of SuperFMLib instead of submodule
MerlinCooper Jun 21, 2020
b2f612f
Update Project
MerlinCooper Jun 21, 2020
57a99e2
Update to .NET 4.7.2
MerlinCooper Jun 21, 2020
3b01cd9
Update Project files
MerlinCooper Jun 21, 2020
8dfd8c7
Update to .NET 4.7.2
MerlinCooper Jun 21, 2020
d5dace6
Resolve Issue with iRacingSDK referenced multiple times
MerlinCooper Jun 21, 2020
9709238
Make JockeyOverlays compile - resolved assembly reference error
MerlinCooper Jun 21, 2020
8baddb8
Make project compile
MerlinCooper Jun 21, 2020
4959f21
All projects except iRacingReplayOverlay and iRacingReplayOverlay.Tes…
MerlinCooper Jun 21, 2020
1d61338
remove submodule
MerlinCooper Jun 21, 2020
95bebc1
Delete mfnet
MerlinCooper Jun 21, 2020
5a9244b
Use SuperMFLIb as NuGet
MerlinCooper Jun 21, 2020
5b90c03
Delete SuperMFLib Sourcfiles
MerlinCooper Jun 21, 2020
bce4b25
Removed no longer necessary projects
MerlinCooper Jun 21, 2020
78e41a4
Removed old project iRacingReplayOverlay (instead use iRacingReplayDi…
MerlinCooper Jun 21, 2020
79a0104
Remove nugetspec file from project
MerlinCooper Jun 22, 2020
b2e289c
All projects (except "Tester") compile
MerlinCooper Jun 22, 2020
265f134
Changes to project files to make all projects compile.
MerlinCooper Jun 22, 2020
1afe60d
Resolve warnings for non unique NuGet assembly references
MerlinCooper Jun 22, 2020
b4bbba4
Reorganize VS Project
MerlinCooper Jun 22, 2020
6f79797
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 22, 2020
6693b33
Fix assembly warnings during build
MerlinCooper Jun 22, 2020
009ea32
Merge branch 'master' of https://github.com/MerlinCooper/iRacingRepla…
MerlinCooper Jun 22, 2020
7c8a918
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 22, 2020
3088321
Changed project dependencies
MerlinCooper Jun 22, 2020
bcd97e5
Merge branch 'master' of https://github.com/MerlinCooper/iRacingRepla…
MerlinCooper Jun 22, 2020
1d7b9d7
Update azure-pipelines.yml for Azure Pipelines
MerlinCooper Jun 22, 2020
c2f52de
add NuGet reference for iRacingSDK
MerlinCooper Jun 22, 2020
f3cc1e5
Merge branch 'master' of https://github.com/MerlinCooper/iRacingRepla…
MerlinCooper Jun 22, 2020
b3f1d05
Add NuGet Reference to iRacingSDK to Overlay Projects
MerlinCooper Jun 22, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "GitHubReleases"]
path = GitHubReleases
url = git://github.com/vipoo/GitHubReleases.git
[submodule "iRacingSDK.Net"]
path = iRacingSDK.Net
url = https://github.com/MerlinCooper/iRacingSDK.Net.git
4 changes: 0 additions & 4 deletions .nuget/packages.config

This file was deleted.

6 changes: 3 additions & 3 deletions AboutBox1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions AboutBox1.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// This file is part of iRacingReplayOverlay.
// This file is part of iRacingReplayDirector.
//
// Copyright 2016 Dean Netherton
// https://github.com/vipoo/iRacingReplayOverlay.net
// https://github.com/vipoo/iRacingReplayDirector.net

using iRacingSDK.Support;
using System;
using System.Reflection;
using System.Windows.Forms;

namespace iRacingReplayOverlay
namespace iRacingReplayDirector
{
partial class AboutBox1 : Form
{
Expand Down
2 changes: 1 addition & 1 deletion AdvancedGeneralSettingsDlg.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion AdvancedGeneralSettingsDlg.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
using System.Threading.Tasks;
using System.Windows.Forms;

namespace iRacingReplayOverlay
namespace iRacingReplayDirector
{
public partial class AdvanceGeneralSettingsDlg : Form
{
Expand Down
28 changes: 14 additions & 14 deletions App.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<configuration>
<configSections>
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<section name="iRacingReplayOverlay.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
<section name="iRacingReplayOverlay.Main" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
<section name="iRacingReplayDirector.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
<section name="iRacingReplayDirector.Main" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false"/>
</sectionGroup>
</configSections>
<startup>

<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/></startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup>
<userSettings>
<iRacingReplayOverlay.Settings>
<iRacingReplayDirector.Settings>
<setting name="WorkingFolder" serializeAs="String">
<value />
<value/>
</setting>
<setting name="videoBitRate" serializeAs="String">
<value>15</value>
Expand All @@ -21,16 +21,16 @@
<value>48000</value>
</setting>
<setting name="lastSelectedTrackName" serializeAs="String">
<value />
<value/>
</setting>
<setting name="lastVideoFile" serializeAs="String">
<value />
<value/>
</setting>
<setting name="CameraStickyPeriod" serializeAs="String">
<value>00:00:20</value>
</setting>
<setting name="PreferredDriverNames" serializeAs="String">
<value />
<value/>
</setting>
<setting name="BattleGap" serializeAs="String">
<value>00:00:01</value>
Expand Down Expand Up @@ -63,7 +63,7 @@
<value>False</value>
</setting>
<setting name="TrackingID" serializeAs="String">
<value />
<value/>
</setting>
<setting name="ResultsFlashCardPosition" serializeAs="String">
<value>3</value>
Expand All @@ -81,16 +81,16 @@
<value>False</value>
</setting>
<setting name="MainExecPath" serializeAs="String">
<value />
<value/>
</setting>
<setting name="OverlayPluginId" serializeAs="String">
<value />
<value/>
</setting>
</iRacingReplayOverlay.Settings>
<iRacingReplayOverlay.Main>
</iRacingReplayDirector.Settings>
<iRacingReplayDirector.Main>
<setting name="WorkingFolder" serializeAs="String">
<value/>
</setting>
</iRacingReplayOverlay.Main>
</iRacingReplayDirector.Main>
</userSettings>
</configuration>
6 changes: 3 additions & 3 deletions Aws/AwsKey.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file is part of iRacingReplayOverlay.
// This file is part of iRacingReplayDirector.
//
// Copyright 2016 Dean Netherton
// https://github.com/vipoo/iRacingReplayOverlay.net
// https://github.com/vipoo/iRacingReplayDirector.net

// To enable AWS logging, update this file with an aws key
// with permission to write to your specific log group/stream
Expand All @@ -12,7 +12,7 @@

using System;

namespace iRacingReplayOverlay
namespace iRacingReplayDirector
{
public class AwsKeys
{
Expand Down
6 changes: 3 additions & 3 deletions Aws/AwsLogListener.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file is part of iRacingReplayOverlay.
// This file is part of iRacingReplayDirector.
//
// Copyright 2016 Dean Netherton
// https://github.com/vipoo/iRacingReplayOverlay.net
// https://github.com/vipoo/iRacingReplayDirector.net

using Amazon;
using Amazon.CloudWatchLogs;
Expand All @@ -17,7 +17,7 @@
using System.Reflection;
using System.Timers;

namespace iRacingReplayOverlay
namespace iRacingReplayDirector
{
public class AwsLogListener : TraceListener
{
Expand Down
3 changes: 2 additions & 1 deletion ConfigureGeneralSettings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 11 additions & 6 deletions ConfigureGeneralSettings.cs
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
// This file is part of iRacingReplayOverlay.
// This file is part of iRacingReplayDirector.
//
// Copyright 2014 Dean Netherton
// https://github.com/vipoo/iRacingReplayOverlay.net
// https://github.com/vipoo/iRacingReplayDirector.net
//
// iRacingReplayOverlay is free software: you can redistribute it and/or modify
// iRacingReplayDirector is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// iRacingReplayOverlay is distributed in the hope that it will be useful,
// iRacingReplayDirector is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with iRacingReplayOverlay. If not, see <http://www.gnu.org/licenses/>.
// along with iRacingReplayDirector. If not, see <http://www.gnu.org/licenses/>.

using System;
using System.Windows.Forms;

namespace iRacingReplayOverlay
namespace iRacingReplayDirector
{
public partial class ConfigureGeneralSettings : Form
{
Expand Down Expand Up @@ -122,5 +122,10 @@ void OnFocus(object sender, EventArgs e)
if (this.ActiveControl.Tag != null)
helpText.Text = this.ActiveControl.Tag.ToString();
}

private void ConfigureGeneralSettings_Load(object sender, EventArgs e)
{

}
}
}
2 changes: 1 addition & 1 deletion ConfigurePlugins.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ConfigurePlugins.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
using System.Threading;
using System.Windows.Forms;

namespace iRacingReplayOverlay
namespace iRacingReplayDirector
{
public partial class ConfigurePlugins : Form
{
Expand Down
2 changes: 1 addition & 1 deletion ConfigureTrackCameras.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions ConfigureTrackCameras.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
// This file is part of iRacingReplayOverlay.
// This file is part of iRacingReplayDirector.
//
// Copyright 2014 Dean Netherton
// https://github.com/vipoo/iRacingReplayOverlay.net
// https://github.com/vipoo/iRacingReplayDirector.net
//
// iRacingReplayOverlay is free software: you can redistribute it and/or modify
// iRacingReplayDirector is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// iRacingReplayOverlay is distributed in the hope that it will be useful,
// iRacingReplayDirector is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with iRacingReplayOverlay. If not, see <http://www.gnu.org/licenses/>.
// along with iRacingReplayDirector. If not, see <http://www.gnu.org/licenses/>.

using iRacingSDK;
using iRacingSDK.Support;
Expand All @@ -25,7 +25,7 @@
using System.Threading.Tasks;
using System.Windows.Forms;

namespace iRacingReplayOverlay
namespace iRacingReplayDirector
{
public partial class ConfigureTrackCameras : Form
{
Expand Down
10 changes: 5 additions & 5 deletions DllImports/Win32/Messages.cs
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
// This file is part of iRacingReplayOverlay.
// This file is part of iRacingReplayDirector.
//
// Copyright 2014 Dean Netherton
// https://github.com/vipoo/iRacingReplayOverlay.net
// https://github.com/vipoo/iRacingReplayDirector.net
//
// iRacingReplayOverlay is free software: you can redistribute it and/or modify
// iRacingReplayDirector is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// iRacingReplayOverlay is distributed in the hope that it will be useful,
// iRacingReplayDirector is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with iRacingReplayOverlay. If not, see <http://www.gnu.org/licenses/>.
// along with iRacingReplayDirector. If not, see <http://www.gnu.org/licenses/>.
//

using System;
Expand Down
13 changes: 7 additions & 6 deletions GeneralSettingFields.cs
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
// This file is part of iRacingReplayOverlay.
// This file is part of iRacingReplayDirector.
//
// Copyright 2014 Dean Netherton
// https://github.com/vipoo/iRacingReplayOverlay.net
// https://github.com/vipoo/iRacingReplayDirector.net
//
// iRacingReplayOverlay is free software: you can redistribute it and/or modify
// iRacingReplayDirector is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// iRacingReplayOverlay is distributed in the hope that it will be useful,
// iRacingReplayDirector is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with iRacingReplayOverlay. If not, see <http://www.gnu.org/licenses/>.
// along with iRacingReplayDirector. If not, see <http://www.gnu.org/licenses/>.

using iRacingSDK.Support;
using System;
using System.Collections.Generic;
using System.Windows.Forms;
using System.Globalization;

namespace iRacingReplayOverlay
namespace iRacingReplayDirector
{
public class GeneralSettingFields
{
Expand Down Expand Up @@ -121,6 +121,7 @@ internal void AddTimeField(string caption, string description, string setting)
AddField(caption, description, ((TimeSpan)settings[setting]).TotalSeconds.ToString(provider), tb =>
{
var newSeconds = 0.0;

if (double.TryParse(tb.Text, out newSeconds))
{
if (string.Compare(setting, "BattleGap") == 0)
Expand Down
2 changes: 1 addition & 1 deletion LogMessages.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion LogMessages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
using System.Threading.Tasks;
using System.Windows.Forms;

namespace iRacingReplayOverlay
namespace iRacingReplayDirector
{
public partial class LogMessages : Form
{
Expand Down
12 changes: 6 additions & 6 deletions Main.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading