Commit Graph

9018 Commits

Author SHA1 Message Date
Chris V f9a0a792bb
fix lathe whitelist (#7863) 2022-04-30 02:31:09 +10:00
Leon Friedrich 3cef68831b
Submodule Update (#7859) 2022-04-30 00:06:10 +10:00
Leon Friedrich 79204b0052
Fix compatibility mode singularity shader (#7856) 2022-04-29 15:45:05 +02:00
PJBot 6d8f06e583 Automatic changelog update 2022-04-29 00:51:25 -04:00
August Eymann 4fcaa21c7e
Added a microwave machine circuit board. (#7848)
* Added a microwave machine circuit board.

* Moved microwave from bio tech to advanced botany tree
2022-04-28 21:50:23 -07:00
PJBot aa2a9971f8 Automatic changelog update 2022-04-28 23:42:06 -04:00
Rane ce186e6cc1
Mime Powers (Vow + Invisible Wall) (#7653) 2022-04-28 20:41:03 -07:00
PJBot f74a47b7aa Automatic changelog update 2022-04-28 18:05:45 -04:00
PJBot f70ff47f6c Automatic changelog update 2022-04-28 18:04:43 -04:00
freeman2651 847cc620d6
Allow self-cuffing and appropriate text changes (#7829) 2022-04-28 15:04:41 -07:00
Alex Evgrashin 2d34ded94d
Artifact container (#7822)
Co-authored-by: Kara <lunarautomaton6@gmail.com>
2022-04-28 15:03:39 -07:00
Emisse 6dbc37a690
controversial backpack pr (#7837) 2022-04-28 15:01:47 -07:00
Chris V ca485846b4
Adjust wording of AMIV disease symptom (#7841) 2022-04-28 15:01:26 -07:00
Fishfish458 bf69a21250
Missing Storage UI hot fix (#7835)
Co-authored-by: fishfish458 <fishfish458>
2022-04-28 15:01:07 -07:00
Chris V b26f87923e
Remove capital letter from space quartz (#7847) 2022-04-28 15:13:04 -05:00
Morbo 86ddb6e2d4
Fix plant holder messages (#7834) 2022-04-28 16:24:59 +02:00
PJBot 055b10c75e Automatic changelog update 2022-04-28 08:44:20 -04:00
Leon Friedrich 8fb48a09ef
Improve singularity shader (#7647)
* Working example

* vector arrays

* simplify math

* max distance

* max distance

* PVS override

* rename count
2022-04-28 22:43:16 +10:00
Alex Evgrashin 4aa45dc695
Remove IRadiationAct (#7757)
* Move radiation collector to ECS

* Damagable system

* Remove IRadiationAct

* Add small helper field

* Update Content.Server/Radiation/Systems/RadiationSystem.cs

Co-authored-by: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>

* Delete comment

* Fixed total rads

Co-authored-by: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com>
2022-04-28 22:36:25 +10:00
PJBot 8be90ea53b Automatic changelog update 2022-04-28 08:25:41 -04:00
Veritius 12239c0fb3
Donate to the Unlubricate the Xenos fund! (#7770) 2022-04-28 22:24:38 +10:00
Peptide90 0e93dba20b
Crafting for spike rack, signal switches and buttons. (#7420)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2022-04-28 22:24:02 +10:00
Flipp Syder 2325a7df94
Rainbow crayon + color-selectable crayons (#7786) 2022-04-28 22:23:45 +10:00
Fishfish458 4c9e45a480
Storage Component ECS (#7530)
Co-authored-by: fishfish458 <fishfish458>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2022-04-28 22:11:15 +10:00
PJBot f403311641 Automatic changelog update 2022-04-28 07:57:24 -04:00
Peptide90 3756d9ce5c
Breakable cups fix (#7805)
* Moves components from one base to another

* reparent water cup to mug from glass

* reparent flasks to not shatter to glass

* remove duplicate component
=
2022-04-28 21:56:21 +10:00
20kdc 0b613821be
Make the MapRenderer CLI usable, since all the bot apparatus was commented out anyway (#7669) 2022-04-28 21:55:51 +10:00
PJBot 840f9036e6 Automatic changelog update 2022-04-28 06:42:07 -04:00
Chris V 94a0bc92b7
Salvage mining, ore processing, and material clean-up (#7406)
* adding stuff cuz new computer

* removed unused materials

* remove unused materials and such, lathe things

* material volume no longer hardcoded

* fixed mining system

* add 5 stacks of materials, and add them to the ore processor

* fix copyright for ores and handdrill

* comma momma

* whyyyyy

* more fixes to make the yaml linter happy

* i should get my eyes checked

* silver proper

* more cleanup

* leftovers

* remove more references to material doors

* couldn't bear to be without bearhide

* added uranium, added more lathe recipes

* copyright fix, stack fix

* ore processor sprite and such

* ore processing some binches

* MaterialCotton removal

* 1 uranium ore means 1 sheet

* fix merge conflict? idk

* time to ketchup

* lathe recognizes material volume again

* yaml cleanup

* forgot to remove adamantine lol

* re-added diamond for now

* diamond stacks

* functional ore processor

* added ignoreColor to lathe visuals

* ore processor machine board

* add board to industrial tech and circuit printer

* provided lathes their whitelists

* fix wonky ore spawning, added insert sound to lathe, adjusted ore chance

* re-added ore processor

* typos and cleanup

* Update Content.Client/Lathe/LatheSystem.cs

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

* Update Content.Server/Lathe/LatheSystem.cs

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

* revert mapchange

* VV ignorecolor, pass entitymanager, move canceltoken to pickaxe, removed foreach from orespawn

* actually null canceltoken

* remove five-stacks, ore processor produces full stacks or single sheets/ingots

* VV proper

* adjust ore chances

* readd Cotton

* Update Content.Server/Mining/MineableSystem.cs

* tweaks

* Material is now dict (material, volume)

* removed unused property

* Space crystal -> space quartz

* forgor asteroid space quartz

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2022-04-28 20:41:04 +10:00
PJBot 59f0ad5596 Automatic changelog update 2022-04-28 06:24:47 -04:00
metalgearsloth 77bd892bbd
Fix decals (finally) (#7771) 2022-04-28 20:23:43 +10:00
Leon Friedrich c2b4a4acef
Fix tabletop error (#7830) 2022-04-28 17:57:51 +10:00
PJBot 0a51fbff1e Automatic changelog update 2022-04-27 23:18:41 -04:00
EmoGarbage404 f83de4015a
vehicles (#7826) 2022-04-27 22:17:37 -05:00
Emisse 04a8ca6240
Add files via upload (#7827) 2022-04-27 20:43:51 -05:00
PJBot 9ae3537dad Automatic changelog update 2022-04-27 03:30:33 -04:00
Peptide90 127c91af53
adds tile prying to the fireaxe so that it's the ultimate crowbar (#7806) 2022-04-27 17:29:29 +10:00
metalgearsloth e25434cba2
Fix drone LINQ (#7814)
wat
2022-04-26 20:56:11 -07:00
PJBot 3ffe9e7219 Automatic changelog update 2022-04-26 18:09:06 -04:00
Veritius 6b78a2a2e4
Syndicate segways (#7790) 2022-04-26 15:08:02 -07:00
PJBot 8b4d6d536c Automatic changelog update 2022-04-26 10:58:29 -04:00
Vera Aguilera Puerto 3ee1f1f810
Suspicion rework (#7723)
* Deprecate suspicion spawn markers.

* Add suspicion loot table.

* Add suspicion item tag component.

* Suspicion rule now spawns items randomly around the station on start.
Also cleans them up when it ends.

* Fix build
huh, that API changed quickly--
2022-04-27 00:57:24 +10:00
Leon Friedrich d3a20c8a23
Make sure explosions reset on round restart (#7801) 2022-04-27 00:37:31 +10:00
Emisse f1385b1352
Deathsquad helmet fix (#7780) 2022-04-26 21:31:26 +10:00
metalgearsloth 8d46dc42e7
Add a garbage collection component for grid movement (#7776)
If we move a station and there's thousands of bullets in the way we shouldn't just indefinitely lag the server as a result.
2022-04-26 18:25:57 +10:00
Kara 6ab3942bfe
Verb tooltip tweaks (#7796)
* tooltip changes

* these too
2022-04-25 22:48:12 -07:00
Emisse 35ddd5092b
Standardize Healing Stackables (#7636) 2022-04-25 18:30:19 -07:00
Emisse 50512efab5
Atlas Update Vehicles (#7784) 2022-04-25 16:39:34 -07:00
Emisse 36a2a2e79a
Add files via upload (#7785) 2022-04-25 16:39:22 -07:00
Emisse 2b87833490
Marathon Update Vehicles (#7787) 2022-04-25 16:38:54 -07:00