-
Notifications
You must be signed in to change notification settings - Fork 523
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
March 2024 upstream merge #1207
Commits on Apr 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a9df8cf - Browse repository at this point
Copy the full SHA a9df8cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7188b50 - Browse repository at this point
Copy the full SHA 7188b50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a7aa30 - Browse repository at this point
Copy the full SHA 4a7aa30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bbae3e - Browse repository at this point
Copy the full SHA 2bbae3eView commit details -
Make clothing cheaper and split clothing restock (#26805)
* Make clothing cheaper * bueah * proper price *
Configuration menu - View commit details
-
Copy full SHA for 6ce5370 - Browse repository at this point
Copy the full SHA 6ce5370View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f56ba0 - Browse repository at this point
Copy the full SHA 7f56ba0View commit details -
Fix tray scanner not updating it's range. (#26789)
Fix tray scanner not updating it's range on change. Add range value to the tray scanner state.to synchronize it between client and server.
Configuration menu - View commit details
-
Copy full SHA for 3d6d782 - Browse repository at this point
Copy the full SHA 3d6d782View commit details -
predict humanoid identity examine (#26769)
* predict humanoid identity examine * actually server doesnt need proto anymore --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
Configuration menu - View commit details
-
Copy full SHA for 2f5c639 - Browse repository at this point
Copy the full SHA 2f5c639View commit details -
Spears equippable to suit storage (#26724)
* meat and potatoes hahaha * DAMAGE yes * come on * Check again * Guhhhhh guh
Configuration menu - View commit details
-
Copy full SHA for 263469d - Browse repository at this point
Copy the full SHA 263469dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1486617 - Browse repository at this point
Copy the full SHA 1486617View commit details -
Ion Storm Laws Review (#26703)
* Ion Storm Laws Review Have reviewed the Ion Storm law dictionary and tidied it up. Specifically I've tried to keep the same number of entries in each section, or slightly increased them, where I've removed or altered a string. Of note, specific colours and "rainbow" have been removed from adjectives and replaced with words like "Cheese-Eating", as colours are kinda boring themselves and they've been a cause of a few accidentally-racist laws. * Resolve some feedback. * Remove the pull request joke, noooooo * Re-add big bite burgers as they are actually a thing * Append some more suggestions
Configuration menu - View commit details
-
Copy full SHA for 2cc4098 - Browse repository at this point
Copy the full SHA 2cc4098View commit details -
Configuration menu - View commit details
-
Copy full SHA for e64288a - Browse repository at this point
Copy the full SHA e64288aView commit details
Commits on Apr 9, 2024
-
Server-only component YAML cleanup (#26836)
* First pass cleaning up server-only YAML errors. * Second pass
Configuration menu - View commit details
-
Copy full SHA for a0de0ab - Browse repository at this point
Copy the full SHA a0de0abView commit details -
Gauze Markings 3 - Revenge of the Wrap (#25481)
* Insectoid Gauze, Added racial marks to variants * removed excess r from gauze_moth_lowerleg_r * Update gauze.ftl * moved all markings to Overlay Category * fixed localization error * a
Configuration menu - View commit details
-
Copy full SHA for a1fcfed - Browse repository at this point
Copy the full SHA a1fcfedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 694ae00 - Browse repository at this point
Copy the full SHA 694ae00View commit details -
dirty after calling SetAccesses (#26849)
Co-authored-by: deltanedas <@deltanedas:kde.org>
Configuration menu - View commit details
-
Copy full SHA for 6d695dd - Browse repository at this point
Copy the full SHA 6d695ddView commit details -
Add new "grant_connect_bypass" admin command (#26771)
This command allows you to grant a player temporary privilege to join regardless of player cap, whitelist, etc. It does not bypass bans. The API for this is IConnectionManager.AddTemporaryConnectBypass(). I shuffled around the logic inside ConnectionManager. Bans are now checked before panic bunker.
Pieter-Jan Briers authoredApr 9, 2024 Configuration menu - View commit details
-
Copy full SHA for d879665 - Browse repository at this point
Copy the full SHA d879665View commit details -
Configuration menu - View commit details
-
Copy full SHA for 862f820 - Browse repository at this point
Copy the full SHA 862f820View commit details -
Merge branch 'master' of https://github.com/space-wizards/space-stati…
…on-14 into march-2024-upstream-merge # Conflicts: # Content.Client/Lobby/LobbyState.cs # Content.Client/Medical/CrewMonitoring/CrewMonitoringNavMapControl.cs # Content.Client/Paper/UI/PaperWindow.xaml.cs # Content.Client/Shuttles/UI/RadarControl.cs # Content.Client/Shuttles/UI/ShuttleConsoleWindow.xaml # Content.Client/Shuttles/UI/ShuttleConsoleWindow.xaml.cs # Content.Client/Stylesheets/StyleNano.cs # Content.Client/UserInterface/Systems/Chat/Widgets/ChatBox.xaml # Content.Server/Access/Systems/IdCardConsoleSystem.cs # Content.Server/Atmos/EntitySystems/AtmosphereSystem.Commands.cs # Content.Server/Bed/Sleep/SleepingSystem.cs # Content.Server/Body/Components/RespiratorComponent.cs # Content.Server/Body/Systems/BodySystem.cs # Content.Server/Cargo/Systems/CargoSystem.Orders.cs # Content.Server/Cargo/Systems/CargoSystem.Shuttle.cs # Content.Server/Chemistry/EntitySystems/SolutionTransferSystem.cs # Content.Server/Explosion/EntitySystems/ExplosionSystem.cs # Content.Server/Explosion/EntitySystems/TriggerSystem.cs # Content.Server/GameTicking/GameTicker.Player.cs # Content.Server/GameTicking/Rules/NukeopsRuleSystem.cs # Content.Server/Kitchen/Components/ReagentGrinderComponent.cs # Content.Server/Labels/Label/LabelSystem.cs # Content.Server/Materials/MaterialReclaimerSystem.cs # Content.Server/Medical/BiomassReclaimer/BiomassReclaimerSystem.cs # Content.Server/Medical/CrewMonitoring/CrewMonitoringServerSystem.cs # Content.Server/Medical/SuitSensors/SuitSensorSystem.cs # Content.Server/Research/Systems/ResearchSystem.Client.cs # Content.Server/Resist/EscapeInventorySystem.cs # Content.Server/Salvage/SalvageSystem.ExpeditionConsole.cs # Content.Server/Salvage/SalvageSystem.Expeditions.cs # Content.Server/Salvage/SalvageSystem.Runner.cs # Content.Server/Salvage/SpawnSalvageMissionJob.cs # Content.Server/Shuttles/Components/ShuttleConsoleComponent.cs # Content.Server/Shuttles/Systems/RadarConsoleSystem.cs # Content.Server/Shuttles/Systems/ShuttleConsoleSystem.cs # Content.Server/Shuttles/Systems/ShuttleSystem.FasterThanLight.cs # Content.Server/Species/Systems/NymphSystem.cs # Content.Server/StationEvents/Components/GasLeakRuleComponent.cs # Content.Server/VendingMachines/VendingMachineSystem.cs # Content.Server/VoiceMask/VoiceMaskerComponent.cs # Content.Shared.Database/LogType.cs # Content.Shared/Access/Components/IdCardConsoleComponent.cs # Content.Shared/Bed/Sleep/SharedSleepingSystem.cs # Content.Shared/Doors/Systems/SharedDoorSystem.cs # Content.Shared/Lock/LockSystem.cs # Content.Shared/Players/ContentPlayerData.cs # Content.Shared/Procedural/Dungeon.cs # Content.Shared/RCD/Components/RCDAmmoComponent.cs # Content.Shared/RCD/Components/RCDComponent.cs # Content.Shared/RCD/Systems/RCDSystem.cs # Content.Shared/Salvage/Expeditions/SalvageExpeditions.cs # Content.Shared/Shuttles/BUIStates/NavInterfaceState.cs # Content.Shared/Species/Systems/ReformSystem.cs # Resources/Changelog/Changelog.yml # Resources/Locale/en-US/implant/implant.ftl # Resources/Locale/en-US/materials/materials.ftl # Resources/Locale/en-US/paper/paper-component.ftl # Resources/Locale/en-US/shuttles/console.ftl # Resources/Maps/Dungeon/lava_brig.yml # Resources/Maps/Shuttles/infiltrator.yml # Resources/Prototypes/Atmospherics/gases.yml # Resources/Prototypes/Body/Organs/reptilian.yml # Resources/Prototypes/Catalog/Cargo/cargo_armory.yml # Resources/Prototypes/Catalog/Cargo/cargo_atmospherics.yml # Resources/Prototypes/Catalog/Cargo/cargo_botany.yml # Resources/Prototypes/Catalog/Cargo/cargo_cargo.yml # Resources/Prototypes/Catalog/Cargo/cargo_circuitboards.yml # Resources/Prototypes/Catalog/Cargo/cargo_emergency.yml # Resources/Prototypes/Catalog/Cargo/cargo_engineering.yml # Resources/Prototypes/Catalog/Cargo/cargo_engines.yml # Resources/Prototypes/Catalog/Cargo/cargo_food.yml # Resources/Prototypes/Catalog/Cargo/cargo_fun.yml # Resources/Prototypes/Catalog/Cargo/cargo_livestock.yml # Resources/Prototypes/Catalog/Cargo/cargo_materials.yml # Resources/Prototypes/Catalog/Cargo/cargo_medical.yml # Resources/Prototypes/Catalog/Cargo/cargo_science.yml # Resources/Prototypes/Catalog/Cargo/cargo_security.yml # Resources/Prototypes/Catalog/Cargo/cargo_service.yml # Resources/Prototypes/Catalog/Cargo/cargo_shuttle.yml # Resources/Prototypes/Catalog/Cargo/cargo_vending.yml # Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml # Resources/Prototypes/Catalog/Fills/Boxes/emergency.yml # Resources/Prototypes/Catalog/Fills/Crates/botany.yml # Resources/Prototypes/Catalog/Fills/Crates/engines.yml # Resources/Prototypes/Catalog/Fills/Crates/fun.yml # Resources/Prototypes/Catalog/Fills/Crates/service.yml # Resources/Prototypes/Catalog/Fills/Crates/vending.yml # Resources/Prototypes/Catalog/Fills/Lockers/cargo.yml # Resources/Prototypes/Catalog/Fills/Lockers/engineer.yml # Resources/Prototypes/Catalog/Fills/Lockers/heads.yml # Resources/Prototypes/Catalog/Fills/Lockers/security.yml # Resources/Prototypes/Catalog/Fills/Lockers/suit_storage.yml # Resources/Prototypes/Catalog/VendingMachines/Inventories/boozeomat.yml # Resources/Prototypes/Catalog/VendingMachines/Inventories/centdrobe.yml # Resources/Prototypes/Catalog/VendingMachines/Inventories/lawdrobe.yml # Resources/Prototypes/Catalog/VendingMachines/Inventories/medidrobe.yml # Resources/Prototypes/Catalog/VendingMachines/Inventories/theater.yml # Resources/Prototypes/Catalog/uplink_catalog.yml # Resources/Prototypes/Datasets/ion_storm.yml # Resources/Prototypes/Datasets/tips.yml # Resources/Prototypes/Entities/Clothing/Masks/specific.yml # Resources/Prototypes/Entities/Clothing/Neck/mantles.yml # Resources/Prototypes/Entities/Clothing/Neck/medals.yml # Resources/Prototypes/Entities/Clothing/OuterClothing/base_clothingouter.yml # Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml # Resources/Prototypes/Entities/Clothing/OuterClothing/wintercoats.yml # Resources/Prototypes/Entities/Mobs/Species/reptilian.yml # Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/bowl.yml # Resources/Prototypes/Entities/Objects/Consumable/Food/produce.yml # Resources/Prototypes/Entities/Objects/Consumable/Food/soup.yml # Resources/Prototypes/Entities/Objects/Consumable/Smokeables/Cigarettes/packs.yml # Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml # Resources/Prototypes/Entities/Objects/Devices/pda.yml # Resources/Prototypes/Entities/Objects/Specific/Cargo/cargo_pallet.yml # Resources/Prototypes/Entities/Objects/Specific/Research/rped.yml # Resources/Prototypes/Entities/Objects/Tools/tools.yml # Resources/Prototypes/Entities/Objects/Weapons/Guns/flare_gun.yml # Resources/Prototypes/Entities/Objects/Weapons/Melee/mining.yml # Resources/Prototypes/Entities/Structures/Dispensers/chem.yml # Resources/Prototypes/Entities/Structures/Machines/Computers/arcades.yml # Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml # Resources/Prototypes/Entities/Structures/Machines/lathe.yml # Resources/Prototypes/Entities/Structures/Machines/recycler.yml # Resources/Prototypes/Entities/Structures/Machines/vending_machines.yml # Resources/Prototypes/Entities/Structures/Storage/Canisters/gas_canisters.yml # Resources/Prototypes/Entities/Structures/Walls/asteroid.yml # Resources/Prototypes/Entities/Structures/Windows/plastitanium.yml # Resources/Prototypes/Entities/Structures/Windows/window.yml # Resources/Prototypes/GameRules/events.yml # Resources/Prototypes/GameRules/roundstart.yml # Resources/Prototypes/Procedural/Magnet/asteroid.yml # Resources/Prototypes/Procedural/salvage_loot.yml # Resources/Prototypes/Procedural/salvage_mods.yml # Resources/Prototypes/Recipes/Lathes/electronics.yml # Resources/Prototypes/Research/experimental.yml # Resources/Prototypes/Roles/Jobs/Civilian/lawyer.yml # Resources/Prototypes/Roles/Jobs/Engineering/atmospheric_technician.yml # Resources/Prototypes/Roles/Jobs/Science/research_director.yml # Resources/Prototypes/Roles/Jobs/Security/detective.yml # Resources/Prototypes/Roles/Jobs/Security/head_of_security.yml # Resources/Prototypes/Roles/Jobs/Security/security_cadet.yml # Resources/Prototypes/Roles/Jobs/Security/security_officer.yml # Resources/Prototypes/Roles/Jobs/Security/warden.yml # Resources/Prototypes/XenoArch/Effects/utility_effects.yml # Resources/Prototypes/tags.yml # Resources/Textures/Clothing/Head/Hardsuits/cybersun.rsi/meta.json # Resources/Textures/Clothing/Head/Hardsuits/spatiohelm.rsi/meta.json # Resources/Textures/Clothing/Head/Hardsuits/syndiecommander.rsi/meta.json # Resources/Textures/Clothing/Head/Hardsuits/syndieelite.rsi/meta.json # Resources/Textures/Clothing/Head/Helmets/paramedhelm.rsi/meta.json # Resources/Textures/Clothing/Mask/plaguedoctormask.rsi/meta.json # Resources/Textures/Clothing/OuterClothing/Hardsuits/cybersun.rsi/meta.json # Resources/Textures/Clothing/OuterClothing/Hardsuits/paramed.rsi/meta.json # Resources/Textures/Clothing/OuterClothing/Hardsuits/spatio.rsi/meta.json # Resources/Textures/Clothing/OuterClothing/Hardsuits/syndiecommander.rsi/meta.json # Resources/Textures/Objects/Fun/toys.rsi/meta.json # Resources/Textures/Objects/Misc/bureaucracy.rsi/paper_stamp-lawyer.png # Resources/Textures/Objects/Tools/handheld_mass_scanner.rsi/meta.json # Resources/Textures/Structures/Windows/plastitanium_window.rsi/full.png # Resources/Textures/Structures/Windows/plastitanium_window.rsi/meta.json # Resources/migration.yml
Configuration menu - View commit details
-
Copy full SHA for 7400c59 - Browse repository at this point
Copy the full SHA 7400c59View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea5d7f4 - Browse repository at this point
Copy the full SHA ea5d7f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1151db6 - Browse repository at this point
Copy the full SHA 1151db6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 354fb68 - Browse repository at this point
Copy the full SHA 354fb68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21b27d6 - Browse repository at this point
Copy the full SHA 21b27d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 124e4b2 - Browse repository at this point
Copy the full SHA 124e4b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74c8fc4 - Browse repository at this point
Copy the full SHA 74c8fc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28cbb66 - Browse repository at this point
Copy the full SHA 28cbb66View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd8ce5d - Browse repository at this point
Copy the full SHA cd8ce5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e5f424 - Browse repository at this point
Copy the full SHA 0e5f424View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69dc9d3 - Browse repository at this point
Copy the full SHA 69dc9d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 993e04b - Browse repository at this point
Copy the full SHA 993e04bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 946278f - Browse repository at this point
Copy the full SHA 946278fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c50cc8e - Browse repository at this point
Copy the full SHA c50cc8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccc2013 - Browse repository at this point
Copy the full SHA ccc2013View commit details -
Configuration menu - View commit details
-
Copy full SHA for 668f9e4 - Browse repository at this point
Copy the full SHA 668f9e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7956551 - Browse repository at this point
Copy the full SHA 7956551View commit details -
Configuration menu - View commit details
-
Copy full SHA for 055d627 - Browse repository at this point
Copy the full SHA 055d627View commit details -
Improve access overlay (#26667)
* Improve access overlay * review changes --------- Co-authored-by: wrexbe <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 682afd4 - Browse repository at this point
Copy the full SHA 682afd4View commit details -
* add button to menu * networking and component work * try to add access stuff * main functionality done * add access lock? I think? * remove extra line * fix access system * move SkipTime to StationCargoBountyDatabaseComponent * Disable/Enable skip button based on cooldown * remove debugging * add access denied sound * remove DataField tags * dynamic timer
Configuration menu - View commit details
-
Copy full SHA for fd06773 - Browse repository at this point
Copy the full SHA fd06773View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ae4b58 - Browse repository at this point
Copy the full SHA 3ae4b58View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab0f061 - Browse repository at this point
Copy the full SHA ab0f061View commit details -
Flippolighter has realy loud sound, no UseDelay and server errors
Configuration menu - View commit details
-
Copy full SHA for aa2e1fa - Browse repository at this point
Copy the full SHA aa2e1faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28e5db7 - Browse repository at this point
Copy the full SHA 28e5db7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5372ec1 - Browse repository at this point
Copy the full SHA 5372ec1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 615340a - Browse repository at this point
Copy the full SHA 615340aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffc8501 - Browse repository at this point
Copy the full SHA ffc8501View commit details
Commits on Apr 10, 2024
-
* Revert "Revert "Game server api (#23129)"" * Review pt.1 * Reviews pt.2 * Reviews pt. 3 * Reviews pt. 4
Configuration menu - View commit details
-
Copy full SHA for 2978539 - Browse repository at this point
Copy the full SHA 2978539View commit details -
Revert "Game server api" (#26871)
Revert "Game server api (#24015)" This reverts commit 2978539.
Pieter-Jan Briers authoredApr 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 3aee197 - Browse repository at this point
Copy the full SHA 3aee197View commit details -
Give botanists droppers (#26839)
Start botanists with droppers so that they can better dose robust harvest or mutagen.
Configuration menu - View commit details
-
Copy full SHA for 935127f - Browse repository at this point
Copy the full SHA 935127fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d599a7 - Browse repository at this point
Copy the full SHA 7d599a7View commit details -
Clipping a harvestable plant yields undamaged seeds (#25541)
Clipping a plant in any condition currently causes it and its clippings to be damaged. Make clipping harvestable (already eligible for seed extractor) plants yield seeds at full health.
Configuration menu - View commit details
-
Copy full SHA for 58e4b5f - Browse repository at this point
Copy the full SHA 58e4b5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5791197 - Browse repository at this point
Copy the full SHA 5791197View commit details -
fix lots of door access (#26858)
* dirty after calling SetAccesses * fix door access * D * pro ops * nukeop --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
Configuration menu - View commit details
-
Copy full SHA for 1cdf05a - Browse repository at this point
Copy the full SHA 1cdf05aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1cbf93 - Browse repository at this point
Copy the full SHA f1cbf93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4017f9b - Browse repository at this point
Copy the full SHA 4017f9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c16b46 - Browse repository at this point
Copy the full SHA 8c16b46View commit details
Commits on Apr 11, 2024
-
Update ashtray to allow all cigarettes / cigars (#26864)
* Update ashtray to allow all cigarettes / cigars This also includes joints (as they are technically cigarettes) * ?
Configuration menu - View commit details
-
Copy full SHA for 9eb1e12 - Browse repository at this point
Copy the full SHA 9eb1e12View commit details -
Fix door electronics configurator usage (#26888)
* allow usage of network configurator for door electronics * add checks for "allowed" items
Configuration menu - View commit details
-
Copy full SHA for 2bcdb60 - Browse repository at this point
Copy the full SHA 2bcdb60View commit details -
It's possible to trigger this by stacking it weirdly with the spawn panel. Just make it bail instead.
Pieter-Jan Briers authoredApr 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 210ed3e - Browse repository at this point
Copy the full SHA 210ed3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00dc997 - Browse repository at this point
Copy the full SHA 00dc997View commit details -
Bug fix for deconstructing tiles and lattice with RCDs (#26863)
* Fixed mixed deconstruction times for tiles and lattice * Lattice and power cables can be deconstructed instantly
Configuration menu - View commit details
-
Copy full SHA for fc5a90b - Browse repository at this point
Copy the full SHA fc5a90bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 036abac - Browse repository at this point
Copy the full SHA 036abacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75d3502 - Browse repository at this point
Copy the full SHA 75d3502View commit details -
Cryogenic storage tweaks (#26813)
* make cryo remove crewmember's station record when going to cryo * Revert "make cryo remove crewmember's station record when going to cryo" This reverts commit 9ac9707289b5e553e3015c8c3ef88a78439977c6. * make cryo remove crewmember from station records when the mind is removed from the body * add stationwide announcement for people cryoing (remember to change pr title and desc) * minor changes * announcement actually shows job now * requested changes * get outta here derivative
Configuration menu - View commit details
-
Copy full SHA for 9d62b3c - Browse repository at this point
Copy the full SHA 9d62b3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fa90e0 - Browse repository at this point
Copy the full SHA 6fa90e0View commit details
Commits on Apr 12, 2024
-
Fix potted plant popup/sfx spam (#26901)
Fixed potted plant hide popup/sfx spam.
Configuration menu - View commit details
-
Copy full SHA for 8e9d274 - Browse repository at this point
Copy the full SHA 8e9d274View commit details -
Allow advertisement timers to prewarm (#26900)
Allow advertisement timers to prewarm.
Configuration menu - View commit details
-
Copy full SHA for 264bf71 - Browse repository at this point
Copy the full SHA 264bf71View commit details -
* Change basefoodshaker to parent from basefoodcondiment instead * Make them still refillable
Configuration menu - View commit details
-
Copy full SHA for b895e55 - Browse repository at this point
Copy the full SHA b895e55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4627c7c - Browse repository at this point
Copy the full SHA 4627c7cView commit details -
Update .editorconfig to correspond Code Conventions (#26824)
Update editorconfig to Code Style End of line is: CRLF (suggestion) Namespace declarations are: file scoped (suggestion). Instead of block scoped
Configuration menu - View commit details
-
Copy full SHA for 882aeb0 - Browse repository at this point
Copy the full SHA 882aeb0View commit details -
Remove reagent slimes from ghost role pool (#26840)
reagentslimeghostrole
Configuration menu - View commit details
-
Copy full SHA for e12223c - Browse repository at this point
Copy the full SHA e12223cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f17bf1 - Browse repository at this point
Copy the full SHA 8f17bf1View commit details -
Fix grammar in changelog (#26894)
Grammar Co-authored-by: metalgearsloth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 261e535 - Browse repository at this point
Copy the full SHA 261e535View commit details -
NoticeBoard is craftable now (#26847)
* NoticeBoard is craftable now * Fix notice board to proper name capitalization * Fix notice board proper name in description * Update Resources/Prototypes/Recipes/Construction/furniture.yml --------- Co-authored-by: metalgearsloth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e88b246 - Browse repository at this point
Copy the full SHA e88b246View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85aef16 - Browse repository at this point
Copy the full SHA 85aef16View commit details -
Add drink container suffixes (#26835)
Co-authored-by: Velcroboy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d480ac - Browse repository at this point
Copy the full SHA 7d480acView commit details -
uplink and store freshening (#26444)
* uplink and store freshening * more * im gonna POOOOOOGGGGGGG * we love it
Configuration menu - View commit details
-
Copy full SHA for 9d5a399 - Browse repository at this point
Copy the full SHA 9d5a399View commit details -
Sterile swab dispenser instead of box (#24986)
* sterile swab dispenser * trust --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
Configuration menu - View commit details
-
Copy full SHA for 3a00e8c - Browse repository at this point
Copy the full SHA 3a00e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a5d23f - Browse repository at this point
Copy the full SHA 2a5d23fView commit details -
* Done * Adds new * empty * attributions * empty * strobe admin deleted
Configuration menu - View commit details
-
Copy full SHA for 279e01c - Browse repository at this point
Copy the full SHA 279e01cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8f75d9 - Browse repository at this point
Copy the full SHA c8f75d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 347e52c - Browse repository at this point
Copy the full SHA 347e52cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f65e722 - Browse repository at this point
Copy the full SHA f65e722View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2353e1a - Browse repository at this point
Copy the full SHA 2353e1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a3ee32 - Browse repository at this point
Copy the full SHA 0a3ee32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e2a0fe - Browse repository at this point
Copy the full SHA 8e2a0feView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1eb162 - Browse repository at this point
Copy the full SHA e1eb162View commit details -
Configuration menu - View commit details
-
Copy full SHA for 438073a - Browse repository at this point
Copy the full SHA 438073aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56c5252 - Browse repository at this point
Copy the full SHA 56c5252View commit details -
Configuration menu - View commit details
-
Copy full SHA for 275328a - Browse repository at this point
Copy the full SHA 275328aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d3ee04 - Browse repository at this point
Copy the full SHA 4d3ee04View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6ee413 - Browse repository at this point
Copy the full SHA d6ee413View commit details -
Configuration menu - View commit details
-
Copy full SHA for f47b6ac - Browse repository at this point
Copy the full SHA f47b6acView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdb20b3 - Browse repository at this point
Copy the full SHA cdb20b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f4b638 - Browse repository at this point
Copy the full SHA 4f4b638View commit details -
Configuration menu - View commit details
-
Copy full SHA for c043e7b - Browse repository at this point
Copy the full SHA c043e7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1af404c - Browse repository at this point
Copy the full SHA 1af404cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c20eb26 - Browse repository at this point
Copy the full SHA c20eb26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 721818d - Browse repository at this point
Copy the full SHA 721818dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bec57fc - Browse repository at this point
Copy the full SHA bec57fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4696f21 - Browse repository at this point
Copy the full SHA 4696f21View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac4db57 - Browse repository at this point
Copy the full SHA ac4db57View commit details -
Configuration menu - View commit details
-
Copy full SHA for b40fb0e - Browse repository at this point
Copy the full SHA b40fb0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a5bd9b - Browse repository at this point
Copy the full SHA 7a5bd9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3254f13 - Browse repository at this point
Copy the full SHA 3254f13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39d8c31 - Browse repository at this point
Copy the full SHA 39d8c31View commit details -
fix lots of door access (#26858)
* dirty after calling SetAccesses * fix door access * D * pro ops * nukeop --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
Configuration menu - View commit details
-
Copy full SHA for 3b4fdba - Browse repository at this point
Copy the full SHA 3b4fdbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5c2095 - Browse repository at this point
Copy the full SHA f5c2095View commit details -
fix lots of door access (#26858)
* dirty after calling SetAccesses * fix door access * D * pro ops * nukeop --------- Co-authored-by: deltanedas <@deltanedas:kde.org>
Configuration menu - View commit details
-
Copy full SHA for a449292 - Browse repository at this point
Copy the full SHA a449292View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d469c6 - Browse repository at this point
Copy the full SHA 1d469c6View commit details -
Merge branch 'march-2024-upstream-merge' of https://github.com/new-fr…
…ontiers-14/frontier-station-14 into pr/1207
Configuration menu - View commit details
-
Copy full SHA for ec96e98 - Browse repository at this point
Copy the full SHA ec96e98View commit details -
Configuration menu - View commit details
-
Copy full SHA for f23123d - Browse repository at this point
Copy the full SHA f23123dView commit details -
Health analyzer UI unit correction (#26903)
Correct Kelvin displayed on health analyzer UI, use T0C constant.
Configuration menu - View commit details
-
Copy full SHA for 998bf45 - Browse repository at this point
Copy the full SHA 998bf45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02c6e69 - Browse repository at this point
Copy the full SHA 02c6e69View commit details -
Merge branch 'march-2024-upstream-merge' of https://github.com/new-fr…
…ontiers-14/frontier-station-14 into pr/1207
Configuration menu - View commit details
-
Copy full SHA for 98587be - Browse repository at this point
Copy the full SHA 98587beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 909b59e - Browse repository at this point
Copy the full SHA 909b59eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24b6456 - Browse repository at this point
Copy the full SHA 24b6456View commit details
Commits on Apr 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a1ce9d - Browse repository at this point
Copy the full SHA 0a1ce9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2360376 - Browse repository at this point
Copy the full SHA 2360376View commit details -
Uncooked animal proteins is safe for animal stomachs only (#26906)
Uncooked animal proteins is safe for animal stomachs
Configuration menu - View commit details
-
Copy full SHA for a49a576 - Browse repository at this point
Copy the full SHA a49a576View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d00305 - Browse repository at this point
Copy the full SHA 5d00305View commit details -
Configuration menu - View commit details
-
Copy full SHA for b51482f - Browse repository at this point
Copy the full SHA b51482fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d53cfe - Browse repository at this point
Copy the full SHA 2d53cfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4b7bc5 - Browse repository at this point
Copy the full SHA d4b7bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b086779 - Browse repository at this point
Copy the full SHA b086779View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeb460f - Browse repository at this point
Copy the full SHA eeb460fView commit details -
Fix pulling a new entity when already pulling an entity (#26499)
Fix pulling when already pulling The TryStopPull were failing due to wrong arguments provided. Replacing the virtual item in hand with a different pull was failing due to the hand not being cleared. Fix stop pulling checks that had the wrong variables provided. VirtualItems are already queue deleted at the end of HandleEntityRemoved.
Configuration menu - View commit details
-
Copy full SHA for 037a7d7 - Browse repository at this point
Copy the full SHA 037a7d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4833074 - Browse repository at this point
Copy the full SHA 4833074View commit details -
Configuration menu - View commit details
-
Copy full SHA for 154b860 - Browse repository at this point
Copy the full SHA 154b860View commit details -
Configuration menu - View commit details
-
Copy full SHA for b130204 - Browse repository at this point
Copy the full SHA b130204View commit details -
Configuration menu - View commit details
-
Copy full SHA for a07b1ad - Browse repository at this point
Copy the full SHA a07b1adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34db1bb - Browse repository at this point
Copy the full SHA 34db1bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bf97c9 - Browse repository at this point
Copy the full SHA 1bf97c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed065e8 - Browse repository at this point
Copy the full SHA ed065e8View commit details
Commits on Apr 14, 2024
-
Co-authored-by: PJBot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f4a01a - Browse repository at this point
Copy the full SHA 1f4a01aView commit details -
Fix cryostorage identifying unknown characters as captain (#26927)
Fixed cryostorage getting captain's record for unknown jobs. Also localized Unknown job string.
Configuration menu - View commit details
-
Copy full SHA for 9b97a2e - Browse repository at this point
Copy the full SHA 9b97a2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d44db87 - Browse repository at this point
Copy the full SHA d44db87View commit details -
Fixed Honkbot/jonkbot honking like crazy, gave honkbot/jonkbot standa…
…rd idle ai. (#26939) * Fixed Honkbot/jonkbot honking like crazy, gave honkbot/jonkbot standard idle ai. * Update Resources/Prototypes/Entities/Mobs/NPCs/silicon.yml --------- Co-authored-by: Tayrtahn <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8272d7a - Browse repository at this point
Copy the full SHA 8272d7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba9091f - Browse repository at this point
Copy the full SHA ba9091fView commit details -
Bug fix: Force cancellation of RCD constructions if the construction …
…type is changed (#26935) Force cancellation of RCD constructions if the construction type is changed
Configuration menu - View commit details
-
Copy full SHA for 33e5e4e - Browse repository at this point
Copy the full SHA 33e5e4eView commit details -
Fix standart -> standard and dressfilled test fail (#26942)
Fix standart -> standard
Configuration menu - View commit details
-
Copy full SHA for dc19964 - Browse repository at this point
Copy the full SHA dc19964View commit details -
Add Ability to stop sound when MobState is Dead (#26905)
* Add stopsWhenEntityDead to sound components * Convert component * Review * Fix dupe sub --------- Co-authored-by: metalgearsloth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da618d7 - Browse repository at this point
Copy the full SHA da618d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bbff00c - Browse repository at this point
Copy the full SHA bbff00cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13cef85 - Browse repository at this point
Copy the full SHA 13cef85View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb4561f - Browse repository at this point
Copy the full SHA cb4561fView commit details -
You can now see paper on crates (with color!) (#26834)
* Implement changes on not-cooked branch * Made it work * Fix update appearance calls * Fix extra indents, clean-up code, fix tests hopefully * Fix hammy cagecrate * Fix messing up the yml, add artifact crate specific labels back in * Visual Studio hates yml, sad * Seperate the colors for cargonia * sorry json * make label move with artifact door * Apply suggestion changes Co-authored-by: Nemanja <[email protected]> * Fix remaining crate offsets, add a few for livestock and graves (why are you labeling graves) and coffin label sprites (why are you labeling coffins??) --------- Co-authored-by: Nemanja <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96ad900 - Browse repository at this point
Copy the full SHA 96ad900View commit details -
Make UtensilSystem and SharpSystem not run AfterInteract if it has al…
…ready been handled (#25826) * Make UtensilSystem and SharpSystem not run AfterInteract if it has already been handled * merge conflicts --------- Co-authored-by: metalgearsloth <[email protected]> Co-authored-by: metalgearsloth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c679484 - Browse repository at this point
Copy the full SHA c679484View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1d1e6c - Browse repository at this point
Copy the full SHA f1d1e6cView commit details -
Add two-message overload to PopupPredicted (#26907)
Added two-message overload to PopupPredicted
Configuration menu - View commit details
-
Copy full SHA for 9107d42 - Browse repository at this point
Copy the full SHA 9107d42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54b3d7f - Browse repository at this point
Copy the full SHA 54b3d7fView commit details -
* hee hee he ha ha * added gold varients, forgive me for my spritework * maints loot, copying from past PRs * Trying to fix RSI * speedran these sprites in break time, pictures will be later * Fixed/Tweaked glows * consensus * gregregation * dam copiryte * oops i forgot to delete 2 fields hope this works
Configuration menu - View commit details
-
Copy full SHA for d2d62b9 - Browse repository at this point
Copy the full SHA d2d62b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbf8a03 - Browse repository at this point
Copy the full SHA dbf8a03View commit details -
Fix database round start date issues (#26838)
How can ONE DATABASE COLUMN have so many cursed issues I don't know, but it certainly pissed off the devil in its previous life. The start_date column on round entities in the database was added by space-wizards/space-station-14#21153. For some reason, this PR gave the column a nonsensical default value instead of making it nullable. This default value causes the code from #25280 to break. It actually trips an assert though that's not what the original issue report ran into. This didn't get noticed on wizden servers because we at some point backfilled the start_date column based on the stored admin logs. So I change the database model to make this column nullable, updated the C# code to match, and made the existing migration set the invalid values to be NULL instead. Cool. Wait how's SQLite handle in this scenario anyways? Well actually turns out the column was *completely broken* in the first place! The code for inserting into the round table was copy pasted between SQLite and PostgreSQL, with the only difference being that the SQLite key manually assigned the primary key instead of letting SQLite AUTOINCREMENT it. And then the code to give a start_date value was only added to the PostgreSQL version (which is actually in the base class already). So for SQLite that column's been filled up with the same invalid default the whole time. Why was the code manually assigning a PK? I checked the SQLite docs for AUTOINCREMENT[1], and the behavior seems appropriate. I removed the SQLite-specific code path and it just seems to work regardless. The migration just sets the old values to NULL too. BUT WAIT, THERE'S MORE! Turns out just doing the migration on SQLite is a pain in the ass! EF Core has to create a new table to apply the nullability change, because SQLite doesn't support proper ALTER COLUMN. This causes the generated SQL commands to be weird and the UPDATE for the migration goes BEFORE the nullability change... I ended up having to make TWO migrations for SQLite. Yay. Fixes #26800 [1]: https://www.sqlite.org/autoinc.html
Pieter-Jan Briers authoredApr 14, 2024 Configuration menu - View commit details
-
Copy full SHA for d3ac3d0 - Browse repository at this point
Copy the full SHA d3ac3d0View commit details -
Fix options menu crashing in replays (#26911)
Not having the nullable set properly is annoying but fixing that would probably be a significant amount of work.
Configuration menu - View commit details
-
Copy full SHA for 4cb344c - Browse repository at this point
Copy the full SHA 4cb344cView commit details -
Greyscale color clothing (#26943)
* greyscales color gloves, color jumpsuits, and shoes * remove popbob * fix test fails
Configuration menu - View commit details
-
Copy full SHA for 2b8e26f - Browse repository at this point
Copy the full SHA 2b8e26fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7787a82 - Browse repository at this point
Copy the full SHA 7787a82View commit details -
WT550 Buffs + Burst Mode for WT550 & C-20R (#26886)
* Slightly increased WT550 Firerate, drastically reduced recoil, and given it the option to fire in 5 round bursts. * Given the C-20 a 5 round burst aswell
Configuration menu - View commit details
-
Copy full SHA for 7b0dd31 - Browse repository at this point
Copy the full SHA 7b0dd31View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0ff7f7 - Browse repository at this point
Copy the full SHA e0ff7f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6ef37c - Browse repository at this point
Copy the full SHA c6ef37cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 734b6f3 - Browse repository at this point
Copy the full SHA 734b6f3View commit details -
Add character sheets to board game crate (#26926)
add character sheets to board game crate
Configuration menu - View commit details
-
Copy full SHA for 7a86b1d - Browse repository at this point
Copy the full SHA 7a86b1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9752746 - Browse repository at this point
Copy the full SHA 9752746View commit details -
Game server admin API (#26880)
* Reapply "Game server api" (#26871) This reverts commit 3aee197. * Rewrite 75% of the code it's good now
Pieter-Jan Briers authoredApr 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 9d0dfcf - Browse repository at this point
Copy the full SHA 9d0dfcfView commit details -
Wield recoil components (#26915)
* WieldRecoilComponents * WieldRecoilComponents * Update Content.Shared/Weapons/Ranged/Components/GunWieldBonusComponent.cs Co-authored-by: Whisper <[email protected]> * Update Content.Shared/Weapons/Ranged/Components/GunWieldBonusComponent.cs --------- Co-authored-by: Whisper <[email protected]> Co-authored-by: metalgearsloth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7fad5d - Browse repository at this point
Copy the full SHA a7fad5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0462fd9 - Browse repository at this point
Copy the full SHA 0462fd9View commit details -
Clown shoes make you waddle, as God intended (#26338)
* Clown shoes make you waddle, as God intended * OOPS * Toned down, client system name fix * Tidy namespacing for @deltanedas * Refactor to handle prediction better, etc. * Resolve PR comments.
Configuration menu - View commit details
-
Copy full SHA for ef42fb3 - Browse repository at this point
Copy the full SHA ef42fb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 055c5ab - Browse repository at this point
Copy the full SHA 055c5abView commit details -
Use round time instead of server time for criminal history (#26949)
make criminal records computer use round time for history instead of the server time
Configuration menu - View commit details
-
Copy full SHA for fbec5d1 - Browse repository at this point
Copy the full SHA fbec5d1View commit details -
Rotate and Offset station CCVar nuke (#26175)
* no content * add noRot to Europa * bruh. and this * yay * fix
Configuration menu - View commit details
-
Copy full SHA for 44b20f6 - Browse repository at this point
Copy the full SHA 44b20f6View commit details -
Fixed cybersun pen attacking noise (#26951)
* Uupdated the cyberpen * Updated noise * Removed flashlight
Configuration menu - View commit details
-
Copy full SHA for 0a29508 - Browse repository at this point
Copy the full SHA 0a29508View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5270e6f - Browse repository at this point
Copy the full SHA 5270e6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf8f68c - Browse repository at this point
Copy the full SHA cf8f68cView commit details -
Make lockers can be deconstructed only when unlocked now (#26961)
* Fix lockers are not deconstrucable now Lockers are was deconstructable event when they closed and you didn't have access to them. In short - get stuff by 5 seconds, 5 sec it's time to screw down any locker, except LockerBaseSecure one * Revert un-destructable lockers fix Make lockers destructable again * Fix lockers that deconstructable only when unlocked now
Configuration menu - View commit details
-
Copy full SHA for 7a60679 - Browse repository at this point
Copy the full SHA 7a60679View commit details -
Configuration menu - View commit details
-
Copy full SHA for 563f304 - Browse repository at this point
Copy the full SHA 563f304View commit details
Commits on Apr 15, 2024
-
nerf incendiary grenade (#26959)
Co-authored-by: deltanedas <@deltanedas:kde.org>
Configuration menu - View commit details
-
Copy full SHA for 516f5f3 - Browse repository at this point
Copy the full SHA 516f5f3View commit details -
meatWall incorrect node fixed (#26966)
changed node in construction meatWall
Configuration menu - View commit details
-
Copy full SHA for 41d2f06 - Browse repository at this point
Copy the full SHA 41d2f06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7810cbe - Browse repository at this point
Copy the full SHA 7810cbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 637fc2d - Browse repository at this point
Copy the full SHA 637fc2dView commit details -
SS14-26950 Fix Waddling During Improper States (#26965)
* SS14-26950 Fix Waddling During Improper States Fix some states when a clown can waddle when no clown should be able to waddle, no-matter their clowning powers. 1. You cannot waddle whilst weightless 2. You cannot waddle whilst stunned 3. You cannot waddle whilst slowed down due to stam damage 4. You cannot waddle whilst you're knocked down 5. You cannot waddle whilst you're buckled 6. You cannot waddle whilst crit 7. You cannot waddle whilst dead There's some argument for being able to waddle whilst on the floor and doing some bizarre floor-humping exercise but I'm not coding an animation layer system just to handle clowns doing the worm. * Use a nicer "can move" check
Configuration menu - View commit details
-
Copy full SHA for 3d0fc10 - Browse repository at this point
Copy the full SHA 3d0fc10View commit details -
Mobs burn to ashes on excessive heat damage (#26971)
* mobs burn to ashes on excessive heat damage * remove comment, remove random lines I didn't mean to add * combine code into behavior * clean unused * fix namespace * drop next to * fix spawn entities behavior spawning entities outside container
Configuration menu - View commit details
-
Copy full SHA for 4a6cf48 - Browse repository at this point
Copy the full SHA 4a6cf48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34fbd28 - Browse repository at this point
Copy the full SHA 34fbd28View commit details -
Fix some airlocks with multiple access types (#26980)
Co-authored-by: Velcroboy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd46282 - Browse repository at this point
Copy the full SHA cd46282View commit details -
Configuration menu - View commit details
-
Copy full SHA for faba129 - Browse repository at this point
Copy the full SHA faba129View commit details
Commits on Apr 16, 2024
-
Fix some TryGetMind overrides relying on player data (#26992)
* Fix some TryGetMind overrides relying on player data * A * Rider has bamboozled me * Update `data.Mind` before attaching to entity.
Configuration menu - View commit details
-
Copy full SHA for 229caa1 - Browse repository at this point
Copy the full SHA 229caa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for faec39c - Browse repository at this point
Copy the full SHA faec39cView commit details -
Add QM maintenance airlock (#26982)
Co-authored-by: Velcroboy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b23ef00 - Browse repository at this point
Copy the full SHA b23ef00View commit details -
Configuration menu - View commit details
-
Copy full SHA for fff3fe2 - Browse repository at this point
Copy the full SHA fff3fe2View commit details
Commits on Apr 17, 2024
-
Fix some airlocks with multiple access types (#26980)
Co-authored-by: Velcroboy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d8b545b - Browse repository at this point
Copy the full SHA d8b545bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b618f5 - Browse repository at this point
Copy the full SHA 1b618f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bf2e19 - Browse repository at this point
Copy the full SHA 4bf2e19View commit details -
Configuration menu - View commit details
-
Copy full SHA for db0ea66 - Browse repository at this point
Copy the full SHA db0ea66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98660fb - Browse repository at this point
Copy the full SHA 98660fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45a43bc - Browse repository at this point
Copy the full SHA 45a43bcView commit details -
Merge branch 'refs/heads/master' into march-2024-upstream-merge
# Conflicts: # Resources/Changelog/Changelog.yml
Configuration menu - View commit details
-
Copy full SHA for 5829cd7 - Browse repository at this point
Copy the full SHA 5829cd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a1e1e2 - Browse repository at this point
Copy the full SHA 6a1e1e2View commit details -
Merge branch 'march-2024-upstream-merge' of github.com:new-frontiers-…
…14/frontier-station-14 into march-2024-upstream-merge
Configuration menu - View commit details
-
Copy full SHA for abbc8f6 - Browse repository at this point
Copy the full SHA abbc8f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87f1552 - Browse repository at this point
Copy the full SHA 87f1552View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7765e1 - Browse repository at this point
Copy the full SHA e7765e1View commit details -
Merge commit 'fff3fe2a2461dfc61333b1875f8c5b7a9537c9e0' into march-20…
…24-upstream-merge # Conflicts: # Content.Server/Botany/Systems/PlantHolderSystem.cs # Content.Server/Hands/Systems/HandsSystem.cs # Content.Shared/CCVar/CCVars.cs # Resources/Changelog/Changelog.yml # Resources/Prototypes/Catalog/Fills/Lockers/service.yml # Resources/Prototypes/Entities/Objects/Consumable/Food/Containers/condiments.yml # Resources/Prototypes/Entities/Structures/Doors/Airlocks/access.yml
Configuration menu - View commit details
-
Copy full SHA for 16d795a - Browse repository at this point
Copy the full SHA 16d795aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a08197c - Browse repository at this point
Copy the full SHA a08197cView commit details
Commits on Apr 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0629a00 - Browse repository at this point
Copy the full SHA 0629a00View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba174aa - Browse repository at this point
Copy the full SHA ba174aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43c0447 - Browse repository at this point
Copy the full SHA 43c0447View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8fe39e - Browse repository at this point
Copy the full SHA f8fe39eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c63034 - Browse repository at this point
Copy the full SHA 1c63034View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b8d669 - Browse repository at this point
Copy the full SHA 2b8d669View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5916aa7 - Browse repository at this point
Copy the full SHA 5916aa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 597f261 - Browse repository at this point
Copy the full SHA 597f261View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d0453e - Browse repository at this point
Copy the full SHA 4d0453eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69b8ebf - Browse repository at this point
Copy the full SHA 69b8ebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd3635a - Browse repository at this point
Copy the full SHA bd3635aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e58ff12 - Browse repository at this point
Copy the full SHA e58ff12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a1009b - Browse repository at this point
Copy the full SHA 4a1009bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 619e94a - Browse repository at this point
Copy the full SHA 619e94aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61ed74b - Browse repository at this point
Copy the full SHA 61ed74bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c36468 - Browse repository at this point
Copy the full SHA 2c36468View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54f7710 - Browse repository at this point
Copy the full SHA 54f7710View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f9ea6e - Browse repository at this point
Copy the full SHA 3f9ea6eView commit details
Commits on Apr 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 71ea871 - Browse repository at this point
Copy the full SHA 71ea871View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38e3455 - Browse repository at this point
Copy the full SHA 38e3455View commit details -
Configuration menu - View commit details
-
Copy full SHA for f341eb4 - Browse repository at this point
Copy the full SHA f341eb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1108623 - Browse repository at this point
Copy the full SHA 1108623View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dd8108 - Browse repository at this point
Copy the full SHA 9dd8108View commit details -
Merge remote-tracking branch 'origin/march-2024-upstream-merge' into …
…march-2024-upstream-merge
Configuration menu - View commit details
-
Copy full SHA for 0a456c1 - Browse repository at this point
Copy the full SHA 0a456c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ee7eea - Browse repository at this point
Copy the full SHA 5ee7eeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25b1a97 - Browse repository at this point
Copy the full SHA 25b1a97View commit details -
Merge branch 'march-2024-upstream-merge' of https://github.com/new-fr…
…ontiers-14/frontier-station-14 into pr/1207
Configuration menu - View commit details
-
Copy full SHA for 75d2090 - Browse repository at this point
Copy the full SHA 75d2090View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd20c73 - Browse repository at this point
Copy the full SHA fd20c73View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffa93ce - Browse repository at this point
Copy the full SHA ffa93ceView commit details -
Merge branch 'march-2024-upstream-merge' of https://github.com/new-fr…
…ontiers-14/frontier-station-14 into pr/1207
Configuration menu - View commit details
-
Copy full SHA for 31574d5 - Browse repository at this point
Copy the full SHA 31574d5View commit details
Commits on Apr 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1242af7 - Browse repository at this point
Copy the full SHA 1242af7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6adc52e - Browse repository at this point
Copy the full SHA 6adc52eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ec1e9c - Browse repository at this point
Copy the full SHA 3ec1e9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b25965a - Browse repository at this point
Copy the full SHA b25965aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a69a99b - Browse repository at this point
Copy the full SHA a69a99bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a941d0 - Browse repository at this point
Copy the full SHA 4a941d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 132b2bc - Browse repository at this point
Copy the full SHA 132b2bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 834440c - Browse repository at this point
Copy the full SHA 834440cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88d08c6 - Browse repository at this point
Copy the full SHA 88d08c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71ddfaa - Browse repository at this point
Copy the full SHA 71ddfaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef977e4 - Browse repository at this point
Copy the full SHA ef977e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 227055a - Browse repository at this point
Copy the full SHA 227055aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 389e384 - Browse repository at this point
Copy the full SHA 389e384View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8552726 - Browse repository at this point
Copy the full SHA 8552726View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94643fc - Browse repository at this point
Copy the full SHA 94643fcView commit details -
Removed all walls reflect to balance all ships out not having weird r…
…eflect bonus based on walls used
Configuration menu - View commit details
-
Copy full SHA for dd50319 - Browse repository at this point
Copy the full SHA dd50319View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5121ede - Browse repository at this point
Copy the full SHA 5121edeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01d2ef4 - Browse repository at this point
Copy the full SHA 01d2ef4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cc5584 - Browse repository at this point
Copy the full SHA 2cc5584View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ccd277 - Browse repository at this point
Copy the full SHA 6ccd277View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0e4c98d - Browse repository at this point
Copy the full SHA 0e4c98dView commit details