Commit Graph

24328 Commits

Author SHA1 Message Date
Pieter-Jan Briers 42e7d82109
Update submodule 2020-05-31 00:44:43 +02:00
AJCM-git dca5c869d6
ups (#1051) 2020-05-31 00:31:15 +02:00
Pieter-Jan Briers 55376fb5b2
Examining does not click right-click menu. 2020-05-30 16:45:55 +02:00
Pieter-Jan Briers 51e53c43c9
Remove Rotatable component from vending machines. 2020-05-30 16:45:54 +02:00
Pieter-Jan Briers 53542a4d0c
Fix rotate CCW verb icon.
It was the CW one due to copy&paste.
2020-05-30 16:45:54 +02:00
ComicIronic fb8c05f27f Add draw depth constants to content 2020-05-30 13:26:13 +01:00
AJCM-git 9acc1f092d
New IDs (#987) 2020-05-30 13:44:21 +02:00
AJCM-git a12821bba5
Saltern airlocks (#1008)
* Guidelines, access, IDs resprite

* Import CEV-Eris maintenance doors

* more cleaning

* Restore the IDs so they dont (hopefully) appear in the log

* Airlocks and a little bit of organizing/cleanup

* fixing a mistake

* Remove excess line feeds in airlock_types.yml

* some enhancements

* formating IDs

* Applying feedback

* Fixing all (this time for real)

* deleting empty spaces in spawn_point

* Renaming the jobs and adding maint airlocks

* Placing the airlocks

* fix tiny fuckup

* Import cargo airlock from CEV-Eris

* Cargo airlocks

* Fixes sufficient access type. Renames airlocks to match the guidelines

* I give up

* I tried really hard, okay?

Co-authored-by: Hugo Laloge <hugo.laloge@gmail.com>
2020-05-30 13:43:13 +02:00
Daracke 24f28eea88
Double Quote additions in products.yml (#1029) 2020-05-29 23:59:24 +02:00
Pieter-Jan Briers f392a78c76
Make instruments prediction-safe. 2020-05-29 22:50:41 +02: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
Víctor Aguilera Puerto 7222b6d8e2 Opening MIDI file stops current MIDI file playback 2020-05-29 16:42:37 +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 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 7573eb7863
RangedWeaponSystem doesn't send updates on past prediction. 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
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 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
Hugal31 12b5f3ebc5
Import CEV-Eris maintenance doors (#982) 2020-05-28 01:05:47 +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
Clyybber a5725aec4c
Pass CollisionMask to the sound systems (#968) 2020-05-28 00:58:34 +02:00
Pieter-Jan Briers 388653a009
Update submodule 2020-05-28 00:42:00 +02:00
AJCM-git c22713fb24
Locked airlocks (#989)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
2020-05-27 23:14:01 +02:00
Víctor Aguilera Puerto 24bc06b253
Merge pull request #984 from SweptWasTaken/airlocks
* Speeds up Airlocks
* Merges Swept into the repo
2020-05-27 18:30:39 +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 4e1303caa3
Update submodule 2020-05-27 15:17:29 +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
Pieter-Jan Briers 0108126c43
Fix reporting of failed entity ID inside EntityTest 2020-05-25 19:40:10 +02:00
Pieter-Jan Briers 3d3d528509
Fix integration tests. 2020-05-25 19:39:51 +02:00
Pieter-Jan Briers 96ccab0e16
Move collision groups over to the new flags system. 2020-05-25 17:14:25 +02:00
Daniel Thompson b53446bed1
Adds cells to stunbatons (#972) 2020-05-25 15:02:59 +02:00
Pieter-Jan Briers 132fd57414
Replace Silver with Zumorica in CODEOWNERS 2020-05-25 14:51:17 +02:00
Tomeno 7d10c99070
Makes the cooldown graphic look cooler (#994) 2020-05-25 14:07:19 +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
Víctor Aguilera Puerto cb9ec58c15
Merge pull request #1000 from FL-OZ/fix_a_massive_amount_of_fuckups
Fix like, all the vending machines because no one proofreads YAML.
2020-05-25 11:05:40 +02:00
Víctor Aguilera Puerto 31df8f1b26
Merge pull request #999 from FL-OZ/BANJOS
Add Banjo instrument, ya'll
2020-05-25 10:40:24 +02:00
FL-OZ 320f37be43 Fix like, all the vending machines because no one proofreads YAML. 2020-05-25 00:49:26 -05:00
FL-OZ 5316d599b6 Add Banjo instrument, ya'll 2020-05-24 23:56:04 -05:00
Swept 08039c48e1 Updated 2020-05-24 21:07:41 -07:00
Víctor Aguilera Puerto afe5aa3ece
Merge pull request #993 from ComicIronic/add_collision_group_tag
Mark CollisionGroup as flag names for engine collision masks
2020-05-25 02:24:15 +02:00
zumorica 0c4527197b Update submodule. Fixes #995 2020-05-25 02:13:04 +02:00