Skip to content

iRacing Replay Director 20201205.27

Compare
Choose a tag to compare
@MerlinCooper MerlinCooper released this 05 Dec 18:07
0cd08b0

Changes:

See More
  • 922a760 Update README.md
  • 1197c9c Update README.md
  • 9bf0112 Update README.md
  • 6284ea9 Update README.md
  • 0875d6b Add LapCounter to RaceEvents and store them into the JSON ReplayScript File
  • 50a5fe1 Update README.md
  • aa409a5 Update README.md
  • b3f1d05 Add NuGet Reference to iRacingSDK to Overlay Projects
  • f3cc1e5 Merge branch 'master' of https://github.com/MerlinCooper/iRacingReplayDirector
  • c2f52de add NuGet reference for iRacingSDK
  • 1d7b9d7 Update azure-pipelines.yml for Azure Pipelines
  • bcd97e5 Merge branch 'master' of https://github.com/MerlinCooper/iRacingReplayDirector
  • 3088321 Changed project dependencies
  • 7c8a918 Update azure-pipelines.yml for Azure Pipelines
  • 009ea32 Merge branch 'master' of https://github.com/MerlinCooper/iRacingReplayDirector
  • 6693b33 Fix assembly warnings during build
  • 6f79797 Update azure-pipelines.yml for Azure Pipelines
  • b4bbba4 Reorganize VS Project
  • 1afe60d Resolve warnings for non unique NuGet assembly references
  • 265f134 Changes to project files to make all projects compile.
  • b2e289c All projects (except "Tester") compile
  • 79a0104 Remove nugetspec file from project
  • 78e41a4 Removed old project iRacingReplayOverlay (instead use iRacingReplayDirector)
  • bce4b25 Removed no longer necessary projects
  • 5b90c03 Delete SuperMFLib Sourcfiles
  • 5a9244b Use SuperMFLIb as NuGet
  • 95bebc1 Delete mfnet
  • 1d61338 remove submodule
  • 4959f21 All projects except iRacingReplayOverlay and iRacingReplayOverlay.Tester do compile
  • 8baddb8 Make project compile
  • 9709238 Make JockeyOverlays compile - resolved assembly reference error
  • d5dace6 Resolve Issue with iRacingSDK referenced multiple times
  • 8dfd8c7 Update to .NET 4.7.2
  • 3b01cd9 Update Project files
  • 57a99e2 Update to .NET 4.7.2
  • b2f612f Update Project
  • 5152bc1 Add source-code of SuperFMLib instead of submodule
  • 8b5693d Remove submodule SuperMFLIb
  • 62c1e7f Remove Submodule for SuperMFLib
  • b999250 submodule update
  • 3f5ad7d Update Project to compile
  • 23fb423 Merge branch 'Fast_Video_Recording_With_OBS'
  • 2827110 File not needed
  • 3b73200 No update on project files
  • 9eaab89 not needed
  • 87ed648 No update on project files
  • abec1e6 Class Diagram not needed
  • c4cc034 Class Diagram not needed
  • fd8ecfa Class Diagram not needed
  • bf75962 worker thread to switch iRacing camera while recording using pause/resume implemented
  • 25837d9 commit changes to successfully compile
  • 86f2ee4 solution file optimization
  • 004c08f Update submodule iRacingSDK.NET
  • 71bacf0 Updates to successfuly buidl solution
  • 99e114e Merge pull request #37 from kareem613/master [ #36 ]
  • 75ddd10 Merge branch 'master' of https://github.com/kareem613/iRacingReplayDirector
  • 6a853b7 removes obsolete nuget config
  • f9f12aa moves support files into proper folder
  • 3c9c123 Remove solution-file of subproject
  • 6f51bb6 Remove solution-file of subproject
  • 15a54ed .sln file not needed using project file within the iRacingDirector solution
  • 76eb90b removes all unecessary files from plugins projects
  • 2f29221 Add TraceDebug Messages in methodes used to set cameras.
  • 8e10e4a Store number of camera group (camGroupNumber) in camDriver class and only add an instance of the camDriver class to the list of camera change events when the tuple camGroupNumber/currentDriver.Position changes.
  • cfd533b integrated jockeoverlay submodule
  • 7260ef5 integrated standard overlay submodule
  • bc7a26e removed plug support submodule
  • 5181216 Merge remote-tracking branch 'merline/master'
  • c79b2b5 Add status badge for Auzure piplines
  • 9afd14e Modify iRacingReplayDirector project file to compile
  • 7432ae1 Revert "roll back to working solution file"
  • 4ed64b0 add nuget-reference switcher to iRacingDirector.Plugin.Tester
  • 94d33b9 roll back to working solution file
  • 5454706 Revert "Revert "Update iRacingSDK.NET submodule to V1.0.0.42""
  • 8f2c76a Revert "Update iRacingSDK.NET submodule to V1.0.0.42"
  • 31eadbd Update iRacingSDK.NET submodule to V1.0.0.42
  • 7b8973d Merge remote-tracking branch 'merline/master'
  • c47a351 Merge pull request #35 from MerlinCooper/azure-boards_2020-06-07T09-42-58
  • 9ca2349 Add the Azure Boards badge to the README. Fixes AB#1
  • a35617b Update Readme with Azure Pipeline status badge
  • 1a2802b Update README.md
  • bebd62e Update README.md
  • e301302 Merge pull request #34 from MerlinCooper/Worker_Threads_to_control_RecordingSoftware_and_iRacingReplay
  • 2d2de05 Do not set "AppliedTimingFactor" during Fast-Forward-Race Analysis
  • cde5c48 Add remarks / Anotations where to add code to start CameraControl Thread
  • 65a7201 Remove commented code no longer needed
  • 3f69a3b Merge pull request #33 from MerlinCooper/issue-31-GetInterestingRaceEvents_not_correct
  • e10d366 Keep AppliedTimingFactor unchanged in Analysis phase to avoid wrong adapation of total highlight-time.
  • 25bee6e Merge pull request #20 from MerlinCooper/azure-pipelines
  • 229035b Merge branch 'master' into azure-pipelines
  • c4d87d5 Upgrade to iRacingSDK Nuget to V1.0.0.42
  • f03c227 Merge branch 'Fast_Video_Recording_With_OBS' of https://github.com/MerlinCooper/iRacingReplayDirector into Fast_Video_Recording_With_OBS
  • 8893c6a commit changes to project file
  • e6ca230 Merge pull request #32 from MerlinCooper/Worker_Threads_to_control_RecordingSoftware_and_iRacingReplay
  • cde6db0 First implemenation of Video capturing of race-events with Pause/Resume. No Camera control implemented yet.
  • 1fa14dc adds nooverlay project to solution
  • 39ae01c Optimize video-status control - Bugfix wrong usage of logical operators
  • 15f4b14 Allow activation of video-capture w/o starting the recording at the same time.
  • b253c1e Verify status of recording software before sending keystroke commands to start/stop recording
  • 77ce9dc Update README.md
  • 270a813 Update README.md
  • cefadce Merge pull request #26 from MerlinCooper/azure-boards
  • 26bfcc3 Update azure-pipelines.yml for Azure Pipelines
  • 1f21979 Update azure-pipelines.yml for Azure Pipelines
  • 4ad0faf Add the Azure Boards badge to the README. Fixes AB#4
  • f50c5b5 Merge pull request #25 from MerlinCooper/issue-22-Rewrite_code_for_race_analyses_thus_race_highlights_are_identified_w/o_recording_the_whole_race
  • d80da29 Use enumeration type to set replay-speed
  • 99cf4f4 Optimize analysis-phase @FF16x
  • cd65c38 Update azure-pipelines.yml for Azure Pipelines
  • 0c09eb0 Update azure-pipelines.yml for Azure Pipelines
  • 71bcdfb add source code for NoOverlay
  • 166ddbc Remove NoOverlay Directory
  • b3ae4b5 add source code for NoOverlay
  • 84e1086 Merge pull request #24 from kareem613/master
  • a591f4f Add command to set Replay-Speed to normal when playing-out raceEvents
  • fa56eb1 Send Key-Stroke combination to resume recording only when it has been paused before.
  • b42b1c7 Improve VisualStudio Debugger Performance and enable new features.
  • 15eb526 Calculate relative time taking replay speed into account
  • c9c0346 Add methodes to be able to muliple timespan with int / double value due to not available in .NET before 5.0.
  • 567f9cb removed folder for missing submodule plugins/NoOverlay
  • b0e46c1 Clean-up Code - remove not used code
  • 27dc590 set replay speed to the same value than used if "shorttestonly" is checked
  • 9b9627e First draft of Replay / iRacing Control based on a list of raceEvents to be recorded in analysis phase.
  • a44bcb8 Introduce enumeration type for different iRacing replaySpeeds.
  • 8a42f54 Make methode "GetInterestingRaceEvents" public to be able to call it ouside class RaceEventExtension.
  • d3384f6 add possibility to pause / resume video recording software
  • a061951 update and add remark with regard to analysis of race events.
  • 26881db Change / Correct name of variable from cb_BoxCloseiRacingAfterRecording to cb_CloseiRacingAfterRecording
  • 9dc1c3e add checkbox to allow user to control closure of iRacing after recording finshed and "PC-Shutdown" after transcoding finished
  • cae4bcc Use Release version of MediaFoundation and SuperMFLib for Debug versions of other projects to compile w/o errors.
  • 72d46c4 Add Checkbox to allow user to change behavior whether iRacing will be stopped after recording.
  • f64a188 Use iRacingSDK.NET as project (not NuGet) to avoid assembly error
  • f56081b Use iRacingSDK.NET as project - not NuGet to avoid assembly error.
  • 98ae218 change default value for "Shutdown after Encoding" to "unchecked"
  • 75c4b60 update to be able to compile after upgrading all procject to iRacingSDK.NET 1.0.0.40
  • 135e6df commit all changes to submodules
  • eae934a commit all pending changes
  • 82b9d0f Update azure-pipelines.yml for Azure Pipelines
  • a92981c Update azure-pipelines.yml for Azure Pipelines
  • 40c0560 Set up CI with Azure Pipelines
  • d8eeea7 Update azure-pipelines.yml for Azure Pipelines
  • c331232 Set up CI with Azure Pipelines
  • 76c8969 Delete azure-pipelines-Fast_Video_Recording_With_OBS.yml
  • 66b3813 Delete azure-pipelines.yml
  • a26a775 Delete azure-pipelines-1.yml
  • 579d2da Delete azure-pipelines.yml
  • d974d59 Remove not needed azure pipeline configuration files
  • f194f65 rename Azure Pipeline configuration file to standard name
  • 5b0e7f7 Set up CI with Azure Pipelines
  • d83941d Set up CI with Azure Pipelines
  • 940e527 Merge pull request #18 from MerlinCooper/azure-pipelines
  • aa66b3f Merge pull request #19 from MerlinCooper/azure-pipelines_Fast_Video_Recording_With_OBS
  • 39cc2c1 Set up CI with Azure Pipelines
  • 2757ba8 Update azure-pipelines.yml for Azure Pipelines
  • 14346c5 Update azure-pipelines.yml for Azure Pipelines
  • 02b8246 Update azure-pipelines.yml for Azure Pipelines
  • 26f4fa7 Update azure-pipelines.yml for Azure Pipelines
  • d7dbb85 Set up CI with Azure Pipelines
  • e81f9a3 Set up CI with Azure Pipelines
  • ba1a502 adding placeholder where implmentation of recording race-events supposed to start.
  • c15517e Rename boolean variable to make code more readable.
  • 6d3b18b added comments to make code more readable
  • 0bee188 Add timestamp to OverlayData class
  • fb1e7e9 Use same instances of classes needed for anlysis and recording by adding internal members to iRacingReplay class.
  • 658fcfb Added comment to code
  • 0edfb99 add variable whether PauseResume to be used and pass on to iRacingReplay.
  • d20b1c0 Add NoOverlay Project to Solution
  • 10464ad Add Methode to send pause/resume Keystroke to OBS
  • 5b87a1a Add submodule iRacingSKD.NET
  • 7a8c8c7 Add submodule iRacingsSDK.NET
  • 1f52d3e Remove Submodule iRacingSDK.NET
  • 2a55e67 Submodule Correction
  • 733e754 Revert "Add Subprojects to gitignore"
  • 30f7997 Add Subprojects to gitignore
  • ad34c55 Revert "Merge "NoOverlay PlugIn" into the branch"
  • fa9e094 Merge "NoOverlay PlugIn" into the branch
  • 03f68d0 Added project for plugin supporting the interface but not drawing anything.
  • 758f400 Return value of SaveReplayScript not necessary
  • 737d0ec Bugfix: Build correct full-filename in SaveReplayScript
  • 900fae1 code added to save replayscript after full analysis of race in fast-forward mode (16x)
  • 3e9c679 - Code to analyse replay copied from capture phase.
  • 0468e62 Write OverlayData as JSON File in addition to the XML file
  • 248727e Adding methodes to analyse all race-events before start of capture.
  • 6f71cd4 comment where to add race_analysis code
  • bb8d58f Roll-back to YamlDotNet 5.3.1
  • a55bbb2 Return value of SaveReplayScript not necessary
  • c5c2125 Bugfix: Build correct full-filename in SaveReplayScript
  • 1f19061 code added to save replayscript after full analysis of race in fast-forward mode (16x)
  • 050c7d0 - Code to analyse replay copied from capture phase.
  • f4d98a9 Write OverlayData as JSON File in addition to the XML file
  • 6f0836e Adding methodes to analyse all race-events before start of capture.
  • 2350af8 comment where to add race_analysis code
  • 3813eec Merge branch 'master' into master
  • d7dd064 Use iRacingSDK project instead of NuGet package to avoid failure during assembly
  • 68afaac Merge pull request #16 from MerlinCooper/Enable_Yaml
  • f11b9db Working base with YamlDotNet 5.3.1
  • c0abd48 Roll-back to YamlDotNet 5.3.1
  • 15fdfbb Commit changes
  • 9266245 Project does compile - but not recognizing iRacings Start again
  • ab94d59 Updating iRacingSDK.NET Submodule
  • 37912f8 Remove iRacingSDK.NET Submodule
  • 4ce4ec8 Revert "Project modification needed to be able to compile/debug/run"
  • 5e58183 Revert "Update to YamlDotNet 8.1.1."
  • 9c95df1 Revert "Merge pull request #15 from MerlinCooper/Fast_Video_Recording_With_OBS"
  • 952d444 Revert "Set up CI with Azure Pipelines"
  • 355116e Revert "Revert "Set up CI with Azure Pipelines""
  • ab1a008 Revert "Set up CI with Azure Pipelines"
  • 637af7c Set up CI with Azure Pipelines
  • 5f27a79 Merge pull request #15 from MerlinCooper/Fast_Video_Recording_With_OBS
  • 502ba96 Update all Projects to YamlDotNet V8.1.1
  • eda207e Update all projects to YamlDotNet V8.1.1
  • aada71e Merge pull request #112 from vipoo/dependabot/nuget/iRacingReplayOverlay.net.Tests/YamlDotNet-5.0.0
  • 7ee6c0d Merge pull request #113 from vipoo/dependabot/nuget/YamlDotNet-5.0.0
  • 17676fb Project modification needed to be able to compile/debug/run
  • 41b491d Revert "Update to YamlDotNet 8.1.1."
  • 13b919b Update to iRacingSDK.NET V1.0.0.40
  • b0b120e Update to YamlDotNet 8.1.1.
  • f8586a7 Merge pull request #107 from MerlinCooper/bugfix-time-gap-between-cars
  • fb29ba5 Logic for control to enable either "OBS pause/resume" or do "Encoding video after Capture" implemented.
  • 4a9108b Controls arrangement reviewed
  • 29d68df Add control to select fast video recording unsing OBS pause/resume
  • cd7e209 Re-Arrange Text message
  • b40f215 remove button only needed for testing of advance-settings-dialog
  • ac289ff Update Submodules
  • c300f66 Revised Project settings
  • 03450f8 added iRacingSKD.NET as submodule
  • e41d6cd Commit
  • de31407 Submodule iRacingSDK.NET added
  • e22b4d5 Commit temporary removal of files
  • 5d3a7b8 Revert back to version 2019-11
  • 216f8ff Suppress naming convention warnings
  • d6f11e5 Update YamlDotNet to V8.0.0
  • 0ac7e38 Update Submodule
  • 370863f Update Submodule
  • 92128b9 Update Submodule
  • b2b5548 Signed-off-by: Merlin Cooper MerlinC@gmx.de
  • b5ff3ad Update README.md
  • 5bd9cbc Update Submodules
  • 4e6469c Remove button for new (and currently not working) advanced options dialog-box not to confuse people using the beta version.
  • 530a40c Bump YamlDotNet from 3.1.1 to 5.0.0

This list of changes was auto generated.