Skip to content

Commit 423bc4d

Browse files
authored
Merge pull request #358 from dyanikoglu/dev
Hotfix v4.23.1
2 parents ca073d0 + dcd5d2c commit 423bc4d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+191
-329
lines changed

ALSV4_CPP.uplugin

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"FileVersion": 3,
33
"Version": 1,
4-
"VersionName": "4.23.0",
4+
"VersionName": "4.23.1",
55
"FriendlyName": "Advanced Locomotion System Community",
66
"Description": "Performance optimized community version of LongmireLocomotion's Advanced Locomotion System V4",
77
"Category": "Animation",
@@ -28,14 +28,14 @@
2828
]
2929
}
3030
],
31-
"Plugins": [
32-
{
33-
"Name": "Niagara",
34-
"Enabled": true
35-
},
36-
{
37-
"Name": "EnhancedInput",
38-
"Enabled": true
39-
}
40-
]
31+
"Plugins": [
32+
{
33+
"Name": "Niagara",
34+
"Enabled": true
35+
},
36+
{
37+
"Name": "EnhancedInput",
38+
"Enabled": true
39+
}
40+
]
4141
}
-187 Bytes
Binary file not shown.
Binary file not shown.

Resources/Readme_Content_1.png

-183 KB
Binary file not shown.

Source/ALSV4_CPP/ALSV4_CPP.Build.cs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
// Project: Advanced Locomotion System V4 on C++
2-
// Copyright: Copyright (C) 2021 Doğa Can Yanıkoğlu
3-
// License: MIT License (http://www.opensource.org/licenses/mit-license.php)
4-
// Source Code: https://github.com/dyanikoglu/ALSV4_CPP
5-
// Original Author: Doğa Can Yanıkoğlu
6-
// Contributors:
1+
// Copyright: Copyright (C) 2022 Doğa Can Yanıkoğlu
2+
// Source Code: https://github.com/dyanikoglu/ALS-Community
73

84
using UnrealBuildTool;
95

Source/ALSV4_CPP/ALSV4_CPP.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
// Project: Advanced Locomotion System V4 on C++
2-
// Copyright: Copyright (C) 2021 Doğa Can Yanıkoğlu
3-
// License: MIT License (http://www.opensource.org/licenses/mit-license.php)
4-
// Source Code: https://github.com/dyanikoglu/ALSV4_CPP
5-
// Original Author: Doğa Can Yanıkoğlu
6-
// Contributors:
1+
// Copyright: Copyright (C) 2022 Doğa Can Yanıkoğlu
2+
// Source Code: https://github.com/dyanikoglu/ALS-Community
73

84
#include "ALSV4_CPP.h"
95
#include "Modules/ModuleManager.h"

Source/ALSV4_CPP/ALSV4_CPP.h

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
// Project: Advanced Locomotion System V4 on C++
2-
// Copyright: Copyright (C) 2021 Doğa Can Yanıkoğlu
3-
// License: MIT License (http://www.opensource.org/licenses/mit-license.php)
4-
// Source Code: https://github.com/dyanikoglu/ALSV4_CPP
5-
// Original Author: Doğa Can Yanıkoğlu
6-
// Contributors:
1+
// Copyright: Copyright (C) 2022 Doğa Can Yanıkoğlu
2+
// Source Code: https://github.com/dyanikoglu/ALS-Community
73

84
#pragma once
95

Source/ALSV4_CPP/Private/AI/ALSAIController.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
// Project: Advanced Locomotion System V4 on C++
2-
// Copyright: Copyright (C) 2021 Doğa Can Yanıkoğlu
3-
// License: MIT License (http://www.opensource.org/licenses/mit-license.php)
4-
// Source Code: https://github.com/dyanikoglu/ALSV4_CPP
5-
// Original Author: Jens Bjarne Myhre
6-
// Contributors: Doğa Can Yanıkoğlu
1+
// Copyright: Copyright (C) 2022 Doğa Can Yanıkoğlu
2+
// Source Code: https://github.com/dyanikoglu/ALS-Community
73

84
#include "AI/ALSAIController.h"
95

Source/ALSV4_CPP/Private/AI/ALS_BTTask_GetRandomLocation.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
// Project: Advanced Locomotion System V4 on C++
2-
// Copyright: Copyright (C) 2021 Doğa Can Yanıkoğlu
3-
// License: MIT License (http://www.opensource.org/licenses/mit-license.php)
4-
// Source Code: https://github.com/dyanikoglu/ALSV4_CPP
5-
// Original Author: Jens Bjarne Myhre
6-
// Contributors: Doğa Can Yanıkoğlu
1+
// Copyright: Copyright (C) 2022 Doğa Can Yanıkoğlu
2+
// Source Code: https://github.com/dyanikoglu/ALS-Community
73

84
#include "AI/ALS_BTTask_GetRandomLocation.h"
95
#include "AIController.h"

Source/ALSV4_CPP/Private/AI/ALS_BTTask_SetFocusToPlayer.cpp

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
// Project: Advanced Locomotion System V4 on C++
2-
// Copyright: Copyright (C) 2021 Doğa Can Yanıkoğlu
3-
// License: MIT License (http://www.opensource.org/licenses/mit-license.php)
4-
// Source Code: https://github.com/dyanikoglu/ALSV4_CPP
5-
// Original Author: Jens Bjarne Myhre
6-
// Contributors: Doğa Can Yanıkoğlu
1+
// Copyright: Copyright (C) 2022 Doğa Can Yanıkoğlu
2+
// Source Code: https://github.com/dyanikoglu/ALS-Community
73

84
#include "AI/ALS_BTTask_SetFocusToPlayer.h"
95
#include "Runtime/Engine/Classes/Kismet/GameplayStatics.h"

0 commit comments

Comments
 (0)