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
|
718b37fb2c
|
Fixes ServerPortalComponent spamming exceptions and crashing server if spawned manually.
Also makes the prototype abstract because it doesn't work straight up.
|
2020-05-28 20:09:14 +02:00 |
|
Pieter-Jan Briers
|
94917a63a6
|
Fix compiler warnings
|
2020-05-28 17:44:51 +02:00 |
|
Pieter-Jan Briers
|
785ecacb32
|
Remove file delay system.
It didn't work and was replaced by just spamming mouse updates.
It caused guns to fire twice on accident.
|
2020-05-28 17:44:51 +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
|
0171c3bd93
|
Fix rifles making sound on spawn (#1021)
|
2020-05-28 13:02:06 +02:00 |
|
boiled-water-tsar
|
0e2f4fda31
|
Disallow welding of open lockers (#1011)
Co-authored-by: boiled water <hex0ffender@protonmail.com>
|
2020-05-28 12:31:16 +02:00 |
|
Leo
|
312ec5760c
|
Adds ISuicideAct and support for Held Item and Environmental suicides (#1010)
|
2020-05-28 01:05:12 +02:00 |
|
ComicIronic
|
a77c1125ce
|
Fix laser collision logic wrt transparent entities (#1018)
|
2020-05-28 00:59:45 +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 |
|
Pieter-Jan Briers
|
6a4ccebd48
|
You can now hide small items in potted plants.
|
2020-05-27 15:17:29 +02:00 |
|
Víctor Aguilera Puerto
|
e5fb384edd
|
Make EmitSoundOnUseComponent use the AudioSystem directly instead of SoundComponent
|
2020-05-27 11:33:16 +02:00 |
|
Víctor Aguilera Puerto
|
8a81f54a45
|
Makes InRangeUnobstructed use MapCoordinates. Fixes #1003
(Also updates Submoduke)
|
2020-05-26 14:23:25 +02:00 |
|
Daniel Thompson
|
b53446bed1
|
Adds cells to stunbatons (#972)
|
2020-05-25 15:02:59 +02:00 |
|
Pieter-Jan Briers
|
8794381697
|
Secure lockers & locker welding.
|
2020-05-25 13:58:56 +02:00 |
|
Pieter-Jan Briers
|
1cd6edb1a2
|
Remove NoDoor and locking from the base locker component.
|
2020-05-25 01:03:44 +02:00 |
|
Alex Evgrashin
|
fdda48ca56
|
Fuel and water tanks fixes #967, #868 (#992)
|
2020-05-25 00:29:09 +02:00 |
|
Pieter-Jan Briers
|
d2a38bdb00
|
Fix integration tests.
|
2020-05-24 22:15:33 +02:00 |
|
Pieter-Jan Briers
|
26e07a627b
|
Fix DestructibleComponent sounds not playing.
|
2020-05-24 22:15:33 +02:00 |
|
Swept
|
8860ca6e2c
|
Crowbar, Wrench, Welder inhand (#990)
|
2020-05-24 21:44:22 +02:00 |
|
Swept
|
67143b1371
|
Toolboxes Update (#985)
|
2020-05-24 18:56:19 +02:00 |
|
Pieter-Jan Briers
|
08c165c703
|
Adds warp points to make moving around the map for testing easier.
|
2020-05-24 14:32:22 +02:00 |
|
zumorica
|
3cf2948f82
|
Fix remnants of IAfterAttack
|
2020-05-24 13:47:13 +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
|
ad10a59a8b
|
Fix bad prob value.
|
2020-05-24 01:40:39 +02:00 |
|
Pieter-Jan Briers
|
bd92bdfbf8
|
Improve equip fail messages.
Message when trying to equip regular items to slots.
Mention ID slot specifically.
|
2020-05-23 22:57:25 +02:00 |
|
Pieter-Jan Briers
|
54b3783b03
|
Use mouse-focused popup for equip failure message.
|
2020-05-23 22:52:17 +02:00 |
|
Pieter-Jan Briers
|
82b7a09880
|
Fix exceptions from deleting pilot chair with player in it.
|
2020-05-23 22:51:41 +02:00 |
|
zumorica
|
934e69d6e3
|
Merge branch 'master' into 2020-04-28-tool-component
# Conflicts:
# Content.Server/GameObjects/Components/AnchorableComponent.cs
# Content.Server/GameObjects/Components/Construction/ConstructionComponent.cs
# Content.Server/GameObjects/Components/Doors/AirlockComponent.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
|
2020-05-23 18:00:28 +02:00 |
|
Pieter-Jan Briers
|
3847b5260b
|
Fix exception if you attack and hit nothing.
|
2020-05-23 17:47:32 +02:00 |
|
Hugal31
|
6c2ad53b68
|
Add error popup message on equip failure (#955)
|
2020-05-23 17:27:57 +02:00 |
|
Clyybber
|
1ad9a10050
|
Fix #274 (#927)
|
2020-05-23 17:23:25 +02:00 |
|
zumorica
|
154ff47446
|
Add a few useful popups to welders.
|
2020-05-23 14:26:41 +02:00 |
|
zumorica
|
eb3660b9cb
|
Use DataField for tool quality enum
|
2020-05-23 14:20:26 +02:00 |
|
Pieter-Jan Briers
|
ae344888d8
|
Fix bullets slowing down.
This one was pretty hilarious I gotta admit.
|
2020-05-23 13:07:46 +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
|
1cb1bd5a8f
|
Randomize wirecutter and screwdriver colors.
|
2020-05-23 02:14:11 +02:00 |
|
Pieter-Jan Briers
|
18ce80a43c
|
Merge physics rewrite
|
2020-05-23 01:26:43 +02:00 |
|
FL-OZ
|
613e1619fa
|
satiates abrahams hunger for microwave fixes
|
2020-05-22 17:22:42 -05:00 |
|
FL-OZ
|
1e183ca5a8
|
GLOBAL SLUUUUURRRRP
|
2020-05-22 16:23:18 -05:00 |
|
zumorica
|
6daa1bcf27
|
Only play tool sound if the use goes through
|
2020-05-22 21:24:59 +02:00 |
|
Pieter-Jan Briers
|
126c5942a4
|
Merge branches '2020-05-18-midi' and '20-05-22-midi-update'
|
2020-05-22 18:02:24 +02:00 |
|
Pieter-Jan Briers
|
931c0a01ac
|
Emergency closets are now filled automatically.
Mostly.
|
2020-05-22 17:49:07 +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
|
da128f13c4
|
End playing song when mob can't interact or player disconnects
|
2020-05-22 11:13:34 +02:00 |
|
20kdc
|
0cfd2f3bb2
|
Solar Panels (#936)
|
2020-05-21 21:08:03 +02:00 |
|