Skip to content

Commit c8e48e0

Browse files
authored
2 parents 4412022 + d7d2338 commit c8e48e0

1,616 files changed

Lines changed: 55133 additions & 29165 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/workflows/directory-validator.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Check for StarLight Directory
1+
name: Check Starlight Directories
22

33
on:
44
pull_request:
@@ -22,3 +22,6 @@ jobs:
2222
else
2323
echo "No typo directory found."
2424
fi
25+
26+
- name: Validate _Starlight namespaces
27+
run: python3 Tools/_Starlight/check_starlight_namespaces.py

Content.Client/Construction/ConstructionSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
using Content.Shared.Input;
88
using Content.Shared.Wall;
99
// Starlight start
10-
using Content.Shared.Starlight.CCVar;
10+
using Content.Shared._Starlight.CCVar;
1111
// Starlight end
1212
using JetBrains.Annotations;
1313
using Robust.Client.GameObjects;

Content.Client/DirectionalSigns/DirectionalSignSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using System.Numerics;
2-
using Content.Shared.DirectionalSigns.Components;
2+
using Content.Shared._Starlight.DirectionalSigns.Components;
33
using Robust.Client.GameObjects;
44
using Robust.Client.Graphics;
55
using Robust.Shared.Graphics;

Content.Client/Dragon/DragonSystem.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using Content.Shared._Starlight.Revolutionary.Components;
12
using Content.Shared.Dragon;
23
using Content.Shared.Revolutionary.Components;
34
using Robust.Client.GameObjects;

Content.Client/GameTicking/Managers/ClientGameTicker.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
using Content.Client.Gameplay;
33
using Content.Client.Lobby;
44
using Content.Client.RoundEnd;
5-
using Content.Shared.Starlight.NewLife;
5+
using Content.Shared._Starlight.NewLife;
66
using Content.Shared.GameTicking;
77
using Content.Shared.GameWindow;
88
using Content.Shared.Roles;

Content.Client/Guidebook/Controls/GuideMicrowaveEmbed.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
using Robust.Client.UserInterface;
1313
using Robust.Shared.Prototypes;
1414
using Robust.Shared.Utility;
15+
using Content.Shared.Kitchen;
1516

1617
namespace Content.Client.Guidebook.Controls;
1718

Content.Client/HealthAnalyzer/UI/HealthAnalyzerControl.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
using Robust.Client.UserInterface.XAML;
1818
using Robust.Shared.Prototypes;
1919
using Robust.Shared.Utility;
20+
using Content.Shared._Starlight.Medical;
2021
namespace Content.Client.HealthAnalyzer.UI;
2122

2223
// Health analyzer UI is split from its window because it's used by both the

Content.Client/IoC/ClientContentIoC.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
using Content.Shared.IoC;
3030
using Content.Shared.Players.PlayTimeTracking;
3131
using Content.Shared.Players.RateLimiting;
32-
using Content.Shared.Starlight;
32+
using Content.Shared._Starlight;
3333
using Content.Client._NullLink;
3434
using Content.Client._Starlight.Achievement;
3535
using Content.Client._Starlight.Shaders;

Content.Client/Kitchen/UI/MicrowaveBoundUserInterface.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using Content.Shared.Chemistry.Reagent;
2+
using Content.Shared.Kitchen;
23
using Content.Shared.Kitchen.Components;
34
using JetBrains.Annotations;
45
using Robust.Client.GameObjects;

Content.Client/Labels/UI/HandLabelerWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using Robust.Client.UserInterface.XAML;
44
using Robust.Client.UserInterface.Controls; // Starlight
55
using Robust.Shared.Configuration; // Starlight
6-
using Content.Shared.Starlight.CCVar; // Starlight
6+
using Content.Shared._Starlight.CCVar; // Starlight
77

88
namespace Content.Client.Labels.UI
99
{

0 commit comments

Comments
 (0)