Commit Graph

3895 Commits

Author SHA1 Message Date
Visne
3e52da7820 Fix diona scream and add clap, snap, and laugh sounds (#13852) 2023-02-12 20:51:03 +00:00
Nemanja
c4a92fdfa3 Meat Anomaly Tweaks (#14026)
* Meat Anomaly Tweaks

* 50%
2023-02-12 20:17:54 +00:00
metalgearsloth
f96fc1be41 Ore veins (#14011)
* Ore veins

I dislike rocks just providing generic drops and this factors into mining more.

* fixes

* descriptions

* comment

* every flipping time
2023-02-12 12:40:57 +00:00
Nemanja
ea66b7806a predict itemcabinet (#14045) 2023-02-12 02:35:05 +00:00
metalgearsloth
37f432ca58 Procgen biomes (#13487)
* Planetmap tiles

Biomes etc etc

* a

* oop

* Chunk-based rendering

* funny

* Less allocations

* Fix overdraw

* Content tile edge support

Also updated grass to use it as a POC.

* Kindly revert

* Update for variant edges

* fixes

* Use fastnoise

* Remove redundant group

* a

* refactor a fair bit

* Prototype data instead

* tweaks

* a

* fix maths

* working

* a

* Slightly better empty support

* a

* flowers

* sounds

* lewd

* Networking

* more fixes

* better

* colours

* Some chunk loading

* Proper loading and unloading

* Better loading

* Fix parallax and movement sounds

* Anchoring support + decal setup

* Most of the way to load and unload

* Decal loading kinda werkin

* large trees

* started diffing

* a

* Variant support and deserts

* a

* snow

* agony, even

* working again

* todo

* a

* laba tiles

* aeiou

* a

# Conflicts:
#	Resources/Prototypes/Entities/Tiles/planet.yml
#	Resources/Prototypes/Tiles/planet.yml
#	Resources/Textures/Tiles/Planet/Lava/lava.rsi/meta.json

* laba

* Add lava

* Initial ignition

* triggers

* a

* a

* y

* Add basalt tiles

Did some unconventional things for the animation + rocks.

* fixies

* mergies

* promotion

* lava biome

* Lava planet start

* cleanup and more lava

* laba

* maccas

* biome stuf

* weh

* bongflicts

* aeaeae

* More fixes

* a

* these too
2023-02-12 02:15:09 +00:00
Slava0135
301956ef15 Add solar flare event (#13749)
* add solar flare event (only affects headsets)

* add popup

* cleaner impl using RadioReceiveAttemptEvent

* unused import

* handheld radio and intercom work again

* Revert "handheld radio and intercom work again"

This reverts commit 0032e3c0725a19a465daf1ff1d6b4942a5c14fbb.

* add radio source to Radio events

* intercoms and handheld radios work now

* use Elapsed instead of new field

* add configuration

* better not touch Elapsed

* the

* make popup bigger

* xml comments for configuration

* very minor refactoring

* default config is now in yaml

* lights can break

* use RobustRandom

* use file namespace

* use RuleStarted

* store config in field

* a

---------

Co-authored-by: AJCM <AJCM@tutanota.com>
2023-02-11 20:24:29 +00:00
TemporalOroboros
23f1dc4643 Resolves SingularityVisualizer is Obsolete (#13906)
* Split SingularityVisualizer into Component/System pair

* Server ignore SingularityVisualizer

* Update YAML

* Move to SingularityComponent
2023-02-11 11:41:16 +00:00
Alekshhh
00b2f2dcec Dame Dane Guy Outfit (#13787)
* dame dane outfit

* autodrobe and fixes

* further fixes

* final tweak

* more fix

* copyright is a funny thing

* Update Resources/Textures/Clothing/OuterClothing/Coats/damedanecoat.rsi/meta.json

* Update Resources/Textures/Clothing/Shoes/Misc/damedaneshoes.rsi/meta.json

* Update Resources/Textures/Clothing/Uniforms/Jumpsuit/damedaneoutfit.rsi/meta.json

---------

Co-authored-by: AJCM-git <60196617+AJCM-git@users.noreply.github.com>
2023-02-11 03:13:49 +00:00
ChilbroBaggins
d6ce912850 Fix medical doctor's wall locker fill (#13815)
* Fix medical doctor's wall locker fill

* Add new wall locker for MD's gear

* Change case

* Condense inheritance

* a

---------

Co-authored-by: Jeff <velcroboy333@hotmail.com>
Co-authored-by: AJCM <AJCM@tutanota.com>
2023-02-11 03:13:10 +00:00
potato1234x
fa28b91880 Missing Virology Bags (#13750)
Adds virology duffelbag and satchel
2023-02-11 01:52:29 +00:00
Whisper
7225de297b Carps no longer slide on the floor (#13770) 2023-02-11 01:39:08 +00:00
Chief-Engineer
95e35b94b5 Improve explosion logs (#13351)
* add types to explosion logs

* make explosions logged by default

* add cause parameter to IThresholdBehavior

* add cause to ExplodeBehaviors

* add cause to power cell explosions

* remove useless log

* add triggerer to triggers

* add logs for damage from explosions

* sneaky power cell update
2023-02-10 23:45:38 +00:00
TemporalOroboros
57275d97d3 Resolves RollerbedVisualizer is Obsolete (#13915)
* Split RollerbedVisualizer into Component/System pair

* Server ignore RollerbedVisualizer

* Update YAML

* GenericVisualizer

* Switch to unfolded layer

* Use visibility
2023-02-10 22:05:22 +00:00
nikthechampiongr
d01fd62b2f Legal closets have Judge Robes (#14023) 2023-02-10 19:32:17 +00:00
Emisse
129523bea0 Fland (#14015)
* Fland Installation

* Fland Proto

* alphabetized pool prototype

* Fland proto for real lol

* bug fix a scrubber and vent

* lawyer and atmo tech spawns lol
2023-02-10 11:54:01 +00:00
BismarckShuffle
8e80bbac74 Radio controls guidebook entry (#13990)
* Added radio guidebook entry with channel designators

* Radio guidebook update

* Update Resources/Server Info/Guidebook/Controls/Radio.xml

Oh yeah, I definitely can see where a change to the radio_channels.yml would cause a desync here. I will need to look into how to link the xml to Resources\Prototypes\radio_channels.yml

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

* Delete .gitignore

Woops, how'd that get in there?

* Revert "Delete .gitignore"

This reverts commit 54a92b65b4cbbb39e6d162ab02cbe875ca5210d5.

* Update .gitignore

* Update .gitignore

* Update Controls.xml

* Update Controls.xml

* Less hard coded hotkey information

* Cleaned up old text

* Update .gitignore

* Update Radio.xml

---------

Co-authored-by: Kara <lunarautomaton6@gmail.com>
2023-02-09 16:14:44 +00:00
deltanedas
a833864e91 fix wallmount board cheesing (fix #13994) (#13996)
Co-authored-by: deltanedas <user@zenith>
2023-02-09 16:14:23 +00:00
Nemanja
f868ba14bf Make APEs lightweight (#13991) 2023-02-07 18:10:27 -08:00
Nemanja
80b42c9c5a Printable T3 machine parts (#13817) 2023-02-07 20:39:07 -04:00
TemporalOroboros
bfedfd0abb Resolves VaporVisualizer is Obsolete (#13882) 2023-02-07 16:46:49 -04:00
Checkraze
b82e1f03b4 NCS Aspid (#13958)
* NCS Aspid

* attribution

* prototype fix

* pets

* tweaks

* ready

* oops
2023-02-07 08:22:45 -06:00
Checkraze
f163c092f0 Kettle 1.6.3 (#13976) 2023-02-07 08:21:56 -06:00
Checkraze
772d96cbe3 moose3.3.4 (#13975) 2023-02-07 08:20:02 -06:00
Aru Moon
294ca9f631 Use locale for singularity guidebook title (#13972) 2023-02-06 21:55:30 -04:00
Nemanja
5785664fd0 Fix bluespace anomaly (#13968) 2023-02-06 22:11:20 +01:00
Nemanja
1b8c48180b Anomaly Generator Tweaks (#13856) 2023-02-06 15:53:59 -04:00
AJCM-git
0685611e18 Fixes PDAs dissapearing when inhand (#13966) 2023-02-06 15:53:24 -04:00
TemporalOroboros
eb388a3090 Resolves FoldableVisualizer is Obsolete (#13913) 2023-02-06 15:53:07 -04:00
Naive817
e3b4f53ae7 added singularity guidebook entry (#13860) 2023-02-06 09:10:07 -04:00
Nemanja
20e3e2edcf Fix red kudzu (#13960) 2023-02-06 08:27:05 -04:00
Nemanja
f450398df7 More anomalies (#13766) 2023-02-06 01:03:53 -04:00
lapatison
591b449d27 Shooting target tweaks (#13946) 2023-02-05 22:51:57 -04:00
AlexMorgan3817
3f068d6306 Base grenade prototype (#13730) 2023-02-05 18:38:31 -04:00
lapatison
ef1d1dec64 Cabinet random filling fix (#13714) 2023-02-05 18:28:45 -04:00
Slava0135
11aece8519 Allow to put explosives with timer in cream pie (#13866) 2023-02-05 13:07:51 -07:00
Visne
11dbc2eabc Move TabletopItemVisualizerSystem into TabletopSystem (#13921) 2023-02-05 13:02:49 -07:00
Nemanja
440cd377ca Anomaly Vessel visuals + audio (#13927) 2023-02-05 12:52:30 -07:00
potato1234x
c8eda6eb1f Missing Virology Lab Coat (#13943) 2023-02-05 12:47:52 -07:00
TemporalOroboros
b95f4f474b Resolves PDAVisualizer is Obsolete (#13896) 2023-02-05 14:34:54 -04:00
TemporalOroboros
c398076620 Resolve ClustergrenadeVisualizer is Obsolete (#13890) 2023-02-05 14:33:29 -04:00
crazybrain23
5e29bc4c94 Add encryption keys to the PTech (#13931) 2023-02-05 02:29:39 -08:00
778b
398a0322bc Cluster map changes [Research assistant && Anomaly lab] (#13933) 2023-02-05 02:22:13 -08:00
778b
fbc3e0d71e Omega map changes [ResearchAssistant && and etc] (#13937) 2023-02-05 02:21:58 -08:00
Emisse
544acc1f55 Marathon Update 4.5 (#13942) 2023-02-05 02:21:32 -08:00
Emisse
07e75d8425 Meta resaearcha assistant (#13941) 2023-02-05 02:21:21 -08:00
Emisse
ce926ea6bb Box Update 3.1 (#13940) 2023-02-05 02:21:15 -08:00
Emisse
3aab3563d8 Bagel Update 16.9 (#13939) 2023-02-05 02:21:08 -08:00
Nemanja
e74fe2d87b Update tips.yml (#13936) 2023-02-04 21:31:18 -06:00
TemporalOroboros
c7d674733d Resolves DrinkCanVisualizer is Obsolete (#13895) 2023-02-04 22:09:46 -04:00
TemporalOroboros
8e18d1f41f Resolves CreamPiedVisualizer is Obsolete (#13894) 2023-02-04 22:06:02 -04:00