-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: move the generator code to the Courseplay repo
This repo is now only for the environment, needs the Courseplay repo cloned to FS22_Courseplay for everything to work. Still can use this repo for standalone testing of the Generator.
- Loading branch information
Peter Vaiko
committed
Jun 24, 2024
1 parent
0ceb509
commit def26b6
Showing
71 changed files
with
575 additions
and
11,929 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="BlockSequenceTest" type="lua.app" factoryName="Lua Application"> | ||
<option name="program" value="$PROJECT_DIR$/lua/lua53.exe" /> | ||
<option name="file" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test/BlockSequencerTest.lua" /> | ||
<option name="workingDir" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test" /> | ||
<option name="debuggerType" value="2" /> | ||
<option name="params" value="" /> | ||
<option name="charset" value="UTF-8" /> | ||
<option name="showConsole" value="true" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="CacheMapTest" type="lua.app" factoryName="Lua Application"> | ||
<option name="program" value="$PROJECT_DIR$/lua/lua53.exe" /> | ||
<option name="file" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test/CacheMapTest.lua" /> | ||
<option name="workingDir" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test" /> | ||
<option name="debuggerType" value="2" /> | ||
<option name="params" value="" /> | ||
<option name="charset" value="UTF-8" /> | ||
<option name="showConsole" value="true" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="FieldTest" type="lua.app" factoryName="Lua Application"> | ||
<option name="program" value="$PROJECT_DIR$/lua/lua53.exe" /> | ||
<option name="file" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test/FieldTest.lua" /> | ||
<option name="workingDir" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test" /> | ||
<option name="debuggerType" value="2" /> | ||
<option name="params" value="" /> | ||
<option name="charset" value="UTF-8" /> | ||
<option name="showConsole" value="true" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="FieldworkCourseTest" type="lua.app" factoryName="Lua Application"> | ||
<option name="program" value="$PROJECT_DIR$/lua/lua53.exe" /> | ||
<option name="file" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test/FieldworkCourseTest.lua" /> | ||
<option name="workingDir" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test" /> | ||
<option name="debuggerType" value="2" /> | ||
<option name="params" value="" /> | ||
<option name="charset" value="UTF-8" /> | ||
<option name="showConsole" value="true" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="HeadlandConnectorTest" type="lua.app" factoryName="Lua Application"> | ||
<option name="program" value="$PROJECT_DIR$/lua/lua53.exe" /> | ||
<option name="file" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test/HeadlandConnectorTest.lua" /> | ||
<option name="workingDir" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test" /> | ||
<option name="debuggerType" value="2" /> | ||
<option name="params" value="" /> | ||
<option name="charset" value="UTF-8" /> | ||
<option name="showConsole" value="true" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="LineSegmentTest" type="lua.app" factoryName="Lua Application" activateToolWindowBeforeRun="false"> | ||
<option name="program" value="$PROJECT_DIR$/lua/lua53.exe" /> | ||
<option name="file" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test/LineSegmentTest.lua" /> | ||
<option name="workingDir" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test" /> | ||
<option name="debuggerType" value="2" /> | ||
<option name="params" value="" /> | ||
<option name="charset" value="UTF-8" /> | ||
<option name="showConsole" value="true" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="PerformanceTest" type="lua.app" factoryName="Lua Application"> | ||
<option name="program" value="$PROJECT_DIR$/lua/lua53.exe" /> | ||
<option name="file" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test/PerformanceTest.lua" /> | ||
<option name="workingDir" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test" /> | ||
<option name="debuggerType" value="2" /> | ||
<option name="params" value="" /> | ||
<option name="charset" value="UTF-8" /> | ||
<option name="showConsole" value="true" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="PolygonTest" type="lua.app" factoryName="Lua Application"> | ||
<option name="program" value="$PROJECT_DIR$/lua/lua53.exe" /> | ||
<option name="file" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test/PolygonTest.lua" /> | ||
<option name="workingDir" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test" /> | ||
<option name="debuggerType" value="2" /> | ||
<option name="params" value="" /> | ||
<option name="charset" value="UTF-8" /> | ||
<option name="showConsole" value="true" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="PolylineTest" type="lua.app" factoryName="Lua Application"> | ||
<option name="program" value="$PROJECT_DIR$/lua/lua53.exe" /> | ||
<option name="file" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test/PolylineTest.lua" /> | ||
<option name="workingDir" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test" /> | ||
<option name="debuggerType" value="2" /> | ||
<option name="params" value="" /> | ||
<option name="charset" value="UTF-8" /> | ||
<option name="showConsole" value="true" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="RowPatternTest" type="lua.app" factoryName="Lua Application"> | ||
<option name="program" value="$PROJECT_DIR$/lua/lua53.exe" /> | ||
<option name="file" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test/RowPatternTest.lua" /> | ||
<option name="workingDir" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test" /> | ||
<option name="debuggerType" value="2" /> | ||
<option name="params" value="" /> | ||
<option name="charset" value="UTF-8" /> | ||
<option name="showConsole" value="true" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="RowTest" type="lua.app" factoryName="Lua Application"> | ||
<option name="program" value="$PROJECT_DIR$/lua/lua53.exe" /> | ||
<option name="file" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test/RowTest.lua" /> | ||
<option name="workingDir" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test" /> | ||
<option name="debuggerType" value="2" /> | ||
<option name="params" value="" /> | ||
<option name="charset" value="UTF-8" /> | ||
<option name="showConsole" value="true" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="SliderTest" type="lua.app" factoryName="Lua Application"> | ||
<option name="program" value="$PROJECT_DIR$/lua/lua53.exe" /> | ||
<option name="file" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test/SliderTest.lua" /> | ||
<option name="workingDir" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test" /> | ||
<option name="debuggerType" value="2" /> | ||
<option name="params" value="" /> | ||
<option name="charset" value="UTF-8" /> | ||
<option name="showConsole" value="true" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="TransformTest" type="lua.app" factoryName="Lua Application"> | ||
<option name="program" value="$PROJECT_DIR$/lua/lua53.exe" /> | ||
<option name="file" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test/TransformTest.lua" /> | ||
<option name="workingDir" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test" /> | ||
<option name="debuggerType" value="2" /> | ||
<option name="params" value="" /> | ||
<option name="charset" value="UTF-8" /> | ||
<option name="showConsole" value="true" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="VectorTest" type="lua.app" factoryName="Lua Application"> | ||
<option name="program" value="$PROJECT_DIR$/lua/lua53.exe" /> | ||
<option name="file" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test/VectorTest.lua" /> | ||
<option name="workingDir" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test" /> | ||
<option name="debuggerType" value="2" /> | ||
<option name="params" value="" /> | ||
<option name="charset" value="UTF-8" /> | ||
<option name="showConsole" value="true" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="VertexTest" type="lua.app" factoryName="Lua Application"> | ||
<option name="program" value="$PROJECT_DIR$/lua/lua53.exe" /> | ||
<option name="file" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test/VertexTest.lua" /> | ||
<option name="workingDir" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test" /> | ||
<option name="debuggerType" value="2" /> | ||
<option name="params" value="" /> | ||
<option name="charset" value="UTF-8" /> | ||
<option name="showConsole" value="true" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="WrapAroundIndexTest" type="lua.app" factoryName="Lua Application"> | ||
<option name="program" value="$PROJECT_DIR$/lua/lua53.exe" /> | ||
<option name="file" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test/WrapAroundIndexTest.lua" /> | ||
<option name="workingDir" value="$PROJECT_DIR$/FS22_Courseplay/scripts/courseGenerator/test" /> | ||
<option name="debuggerType" value="2" /> | ||
<option name="params" value="" /> | ||
<option name="charset" value="UTF-8" /> | ||
<option name="showConsole" value="true" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.