Commit 04a6c36
committed
Add DaySequence plugin and update Submodules
1 parent 8e510af commit 04a6c36
8 files changed
Lines changed: 34 additions & 11 deletions
File tree
- Plugins
- Source/TargetVector
Submodule ALSXT updated 2922 files
- Axos.uplugin+5
- Content/Actors/B_AxosLevelActor.uasset+3
- Content/AxosGameMode.uasset+3
- Content/AxosGameState.uasset+3
- Content/B_AxosCharacter.uasset+3
- Content/Levels/L_Axos.umap+3
- Content/UI/W_Bearing.uasset+3
- Source/Axos/Axos.Build.cs+1-1
- Source/Axos/Private/Actors/AxosLevelActor.cpp+24-1
- Source/Axos/Private/BlueprintFunctionLibrary/AxosBlueprintFunctionLibrary.cpp+47
- Source/Axos/Private/Components/AxosGameStateComponent.cpp+15-4
- Source/Axos/Public/Actors/AxosLevelActor.h+12
- Source/Axos/Public/BlueprintFunctionLibrary/AxosBlueprintFunctionLibrary.h+18
- Source/Axos/Public/Components/AxosGameStateComponent.h+19-6
- Source/Axos/Public/Interfaces/AxosInterface.h+5-10
- Chronos.uplugin+7-1
- Source/Chronos/Chronos.Build.cs+1-1
- Source/Chronos/Private/BlueprintFunctionLibrary/ChronosTimeConversionLibrary.cpp+35
- Source/Chronos/Private/Components/ChronosGameStateComponent.cpp+73
- Source/Chronos/Public/BlueprintFunctionLibrary/ChronosTimeConversionLibrary.h+19
- Source/Chronos/Public/Components/ChronosGameStateComponent.h+57
- Source/Chronos/Public/Data/ChronosTypes.h+66-1
- Clima.uplugin+13-1
- Content/L_Clima.ini+18
- Content/L_Clima.umap+3
- Content/L_Clima_HLODLayer_Instanced.uasset+3
- Content/L_Clima_HLODLayer_Merged.uasset+3
- Content/__ExternalActors__/L_Clima/B/SR/A2A05OQUE35JYAR76N4U5D.uasset+3
- Content/__ExternalActors__/L_Clima/D/H4/LE64N43ZT6V2UG2W8USIZ9.uasset+3
- Source/Clima/Clima.Build.cs+1-2
- Source/Clima/Private/AttributeSets/ClimaAttributeSetBase.cpp+86
- Source/Clima/Private/AttributeSets/ClimaTemperatureAttributeSet.cpp+32
- Source/Clima/Private/Components/ClimaGameStateComponent.cpp+1-1
- Source/Clima/Public/AttributeSets/ClimaAttributeSetBase.h+36
- Source/Clima/Public/AttributeSets/ClimaTemperatureAttributeSet.h+42
- Source/Ricochet/Private/AttributeSets/RicochetAccuracyAttributeSet.cpp+32
- Source/Ricochet/Private/AttributeSets/RicochetBarrelLengthAttributeSet.cpp+32
- Source/Ricochet/Private/AttributeSets/RicochetDexterityAttributeSet.cpp+32
- Source/Ricochet/Private/AttributeSets/RicochetFlashAttributeSet.cpp+32
- Source/Ricochet/Private/AttributeSets/RicochetReceiverAttributeSet.cpp+103
- Source/Ricochet/Private/AttributeSets/RicochetReceiverGatlingAttributeSet.cpp+49
- Source/Ricochet/Private/AttributeSets/RicochetRecoilAttributeSet.cpp+32
- Source/Ricochet/Private/AttributeSets/RicochetRoundAttributeSet.cpp+121-1
- Source/Ricochet/Private/AttributeSets/RicochetSoundAttributeSet.cpp+32
- Source/Ricochet/Private/AttributeSets/RicochetStatusAttributeSet.cpp+45
- Source/Ricochet/Private/AttributeSets/RicochetWeightAttributeSet.cpp+32
- Source/Ricochet/Private/Components/RicochetMuzzleAttachment.cpp+3-3
- Source/Ricochet/Private/Components/RicochetReceiver.cpp+3-3
- Source/Ricochet/Public/AttributeSets/RicochetAccuracyAttributeSet.h+42
- Source/Ricochet/Public/AttributeSets/RicochetBarrelLengthAttributeSet.h+42
- Source/Ricochet/Public/AttributeSets/RicochetDexterityAttributeSet.h+42
- Source/Ricochet/Public/AttributeSets/RicochetFlashAttributeSet.h+42
- Source/Ricochet/Public/AttributeSets/RicochetReceiverAttributeSet.h+125
- Source/Ricochet/Public/AttributeSets/RicochetReceiverGatlingAttributeSet.h+63
- Source/Ricochet/Public/AttributeSets/RicochetRecoilAttributeSet.h+42
- Source/Ricochet/Public/AttributeSets/RicochetRoundAttributeSet.h+147-3
- Source/Ricochet/Public/AttributeSets/RicochetSoundAttributeSet.h+42
- Source/Ricochet/Public/AttributeSets/RicochetStatusAttributeSet.h+59
- Source/Ricochet/Public/AttributeSets/RicochetWeightAttributeSet.h+42
- Source/Ricochet/Public/Components/RicochetBarrel.h-14
- Source/Ricochet/Public/Components/RicochetMuzzleAttachment.h+1-15
- Source/Ricochet/Public/Components/RicochetReceiver.h+2-51
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
10 | 18 | | |
11 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
12 | 26 | | |
13 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
14 | 33 | | |
15 | 34 | | |
16 | 35 | | |
17 | | - | |
| 36 | + | |
18 | 37 | | |
19 | 38 | | |
20 | 39 | | |
| |||
30 | 49 | | |
31 | 50 | | |
32 | 51 | | |
33 | | - | |
| 52 | + | |
34 | 53 | | |
35 | | - | |
| 54 | + | |
36 | 55 | | |
37 | 56 | | |
38 | 57 | | |
39 | 58 | | |
40 | | - | |
| 59 | + | |
41 | 60 | | |
42 | 61 | | |
43 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
146 | 150 | | |
147 | 151 | | |
148 | 152 | | |
0 commit comments