Commit e4b0f0c
0.8.1 preview rc > preview (#118)
* [UNR-1715][MS] Fix for error messages being deisplayed when character is killed. (#89)
Essentially there is a race on death between the health component being updated and the player controller unpossessing it's character actor.
I have just added a delay as a quick hacky fix so that both updates are recieved.
* Decrementing player count when player disconnects. (#98)
* [UNR-2425][MS] Fixing bug with sim players not moving.
* [UNR-2608][MS] Decrementing player count when player disconnects.
* Revert "[UNR-2425][MS] Fixing bug with sim players not moving."
This reverts commit 3c662ca.
* Fixing none component on Player character. (#100)
The Nameplate component had "Owner no see" enabled which means that the component will not exist for the owner of the actor.
The fix is simply to check the Nameplate component before using it.
# Conflicts:
# Game/Content/Characters/BP_FPS_Character.uasset
* Merge of MBL-19 (#108)
* MBL-19 Remove some hard coded logics in ADeploymentsPlayerController. (#94)
* MBL-19 Remove some hard coded thing in ADeploymentsPlayerController and keep existing features.
* Update to player controller.
* Removing tryloadfromcommandline as it is unecessary for release.
Co-authored-by: wangxin <[email protected]>
* [CHINF-886][MS] Fixing a crash caused by the merge into release related to the jira issue. (#111)
* [UNR-3041][MS] Addin 14.3 into release (#112)
* Crash fix when hitting cancel button. (#114)
* [UNR-3071][MS] Updating Worker SDK version to 14.5 (#116)
* Readme update: new docs site + maturity guidelines
* More docs links updates
* Update DefaultSpatialGDKSettings.ini
Co-authored-by: MatthewSandfordImprobable <[email protected]>
Co-authored-by: wangxin <[email protected]>
Co-authored-by: Ernest Oppetit <[email protected]>1 parent fdbfd33 commit e4b0f0c
File tree
12 files changed
+57
-95
lines changed- Game
- Config
- Content
- Characters
- GameMode
- Source/GDKShooter
- Private
- Controllers
- Deployments
- UI
- Public
- Controllers
- Deployments
- Game/Components
- spatial
12 files changed
+57
-95
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 0 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | 46 | | |
60 | 47 | | |
61 | 48 | | |
| |||
Lines changed: 36 additions & 65 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
18 | | - | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 22 | + | |
35 | 23 | | |
36 | | - | |
| 24 | + | |
| 25 | + | |
37 | 26 | | |
38 | | - | |
39 | 27 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
50 | 32 | | |
51 | | - | |
| 33 | + | |
52 | 34 | | |
53 | | - | |
54 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
55 | 39 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
| 40 | + | |
63 | 41 | | |
64 | 42 | | |
65 | 43 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 44 | + | |
76 | 45 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
91 | 49 | | |
92 | 50 | | |
93 | 51 | | |
| |||
137 | 95 | | |
138 | 96 | | |
139 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
140 | 105 | | |
141 | | - | |
| 106 | + | |
142 | 107 | | |
143 | | - | |
| 108 | + | |
144 | 109 | | |
145 | | - | |
| 110 | + | |
146 | 111 | | |
147 | 112 | | |
148 | 113 | | |
| |||
152 | 117 | | |
153 | 118 | | |
154 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
109 | 115 | | |
110 | 116 | | |
111 | 117 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
Lines changed: 5 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | | - | |
55 | | - | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | 64 | | |
| 65 | + | |
| 66 | + | |
69 | 67 | | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments