Pieter-Jan Briers
0f43e5e6ad
Access refactor
...
Access is now done through a list of access lists, instead of the necessary/sufficient system that was extremely confusing.
Added a "deny" list so you can screw over sec.
Cleaned the API up so it all uses sets and such.
PDA now relays access read-only to fix edge cases.
2020-06-03 11:46:59 +02:00
Tyler Young
2eb715a9ca
Fix up midi stuff, support mild black midis ( #1056 )
2020-06-02 20:42:23 +02:00
20kdc
a09131e817
Solar panels occlusion and tracking ( #961 )
2020-06-02 13:32:18 +02:00
Hugal31
d68d71807d
Draw ghosts at the ghost layer ( #1045 )
...
* Draw ghosts at the ghost layer
* Add ghosts draw depth
2020-05-31 19:46:50 +02:00
FL-OZ
53900b79e9
Rename SoundComponent and refactor its wrong usages. ( #1036 )
...
* Rename `SoundComponent` and refactor its wrong usages.
* Replace verbose IoC grabs with EntitySysetm.Get
* unused depend
Co-authored-by: FL-OZ <anotherscuffed@gmail.com >
Co-authored-by: Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com >
2020-05-31 19:40:36 +02:00
ComicIronic
fb8c05f27f
Add draw depth constants to content
2020-05-30 13:26:13 +01:00
FL-OZ
aa26bdfcae
Rework Drink/Food/FoodContainer entirely ( #1009 )
...
Co-authored-by: FL-OZ <anotherscuffed@gmail.com >
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com >
2020-05-29 22:50:23 +02:00
FL-OZ
5b36a0d704
Sweeping changes/improvements to the microwave. ( #997 )
...
Co-authored-by: FL-OZ <anotherscuffed@gmail.com >
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com >
2020-05-28 22:28:35 +02:00
Pieter-Jan Briers
836953370d
Remove unused IoC resolve from SharedCombatModeComponent.cs
2020-05-28 22:08:01 +02:00
Pieter-Jan Briers
94917a63a6
Fix compiler warnings
2020-05-28 17:44:51 +02:00
Tomeno
1fc20a4e14
Uses raytrace to clamp drop distance ( #1017 )
...
Co-authored-by: Tomeno <tomeno@lulzsec.co.uk >
2020-05-28 13:23:50 +02:00
FL-OZ
4c20a504a5
Add basic PDA/Syndicate Uplink. ( #942 )
...
Co-authored-by: FL-OZ <anotherscuffed@gmail.com >
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com >
2020-05-28 13:22:47 +02:00
Hugal31
ab6bc42a4a
Begin to use text macros ( #914 )
2020-05-28 00:58:57 +02:00
Pieter-Jan Briers
195c16d800
Wire hacking is now fancy.
...
1. new UI
2. wires are correctly randomized.
3. wires layouts
are shared across machines in the same round.
2020-05-27 15:24:07 +02:00
Víctor Aguilera Puerto
8a81f54a45
Makes InRangeUnobstructed use MapCoordinates. Fixes #1003
...
(Also updates Submoduke)
2020-05-26 14:23:25 +02:00
Pieter-Jan Briers
96ccab0e16
Move collision groups over to the new flags system.
2020-05-25 17:14:25 +02:00
Pieter-Jan Briers
29f21dfe58
Throwing improvements ( #969 )
2020-05-25 14:04:58 +02:00
Pieter-Jan Briers
8794381697
Secure lockers & locker welding.
2020-05-25 13:58:56 +02:00
ComicIronic
08250621e4
Add flag serialization marker to CollisionGroup for engine bitmasks
2020-05-25 00:17:08 +01:00
Swept
67143b1371
Toolboxes Update ( #985 )
2020-05-24 18:56:19 +02:00
Víctor Aguilera Puerto
1c00bf2855
Merge pull request #865 from Zumorica/2020-04-28-tool-component
...
Tool refactor, multi tools
2020-05-24 13:42:02 +02:00
Pieter-Jan Briers
31263f8597
Fixes ghosts being affected by gravity.
...
Fixes #980
2020-05-24 11:40:49 +02:00
Pieter-Jan Briers
36b5326a37
Allow server to send cursor-located popup messages.
2020-05-23 18:45:47 +02:00
zumorica
3029e31e4a
Merge branch 'master' into 2020-04-28-tool-component
...
# Conflicts:
# Content.Server/GameObjects/Components/AnchorableComponent.cs
# Content.Server/GameObjects/Components/Gravity/GravityGeneratorComponent.cs
# Content.Server/GameObjects/Components/Interactable/Tools/CrowbarComponent.cs
# Content.Server/GameObjects/Components/Power/PowerTransferComponent.cs
# Content.Server/GameObjects/Components/WiresComponent.cs
# Content.Server/GameObjects/EntitySystems/Click/InteractionSystem.cs
# Resources/Prototypes/Entities/Items/tools.yml
2020-05-23 12:02:34 +02:00
chairbender
6a4d78cfac
Add interaction checks to all interactions ( #923 )
2020-05-23 11:27:31 +02:00
Pieter-Jan Briers
cad59d2cb4
Fancy Verb Menu & Verb API Refactor ( #928 )
2020-05-23 03:09:44 +02:00
Pieter-Jan Briers
18ce80a43c
Merge physics rewrite
2020-05-23 01:26:43 +02:00
zumorica
d2d6c2cecd
Merge branch 'master' into 2020-04-28-tool-component
...
# Conflicts:
# SpaceStation14.sln.DotSettings
2020-05-22 11:31:18 +02:00
zumorica
cb391ec3d8
Merge branch 'master' into 2020-05-18-midi
2020-05-21 19:50:09 +02:00
Víctor Aguilera Puerto
b270c69512
Merge pull request #911 from Zumorica/2020-05-13-stuns
...
Adds StunnableComponent, Stunbaton...
2020-05-21 19:48:19 +02:00
zumorica
d3102dbf96
Remove server-side RefreshInHands, refresh them on component state update
2020-05-21 19:44:49 +02:00
zumorica
78aa4fb872
Use Sequencer, improve MIDI a lot
2020-05-21 15:20:37 +02:00
zumorica
731ab22568
Better timing
2020-05-20 17:13:49 +02:00
zumorica
400a71f8a1
More refactors
2020-05-20 15:15:17 +02:00
zumorica
fede057bc4
Bunch of refactoring
2020-05-20 15:14:52 +02:00
zumorica
ea255b22c4
Attempt at queueing midi messages
2020-05-20 12:27:41 +02:00
Víctor Aguilera Puerto
312e8f17a5
Merge branch 'master' into 2020-04-28-tool-component
2020-05-19 14:19:45 +02:00
zumorica
06d2cc74ed
Refactor a bunch of stuff.
2020-05-19 14:17:48 +02:00
zumorica
b5cf3cf2da
Adds stun status effect
2020-05-14 17:44:09 +02:00
zumorica
a22c1cb196
Whoops.
2020-05-14 16:09:44 +02:00
zumorica
4fd4b4f6f3
Add method to AudioHelpers to get a random file from a sound collection
2020-05-14 16:05:36 +02:00
zumorica
2132ff41d4
In-hands are now refreshed when the prefix is changed
2020-05-14 15:44:05 +02:00
GlassEclipse
27d27f2b59
Body System Part 1 POGGERS!!! ( #855 )
2020-05-13 21:48:49 +02:00
zumorica
f968128af7
StandingStateHelper, StunSystem
2020-05-13 19:04:50 +02:00
Pieter-Jan Briers
c9ce38a6a7
Merge pull request #892 from FL-OZ/microwave_hot_fix
2020-05-13 02:10:56 +02:00
zumorica
b1db8d1e7a
Add WelderComponent back
2020-05-11 15:26:07 +02:00
zumorica
6ae5e36a18
Merge branch 'master' into 2020-04-28-tool-component
2020-05-11 12:24:43 +02:00
FL-OZ
28c50261ac
Fix a null reference exception (InteractionSystem) that crashed the hell out of the client.
2020-05-10 01:47:26 -05:00
FL-OZ
40ad366636
Various hotfixes and touchups to the microwave.
...
- Stop a debug assertion from TryGetComponent on a deleted entity.
- Add a dark overlay for when microwave is busy to UI.
2020-05-06 17:45:45 -05:00
Pieter-Jan Briers
fe23fdb620
Merge branch 'master' into kitchen
2020-05-05 11:35:20 +02:00