Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Everything SimpleStation to Parkstation #65

Merged
merged 4 commits into from
Mar 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@


/Content.*/ @DEATHB4DEFEAT
/Content.*/SimpleStation14/ @Pspritechologist @DEATHB4DEFEAT
/Content.*/Parkstation/ @Pspritechologist @DEATHB4DEFEAT


/Resources/ @DEATHB4DEFEAT

/Resources/Audio/SimpleStation14 @Pspritechologist @DEATHB4DEFEAT
/Resources/Audio/Parkstation @Pspritechologist @DEATHB4DEFEAT

/Resources/Maps/ @Pspritechologist @DEATHB4DEFEAT

/Resources/Prototypes/Maps @Pspritechologist @DEATHB4DEFEAT
/Resources/Prototypes/SimpleStation14/ @Pspritechologist @DEATHB4DEFEAT
/Resources/Prototypes/Parkstation/ @Pspritechologist @DEATHB4DEFEAT

/Resources/Textures/SimpleStation14/ @Pspritechologist @DEATHB4DEFEAT
/Resources/Textures/Parkstation/ @Pspritechologist @DEATHB4DEFEAT

*.ftl @Pspritechologist @DEATHB4DEFEAT

Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using Content.Shared.SimpleStation14.Traits.Components;
using Content.Shared.Parkstation.Traits.Components;
using Robust.Client.GameObjects;
using Robust.Client.Graphics;
using Robust.Client.Player;
using Robust.Shared.Enums;
using Robust.Shared.Prototypes;
using Robust.Shared.Timing;

namespace Content.Client.SimpleStation14.Overlays.Shaders;
namespace Content.Client.Parkstation.Overlays.Shaders;

public sealed class NearsightedOverlay : Overlay
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
using Content.Client.SimpleStation14.Overlays.Shaders;
using Content.Client.Parkstation.Overlays.Shaders;
using Content.Shared.Inventory.Events;
using Content.Shared.SimpleStation14.Traits;
using Content.Shared.SimpleStation14.Traits.Components;
using Content.Shared.Parkstation.Traits;
using Content.Shared.Parkstation.Traits.Components;
using Content.Shared.Tag;
using Robust.Client.Graphics;

namespace Content.Client.SimpleStation14.Overlays.Systems;
namespace Content.Client.Parkstation.Overlays.Systems;

public sealed class NearsightedSystem : EntitySystem
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Content.Server.SimpleStation14.Speech.Components;
namespace Content.Server.Parkstation.Speech.Components;

/// <summary>
/// Sends a random message from a list with a provided min/max time.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
using Content.Server.Chat.Systems;
using Content.Shared.Mind.Components;
using Robust.Shared.Random;
using Content.Server.SimpleStation14.Speech.Components;
using Content.Server.Parkstation.Speech.Components;

namespace Content.Server.SimpleStation14.Speech.Systems;
namespace Content.Server.Parkstation.Speech.Systems;

public sealed class RandomBarkSystem : EntitySystem
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Robust.Shared.Prototypes;

