Nemanja
7ec23e020d
Disease Stages But Epic ( #9043 )
...
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com >
2022-07-08 13:44:38 +10:00
Leon Friedrich
dc38cc6074
Content changes required for recursive deletion changes ( #9316 )
2022-07-07 11:30:02 -07:00
TekuNut
6eba481657
Separate jetpack movement speed modifier ( #9363 )
2022-07-07 11:29:25 -07:00
Kara
7e34124244
Emergency light goodies ( #9352 )
...
Co-authored-by: Jacob Tong <10494922+ShadowCommander@users.noreply.github.com >
2022-07-07 09:16:48 -07:00
Nemanja
52d2cc1de2
Prevent erroneous materials from being placed in lathes. ( #9454 )
...
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
2022-07-07 13:44:31 +10:00
Leon Friedrich
731e9cbd9f
Add deletion checks to verb execution ( #9507 )
2022-07-06 20:35:01 -07:00
Nemanja
3bedfb1cbf
Make explosive armor multiplicative and not additive ( #9498 )
2022-07-07 13:15:20 +10:00
Nemanja
6d9bc04487
Magboots ECS and Cleanup ( #9245 )
...
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
2022-07-06 21:46:35 +10:00
metalgearsloth
40eecdd78a
Stamina damage ( #9230 )
2022-07-06 18:06:12 +10:00
metalgearsloth
a2a5df1990
Damage masks ( #9402 )
2022-07-06 17:58:14 +10:00
Nemanja
836c0bb1c4
Zombie Mode [New Game Mode] ( #8501 )
...
Co-authored-by: Kara <lunarautomaton6@gmail.com >
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com >
2022-07-06 13:42:51 +10:00
themias
1014c7c335
Fix hunger/thirst 'Dead' thresholds ( #9453 )
2022-07-05 20:08:57 -07:00
wrexbe
f9589f82cc
Fix salvage gib attempt 2 ( #9444 )
2022-07-05 09:24:29 -07:00
wrexbe
4766638413
Fix salvage gibbing ( #9426 )
2022-07-05 08:03:36 -07:00
Kara
69871ef73a
Experimental nukie changes ( #9428 )
2022-07-04 23:49:19 -07:00
Vera Aguilera Puerto
aa9281d667
Refactors the AtmosphereSystem public-facing API to allow for multiple atmos backends. ( #8134 )
...
* Refactors the entirety of the AtmosphereSystem public-facing API to allow for multiple atmos backends.
* actually compiles
* Remove commented out code
* funny bracket
* Move archived moles, temperature from GasMixture to TileAtmosphere.
* WIP customizable map default mixture
still VERY buggy
* broken mess
aaaaaaaaaaaaa
* Fix lattice, etc not being considered space
* visualization for "IsSpace"
* help
* Update Content.Client/Atmos/Overlays/AtmosDebugOverlay.cs
Co-authored-by: Moony <moonheart08@users.noreply.github.com >
* Holy SHIT it compiles AGAIN
* Fix AtmosDeviceSystem crash at shutdown
* Fix immutable tiles on map blueprints not being fixed by fixgridatmos/revalidate.
* Use space instead of gasmixture immutable for heat capacity calculations
* Remove all LINDA-specific code from GasMixture, move it to TileAtmosphere/AtmosphereSystem instead.
* Fix roundstart tiles not processing
* Update Content.Server/Atmos/Commands/SetTemperatureCommand.cs
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
* Update Content.Server/Atmos/EntitySystems/AtmosphereSystem.API.cs
Changed Files tab is so large I can't commit both suggestions at once mfw
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
Co-authored-by: Moony <moonheart08@users.noreply.github.com >
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
2022-07-04 09:51:34 -05:00
keronshb
d65601f024
Blocking and Shields ( #8584 )
...
* Blocking
* Fixes Bodytype bug
* Blocking Damage Modifier
* Storing bodytype
* Consolidates Stop Blocking code
* Consolidates more methods
* Some cleanup, hitbox fix
* Shield Textures
* Passive blocking modifier check
* Localization, popups, and more cleanup
* Small cleanup
* Relay event
* Fixes a shutdown bug, adds specific containers and sets
* Popups and sounds
* Fixes typo
* Removes whitespace, adds comment
* Some requested changes
* Remove Shared
* Audio fix
* More changes
* More requested changes
* Properly remove on shutdown
* Adds riot shields to seclathes
* SecTech Riot shield
* Constant variable
* Relay transfer to user blocking system
* More destruction behavior
* Adds a shape field
* Riot shield cleanup
* More requested changes.
* Prevents blocking attempt where a user cannot be anchored
* Listen for anchor change
* Unused using cleanup
* More shields.
* Buckler
* Construction
* Linter fix
2022-07-04 16:31:12 +10:00
ike709
0b86e0e953
Event Music & Nuke Countdown Song ( #8597 )
...
Co-authored-by: ike709 <ike709@github.com >
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com >
2022-07-04 16:29:38 +10:00
metalgearsloth
da383cc029
Reduce shuttle transit time ( #9397 )
2022-07-04 15:14:04 +10:00
Kara
12d4828d65
Some footstep tweaks ( #9355 )
...
* Lower footstep volume slightly
* more tweaks
2022-07-02 14:48:38 -05:00
Kara
11d68e6b36
Feet update ( #9344 )
...
* Footstep sounds update
* adjustments I thought of
2022-07-02 04:54:39 -05:00
EmoGarbage404
a633fe7d5e
Add Different Styles for Instruments ( #9250 )
2022-07-02 10:08:56 +02:00
Rane
5d3b6aa8d6
Add tag to let entity not fire guns ( #9293 )
2022-07-01 20:16:22 -07:00
Moony
8e90bf46e9
Implements panic bunkering. ( #9315 )
...
* Implements panic bunkering.
Helps with raid management, esp with unknown accounts.
* adds an enable/disable command.
2022-07-01 22:46:37 +02:00
Kara
43b0f303c3
Lower shuttle time + recall turning point ( #9328 )
2022-07-01 13:40:36 -07:00
EmoGarbage404
a3c87f5d62
Update CargoShuttleComponent.cs ( #9333 )
2022-07-01 13:33:18 -07:00
Moony
efdc3bc7e0
Gimps the restart vote. ( #9327 )
...
* Disables the restart vote when admins are online.
* Gimps the restart vote so it requires 85% agreement.
* address rebiew
2022-07-01 02:52:20 -05:00
DrSmugleaf
2a59e1b7fd
Disable admin logs next button when there are no more logs ( #9277 )
2022-06-29 10:38:24 +02:00
DrSmugleaf
fedd63118c
Include text search in admin logs db query ( #9274 )
2022-06-29 09:53:58 +02:00
Morber
c3a164b906
Localize radio channel names ( #9256 )
...
* Add localized channel names
* Full names
2022-06-29 13:27:19 +10:00
Leon Friedrich
8df89bd055
Misc state handling changes ( #9265 )
...
* misc state handling changes
* ambient dirtying
2022-06-29 13:11:09 +10:00
Morber
7a14c6f331
Localize jobs ( #8968 )
...
* Localize job supervisors
* Rename supervisors file
* Localize job names
* Remove localization for fallback job name
* Use LocalizedName for Job
* Fix job names case
2022-06-28 22:55:05 +10:00
metalgearsloth
5dbb3220dd
ECS and bandaid research ( #9251 )
2022-06-28 22:54:08 +10:00
metalgearsloth
f0cc636c1d
Add door prying to xenos ( #8917 )
...
* Add door prying to xenos
* a
* c
2022-06-28 20:50:58 +10:00
metalgearsloth
4eccdc73ee
Bandaid awakebodies for tilefriction ( #9249 )
2022-06-28 14:43:00 +10:00
ike709
d770eb6a35
Forensics ( #8451 )
...
* Port forensics from nyanotrasen
* port updates
* printing
* Update Resources/Locale/en-US/forensics/forensics.ftl
Co-authored-by: Veritius <veritiusgaming@gmail.com >
* Update Content.Server/Forensics/Components/ForensicPadComponent.cs
Co-authored-by: Kara <lunarautomaton6@gmail.com >
* Update Content.Server/Forensics/Systems/ForensicPadSystem.cs
Co-authored-by: Kara <lunarautomaton6@gmail.com >
* Update Content.Server/Forensics/Systems/ForensicScannerSystem.cs
Co-authored-by: Kara <lunarautomaton6@gmail.com >
* partially address reviews
* comments
* redo the events
* handle it
* rewrite loc
* master fixes
Co-authored-by: ike709 <ike709@github.com >
Co-authored-by: Veritius <veritiusgaming@gmail.com >
Co-authored-by: Kara <lunarautomaton6@gmail.com >
2022-06-27 20:04:53 -05:00
keronshb
206513c31b
Thieving component and Thieving Gloves ( #9158 )
...
* Thieving component and gloves
* Fixes popup issue
* Forgot to add it for hands
* Adds a bool datafield
* Comments
* Requested changes
2022-06-27 19:14:51 -05:00
LittleBuilderJane
6325a10a43
Adds the Central Command outpost for Roundend and ERT to spawn at. ( #9146 )
...
* Adds Reach II
* Updated Reach II to work after refactor
* removing old map
* Adding the Central Command outpost
* Reachii isn't meant to be in here at all.
* updated possible error in .yml
* updating .yml
* Updated CentComm, fixed some issues like lighting.
* Imagine if we also docked at centcomm
* a
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com >
2022-06-27 23:11:39 +10:00
metalgearsloth
c3a208234a
Stun baton tweaks ( #9225 )
...
* Stun baton tweaks
* a
* sprotes
2022-06-27 17:51:38 +10:00
Leon Friedrich
86f70994bf
Network item slots ( #9199 )
2022-06-27 16:29:14 +10:00
Júlio César Ueti
a265cd8935
Hotfix for Body Bags ( #9155 )
...
* Oops
* Requested changes
* Renamed
* rename
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com >
2022-06-27 15:37:29 +10:00
metalgearsloth
e9d6156d0c
Fix the singularity ( #8890 )
...
* Revert "Fixes the singularity bouncing off the station. (#8452 )"
This reverts commit dc186f1e24 .
* Fix singulo
2022-06-27 15:22:44 +10:00
metalgearsloth
12e5cdacae
Disable emergency shuttles locally ( #9195 )
...
Can still re-enable via cvar but this is to make devving faster.
2022-06-27 15:19:40 +10:00
metalgearsloth
e72e060972
Don't load cargo shuttle by default ( #9194 )
...
* Don't load cargo shuttle by default
Realistically only I am going to care and it wastes a few seconds per test / debugging locally.
* Make it a general cvar instead
* a
2022-06-27 14:58:40 +10:00
Júlio César Ueti
2ae4e80732
Fixes jetpacks not shutting off on lack of fuel ( #9206 )
...
* Push
* tolerance and reduced moles
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com >
2022-06-27 14:36:20 +10:00
metalgearsloth
375a53ce60
Fix sloweddown stopping its own shutdown refresh ( #9214 )
2022-06-27 14:08:18 +10:00
metalgearsloth
521ed99766
Evac shuttle ( #8931 )
...
Co-authored-by: metalgearsloth <metalgearsloth@gmail.com >
2022-06-26 15:20:45 +10:00
Kara
5e8f3037c6
Override NetInterpRatio on full release ( #9093 )
2022-06-24 05:08:01 -07:00
metalgearsloth
79c1cef566
Jetpack fixes ( #9107 )
2022-06-24 19:45:53 +10:00
Rane
a1affccc84
Miasma improvements ( #9022 )
2022-06-24 01:20:52 -07:00