DrSmugleaf
ae5f971fc3
Add cooldown to window knocking ( #3224 )
2021-02-16 12:56:46 +11:00
mirrorcult
f9429da269
break pulls when objects are anchored ( #3248 )
...
Co-authored-by: cyclowns <cyclowns@protonmail.ch >
2021-02-16 12:53:35 +11:00
DrSmugleaf
17a224ad2c
Fix being able to teleport with the ghost warp menu while alive ( #3246 )
2021-02-16 01:55:09 +01:00
DrSmugleaf
3703ae134b
Fix being able to remotely give drinks to your fellow man ( #3223 )
2021-02-16 11:46:14 +11:00
tmtmtl30
37eaa510e0
Fixes airlock autoclose, adds a sanity check to welding doors shut. ( #3211 )
...
* removes unused door var, sanity checks welding
* Fixes doors failing to autoclose.
2021-02-15 13:01:26 +01:00
Vera Aguilera Puerto
ff68d30a8e
Fix WeekdayInMonth holiday shouldCelebrate not checking for current month
2021-02-14 21:47:21 +01:00
DrSmugleaf
ab56f7dc92
Add banning to the admin panel ( #3191 )
...
* Add banning to the admin panel
* Added response to ban command
2021-02-14 16:05:02 +01:00
Leo
a3d0e3f6a7
OOC sent by an admin will have a different color ( #3117 )
...
* Admin OOC is sent with a different color than regular OOC
- Also adds the OOC color to the database
* Command to set the color
* Ooc -> OOC
* Change default color to Red (`#ff0000`)
* Outdated namespace
2021-02-14 15:59:56 +01:00
DrSmugleaf
54f48aa6a9
Add being able to breathe healing asphyxiation damage ( #3194 )
...
* Add healing suffocation damage when breathing
* Fix suffocation doing airloss instead of asphyxiation
2021-02-14 15:42:51 +01:00
Leo
ad611755dc
Fix outfit command not respecting preferences and not filling id's name ( #3198 )
2021-02-14 15:39:53 +01:00
DrSmugleaf
a8e9bf0488
Add game preset attribute, unhardcode game presets ( #3166 )
...
* Add game preset attribute, unhardcode game presets
* Add game preset attribute doc
* Add preset attribute to extended
* Remove try methods from playerdata
2021-02-14 15:39:24 +01:00
tmtmtl30
137b99a543
wire panel now opens when a wire tool is used ( #3200 )
2021-02-14 15:38:41 +01:00
Vera Aguilera Puerto
10bfc087e7
GhostRoleMobSpawner can make entities sentient when spawning them.
2021-02-14 15:31:04 +01:00
DrSmugleaf
fd2fa123dd
Fix buckle cooldown not being serialized properly ( #3193 )
2021-02-13 17:57:02 +01:00
Alex Evgrashin
18584d77fd
Fixes glass priority ( #3183 )
2021-02-13 17:52:00 +01:00
DrSmugleaf
f4978d1b9e
Add pardon command and tests ( #3190 )
...
* Add pardon command
* Make pardoning check for an existing ban and unban first
* Add pardon test and documentation
2021-02-13 17:51:54 +01:00
Pieter-Jan Briers
f7dca21c03
Fix MoMMILink exceptions.
2021-02-13 13:15:07 +01:00
tmtmtl30
258fdc10ea
Airlock / firelock code refactor, pseudo-prediction implementation ( #3037 )
...
* splits off airlocks, firelocks
* adds airlock prediction. anims broken though
* fixes animation weirdness
* removes opacity prediction because it looked odd
* Now firelocks don't visually start open. Argh.
* Fixes firelock weirdness, saneifies _state var.
* Documentation changes, code shuffle.
* Lets firelocks crush people.
* Stops open-hand opening/closing firelocks.
* updates serializable, netserializable attributes
* Addresses reviews... hopefully.
* updates submodule?
* nullability
* fuck fuck fuck fuck
* fucking finally
2021-02-12 16:02:14 +01:00
Vera Aguilera Puerto
6f20d00264
Add missing Dirty call in StunnableComponent
2021-02-12 13:04:52 +01:00
DrSmugleaf
9f5fca2334
Add banlist command ( #3163 )
...
* Add banlist command
* Fix up args
2021-02-12 13:04:32 +01:00
DrSmugleaf
6eb0dd4f50
Remove redundant TryGetComponent call in buckle initialize ( #3164 )
2021-02-12 13:04:19 +01:00
Vera Aguilera Puerto
86507791c0
Fix build, again.
2021-02-12 11:47:14 +01:00
Vera Aguilera Puerto
dde6d687c9
Fix build
2021-02-12 11:46:56 +01:00
Vera Aguilera Puerto
2b10ee6b8f
Add cooldown to melee weapons on pickup/selected
...
Fixes #3149
Fixes kitchen knives not having ItemCooldown component.
2021-02-12 11:27:45 +01:00
20kdc
cc8458f23c
Add "fixrotations" command to fix rotations of walls/windows/low walls ( #3069 )
...
* Add "fixrotations" command to fix rotations of walls/windows/low walls
* fixrotations: Migrate command to new command structure
2021-02-12 21:13:32 +11:00
Vera Aguilera Puerto
d65f79310d
Fix RCD creating walls with wrong rotation
...
Fixes #3154
2021-02-12 10:59:06 +01:00
Vera Aguilera Puerto
4678e44edc
Fix warnings
2021-02-12 10:53:02 +01:00
Vera Aguilera Puerto
9ee0ec4106
Holiday System ( #3122 )
2021-02-12 10:45:22 +01:00
tmtmtl30
857c65d968
ABSURDLY important footstep change ( #3147 )
...
* +1 db
* -.25db, different volume walking vs. running
2021-02-12 20:31:19 +11:00
Vera Aguilera Puerto
4c419f85ce
Ghost Roles ( #3106 )
...
* Add files for Ghost Roles.
* Work on Ghost Roles
* Improvements
* GHOST ROLES IS DONE
* mmm yes
* auto-update when setting rolename/roledescription
* well
* command graceful error
* Makes UI have a scrollbar when it has too many entries
* fix command fuckup
* Apply suggestions from code review
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
2021-02-12 14:35:56 +11:00
metalgearsloth
3923733113
Gas leak event ( #3097 )
...
* Gas leak event
* 5% spark chance
* HotspotExpose
Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com >
2021-02-12 14:28:51 +11:00
Vera Aguilera Puerto
eaad5cb16d
Adds extended gamemode preset
2021-02-12 03:02:20 +01:00
Acruid
ca4fd649fe
Massive Namespace Cleanup ( #3120 )
...
* Engine namespace changes.
* Automated remove redundant using statements.
* Simplified Graphics namespace.
* Apparently the container system stores full type names in the map file.😞 This updates those names.
* API Changes to LocalizationManager.LoadCulture.
* Update submodule to v0.3.2
2021-02-11 01:13:03 -08:00
DrSmugleaf
ef8b833c96
Fix device network connection infinite recursion ( #3121 )
2021-02-10 21:48:14 +01:00
DrSmugleaf
96e5e34084
Make DoAfters use DamageChangedMessage instead of an event ( #3115 )
2021-02-10 12:36:05 +11:00
DrSmugleaf
7a069a4a0f
Change AddAccent command to be case insensitive ( #3112 )
2021-02-09 20:21:29 +01:00
Vera Aguilera Puerto
9b9fbfdcfe
Replace BreakableConstructionComponent with a destructible threshold behavior ( #3111 )
...
* Replace BreakableConstructionComponent with ChangeConstructionNodeBehavior
* Fix ordering of behaviors in MachineFrame
2021-02-09 20:08:06 +01:00
DrSmugleaf
1ca254c418
Fix ChangeConstructionNodeBehavior.Execute not being async
2021-02-09 20:07:09 +01:00
DrSmugleaf
33b5099efc
Replace BreakableConstructionComponent with ChangeConstructionNodeBehavior
2021-02-09 19:59:52 +01:00
Vera Aguilera Puerto
9b1142973e
Renames phoron to plasma everywhere in the codebase and replaces sprites. ( #3110 )
2021-02-09 19:05:19 +01:00
DrSmugleaf
2d06990ee3
Remove breakable component ( #3109 )
2021-02-09 14:55:54 +01:00
DrSmugleaf
15f05b565a
Add composite destructible thresholds ( #3102 )
...
* Add composite destructible thresholds
* Reorder yaml properties
* Update YAML
* Fix YAML
* Re-fix YAML
* Add missing nullable enable
* Go back window component is explosive
* rider
2021-02-09 22:57:21 +11:00
Pieter-Jan Briers
c4fe0c904c
Merge branch 'master' into expl_int_analyzer
2021-02-08 22:46:28 +01:00
DrSmugleaf
c479903538
Update RobustToolbox
2021-02-07 14:56:08 +01:00
Vera Aguilera Puerto
834bcda840
Make VisitingMind's Mind readable by VV
2021-02-07 13:52:34 +01:00
DrSmugleaf
f63a89f816
Add warning when using the mapping command in debug mode ( #3095 )
2021-02-07 16:36:34 +11:00
Alex Evgrashin
59e72697cb
Buildable wall light ( #2644 )
...
* Added empty light
* Can build light fixture
* Can construct and deconstruct small light
* You can build bulbs only on walls
* Playing with placement conditions
* Refactored code a bit
* Added check for north direction and snapping
* Fixed all small light sprites (wrong directions order)
* Fixed weird problem with bulb lights
* Fixed rotation on all stations
* Fixed map again
* Much better placement mode
* Deleted shared wall component and moved all logic to raycasts
* Missing bracket
* Better texture
* Moved wallmount condition to tags
* Removed station station
* Added suffix and fixed on map init bug
2021-02-07 00:05:53 +01:00
DrSmugleaf
9db47249cd
Fix being able to spill closed drink cans ( #3100 )
2021-02-07 00:31:44 +11:00
DrSmugleaf
8ec4f1fb3d
Fix missing ignored components on the client ( #3101 )
2021-02-06 13:55:36 +01:00
Vera Aguilera Puerto
b3810922f3
Fix spawned computers not adding the needed container to the ConstructionComponent
...
Fixes #3091
2021-02-05 22:45:18 +01:00