namespace Content.Shared.SimpleStation14.Clothing
namespace Content.Shared.Parkstation.Clothing.Components
{
[RegisterComponent]
public sealed partial class ClothingGrantComponentComponent : Component
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Content.Shared.SimpleStation14.Clothing;
namespace Content.Shared.Parkstation.Clothing.Components;

[RegisterComponent]
public sealed partial class ClothingGrantTagComponent : Component
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
using Content.Shared.Clothing.Components;
using Content.Shared.Inventory.Events;
using Robust.Shared.Serialization.Manager;
using Content.Shared.Parkstation.Clothing.Components;
using Content.Shared.Tag;
using Robust.Shared.Serialization.Manager;

namespace Content.Shared.SimpleStation14.Clothing;
namespace Content.Shared.Parkstation.Clothing.Systems;

public sealed class ClothingGrantingSystem : EntitySystem
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using Robust.Shared.Physics.Components;
using Robust.Shared.Physics.Systems;

namespace Content.Shared.SimpleStation14.Physics;
namespace Content.Shared.Parkstation.Physics;

public sealed class FrictionRemoverSystem : EntitySystem
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Robust.Shared.GameStates;

namespace Content.Shared.SimpleStation14.Traits.Components;
namespace Content.Shared.Parkstation.Traits.Components;

/// <summary>
/// Owner entity cannot see well, without prescription glasses.
Expand Down
2 changes: 1 addition & 1 deletion Resources/ConfigPresets/SimpleStation14/Parkstation.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ enabled = true
pathfinding = true

[server]
rules_file = "SimpleStation14/ParkstationRules.txt"
rules_file = "Parkstation/ParkstationRules.txt"
id = "parkstation"

# [whitelist]
Expand Down
4 changes: 2 additions & 2 deletions Resources/Locale/en-US/info/rules.ftl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rules

ui-rules-header = SimpleStation Official Server Rules
ui-rules-header-rp = SimpleStation Roleplay Official Server Rules
ui-rules-header = Parkstation Official Server Rules
ui-rules-header-rp = Parkstation Roleplay Official Server Rules
ui-rules-accept = I have read and agree to follow the rules
ui-rules-wait = The accept button will be enabled after {$time} seconds.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
changelog-tab-title-ParkstationChangelog = Parkstation

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
EpinephrineChemistryBottle: 3
Syringe: 5
Portafib: 1 # DeltaV - Add Portafibs, see Prototypes/DeltaV/Entities/Objects/Devices/Medical/portafib.yml
ClothingEyesGlasses: 5 # SimpleStation14 NearsightedTrait
ClothingEyesGlasses: 5 # Parkstation NearsightedTrait
2 changes: 1 addition & 1 deletion Resources/Prototypes/Entities/Clothing/Eyes/glasses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
tags:
- HamsterWearable
- WhitelistChameleon
- GlassesNearsight # SimpleStation14 NearsightedTrait
- GlassesNearsight # Parkstation NearsightedTrait

- type: entity
parent: ClothingEyesBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
netsync: false
noRot: true
drawdepth: Ghosts
sprite: SimpleStation14/Mobs/Ghosts/ghost_admin.rsi
sprite: Parkstation/Mobs/Ghosts/ghost_admin.rsi
state: animated
color: "#888888"
layers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
description: Plain black gloves with yellow fiber fingertips, for the distinguished roboticist.
components:
- type: Sprite
sprite: SimpleStation14/Clothing/Hands/Gloves/fingerless_insuls.rsi
sprite: Parkstation/Clothing/Hands/Gloves/fingerless_insuls.rsi
- type: Clothing
sprite: SimpleStation14/Clothing/Hands/Gloves/fingerless_insuls.rsi
sprite: Parkstation/Clothing/Hands/Gloves/fingerless_insuls.rsi
- type: GloveHeatResistance
heatResistance: 1400
- type: Insulated
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
components:
- type: Sprite
netsync: false
sprite: SimpleStation14/Clothing/Head/Hardsuits/hopsuit.rsi
sprite: Parkstation/Clothing/Head/Hardsuits/hopsuit.rsi
layers:
- state: icon
- state: light-overlay
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
description: A stylish hardsuit for only the most esteemed crew members. Doesn't offer much damage protection.
components:
- type: Sprite
sprite: SimpleStation14/Clothing/OuterClothing/Hardsuits/hopsuit.rsi
sprite: Parkstation/Clothing/OuterClothing/Hardsuits/hopsuit.rsi
- type: Clothing
sprite: SimpleStation14/Clothing/OuterClothing/Hardsuits/hopsuit.rsi
sprite: Parkstation/Clothing/OuterClothing/Hardsuits/hopsuit.rsi
- type: PressureProtection
highPressureMultiplier: 0.02
lowPressureMultiplier: 4500
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
description: A snazzy pinstripe jacket, fit for only the classiest of Heads.
components:
- type: Sprite
sprite: SimpleStation14/Clothing/OuterClothing/Coats/css_jacket.rsi
sprite: Parkstation/Clothing/OuterClothing/Coats/css_jacket.rsi
- type: Clothing
sprite: SimpleStation14/Clothing/OuterClothing/Coats/css_jacket.rsi
sprite: Parkstation/Clothing/OuterClothing/Coats/css_jacket.rsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
description: A sharp, green waistcoat. Smart, but flashy.
components:
- type: Sprite
sprite: SimpleStation14/Clothing/Uniforms/Jumpskirt/css.rsi
sprite: Parkstation/Clothing/Uniforms/Jumpskirt/css.rsi
- type: Clothing
sprite: SimpleStation14/Clothing/Uniforms/Jumpskirt/css.rsi
sprite: Parkstation/Clothing/Uniforms/Jumpskirt/css.rsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
description: A sharp, green waistcoat. Smart, but flashy.
components:
- type: Sprite
sprite: SimpleStation14/Clothing/Uniforms/Jumpsuit/css.rsi
sprite: Parkstation/Clothing/Uniforms/Jumpsuit/css.rsi
- type: Clothing
sprite: SimpleStation14/Clothing/Uniforms/Jumpsuit/css.rsi
sprite: Parkstation/Clothing/Uniforms/Jumpsuit/css.rsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
bodyPart: Hair
markingCategory: Hair
sprites:
- sprite: SimpleStation14/Mobs/Customization/ipc_antenna.rsi
- sprite: Parkstation/Mobs/Customization/ipc_antenna.rsi
state: ipc_antenna_tv

- type: marking
Expand All @@ -13,7 +13,7 @@
bodyPart: Hair
markingCategory: Hair
sprites:
- sprite: SimpleStation14/Mobs/Customization/ipc_antenna.rsi
- sprite: Parkstation/Mobs/Customization/ipc_antenna.rsi
state: ipc_antenna_tesla

# - type: marking
Expand All @@ -22,7 +22,7 @@
# bodyPart: Hair
# markingCategory: Hair
# sprites:
# - sprite: SimpleStation14/Mobs/Customization/ipc_antenna.rsi
# - sprite: Parkstation/Mobs/Customization/ipc_antenna.rsi
# state: ipc_antenna_lightb

# - type: marking
Expand All @@ -31,7 +31,7 @@
# bodyPart: Hair
# markingCategory: Hair
# sprites:
# - sprite: SimpleStation14/Mobs/Customization/ipc_antenna.rsi
# - sprite: Parkstation/Mobs/Customization/ipc_antenna.rsi
# state: ipc_antenna_light

- type: marking
Expand All @@ -40,7 +40,7 @@
bodyPart: Hair
markingCategory: Hair
sprites:
- sprite: SimpleStation14/Mobs/Customization/ipc_antenna.rsi
- sprite: Parkstation/Mobs/Customization/ipc_antenna.rsi
state: ipc_antenna_cyberhead

# - type: marking
Expand All @@ -49,7 +49,7 @@
# bodyPart: Hair
# markingCategory: Hair
# sprites:
# - sprite: SimpleStation14/Mobs/Customization/ipc_antenna.rsi
# - sprite: Parkstation/Mobs/Customization/ipc_antenna.rsi
# state: ipc_antenna_sidelights

- type: marking
Expand All @@ -58,7 +58,7 @@
bodyPart: Hair
markingCategory: Hair
sprites:
- sprite: SimpleStation14/Mobs/Customization/ipc_antenna.rsi
- sprite: Parkstation/Mobs/Customization/ipc_antenna.rsi
state: ipc_antenna_antlers

- type: marking
Expand All @@ -67,7 +67,7 @@
bodyPart: Hair
markingCategory: Hair
sprites:
- sprite: SimpleStation14/Mobs/Customization/ipc_antenna.rsi
- sprite: Parkstation/Mobs/Customization/ipc_antenna.rsi
state: ipc_antenna_droneeyes

- type: marking
Expand All @@ -76,7 +76,7 @@
bodyPart: Hair
markingCategory: Hair
sprites:
- sprite: SimpleStation14/Mobs/Customization/ipc_antenna.rsi
- sprite: Parkstation/Mobs/Customization/ipc_antenna.rsi
state: ipc_antenna_crowned

- type: marking
Expand All @@ -85,5 +85,5 @@
bodyPart: Hair
markingCategory: Hair
sprites:
- sprite: SimpleStation14/Mobs/Customization/ipc_antenna.rsi
- sprite: Parkstation/Mobs/Customization/ipc_antenna.rsi
state: ipc_antenna_towers
Loading
Loading