Commit Graph

36638 Commits

Author SHA1 Message Date
Ed 6cee92398c
Flora anom hotfix (#24364)
* fix

* less entities

* ф

(cherry picked from commit 86700e1334)
2024-01-27 23:40:26 +01:00
PJBot 13209e9634
Automatic changelog update
(cherry picked from commit 7a41b58fd2)
2024-01-27 23:40:25 +01:00
Menshin 7ff780dae6
PA control box part detection fix (#24356)
* * Fixed rounding errors when the PA control box was checking for parts, sometimes leading to the obscure "port/starboard emitters are not detected".
* Auto-rotated the PA control box toward the fuel box when checking for parts
* Swapped the wired/completed state sprites for the PA control box as it appears they were inverted

* Update Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.Parts.cs

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
(cherry picked from commit eb0a54fef2)
2024-01-27 23:40:24 +01:00
Kot 937989ca35
Add chat.max_announcement_length cvar (#23571)
* Add announce message length to UI and make a cvar for it

* Update comm console server-side trim to use the cvar

* Rely on the new OnTextChanged event

Because OnKeyBindUp only works for keys that have binds

* Add a similar indicator to nukies' war declaration UI

* Remove message length indicators for now cuz it requires the engine update

* Rename cvar slightly

* Refactor duplicated code to a helper method

* Remove message trimming from *Window class as it's better to live in the BoundUserInterface where the other message handling happens

* Rename to chat.max_announcement_length

(cherry picked from commit 8c5898b006)
2024-01-27 23:40:23 +01:00
Ed 145c2158ca
Star Wars 14: Shuttle weapon update (#23644)
* setup codebase

* make auto-fire, but its broken

* collider problem

* fix rate, add toggle port

* add laser

* power cages

* ginormous cells

* fix inhand

* add pirate cannon

* salvage gun

* functional Nuke cannon

* rewrite to standart grenade

* fix naming, add emp sprite

* grenade cartridge

* thruster fix

* nuke cannon

* audio + visual polish

* balance tweak

* tweaks

* laser balance tweak: new Electronic damage modifier set, reduce structural cannon damage

* resprite energy cages, start implementing in game

* fix cage recharger craft

* add small laser gun

* fix colliders

* add  lasers and ptk to research and crafting

* finish implementing weapon to rnd and sec

* some fixes

* splitted grenades and cannon balls

* integrate new cannon balls

* tweaks stick

* move circuits to sectechfab, fix

* fix?

* add ability to E shoot, without signals

* fix!

* fix?!?! and naming tweak

* go!

* Lank fix

* oh

* mornings don't start with coffee.

* the morning starts with bug fixes.

* fucking bugs!

* finally

* it is now possible to craft projectiles separately from cartridges

* +2 fix

* refactor

* piu

* More weight

* add AutoShootGunComponent

* move autoshoot to partial

* SetEnabled()

* some fixes

* remove CanShootWithoutUser field

* remove null-checks ToCoordinates from AttemptShoot()

* war without reason

* return to home

* ?

* forgot remove it

* review

* Fix formatting and update path

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>

(cherry picked from commit a2d5d74b46)
2024-01-27 23:40:06 +01:00
metalgearsloth a6f5c81862
Update submodule to 207.1.0 (#24361) 2024-01-27 23:38:54 +01:00
Nemanja 4b938fdea8
Fix keyboard sounds not playing when opening a computer UI (#24348)
Fix keyboard sounds not playing on UI open

(cherry picked from commit 60dd9f8951)
2024-01-27 23:36:16 +01:00
metalgearsloth 2c40401765
Make radarcontrol use approx grids (#24360)
(cherry picked from commit fda8035a5e)
2024-01-27 23:36:15 +01:00
metalgearsloth ff8e47ff1e
Content grid merging (#22448)
Mainly fixing thruster bugs

(cherry picked from commit b057ec6104)
2024-01-27 23:36:14 +01:00
Krunklehorn 5f2c241f9e
Cancel CanBuckle before popup for foldable items (#24358)
* Cancel CanBuckle before popup for foldable items

* Moved to FoldableSystem

(cherry picked from commit b126aadd9c)
2024-01-27 23:36:12 +01:00
PJBot 8e99c422f4
Automatic changelog update
(cherry picked from commit 8f1d67014c)
2024-01-27 23:36:11 +01:00
Ed 378b1199ac
The glowing forest anomaly (#24351)
* sans

* Papyrus

* add to game

* tweak stick

* fixes

* Update Resources/Prototypes/Entities/Objects/Misc/kudzu.yml

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

* Update Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomalies.yml

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

---------

Co-authored-by: Kara <lunarautomaton6@gmail.com>
(cherry picked from commit b3b64e6cf2)
2024-01-27 23:36:10 +01:00
Nemanja c8a82afe4f
Allow chemical-fueled generators to use multiple reagents (#24258)
multi-reagent generators

(cherry picked from commit 691c3d55b8)
2024-01-27 23:36:08 +01:00
GreyMario d41e3c8d41
Remove ability to start pulling while inside a container (#24235)
* why was this even possible

* what coding at 6am does to a mf

(cherry picked from commit 1085dbef65)
2024-01-27 23:35:59 +01:00
PJBot 802360ecc3
Automatic changelog update
(cherry picked from commit 9efa01d712)
2024-01-27 23:35:58 +01:00
Ubaser dbc89a5476
Buff potassium availability from bananas (#24257)
* banana

* yes

(cherry picked from commit 949b07dce0)
2024-01-27 23:35:57 +01:00
Alekshhh 55a79f4252
Cerberus Wideswing (#24328)
arf

(cherry picked from commit 113ee78d69)
2024-01-27 23:35:55 +01:00
Nim cd2f967ae2
Add snake kebab (#24341)
* add snake kebab

* fix sprite

* just meat

(cherry picked from commit 6a0c800492)
2024-01-27 23:35:54 +01:00
Kot f82d17ab3b
Fix issue where round could reset all job priorities to high (#24340)
* Update job priorities when job requirements are getting updated

* Sort jobs by weight and then by the name

* Sort departments too

(cherry picked from commit 4f307a49be)
2024-01-27 23:35:53 +01:00
PJBot 9fc4158df5
Automatic changelog update
(cherry picked from commit 0312196887)
2024-01-27 23:35:52 +01:00
Trevor Day 91edeab185
Add admin log messages for gamerule addition and end (#24092)
* Add admin log messages for gamerule addition and end

* Use EventRan end EventStopped LogTypes instead of new GameRule logtype

* Apply suggestions from code review

---------

Co-authored-by: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com>
(cherry picked from commit 25cde97d35)
2024-01-27 23:35:51 +01:00
Debug 0ba741e2ca
Make girders not be noRot
Part of a698a85f34 that was never merged
2024-01-27 23:31:05 +01:00
Debug 7d657e700b
Remove wizden evac shuttles 2024-01-27 23:18:55 +01:00
Debug 828749559b
Final fixes 2024-01-27 00:16:43 +01:00
Debug b466fc84a7
More fixes 2024-01-27 00:00:42 +01:00
Debug aea2326ecc
Revert "Unrevivable trait (#24226)"
This reverts commit 7a2e500f68.
2024-01-26 23:42:54 +01:00
Debug 13831eaed2
Revert "Re-add Lean (#361)"
This reverts commit c77308d7ce.
2024-01-26 23:30:26 +01:00
Debug 122e99302b
Fix Delta stuff 2024-01-26 23:29:17 +01:00
Ilya246 0c55bddcb9
fix scram implant uplink desc (#24336)
fix

(cherry picked from commit bd4a0b93c8)
2024-01-26 23:17:45 +01:00
Errant 41eef79cd0
Beacon localization (#24138)
* localize beacons

* No not like that

* Tesla beacons were already depreciated, time to give the reaper their due

* Entity name fallback

* The real treasure was the far easier solution we missed along the way

* weh

* Shared mapinit

* fix RT version

* a single line break

(cherry picked from commit efdc6f8d4c)
2024-01-26 23:17:32 +01:00
PJBot ba1226608b
Automatic changelog update
(cherry picked from commit 18a111bb36)
2024-01-26 23:16:20 +01:00
metalgearsloth 3ae0909195
Fix drag-drop buckle sound playing twice (#24321)
Buckle refactor somedayTM.

(cherry picked from commit bbbacf996b)
2024-01-26 23:16:19 +01:00
metalgearsloth 3254acd8e7
Fix some test warnings (#24324)
Extracted from smug's pr.

(cherry picked from commit 4a13dbea76)
2024-01-26 23:16:18 +01:00
PJBot e441bbc21d
Automatic changelog update
(cherry picked from commit f10ecf4410)
2024-01-26 23:16:17 +01:00
Alzore fae6917f8e
Make crushers not craftable/researchable (#24319)
* nomorecrushersci

* nocomment

(cherry picked from commit 542aa11d8e)
2024-01-26 23:16:03 +01:00
PJBot be253a0762
Automatic changelog update
(cherry picked from commit 28f0387ad5)
2024-01-26 23:14:24 +01:00
Kacper Urbańczyk 734d7fd26f
Change what items can be fultoned while stopping anchored items from fultoning (#20628)
* Check and restrict players from fultoning their equipped items

* Changed fulton whitelist to items and anchorables

* Stop from anchored items being fultoned

* Moved containermanager check to CanFulton function

* review

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
(cherry picked from commit 1ff31f8b7a)
2024-01-26 23:14:12 +01:00
metalgearsloth d14497fcd7
Cargo fixes (#24318)
Wrong button.

(cherry picked from commit 87f324b648)
2024-01-26 23:14:03 +01:00
Nemanja 47d24fc3e5
Fix cargo product groups (#24212)
(cherry picked from commit 21e77dffb0)
2024-01-26 23:13:54 +01:00
PJBot 7cc1094dea
Automatic changelog update
(cherry picked from commit 0b37dbbfbd)
2024-01-26 23:13:44 +01:00
Hannah Giovanna Dawson 0ce2cb5b29
Fixes round restart audio clipping (#24044)
* Fix round end audio clipping

* weh

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
(cherry picked from commit 5af1d0ea8b)
2024-01-26 23:13:43 +01:00
metalgearsloth 419a28aa23
Add netserializable to test doafter (#24313)
Might fix the test failure

(cherry picked from commit ed2fa96ca0)
2024-01-26 23:13:42 +01:00
PJBot 05a158e8fa
Automatic changelog update
(cherry picked from commit a65e3eeb8f)
2024-01-26 23:13:40 +01:00
Arendian 46fe22709b
Prevent EntityStorages from being opened while inside another container (#24253)
* Prevent EntityStorages from being opened while inside a mech.

* compressed into few lines

* unneeded line

* Popup client

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
(cherry picked from commit e89be95d4c)
2024-01-26 23:13:33 +01:00
PJBot fc7c882e50
Automatic changelog update
(cherry picked from commit 91e8234a57)
2024-01-26 23:13:24 +01:00
Agoichi cee8ded8c3
Rebalance of Lobbying bundle (#24303)
* Rebalance of Lobbying bundle

- More money, mickey (5000 -> 30000)
- Added trader`s rubberstump for high iq players
- Phone to call upper managment
- Some fancy and absolutely unsuspicious clothings
- Patriotic Flag for the most valuable lobist of Syndicate

* Thief problem fix

Thief now have have separate lobbying bundle, now it calls bribing bundle

* Fixing

Money count, suffix

* Hi

Fixing money

(cherry picked from commit 559ff13a12)
2024-01-26 23:13:23 +01:00
metalgearsloth 997ee75d14
Revert "Adds more grindables (#24267)" (#24311)
This reverts commit 16a1f2f16a.

(cherry picked from commit 34806400bd)
2024-01-26 23:13:21 +01:00
PJBot 3cf90833b2
Automatic changelog update
(cherry picked from commit df768b289e)
2024-01-26 23:13:20 +01:00
Drayff f7561b4c51
Toolboxes (#24305)
* Added animations for opening toolboxes

* Fix cow toolbox

(cherry picked from commit f71df97b5e)
2024-01-26 23:13:13 +01:00
PJBot 920009ef3c
Automatic changelog update
(cherry picked from commit f33a3f98cd)
2024-01-26 23:13:03 +01:00