From b385ef2571990df14a0d7b80fa73e46bc37bd2dc Mon Sep 17 00:00:00 2001 From: charnet3d Date: Tue, 6 Feb 2024 01:53:59 +0100 Subject: [PATCH] Section 12: Footsteps - Lecture 245 Turn hips while running backwards removed some files related to Rider and added to gitignore --- .gitignore | 4 + .idea/.idea.Shooter.dir/.idea/.gitignore | 13 -- .idea/.idea.Shooter.dir/.idea/.name | 1 - .idea/.idea.Shooter.dir/.idea/encodings.xml | 4 - .idea/.idea.Shooter.dir/.idea/indexLayout.xml | 8 - .idea/.idea.Shooter.dir/.idea/vcs.xml | 6 - .idea/.idea.Shooter/.idea/.name | 1 - .idea/.idea.Shooter/.idea/encodings.xml | 4 - .idea/.idea.Shooter/.idea/indexLayout.xml | 8 - .../.idea/projectSettingsUpdater.xml | 6 - .idea/.idea.Shooter/.idea/vcs.xml | 6 - .idea/.idea.Shooter/.idea/workspace.xml | 221 ------------------ .../Animations/Jog/JogBackBlendspace.uasset | 3 + .../Animations/Jog/JogBlendspace.uasset | 4 +- .../Character/Animations/Jog/Jog_Bwd.uasset | 3 + .../Animations/Jog/Jog_Bwd_Circle_Left.uasset | 3 + .../Jog/Jog_Bwd_Circle_Right.uasset | 3 + .../Character/Animations/Jog/Jog_Fwd.uasset | 3 + .../Animations/Jog/Jog_Fwd_Circle_Left.uasset | 3 + .../Jog/Jog_Fwd_Circle_Right.uasset | 3 + .../Character/Animations/Jog/Jog_Left.uasset | 3 + .../Jog/Jog_Left_Circle_Left.uasset | 3 + .../Jog/Jog_Left_Circle_Right.uasset | 3 + .../Character/Animations/Jog/Jog_Right.uasset | 3 + .../Jog/Jog_Right_Circle_Left.uasset | 3 + .../Jog/Jog_Right_Circle_Right.uasset | 3 + Content/_Game/Character/ShooterAnimBP.uasset | 4 +- Content/_Game/Maps/DefaultMap.umap | 2 +- Source/Shooter/Ammo.cpp | 1 + Source/Shooter/Item.h | 8 +- 30 files changed, 53 insertions(+), 287 deletions(-) delete mode 100644 .idea/.idea.Shooter.dir/.idea/.gitignore delete mode 100644 .idea/.idea.Shooter.dir/.idea/.name delete mode 100644 .idea/.idea.Shooter.dir/.idea/encodings.xml delete mode 100644 .idea/.idea.Shooter.dir/.idea/indexLayout.xml delete mode 100644 .idea/.idea.Shooter.dir/.idea/vcs.xml delete mode 100644 .idea/.idea.Shooter/.idea/.name delete mode 100644 .idea/.idea.Shooter/.idea/encodings.xml delete mode 100644 .idea/.idea.Shooter/.idea/indexLayout.xml delete mode 100644 .idea/.idea.Shooter/.idea/projectSettingsUpdater.xml delete mode 100644 .idea/.idea.Shooter/.idea/vcs.xml delete mode 100644 .idea/.idea.Shooter/.idea/workspace.xml create mode 100644 Content/_Game/Character/Animations/Jog/JogBackBlendspace.uasset create mode 100644 Content/_Game/Character/Animations/Jog/Jog_Bwd.uasset create mode 100644 Content/_Game/Character/Animations/Jog/Jog_Bwd_Circle_Left.uasset create mode 100644 Content/_Game/Character/Animations/Jog/Jog_Bwd_Circle_Right.uasset create mode 100644 Content/_Game/Character/Animations/Jog/Jog_Fwd.uasset create mode 100644 Content/_Game/Character/Animations/Jog/Jog_Fwd_Circle_Left.uasset create mode 100644 Content/_Game/Character/Animations/Jog/Jog_Fwd_Circle_Right.uasset create mode 100644 Content/_Game/Character/Animations/Jog/Jog_Left.uasset create mode 100644 Content/_Game/Character/Animations/Jog/Jog_Left_Circle_Left.uasset create mode 100644 Content/_Game/Character/Animations/Jog/Jog_Left_Circle_Right.uasset create mode 100644 Content/_Game/Character/Animations/Jog/Jog_Right.uasset create mode 100644 Content/_Game/Character/Animations/Jog/Jog_Right_Circle_Left.uasset create mode 100644 Content/_Game/Character/Animations/Jog/Jog_Right_Circle_Right.uasset diff --git a/.gitignore b/.gitignore index da4f8bb6..67f4d7b2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# Rider files +.idea/ +global.json + # Visual Studio 2015 user specific files .vs/ diff --git a/.idea/.idea.Shooter.dir/.idea/.gitignore b/.idea/.idea.Shooter.dir/.idea/.gitignore deleted file mode 100644 index 21750f4f..00000000 --- a/.idea/.idea.Shooter.dir/.idea/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Rider ignored files -/contentModel.xml -/projectSettingsUpdater.xml -/modules.xml -/.idea.Shooter.iml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/.idea.Shooter.dir/.idea/.name b/.idea/.idea.Shooter.dir/.idea/.name deleted file mode 100644 index 71906fc2..00000000 --- a/.idea/.idea.Shooter.dir/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -Shooter \ No newline at end of file diff --git a/.idea/.idea.Shooter.dir/.idea/encodings.xml b/.idea/.idea.Shooter.dir/.idea/encodings.xml deleted file mode 100644 index df87cf95..00000000 --- a/.idea/.idea.Shooter.dir/.idea/encodings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/.idea.Shooter.dir/.idea/indexLayout.xml b/.idea/.idea.Shooter.dir/.idea/indexLayout.xml deleted file mode 100644 index 7b08163c..00000000 --- a/.idea/.idea.Shooter.dir/.idea/indexLayout.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.Shooter.dir/.idea/vcs.xml b/.idea/.idea.Shooter.dir/.idea/vcs.xml deleted file mode 100644 index 35eb1ddf..00000000 --- a/.idea/.idea.Shooter.dir/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/.idea.Shooter/.idea/.name b/.idea/.idea.Shooter/.idea/.name deleted file mode 100644 index 71906fc2..00000000 --- a/.idea/.idea.Shooter/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -Shooter \ No newline at end of file diff --git a/.idea/.idea.Shooter/.idea/encodings.xml b/.idea/.idea.Shooter/.idea/encodings.xml deleted file mode 100644 index df87cf95..00000000 --- a/.idea/.idea.Shooter/.idea/encodings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/.idea.Shooter/.idea/indexLayout.xml b/.idea/.idea.Shooter/.idea/indexLayout.xml deleted file mode 100644 index 7b08163c..00000000 --- a/.idea/.idea.Shooter/.idea/indexLayout.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/.idea.Shooter/.idea/projectSettingsUpdater.xml b/.idea/.idea.Shooter/.idea/projectSettingsUpdater.xml deleted file mode 100644 index 4bb9f4d2..00000000 --- a/.idea/.idea.Shooter/.idea/projectSettingsUpdater.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/.idea.Shooter/.idea/vcs.xml b/.idea/.idea.Shooter/.idea/vcs.xml deleted file mode 100644 index 35eb1ddf..00000000 --- a/.idea/.idea.Shooter/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/.idea.Shooter/.idea/workspace.xml b/.idea/.idea.Shooter/.idea/workspace.xml deleted file mode 100644 index 5b48c7f8..00000000 --- a/.idea/.idea.Shooter/.idea/workspace.xml +++ /dev/null @@ -1,221 +0,0 @@ - - - - Intermediate/ProjectFiles/Shooter.vcxproj - Intermediate/ProjectFiles/UE5.vcxproj - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - { - "keyToString": { - "RunOnceActivity.OpenProjectViewOnStart": "true", - "RunOnceActivity.ShowReadmeOnStart": "true", - "WebServerToolWindowFactoryState": "false", - "nodejs_package_manager_path": "npm", - "settings.editor.selected.configurable": "terminal", - "vue.rearranger.settings.migration": "true" - }, - "keyToStringList": { - "rider.external.source.directories": [ - "C:\\Users\\Charnet3D\\AppData\\Roaming\\JetBrains\\Rider2022.3\\resharper-host\\DecompilerCache", - "C:\\Users\\Charnet3D\\AppData\\Roaming\\JetBrains\\Rider2022.3\\resharper-host\\SourcesCache", - "C:\\Users\\Charnet3D\\AppData\\Local\\Symbols\\src" - ] - } -} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1652897910248 - - - - - - - - - - -