Compare commits

..

No commits in common. "main" and "MidiEventRewrite" have entirely different histories.

1206 changed files with 1218 additions and 7302 deletions

2
.gitattributes vendored
View file

@ -70,7 +70,7 @@ text=auto
# Always recommended to use, supports all platforms: # Always recommended to use, supports all platforms:
# For the best compatibility and performance, it is recommended to use H.264 encoded MP4 (.mp4) container files. # For the best compatibility and performance, it is recommended to use H.264 encoded MP4 (.mp4) container files.
*.[mM][pP]4 filter=lfs diff=lfs merge=lfs -text *.[mM][pP]4 filter=lfs diff=lfs merge=lfs -text
# Can also be used, only some platforms are supported: Can also be used, only some platforms are supported:
*.3[gG]2 filter=lfs diff=lfs merge=lfs -text *.3[gG]2 filter=lfs diff=lfs merge=lfs -text
*.3[gG][pP] filter=lfs diff=lfs merge=lfs -text *.3[gG][pP] filter=lfs diff=lfs merge=lfs -text
*.3[gG][pP]2 filter=lfs diff=lfs merge=lfs -text *.3[gG][pP]2 filter=lfs diff=lfs merge=lfs -text

14
.gitignore vendored
View file

@ -76,17 +76,3 @@ DerivedDataCache/*
# Custom # Custom
*.rpp-bak *.rpp-bak
*.blend1 *.blend1
# Paths
.hg/
binaries/
deriveddatacache/
.vs/
build/
intermediate/
PACKPLUGIN/
COMPPLUGIN/
saved/
*.orig
*.sln
*.xlsx

9
.gitmodules vendored
View file

@ -1,12 +1,3 @@
[submodule "VIRTUOS_ExpansionPluginTests/Plugins/SPUD"] [submodule "VIRTUOS_ExpansionPluginTests/Plugins/SPUD"]
path = VIRTUOS_ExpansionPluginTests/Plugins/SPUD path = VIRTUOS_ExpansionPluginTests/Plugins/SPUD
url = https://github.com/sinbad/SPUD url = https://github.com/sinbad/SPUD
[submodule "VIRTUOS_ExpansionPluginTests/Plugins/StevesUEHelpers"]
path = VIRTUOS_ExpansionPluginTests/Plugins/StevesUEHelpers
url = https://github.com/sinbad/StevesUEHelpers
[submodule "VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin"]
path = VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin
url = https://github.com/mordentral/VRExpansionPlugin
[submodule "VIRTUOS_ExpansionPluginTests/Plugins/SUDS"]
path = VIRTUOS_ExpansionPluginTests/Plugins/SUDS
url = https://github.com/sinbad/SUDS.git

View file

@ -0,0 +1,2 @@
* text=auto
*.bat eol=crlf

View file

@ -0,0 +1,13 @@
.hg/
binaries/
deriveddatacache/
.vs/
build/
intermediate/
PACKPLUGIN/
COMPPLUGIN/
saved/
*.orig
*.sln
*.xlsx

View file

@ -1,15 +0,0 @@
/.vs
/.vscode
/Content
/DerivedDataCache
/Intermediate
/Saved
/UE4ProjectRenamer
/Plugins/AdvancedSessions/AdvancedSessions/Intermediate
/Plugins/AdvancedSessions/AdvancedSteamSessions/Intermediate
/Plugins/SPUD/doc
/Plugins/SPUD/Intermediate
/Plugins/StevesUEHelpers/doc
/Plugins/StevesUEHelpers/Intermediate
/Plugins/VRExpansionPlugin/OpenXRExpansionPlugin/Intermediate
/Plugins/VRExpansionPlugin/VRExpansionPlugin/Intermediate

View file

@ -1,14 +1,10 @@
{ {
"version": "1.0", "version": "1.0",
"components": [ "components": [
"Component.Unreal.Debugger",
"Component.Unreal.Ide",
"Microsoft.Net.Component.4.6.2.TargetingPack", "Microsoft.Net.Component.4.6.2.TargetingPack",
"Microsoft.VisualStudio.Component.Unreal.Workspace",
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL", "Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL",
"Microsoft.VisualStudio.Component.VC.14.38.17.8.x86.x64", "Microsoft.VisualStudio.Component.VC.14.38.17.8.x86.x64",
"Microsoft.VisualStudio.Component.VC.14.44.17.14.ATL",
"Microsoft.VisualStudio.Component.VC.14.44.17.14.x86.x64",
"Microsoft.VisualStudio.Component.VC.Llvm.Clang",
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
"Microsoft.VisualStudio.Component.Windows11SDK.22621", "Microsoft.VisualStudio.Component.Windows11SDK.22621",
"Microsoft.VisualStudio.Workload.CoreEditor", "Microsoft.VisualStudio.Workload.CoreEditor",

File diff suppressed because one or more lines are too long

View file

@ -33,7 +33,7 @@ ConfiguredInternetSpeed=15000
ConfiguredLanSpeed=20000 ConfiguredLanSpeed=20000
[/Script/EngineSettings.GameMapsSettings] [/Script/EngineSettings.GameMapsSettings]
EditorStartupMap=/Game/Maps/Map_Gameworld.Map_Gameworld EditorStartupMap=/Game/Maps/MotionControllerMap.MotionControllerMap
LocalMapOptions= LocalMapOptions=
TransitionMap= TransitionMap=
bUseSplitscreen=False bUseSplitscreen=False
@ -101,31 +101,16 @@ r.VirtualTextures=True
r.Mobile.ShadingPath=0 r.Mobile.ShadingPath=0
r.DefaultFeature.LensFlare=False r.DefaultFeature.LensFlare=False
r.VT.AnisotropicFiltering=True r.VT.AnisotropicFiltering=True
vr.RoundRobinOcclusion=True
r.SkinCache.CompileShaders=True
r.RayTracing=True
r.RayTracing.RayTracingProxies.ProjectEnabled=True
r.VirtualTexturedLightmaps=True
[/Script/NavigationSystem.NavigationSystemV1] [/Script/NavigationSystem.NavigationSystemV1]
DefaultAgentName=None
CrowdManagerClass=/Script/AIModule.CrowdManager
bAutoCreateNavigationData=True bAutoCreateNavigationData=True
bSpawnNavDataInNavBoundsLevel=False
bAllowClientSideNavigation=True bAllowClientSideNavigation=True
bShouldDiscardSubLevelNavData=True
bTickWhilePaused=False
bInitialBuildingLocked=False bInitialBuildingLocked=False
bSkipAgentHeightCheckWhenPickingNavData=False bSkipAgentHeightCheckWhenPickingNavData=False
GeometryExportTriangleCountWarningThreshold=20000 DataGatheringMode=Instant
bGenerateNavigationOnlyAroundNavigationInvokers=False bGenerateNavigationOnlyAroundNavigationInvokers=False
ActiveTilesUpdateInterval=1.000000 ActiveTilesUpdateInterval=1.000000
InvokersMaximumDistanceFromSeed=-1.000000 DirtyAreasUpdateFreq=60.000000
DataGatheringMode=Instant
DirtyAreaWarningSizeThreshold=-1.000000
GatheringNavModifiersWarningLimitTime=-1.000000
+SupportedAgents=(Name="Default",Color=(B=0,G=75,R=38,A=164),DefaultQueryExtent=(X=50.000000,Y=50.000000,Z=250.000000),NavDataClass="/Script/NavigationSystem.RecastNavMesh",AgentRadius=3.000000,AgentHeight=4.000000,AgentStepHeight=4.000000,NavWalkingSearchHeightScale=0.500000,PreferredNavData="/Script/NavigationSystem.RecastNavMesh",bCanCrouch=False,bCanJump=True,bCanWalk=True,bCanSwim=False,bCanFly=False)
SupportedAgentsMask=(bSupportsAgent0=True,bSupportsAgent1=True,bSupportsAgent2=True,bSupportsAgent3=True,bSupportsAgent4=True,bSupportsAgent5=True,bSupportsAgent6=True,bSupportsAgent7=True,bSupportsAgent8=True,bSupportsAgent9=True,bSupportsAgent10=True,bSupportsAgent11=True,bSupportsAgent12=True,bSupportsAgent13=True,bSupportsAgent14=True,bSupportsAgent15=True)
[/Script/Engine.UserInterfaceSettings] [/Script/Engine.UserInterfaceSettings]
RenderFocusRule=NavigationOnly RenderFocusRule=NavigationOnly
@ -188,8 +173,6 @@ bSendAnonymousUsageDataToEpic=False
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel4,DefaultResponse=ECR_Ignore,bTraceType=True,bStaticObject=False,Name="TossableTrace") +DefaultChannelResponses=(Channel=ECC_GameTraceChannel4,DefaultResponse=ECR_Ignore,bTraceType=True,bStaticObject=False,Name="TossableTrace")
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel5,DefaultResponse=ECR_Ignore,bTraceType=True,bStaticObject=False,Name="UI") +DefaultChannelResponses=(Channel=ECC_GameTraceChannel5,DefaultResponse=ECR_Ignore,bTraceType=True,bStaticObject=False,Name="UI")
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel6,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="CharacterSphere") +DefaultChannelResponses=(Channel=ECC_GameTraceChannel6,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="CharacterSphere")
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel7,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="CharacterProp")
+DefaultChannelResponses=(Channel=ECC_GameTraceChannel8,DefaultResponse=ECR_Ignore,bTraceType=False,bStaticObject=False,Name="SPUDStreamVolume")
+EditProfiles=(Name="PhysicsActor",CustomResponses=((Channel="VRTraceChannel"))) +EditProfiles=(Name="PhysicsActor",CustomResponses=((Channel="VRTraceChannel")))
+EditProfiles=(Name="BlockAllDynamic",CustomResponses=((Channel="VRTraceChannel"))) +EditProfiles=(Name="BlockAllDynamic",CustomResponses=((Channel="VRTraceChannel")))
-ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall") -ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall")
@ -217,21 +200,23 @@ bDistinctlyDrawTilesBeingBuilt=True
DrawOffset=10.000000 DrawOffset=10.000000
bFixedTilePoolSize=False bFixedTilePoolSize=False
TilePoolSize=1024 TilePoolSize=1024
TileSizeUU=544.000000 TileSizeUU=990.000000
NavMeshResolutionParams[0]=(CellSize=1.000000,CellHeight=1.000000,AgentMaxStepHeight=200.000000) CellSize=19.000000
NavMeshResolutionParams[1]=(CellSize=1.000000,CellHeight=1.000000,AgentMaxStepHeight=200.000000) CellHeight=10.000000
NavMeshResolutionParams[2]=(CellSize=1.000000,CellHeight=1.000000,AgentMaxStepHeight=200.000000) AgentMaxStepHeight=35.000000
AgentRadius=5.000000 NavMeshResolutionParams[0]=(CellSize=15.000000,CellHeight=10.000000,AgentMaxStepHeight=35.000000)
AgentHeight=5.000000 NavMeshResolutionParams[1]=(CellSize=15.000000,CellHeight=10.000000,AgentMaxStepHeight=50.000000)
NavMeshResolutionParams[2]=(CellSize=15.000000,CellHeight=10.000000,AgentMaxStepHeight=35.000000)
AgentRadius=20.000000
AgentHeight=144.000000
AgentMaxSlope=44.000000 AgentMaxSlope=44.000000
MinRegionArea=0.000000 MinRegionArea=0.000000
MergeRegionSize=100.000000 MergeRegionSize=400.000000
MaxVerticalMergeError=2147483647 MaxVerticalMergeError=2147483647
MaxSimplificationError=1.300000 MaxSimplificationError=1.300000
SimplificationElevationRatio=1.000000 SimplificationElevationRatio=0.000000
MaxSimultaneousTileGenerationJobsCount=1024 MaxSimultaneousTileGenerationJobsCount=1024
TileNumberHardLimit=1048576 TileNumberHardLimit=1048576
ExpectedMaxLayersPerTile=12
DefaultDrawDistance=5000.000000 DefaultDrawDistance=5000.000000
DefaultMaxSearchNodes=2048.000000 DefaultMaxSearchNodes=2048.000000
DefaultMaxHierarchicalSearchNodes=2048.000000 DefaultMaxHierarchicalSearchNodes=2048.000000
@ -258,8 +243,7 @@ TimeSliceFilterLedgeSpansMaxYProcess=13
TimeSliceLongDurationDebug=0.002000 TimeSliceLongDurationDebug=0.002000
InvokerTilePriorityBumpDistanceThresholdInTileUnits=1 InvokerTilePriorityBumpDistanceThresholdInTileUnits=1
InvokerTilePriorityBumpIncrease=1 InvokerTilePriorityBumpIncrease=1
NavLinkJumpDownConfig=(bEnabled=True,JumpLength=150.000000,JumpDistanceFromEdge=10.000000,JumpMaxDepth=150.000000,JumpHeight=50.000000,JumpEndsHeightTolerance=80.000000,SamplingSeparationFactor=1.000000,FilterDistanceThreshold=80.000000,LinkBuilderFlags=1,DownDirectionAreaClass="/Script/CoreUObject.Class'/Script/NavigationSystem.NavArea_Default'",UpDirectionAreaClass="/Script/CoreUObject.Class'/Script/NavigationSystem.NavArea_Default'",LinkProxyClass=None,LinkProxyId=(Id=0)) NavLinkJumpDownConfig=(bEnabled=True,JumpLength=150.000000,JumpDistanceFromEdge=10.000000,JumpMaxDepth=150.000000,JumpHeight=50.000000,JumpEndsHeightTolerance=80.000000,SamplingSeparationFactor=1.000000,FilterDistanceThreshold=80.000000,LinkBuilderFlags=1,AreaClass="/Script/CoreUObject.Class'/Script/NavigationSystem.NavArea_Default'",LinkProxyClass=None,LinkProxyId=(Id=0))
+NavLinkJumpConfigs=(bEnabled=True,Name="",JumpLength=150.000000,JumpDistanceFromEdge=10.000000,JumpMaxDepth=150.000000,JumpHeight=50.000000,JumpEndsHeightTolerance=80.000000,SamplingSeparationFactor=1.000000,FilterDistanceThreshold=80.000000,LinkBuilderFlags=1,DownDirectionAreaClass="/Script/CoreUObject.Class'/Script/NavigationSystem.NavArea_Default'",UpDirectionAreaClass="/Script/CoreUObject.Class'/Script/NavigationSystem.NavArea_Default'",LinkProxyClass=None,LinkProxyId=(Id=0))
bUseVoxelCache=False bUseVoxelCache=False
TileSetUpdateInterval=1.000000 TileSetUpdateInterval=1.000000
HeuristicScale=0.999000 HeuristicScale=0.999000
@ -335,7 +319,7 @@ bEnableEnhancedDeterminism=False
AnimPhysicsMinDeltaTime=0.000000 AnimPhysicsMinDeltaTime=0.000000
bSimulateAnimPhysicsAfterReset=False bSimulateAnimPhysicsAfterReset=False
MaxPhysicsDeltaTime=0.033333 MaxPhysicsDeltaTime=0.033333
bSubstepping=False bSubstepping=True
bSubsteppingAsync=False bSubsteppingAsync=False
MaxSubstepDeltaTime=0.016667 MaxSubstepDeltaTime=0.016667
MaxSubsteps=6 MaxSubsteps=6

Binary file not shown.

View file

@ -1,6 +0,0 @@
===
[set NumberOfTimesAsked 0]
===
[event MyAwesomeEvent 23, `Boop`, false]
Player: Katzen sind sehr gut. @0001@
Recorder: Das ist eine gute Idee. @0002@

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show more