diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index f1833f7100bd31e63f12963088d0029bfb6c46dc..0000000000000000000000000000000000000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.uasset filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore deleted file mode 100644 index c9989e0fbb32ed963407af47e582ea3f46c0de4c..0000000000000000000000000000000000000000 --- a/.gitignore +++ /dev/null @@ -1,73 +0,0 @@ -# Visual Studio 2015 user specific files -.vs/ - -# Compiled Object files -*.slo -*.lo -*.o -*.obj - -# Precompiled Headers -*.gch -*.pch - -# Compiled Dynamic libraries -*.so -*.dylib -*.dll - -# Fortran module files -*.mod - -# Compiled Static libraries -*.lai -*.la -*.a -*.lib - -# Executables -*.exe -*.out -*.app -*.ipa - -# These project files can be generated by the engine -*.xcodeproj -*.xcworkspace -*.sln -*.suo -*.opensdf -*.sdf -*.VC.db -*.VC.opendb - -# Precompiled Assets -SourceArt/**/*.png -SourceArt/**/*.tga - -# Binary Files -Binaries/* -Plugins/*/Binaries/* - -# Builds -Build/* - -# Whitelist PakBlacklist-<BuildConfiguration>.txt files -!Build/*/ -Build/*/** -!Build/*/PakBlacklist*.txt - -# Don't ignore icon files in Build -!Build/**/*.ico - -# Configuration files generated by the Editor -Saved/* -!Saved/AutoScreenshot.png - -# Compiled source files for the engine to use -Intermediate/* -Plugins/*/Intermediate/* - -# Cache files for the editor to use -DerivedDataCache/* -LocalDerivedDataCache/* \ No newline at end of file diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 40fc531792446aa76222e7803a663cb27292095a..0000000000000000000000000000000000000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,59 +0,0 @@ -#------------------------------------------------------------------------------- -# Copyright (c) 2019 RWTH Aachen University, Germany, -# Virtual Reality & Immersive Visualisation Group. -#------------------------------------------------------------------------------- - -#The include file can be change to either be removed or reference a specific commit. -#Reference the Gitlab CI website for this - -include: - - project: 'vr-group/unreal-development/unreal-ci' - ref: master - file: '/shared_scripts.yml' - -#In this file you are able to configure your pipeline. -#If you want to use the standard pipeline with all steps and deployment mechanisms, you are set-up correctly now. -#If you want to customize something, either overwrite things that are defined in the shared_scripts repository, -#or remove the "extends" and write your own scripts -# -#If you want your pipeline to run on every commit, just remove the "only" blocks. Keep in mind, that a build -#can take some time. -# -#If you want to alter the unreal-building process two variables are defined for either changing the CLIENT_CONFIG or -#for adding EXTRA_ARGS to the building process - -stages: - - build - - deploy - -Build_Windows: - only: ['web', 'schedules'] - extends: .Build_Windows_ - tags: - - windows - - unreal-4.22 - # variables: - # CLIENT_CONFIG: "DebugGame" - -Build_CentOS: - only: ['web', 'schedules'] - extends: .Build_CentOS_ - tags: - - centos - - unreal-4.22 - # variables: - # CLIENT_CONFIG: "DebugGame" - -Deploy_CAVE: - only: ['web', 'schedules'] - extends: .Deploy_CAVE_ - dependencies: - - Build_CentOS - -Deploy_Windows: - only: ['web', 'schedules'] - extends: .Deploy_VRDev_ - dependencies: - - Build_Windows - - \ No newline at end of file diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 78352438c40676a8c497b5f7d38c95f29b47ff9f..0000000000000000000000000000000000000000 --- a/.gitmodules +++ /dev/null @@ -1,24 +0,0 @@ -[submodule "setup"] - path = setup - url = https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/unreal-project-setup-script.git - branch = master -[submodule "Plugins/unrealplugins"] - path = Plugins/unrealplugins - url = https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/unrealplugins.git - branch = master -[submodule "Plugins/unreal-cave-overlay"] - path = Plugins/unreal-cave-overlay - url = https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/unreal-cave-overlay.git - branch = develop -[submodule "Plugins/ndisplayextensions"] - path = Plugins/ndisplayextensions - url = https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/ndisplayextensions.git - branch = develop -[submodule "Plugins/NDisplayLaunchButton"] - path = Plugins/NDisplayLaunchButton - url = https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/NDisplayLaunchButton.git - branch = develop -[submodule "Plugins/universallogging"] - path = Plugins/universallogging - url = https://devhub.vr.rwth-aachen.de/VR-Group/unreal-development/universallogging.git - branch = develop diff --git a/Config/DefaultEditor.ini b/Config/DefaultEditor.ini deleted file mode 100644 index 139597f9cb07c5d48bed18984ec4747f4b4f3438..0000000000000000000000000000000000000000 --- a/Config/DefaultEditor.ini +++ /dev/null @@ -1,2 +0,0 @@ - - diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini deleted file mode 100644 index 87f6bcb15ba1ce966d34bd076c8b130b55b8eeb9..0000000000000000000000000000000000000000 --- a/Config/DefaultEngine.ini +++ /dev/null @@ -1,105 +0,0 @@ -[/Script/HardwareTargeting.HardwareTargetingSettings] -TargetedHardwareClass=Desktop -AppliedTargetedHardwareClass=Desktop -DefaultGraphicsPerformance=Maximum -AppliedDefaultGraphicsPerformance=Maximum - -[/Script/EngineSettings.GameMapsSettings] -EditorStartupMap=/Game/Maps/Main.Main -GameDefaultMap=/Game/Maps/Main.Main -GlobalDefaultGameMode=/Script/DisplayClusterExtensions.VirtualRealityGameMode - -[/Script/Engine.Engine] -GameEngine=/Script/DisplayCluster.DisplayClusterGameEngine -UnrealEdEngine=/Script/DisplayClusterEditor.DisplayClusterEditorEngine - -+ActiveGameNameRedirects=(OldGameName="RwthVrTemplate",NewGameName="/Script/WalkingTestProject") -+ActiveGameNameRedirects=(OldGameName="/Script/RwthVrTemplate",NewGameName="/Script/WalkingTestProject") -+ActiveGameNameRedirects=(OldGameName="TP_nDisplayBP",NewGameName="/Script/WalkingTestProject") -+ActiveGameNameRedirects=(OldGameName="/Script/TP_nDisplayBP",NewGameName="/Script/WalkingTestProject") - -[/Script/DisplayClusterEditor.DisplayClusterEditorSettings] -bEnabled=True - -[/Script/WindowsTargetPlatform.WindowsTargetSettings] -Compiler=Default --TargetedRHIs=PCD3D_SM5 --TargetedRHIs=PCD3D_SM4 -+TargetedRHIs=PCD3D_SM5 -+TargetedRHIs=PCD3D_SM4 -+TargetedRHIs=GLSL_430 -+TargetedRHIs=GLSL_150 -MinimumOSVersion=MSOS_Vista -AudioDevice= -AudioSampleRate=48000 -AudioCallbackBufferFrameSize=1024 -AudioNumBuffersToEnqueue=1 -AudioMaxChannels=0 -AudioNumSourceWorkers=4 -SpatializationPlugin= -ReverbPlugin= -OcclusionPlugin= - -[/Script/Engine.RendererSettings] -r.DefaultFeature.Bloom=False -r.DefaultFeature.AutoExposure=False -r.DefaultFeature.MotionBlur=False - -[/Script/HardwareTargeting.HardwareTargetingSettings] -TargetedHardwareClass=Desktop -DefaultGraphicsPerformance=Maximum - -[/Script/IOSRuntimeSettings.IOSRuntimeSettings] -bSupportsPortraitOrientation=False -bSupportsUpsideDownOrientation=False -bSupportsLandscapeLeftOrientation=True -PreferredLandscapeOrientation=LandscapeLeft - -[/Script/HardwareTargeting.HardwareTargetingSettings] -TargetedHardwareClass=Desktop -DefaultGraphicsPerformance=Maximum - -[/Script/Engine.PhysicsSettings] -DefaultGravityZ=-980.000000 -DefaultTerminalVelocity=4000.000000 -DefaultFluidFriction=0.300000 -SimulateScratchMemorySize=262144 -RagdollAggregateThreshold=4 -TriangleMeshTriangleMinAreaThreshold=5.000000 -bEnableShapeSharing=False -bEnablePCM=True -bEnableStabilization=False -bWarnMissingLocks=True -bEnable2DPhysics=False -PhysicErrorCorrection=(PingExtrapolation=0.100000,PingLimit=100.000000,ErrorPerLinearDifference=1.000000,ErrorPerAngularDifference=1.000000,MaxRestoredStateError=1.000000,MaxLinearHardSnapDistance=400.000000,PositionLerp=0.000000,AngleLerp=0.400000,LinearVelocityCoefficient=100.000000,AngularVelocityCoefficient=10.000000,ErrorAccumulationSeconds=0.500000,ErrorAccumulationDistanceSq=15.000000,ErrorAccumulationSimilarity=100.000000) -LockedAxis=Invalid -DefaultDegreesOfFreedom=Full3D -BounceThresholdVelocity=200.000000 -FrictionCombineMode=Average -RestitutionCombineMode=Average -MaxAngularVelocity=3600.000000 -MaxDepenetrationVelocity=0.000000 -ContactOffsetMultiplier=0.020000 -MinContactOffset=2.000000 -MaxContactOffset=8.000000 -bSimulateSkeletalMeshOnDedicatedServer=True -DefaultShapeComplexity=CTF_UseSimpleAndComplex -bDefaultHasComplexCollision=True -bSuppressFaceRemapTable=False -bSupportUVFromHitResults=False -bDisableActiveActors=False -bDisableKinematicStaticPairs=False -bDisableKinematicKinematicPairs=False -bDisableCCD=False -bEnableEnhancedDeterminism=False -MaxPhysicsDeltaTime=0.033333 -bSubstepping=False -bSubsteppingAsync=False -MaxSubstepDeltaTime=0.016667 -MaxSubsteps=6 -SyncSceneSmoothingFactor=0.000000 -InitialAverageFrameRate=0.016667 -PhysXTreeRebuildRate=10 -DefaultBroadphaseSettings=(bUseMBPOnClient=False,bUseMBPOnServer=False,MBPBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=0),MBPNumSubdivs=2) - - diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini deleted file mode 100644 index 96ce889b237d8ade45839b9c549c9fc4213e85c0..0000000000000000000000000000000000000000 --- a/Config/DefaultGame.ini +++ /dev/null @@ -1,4 +0,0 @@ -[/Script/EngineSettings.GeneralProjectSettings] -ProjectID=0C70E4A44A802F08F86E3C9F1C0A7CC5 -ProjectName=WalkingTestProject -bUseBorderlessWindow=True diff --git a/Config/DefaultInput.ini b/Config/DefaultInput.ini deleted file mode 100644 index 6bf0e472815b4eaf93aa84c59c808f911051dcb2..0000000000000000000000000000000000000000 --- a/Config/DefaultInput.ini +++ /dev/null @@ -1,84 +0,0 @@ - -[/Script/Engine.InputSettings] --AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) --AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) --AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) --AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) --AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) --AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) -+AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MotionController_Left_Thumbstick_Z",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MotionController_Right_Thumbstick_Z",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MouseWheelAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="Gamepad_LeftTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="Gamepad_RightTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MotionController_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MotionController_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MotionController_Left_TriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MotionController_Left_Grip1Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MotionController_Left_Grip2Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MotionController_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MotionController_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MotionController_Right_TriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MotionController_Right_Grip1Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="MotionController_Right_Grip2Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="Gamepad_Special_Left_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -+AxisConfig=(AxisKeyName="Gamepad_Special_Left_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) -bAltEnterTogglesFullscreen=True -bF11TogglesFullscreen=True -bUseMouseForTouch=False -bEnableMouseSmoothing=True -bEnableFOVScaling=True -bCaptureMouseOnLaunch=True -bDefaultViewportMouseLock=False -bAlwaysShowTouchInterface=False -bShowConsoleOnFourFingerTap=True -bEnableGestureRecognizer=False -bUseAutocorrect=False -DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown -DefaultViewportMouseLockMode=LockOnCapture -FOVScale=0.011110 -DoubleClickTime=0.200000 -+ActionMappings=(ActionName="Fire",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=LeftMouseButton) -+ActionMappings=(ActionName="Fire",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=nDisplayButton0) -+ActionMappings=(ActionName="Fire",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Right_Trigger) -+ActionMappings=(ActionName="Action1",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=One) -+ActionMappings=(ActionName="Action1",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=nDisplayButton1) -+ActionMappings=(ActionName="Action1",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Right_FaceButton1) -+ActionMappings=(ActionName="Action2",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Two) -+ActionMappings=(ActionName="Action2",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=nDisplayButton2) -+ActionMappings=(ActionName="Action2",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Right_FaceButton2) -+ActionMappings=(ActionName="Action3",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Three) -+ActionMappings=(ActionName="Action3",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=nDisplayButton3) -+ActionMappings=(ActionName="Action3",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Right_FaceButton3) -+ActionMappings=(ActionName="Action4",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Four) -+ActionMappings=(ActionName="Action4",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=nDisplayButton4) -+ActionMappings=(ActionName="Action4",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Right_FaceButton4) -+ActionMappings=(ActionName="Action5",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Five) -+ActionMappings=(ActionName="Action5",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=nDisplayButton5) -+ActionMappings=(ActionName="Action5",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=MotionController_Right_Grip1) -+AxisMappings=(AxisName="MoveForward",Scale=1.000000,Key=W) -+AxisMappings=(AxisName="MoveForward",Scale=-1.000000,Key=S) -+AxisMappings=(AxisName="MoveForward",Scale=1.000000,Key=nDisplayAnalog1) -+AxisMappings=(AxisName="MoveForward",Scale=-1.000000,Key=MotionController_Right_Thumbstick_Y) -+AxisMappings=(AxisName="MoveRight",Scale=1.000000,Key=D) -+AxisMappings=(AxisName="MoveRight",Scale=-1.000000,Key=A) -+AxisMappings=(AxisName="MoveRight",Scale=1.000000,Key=nDisplayAnalog0) -+AxisMappings=(AxisName="MoveRight",Scale=1.000000,Key=MotionController_Right_Thumbstick_X) -+AxisMappings=(AxisName="MoveUp",Scale=1.000000,Key=E) -+AxisMappings=(AxisName="MoveUp",Scale=-1.000000,Key=Q) -+AxisMappings=(AxisName="TurnRate",Scale=-1.000000,Key=Left) -+AxisMappings=(AxisName="TurnRate",Scale=1.000000,Key=Right) -+AxisMappings=(AxisName="LookUpRate",Scale=-1.000000,Key=Up) -+AxisMappings=(AxisName="LookUpRate",Scale=1.000000,Key=Down) -DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks -ConsoleKey=None --ConsoleKeys=Tilde -+ConsoleKeys=Insert - - diff --git a/Content/Maps/Main.umap b/Content/Maps/Main.umap deleted file mode 100644 index 0f13929f7091479bddfd94efe9755af95bb02c42..0000000000000000000000000000000000000000 Binary files a/Content/Maps/Main.umap and /dev/null differ diff --git a/Launch/dummy.cfg b/Launch/dummy.cfg deleted file mode 100644 index 3477a11549df8257474652c4986bcca6fcc22773..0000000000000000000000000000000000000000 --- a/Launch/dummy.cfg +++ /dev/null @@ -1,19 +0,0 @@ -##################################################################### -# nDisplay config file -# -# This file demonstrates how to configure for the AixCAVE. -##################################################################### - -[cluster_node] id=node_main addr=10.0.1.29 screen=screen_main viewport=vp_1000 port_cs=41001 port_ss=41002 master=true sound=true -[screen] id=screen_main loc="X=0,Y=0,Z=0" rot="P=0,Y=0,R=0" size="X=0.433333,Y=0.270833" parent=display_main -[viewport] id=vp_1000 x=0 y=0 width=1600 height=1000 flip_h=False flip_v=False -[camera] id=camera_dynamic loc="X=0,Y=0,Z=0" parent=shutter_glasses - -[scene_node] id=cave_origin loc="X=0,Y=0,Z=0" rot="P=0,Y=0,R=0" -[scene_node] id=cave_center loc="X=0,Y=0,Z=1.65" rot="P=0,Y=0,R=0" parent=cave_origin -[scene_node] id=flystick loc="X=0,Y=0,Z=0" rot="P=0,Y=0,R=0" parent=cave_origin -[scene_node] id=shutter_glasses loc="X=0,Y=0,Z=0" rot="P=0,Y=0,R=0" parent=cave_origin -[scene_node] id=display_main loc="X=0.4,Y=0,Z=0" rot="P=0,Y=0,R=0" parent=shutter_glasses - -[stereo] eye_swap=True eye_dist=0.064 -[general] swap_sync_policy=2 \ No newline at end of file diff --git a/Plugins/NDisplayLaunchButton b/Plugins/NDisplayLaunchButton deleted file mode 160000 index 761f3f104457d0962dd2485edae834fecf2d925e..0000000000000000000000000000000000000000 --- a/Plugins/NDisplayLaunchButton +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 761f3f104457d0962dd2485edae834fecf2d925e diff --git a/Plugins/ndisplayextensions b/Plugins/ndisplayextensions deleted file mode 160000 index 489a50133ae01fe8b67595260a8cd8b3607a5896..0000000000000000000000000000000000000000 --- a/Plugins/ndisplayextensions +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 489a50133ae01fe8b67595260a8cd8b3607a5896 diff --git a/Plugins/universallogging b/Plugins/universallogging deleted file mode 160000 index 631c9165a6db7d6f183f0fb6fc31cf6bd2430223..0000000000000000000000000000000000000000 --- a/Plugins/universallogging +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 631c9165a6db7d6f183f0fb6fc31cf6bd2430223 diff --git a/Plugins/unreal-cave-overlay b/Plugins/unreal-cave-overlay deleted file mode 160000 index 35f14cfde873cf02a4a39db4f35b8dd9a51e3db0..0000000000000000000000000000000000000000 --- a/Plugins/unreal-cave-overlay +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 35f14cfde873cf02a4a39db4f35b8dd9a51e3db0 diff --git a/Plugins/unrealplugins b/Plugins/unrealplugins deleted file mode 160000 index 9a387c8b440c2ee2e7b85b9310ab5195dc3c7f19..0000000000000000000000000000000000000000 --- a/Plugins/unrealplugins +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 9a387c8b440c2ee2e7b85b9310ab5195dc3c7f19 diff --git a/Saved/AutoScreenshot.png b/Saved/AutoScreenshot.png deleted file mode 100644 index 688f2c6cf75c2308dc09c17e1a267d356e6e1f7f..0000000000000000000000000000000000000000 Binary files a/Saved/AutoScreenshot.png and /dev/null differ diff --git a/Source/WalkingTestProject.Target.cs b/Source/WalkingTestProject.Target.cs deleted file mode 100644 index 75e2225b58cac3d70e081e77cedaa813a92558ad..0000000000000000000000000000000000000000 --- a/Source/WalkingTestProject.Target.cs +++ /dev/null @@ -1,14 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - -using UnrealBuildTool; -using System.Collections.Generic; - -public class WalkingTestProjectTarget : TargetRules -{ - public WalkingTestProjectTarget(TargetInfo Target) : base(Target) - { - Type = TargetType.Game; - - ExtraModuleNames.AddRange( new string[] { "WalkingTestProject" } ); - } -} diff --git a/Source/WalkingTestProject/WalkingTestProject.Build.cs b/Source/WalkingTestProject/WalkingTestProject.Build.cs deleted file mode 100644 index 6d0f3a0535f879f075ace4cb2f28a605c4cbd1c6..0000000000000000000000000000000000000000 --- a/Source/WalkingTestProject/WalkingTestProject.Build.cs +++ /dev/null @@ -1,23 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - -using UnrealBuildTool; - -public class WalkingTestProject : ModuleRules -{ - public WalkingTestProject(ReadOnlyTargetRules Target) : base(Target) - { - PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs; - - PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "DisplayCluster", "Engine", "InputCore" }); - - PrivateDependencyModuleNames.AddRange(new string[] { }); - - // Uncomment if you are using Slate UI - // PrivateDependencyModuleNames.AddRange(new string[] { "Slate", "SlateCore" }); - - // Uncomment if you are using online features - // PrivateDependencyModuleNames.Add("OnlineSubsystem"); - - // To include OnlineSubsystemSteam, add it to the plugins section in your uproject file with the Enabled attribute set to true - } -} diff --git a/Source/WalkingTestProject/WalkingTestProject.cpp b/Source/WalkingTestProject/WalkingTestProject.cpp deleted file mode 100644 index 69a0dd2fca2e4bc1d78db9f33ec2bc26fdc1ce33..0000000000000000000000000000000000000000 --- a/Source/WalkingTestProject/WalkingTestProject.cpp +++ /dev/null @@ -1,4 +0,0 @@ -#include "WalkingTestProject.h" -#include "Modules/ModuleManager.h" - -IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, WalkingTestProject, "WalkingTestProject" ); diff --git a/Source/WalkingTestProject/WalkingTestProject.h b/Source/WalkingTestProject/WalkingTestProject.h deleted file mode 100644 index fe82abe038ecee3f8bfa5dd7306707c14b18ee2b..0000000000000000000000000000000000000000 --- a/Source/WalkingTestProject/WalkingTestProject.h +++ /dev/null @@ -1,4 +0,0 @@ -#pragma once - -#include "CoreMinimal.h" - diff --git a/Source/WalkingTestProject/nothing.cpp b/Source/WalkingTestProject/nothing.cpp deleted file mode 100644 index bc209f31730df6167aad7fd78995dcb42f1fe0db..0000000000000000000000000000000000000000 --- a/Source/WalkingTestProject/nothing.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include "nothing.h" - -nothing::nothing() -{ - -} -nothing::~nothing() -{ - -} diff --git a/Source/WalkingTestProject/nothing.h b/Source/WalkingTestProject/nothing.h deleted file mode 100644 index 434e3dc1a499c8645baac0aee3f35f45ba8262aa..0000000000000000000000000000000000000000 --- a/Source/WalkingTestProject/nothing.h +++ /dev/null @@ -1,10 +0,0 @@ -#pragma once - -#include "CoreMinimal.h" - -class WALKINGTESTPROJECT_API nothing -{ -public: - nothing(); - ~nothing(); -}; diff --git a/Source/WalkingTestProjectEditor.Target.cs b/Source/WalkingTestProjectEditor.Target.cs deleted file mode 100644 index 46c615722ae7596f61833c4d4c086e3853f11794..0000000000000000000000000000000000000000 --- a/Source/WalkingTestProjectEditor.Target.cs +++ /dev/null @@ -1,14 +0,0 @@ -// Fill out your copyright notice in the Description page of Project Settings. - -using UnrealBuildTool; -using System.Collections.Generic; - -public class WalkingTestProjectEditorTarget : TargetRules -{ - public WalkingTestProjectEditorTarget(TargetInfo Target) : base(Target) - { - Type = TargetType.Editor; - - ExtraModuleNames.AddRange( new string[] { "WalkingTestProject" } ); - } -} diff --git a/WalkingTestProject.uproject b/WalkingTestProject.uproject deleted file mode 100644 index cac99de9f598e9a3d1fb82e0e3975bcaff4da5d7..0000000000000000000000000000000000000000 --- a/WalkingTestProject.uproject +++ /dev/null @@ -1,25 +0,0 @@ -{ - "FileVersion": 3, - "EngineAssociation": "4.22", - "Category": "", - "Description": "", - "Modules": [ - { - "Name": "WalkingTestProject", - "Type": "Runtime", - "LoadingPhase": "Default", - "AdditionalDependencies": [ - "Engine" - ] - } - ], - "Plugins": [ - { - "Name": "nDisplay", - "Enabled": true - } - ], - "TargetPlatforms": [ - "WindowsNoEditor" - ] -} \ No newline at end of file diff --git a/launcher.meta b/launcher.meta deleted file mode 100644 index 766b8f73b395947cd5315168021ab794e4f5fd15..0000000000000000000000000000000000000000 --- a/launcher.meta +++ /dev/null @@ -1,8 +0,0 @@ -{ - "USER-DATA": { - "DESCRIPTION": "" - }, - "CI-DATA": { - "CI-DATA-ENTRIES": "WILL BE REPLACED" - } -} \ No newline at end of file diff --git a/setup b/setup deleted file mode 160000 index 7a755e44b93e97ad7ade3c78512e5196f9f53f06..0000000000000000000000000000000000000000 --- a/setup +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 7a755e44b93e97ad7ade3c78512e5196f9f53f06 diff --git a/setup.sh b/setup.sh deleted file mode 100755 index 0a9e9057b5931ae77ba732e68f2faad577616f40..0000000000000000000000000000000000000000 --- a/setup.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -git submodule update --init -- setup -/bin/sh setup/setup.sh \ No newline at end of file