Commit Graph

10029 Commits

Author SHA1 Message Date
Morbo
1f46978f7d Fix typo in suspicion mode (#7390) 2022-04-02 16:37:54 +02:00
Emisse
513ba9a218 Moose Update 1.5 QOL update (#7387) 2022-04-02 15:05:18 +11:00
Leon Friedrich
39c4d8be1f Move Anchorable to shared. (#7361)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2022-04-02 14:52:44 +11:00
Leon Friedrich
2884de06b6 Fix directional window blocking (#7270) 2022-04-02 14:11:16 +11:00
mirrorcult
8eee60da3a Another chat system sanitization fix (#7384) 2022-04-02 14:09:54 +11:00
Emisse
f3dd284ee5 Marathon (#7386) 2022-04-02 14:09:14 +11:00
Leon Friedrich
971eb5b87e Fix magboot mispredict (#7385) 2022-04-02 14:08:39 +11:00
Paul
37ccf590d6 submodule update 2022-04-02 01:28:52 +02:00
PJBot
d7ab7abeef Automatic changelog update 2022-04-01 08:17:14 -04:00
Leon Friedrich
55079a88b2 Submodule Update (#7379) 2022-04-01 23:16:11 +11:00
mirrorcult
634cf59527 Fix incorrectly ported emote sanitization (#7370) 2022-04-01 18:08:26 +11:00
PJBot
3005777ef9 Automatic changelog update 2022-03-31 22:40:30 -04:00
Leon Friedrich
56168e592e Explosion refactor (#5230)
* Explosions

* fix yaml typo

and prevent silly UI inputs

* oop

* Use modified contains() checks

And remove IEnumerable

* Buff nuke, nerf meteors

* optimize the entity lookup stuff a bit

* fix tile (0,0) error

forgot to do an initial Enumerator.MoveNext(), so the first tile was always the "null" tile.

* remove celebration

* byte -> int

* remove diag edge tile dict

* fix one bug

but there is another

* fix the other bug

turns out dividing a ushort leads to rounding errors.  Why TF is the grid tile size even a ushort in the first place.

* improve edge map

* fix minor bug

If the initial-explosion tile had an airtight entity on it, the tile was processed twice.

* some reviews (transform queries, eye.mapid, and tilesizes in overlays)

* Apply suggestions from code review

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>

* is map paused

* GetAllTiles ignores space by default

* WriteLine -> WriteError

* First -> FirstOrDefault()

* default prototype const string

* entity query

* misc review changes

* grid edge max distance

* fix fire texture defn

bad use of type serializer and ioc-resolves

* Remove ExplosionLaunched

And allow nukes to throw items towards the outer part of an explosion

* no hot-reload disclaimer

* replace prototype id string with int index

* optimise damage a tiiiiny bit.

* entity queries

* comments

* misc mirror comments

* cvars

* admin logs

* move intensity-per-state to prototype

* update tile event to ECS event

* git mv

* Tweak rpg & minibomb

also fix merge bug

* you don't exist anymore go away

* Fix build

Co-authored-by: moonheart08 <moonheart08@users.noreply.github.com>
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2022-03-31 21:39:26 -05:00
PJBot
9a91536353 Automatic changelog update 2022-03-31 22:07:13 -04:00
TimrodDX
415732715f Adds emergency lighting to Delta, also fixes some missing lights (#7372) 2022-03-31 21:06:09 -05:00
Emisse
f4396f1ef3 Bagel Update 12 (#7373) 2022-03-31 21:04:20 -05:00
Emisse
749c7c8f8b Add files via upload (#7374) 2022-03-31 21:04:03 -05:00
Emisse
1270d9b0d1 Marathon hotfix 1 (#7371) 2022-03-31 19:16:16 -05:00
metalgearsloth
85e11aecae Update submodule
Based on how it went last time I'm pushing to master.
2022-04-01 10:11:43 +11:00
Moony
f8c7e8c130 moony is cringe more at 11 2022-03-31 14:15:22 -05:00
PJBot
de05ce3da9 Automatic changelog update 2022-03-31 15:14:19 -04:00
Moony
16c5ccd930 Fix changelog to include marathon (#7366) 2022-03-31 14:13:16 -05:00
PJBot
6ee5e3fd17 Automatic changelog update 2022-03-31 15:09:58 -04:00
Peptide90
6f71e05389 Splitstation (#7127)
* splitstation 1.0

* some fixes

* Splitstation - some rwalls and extinguishers

* last minute pipe additions

* grid fixes

* Decal pass and some minor decorating and additions

* splitstation 1.0

* some fixes

* Splitstation - some rwalls and extinguishers

* last minute pipe additions

* grid fixes

* Decal pass and some minor decorating and additions

* lots of changes courtesy of Emisse for feedback

* added basketball court and misc maint changes

* Revert "added basketball court and misc maint changes"

This reverts commit 05e7b91a511fd99509695452bc3ee27572b49b3c.

* Replaced SM with singulo and AI sat. Lots of other changes

* pipe colors updated
2022-03-31 14:08:54 -05:00
Emisse
f1f24ca8ae Marathon Station (#7364)
* Add files via upload

* Add files via upload

* Update Resources/Prototypes/Maps/marathon.yml

Co-authored-by: Moony <moonheart08@users.noreply.github.com>
2022-03-31 14:08:25 -05:00
PJBot
728f753338 Automatic changelog update 2022-03-31 03:09:33 -04:00
Leon Friedrich
4ad36f10e7 Fix two interaction prediction issues (#7356) 2022-03-31 18:08:30 +11:00
Leon Friedrich
dab0020d35 ECS configuration component (#7353) 2022-03-31 16:22:38 +11:00
mirrorcult
70f0fffed2 ChatManager murder (#7337) 2022-03-31 16:21:58 +11:00
Leon Friedrich
a11e8b676c Content changes for InContainer flag (#7003) 2022-03-31 13:28:36 +11:00
ElectroJr
07f5c10154 Update Submodule 2022-03-31 15:27:34 +13:00
Rane
848478a464 Remove all prob: 1 from yaml (#7348) 2022-03-31 11:49:28 +11:00
mirrorcult
452d67c0b8 Convert StorageSystem comp messages into network events (#7351) 2022-03-31 10:23:20 +11:00
Kai Shiba
5a35cecc50 Plague mask/suit (#7284)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2022-03-31 01:19:06 +11:00
mirrorcult
509aff8e07 3/4 tile decal overlays (#7335) 2022-03-31 00:42:57 +11:00
PJBot
fc94beb5d0 Automatic changelog update 2022-03-30 09:30:05 -04:00
Leon Friedrich
e90f7f4330 Give reaction prototypes a priority (nerf ClF3 + smoke) (#7268) 2022-03-31 00:29:01 +11:00
Vera Aguilera Puerto
5447edbabf Adds overload to InRangeUnoccluded that takes in a state for the predicate. (#7325) 2022-03-31 00:28:35 +11:00
metalgearsloth
85c3490990 Update submodule
Listen I was trying to do these in PRs until maintainer meeting but the tests work locally and github is having a moment.
2022-03-31 00:03:32 +11:00
Leon Friedrich
d992442c65 Changes for collision wake ECS (#7330) 2022-03-30 22:58:56 +11:00
Leon Friedrich
d55c9574c8 Fix sound-on-use spam (#7342) 2022-03-30 20:01:32 +11:00
Leon Friedrich
4bc73ac591 Make flashlights, atmos hardsuit, and RGB use the new layer features (#6253)
* Make flashlights, atmos hardsuit, and RGB use the new layer features

* avoid self-conflict

* fix rgb not updating on add

* cleanup

* Update Content.Client/Light/RgbLightControllerSystem.cs

Co-authored-by: mirrorcult <lunarautomaton6@gmail.com>

* cleanup diff

Co-authored-by: mirrorcult <lunarautomaton6@gmail.com>
2022-03-30 00:57:35 -05:00
ike709
5c7a1534db Makes ElectroJr a boomer (#7339) 2022-03-30 16:06:08 +11:00
PJBot
a2f36fd69f Automatic changelog update 2022-03-30 00:57:33 -04:00
Moony
fd894f49b8 Enable lizard. (#7340)
🆑 moony
- add: Reptillian, or Lizard, is now enabled by default as a playable species.
2022-03-29 23:56:30 -05:00
PJBot
6ead7edae8 Automatic changelog update 2022-03-29 22:58:01 -04:00
Leon Friedrich
13c5b7b140 PDA uplink visibility fix (#7332) 2022-03-30 13:56:58 +11:00
PJBot
a7d6837f9a Automatic changelog update 2022-03-29 22:56:18 -04:00
Leon Friedrich
217d4c3ca5 Fix cloth stacks not being extractable (#7331) 2022-03-30 13:55:14 +11:00
PJBot
02030cfa0e Automatic changelog update 2022-03-29 04:03:20 -04:00