]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add loadout names (#31303)
authormetalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Tue, 11 Feb 2025 17:30:24 +0000 (04:30 +1100)
committerGitHub <noreply@github.com>
Tue, 11 Feb 2025 17:30:24 +0000 (18:30 +0100)
commit15b28936dfed9d2c3136230cfc90a436074c89b7
tree4ae750a16a2aa619ef8e7a78a9c1a8e988c7cef4
parentc197d3db37d34da2e76927d28e717852f2511f4a
Add loadout names (#31303)

* Add loadout names

Did it for AI, breaking change for pgsql + migrations in general. Nothing atm uses it.

* the box

* Spawning cherry pick

* Fix nit

* revert

* Final cleanup

* Real

* Name UI fix

* Migrations

* a

* Review

* Re-run migrations

---------

Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
17 files changed:
Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs
Content.Client/Lobby/UI/Loadouts/LoadoutWindow.xaml
Content.Client/Lobby/UI/Loadouts/LoadoutWindow.xaml.cs
Content.Server.Database/Migrations/Postgres/20250211131539_LoadoutNames.Designer.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Postgres/20250211131539_LoadoutNames.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Postgres/PostgresServerDbContextModelSnapshot.cs
Content.Server.Database/Migrations/Sqlite/20250211131517_LoadoutNames.Designer.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Sqlite/20250211131517_LoadoutNames.cs [new file with mode: 0644]
Content.Server.Database/Migrations/Sqlite/SqliteServerDbContextModelSnapshot.cs
Content.Server.Database/Model.cs
Content.Server/Database/ServerDbBase.cs
Content.Shared/Preferences/HumanoidCharacterProfile.cs
Content.Shared/Preferences/Loadouts/RoleLoadout.cs
Content.Shared/Preferences/Loadouts/RoleLoadoutPrototype.cs
Content.Shared/Station/SharedStationSpawningSystem.cs
Resources/Locale/en-US/preferences/loadouts.ftl
Resources/Prototypes/Loadouts/role_loadouts.yml