Skip to content

Commit 1662b3f

Browse files
committed
Merge branch 'master' into Test/verifyUniqueSessionIdsOnLogins
2 parents 8fc8cd0 + 8dbee26 commit 1662b3f

130 files changed

Lines changed: 1524 additions & 10313 deletions

File tree

Some content is hidden

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

.github/pull_request_template.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### Docs Checklist
2+
Please ensure you have addressed documentation updates if needed as part of this PR:
3+
- [ ] I have created a separate PR on the sequence docs repository for documentation updates: [Link to docs PR](https://github.com/0xsequence/docs/pulls)
4+
- [ ] No documentation update is needed for this change.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Validate Docs PR Template
2+
3+
on:
4+
pull_request:
5+
types: [opened, edited, synchronize]
6+
7+
jobs:
8+
validate-template:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- name: Check PR Template Completion
13+
run: |
14+
# Fetch the pull request body
15+
PR_BODY=$(curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
16+
-H "Accept: application/vnd.github.v3+json" \
17+
https://api.github.com/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }} \
18+
| jq -r '.body')
19+
20+
# Check if one of the required checkboxes in the 'Docs Checklist' is marked
21+
if ! echo "$PR_BODY" | grep -Eq '\[x\] I have created a separate PR on the sequence docs repository for documentation updates|\[x\] No documentation update is needed for this change'; then
22+
echo "Error: The 'Docs Checklist' section in the PR template has not been completed properly."
23+
echo "Please ensure you have checked one of the options in the 'Docs Checklist' section."
24+
exit 1
25+
fi
26+
27+
echo "Docs Checklist is complete."

Config/DefaultEngine.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,3 +240,11 @@ BundleIdentifier=com.YourCompany.HostProject
240240
RSyncUsername=Gill_Johnson
241241
RemoteServerName=99.251.54.48
242242

243+
[/Script/Engine.AudioSettings]
244+
DefaultSoundClassName=/Engine/EngineSounds/Master.Master
245+
DefaultMediaSoundClassName=None
246+
MasterSubmix=None
247+
ReverbSubmix=None
248+
AudioDeviceModuleName=NullAudioDevice
249+
bAllowPlayWhenSilent=False
250+

LICENSE

Lines changed: 0 additions & 201 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:10573b8cbd7d0227e1b076717a6f3ad32df4d95bb13ba798d3d581713ed13b23
3-
size 1779559
2+
oid sha256:8d46df81ba3ad61e8806e7a51bb0ccbd9160b09fc7e467f71501f3da7a9f4963
3+
size 1744819
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:c011b55e1adb1b7c13cf794c5c1da4bc7cb03a1175bc226ad14e475f3d4419a8
3-
size 302997
2+
oid sha256:b9cf72d194c1e5c2908d80e5a31a488c969bcef4366463c81b1200359d7a4548
3+
size 375957
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:1403eb3455ef9d29f40e526a99fb08228751184f3362339dabd9c9eb901d4e5c
3-
size 132181
2+
oid sha256:959e6279f8c500ad3e65fed26c231590f5f11948bbd79f02bff26f0a5d46a7ce
3+
size 131395
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:8b791c47c7cc0be72b4be832085448682755097fd1e8733b5cc0f42882fe84ff
3-
size 2377660
2+
oid sha256:d5707e218a464d0279e0376fd0425efa00d64d558761a4a1e06fdaa2738cb20d
3+
size 2442811
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:fbf79c7c1e0b5ac0367c4ede23dd32889f099a37f398189447a6ffd9c17b6419
3+
size 97351
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:0e1d5fd569bc02c144939a29e2c8e4119221bb8facc16ca1413bf5bfda748e94
3+
size 288691

0 commit comments

Comments
 (0)