Skip to content

Commit 58b9a0d

Browse files
authored
Merge branch 'main' into DefaultListenerLocation-description
2 parents 20da9a6 + 5c664ff commit 58b9a0d

File tree

298 files changed

+4341
-4116
lines changed

Some content is hidden

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

298 files changed

+4341
-4116
lines changed

.husky/post-checkout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
2-
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'post-checkout' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks').\n"; exit 2; }
2+
command -v git-lfs >/dev/null 2>&1 || { printf >&2 "\n%s\n\n" "This repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'post-checkout' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks')."; exit 2; }
33
git lfs post-checkout "$@"

.husky/post-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
2-
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'post-commit' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks').\n"; exit 2; }
2+
command -v git-lfs >/dev/null 2>&1 || { printf >&2 "\n%s\n\n" "This repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'post-commit' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks')."; exit 2; }
33
git lfs post-commit "$@"

.husky/post-merge

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
2-
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'post-merge' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks').\n"; exit 2; }
2+
command -v git-lfs >/dev/null 2>&1 || { printf >&2 "\n%s\n\n" "This repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'post-merge' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks')."; exit 2; }
33
git lfs post-merge "$@"

.husky/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
2-
command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'pre-push' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks').\n"; exit 2; }
2+
command -v git-lfs >/dev/null 2>&1 || { printf >&2 "\n%s\n\n" "This repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting the 'pre-push' file in the hooks directory (set by 'core.hookspath'; usually '.git/hooks')."; exit 2; }
33
git lfs pre-push "$@"

content/common/navigation/avatar/guides.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ navigation:
2323
path: /art/accessories/clothing-specifications
2424
- title: Reference Files
2525
path: /art/accessories/project-files
26+
- title: Caging Best Practices
27+
path: /art/accessories/caging-best-practices
2628
- title: Export Settings
2729
path: /art/accessories/clothing-export-settings
2830
- title: Importing into Studio

content/common/navigation/engine/guides.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ navigation:
208208
section:
209209
- title: Overview
210210
path: /scripting/events/
211-
- title: Deferred Events
211+
- title: Deferred
212212
path: /scripting/events/deferred
213213
- title: Bindable
214214
path: /scripting/events/bindable
@@ -576,16 +576,16 @@ navigation:
576576
path: /production/promotion/sponsoring-items
577577
- title: Complying with Advertising Standards
578578
path: /production/promotion/complying-with-advertising-standards
579-
- title: Audience Engagement
580-
path: /production/promotion/audience-engagement
581-
- title: Experience Events
579+
- title: Events and Updates
582580
path: /production/promotion/experience-events
581+
- title: Experience Notifications
582+
path: /production/promotion/experience-notifications
583+
- title: Social Media Links
584+
path: /production/promotion/social-media-links
583585
- title: Player Invite Prompts
584586
path: /production/promotion/invite-prompts
585587
- title: Friend Invite Reward System
586588
path: /production/promotion/referral-system
587-
- title: Experience Notifications
588-
path: /production/promotion/experience-notifications
589589
- title: Nominating for the Discover Page
590590
path: /production/promotion/nominating-for-the-discover-page
591591
- title: Getting Featured on Roblox‑Owned Channels
@@ -615,8 +615,10 @@ navigation:
615615
path: /production/monetization/avatar-items
616616
- title: Engagement-Based Payouts
617617
path: /production/monetization/engagement-based-payouts
618-
- title: Paid Access
619-
path: /production/monetization/paid-access
618+
- title: Paid Access in Robux
619+
path: /production/monetization/paid-access-robux
620+
- title: Paid Access in Local Currency
621+
path: /production/monetization/paid-access-local-currency
620622
- title: Private Servers
621623
path: /production/monetization/private-servers
622624
- title: Resources

content/common/navigation/engine/reference.yaml

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,6 +1710,11 @@ navigation:
17101710
type: engineapi
17111711
source: /reference/engine/classes/PathfindingService.yaml
17121712
ignoreTranslation: true
1713+
- title: PerformanceControlService
1714+
path: /reference/engine/classes/PerformanceControlService
1715+
type: engineapi
1716+
source: /reference/engine/classes/PerformanceControlService.yaml
1717+
ignoreTranslation: true
17131718
- title: PermissionsService
17141719
path: /reference/engine/classes/PermissionsService
17151720
type: engineapi
@@ -2895,6 +2900,11 @@ navigation:
28952900
type: engineapi
28962901
source: /reference/engine/classes/VideoFrame.yaml
28972902
ignoreTranslation: true
2903+
- title: VideoPlayer
2904+
path: /reference/engine/classes/VideoPlayer
2905+
type: engineapi
2906+
source: /reference/engine/classes/VideoPlayer.yaml
2907+
ignoreTranslation: true
28982908
- title: VideoService
28992909
path: /reference/engine/classes/VideoService
29002910
type: engineapi
@@ -3838,6 +3848,11 @@ navigation:
38383848
type: engineapi
38393849
source: /reference/engine/enums/DeviceFeatureType.yaml
38403850
ignoreTranslation: true
3851+
- title: DeviceForm
3852+
path: /reference/engine/enums/DeviceForm
3853+
type: engineapi
3854+
source: /reference/engine/enums/DeviceForm.yaml
3855+
ignoreTranslation: true
38413856
- title: DeviceLevel
38423857
path: /reference/engine/enums/DeviceLevel
38433858
type: engineapi
@@ -4208,11 +4223,6 @@ navigation:
42084223
type: engineapi
42094224
source: /reference/engine/enums/InputType.yaml
42104225
ignoreTranslation: true
4211-
- title: Intent
4212-
path: /reference/engine/enums/Intent
4213-
type: engineapi
4214-
source: /reference/engine/enums/Intent.yaml
4215-
ignoreTranslation: true
42164226
- title: InterpolationThrottlingMode
42174227
path: /reference/engine/enums/InterpolationThrottlingMode
42184228
type: engineapi
@@ -4273,6 +4283,11 @@ navigation:
42734283
type: engineapi
42744284
source: /reference/engine/enums/LexemeType.yaml
42754285
ignoreTranslation: true
4286+
- title: LightingStyle
4287+
path: /reference/engine/enums/LightingStyle
4288+
type: engineapi
4289+
source: /reference/engine/enums/LightingStyle.yaml
4290+
ignoreTranslation: true
42764291
- title: Limb
42774292
path: /reference/engine/enums/Limb
42784293
type: engineapi
@@ -4668,11 +4683,6 @@ navigation:
46684683
type: engineapi
46694684
source: /reference/engine/enums/ProximityPromptStyle.yaml
46704685
ignoreTranslation: true
4671-
- title: Quality
4672-
path: /reference/engine/enums/Quality
4673-
type: engineapi
4674-
source: /reference/engine/enums/Quality.yaml
4675-
ignoreTranslation: true
46764686
- title: QualityLevel
46774687
path: /reference/engine/enums/QualityLevel
46784688
type: engineapi

content/common/navigation/engine/studio.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ navigation:
77
- title: Overview # merge working in studio content into here
88
path: /studio/
99
- title: Studio Setup
10-
path: /studio/setting-up-roblox-studio
10+
path: /studio/setup
1111
- title: Studio Interface
1212
path: /studio/ui-overview
13-
- title: Beta Features
14-
path: /studio/beta
1513
- heading: Building Tools
1614
- title: Align Tool
1715
path: /studio/align-tool

0 commit comments

Comments
 (0)