From 1a9cf40dc82129021a44699a0c38cb3a5d5f7b77 Mon Sep 17 00:00:00 2001 From: honeyed-lemons Date: Fri, 10 Apr 2026 17:42:37 -0400 Subject: [PATCH 1/6] hoo boy. --- .../Lobby/UI/HumanoidProfileEditor.xaml | 50 +- .../Lobby/UI/HumanoidProfileEditor.xaml.cs | 43 + .../ProfilePreviewSpriteView.Humanoid.cs | 4 + .../Appearance/HumanoidProfileEditor.Scale.cs | 132 + ...0001239_CharacterProfileHeight.Designer.cs | 2137 +++++++++++++++++ .../20260410001239_CharacterProfileHeight.cs | 40 + .../PostgresServerDbContextModelSnapshot.cs | 8 + ...0001232_CharacterProfileHeight.Designer.cs | 2056 ++++++++++++++++ .../20260410001232_CharacterProfileHeight.cs | 40 + .../SqliteServerDbContextModelSnapshot.cs | 8 + Content.Server.Database/Model.cs | 7 + Content.Server/Database/ServerDbBase.cs | 2 + .../Managers/ServerPreferencesManager.cs | 2 + .../Station/Systems/StationSpawningSystem.cs | 10 + .../Humanoid/Prototypes/SpeciesPrototype.cs | 36 + .../Preferences/HumanoidCharacterProfile.cs | 4 + .../Preferences/HumanoidCharacterProfile.cs | 27 + .../preferences/humanoid-profile-editor.ftl | 6 + Resources/Prototypes/Body/Species/dwarf.yml | 4 +- Resources/Prototypes/Species/diona.yml | 2 + Resources/Prototypes/Species/dwarf.yml | 4 + 21 files changed, 4619 insertions(+), 3 deletions(-) create mode 100644 Content.Client/_DEN/Lobby/UI/Appearance/HumanoidProfileEditor.Scale.cs create mode 100644 Content.Server.Database/Migrations/Postgres/20260410001239_CharacterProfileHeight.Designer.cs create mode 100644 Content.Server.Database/Migrations/Postgres/20260410001239_CharacterProfileHeight.cs create mode 100644 Content.Server.Database/Migrations/Sqlite/20260410001232_CharacterProfileHeight.Designer.cs create mode 100644 Content.Server.Database/Migrations/Sqlite/20260410001232_CharacterProfileHeight.cs create mode 100644 Resources/Locale/en-US/_DEN/preferences/humanoid-profile-editor.ftl diff --git a/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml b/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml index 84c5b75d1c..f4fc3abc75 100644 --- a/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml +++ b/Content.Client/Lobby/UI/HumanoidProfileEditor.xaml @@ -93,6 +93,54 @@ + + + + + - +