Commit Graph

18132 Commits

Author SHA1 Message Date
PJBot
5bea82ab49 Automatic changelog update 2023-02-14 13:31:27 -05:00
PJBot
999cca65aa Automatic changelog update 2023-02-14 13:31:27 -05:00
PJBot
9a10b0518a Automatic changelog update 2023-02-14 13:31:27 -05:00
PJBot
2c466b48aa Automatic changelog update 2023-02-14 13:31:27 -05:00
PJBot
d44039946f Automatic changelog update 2023-02-14 13:31:27 -05:00
PJBot
79507a318c Automatic changelog update 2023-02-14 13:31:27 -05:00
PJBot
a6de34d7d8 Automatic changelog update 2023-02-14 13:31:27 -05:00
PJBot
4b2f2f244c Automatic changelog update 2023-02-14 13:31:27 -05:00
PJBot
82618c3425 Automatic changelog update 2023-02-14 13:31:27 -05:00
PJBot
c9b918cbe8 Automatic changelog update 2023-02-14 13:31:27 -05:00
PJBot
c25ccc8cde Automatic changelog update 2023-02-14 13:31:27 -05:00
PJBot
a90ecb1bd2 Automatic changelog update 2023-02-14 13:31:27 -05:00
PJBot
935c10d887 Automatic changelog update 2023-02-14 13:31:27 -05:00
PJBot
362cae66b2 Automatic changelog update 2023-02-14 13:31:26 -05:00
PJBot
477bcb9a34 Automatic changelog update 2023-02-14 13:31:26 -05:00
PJBot
54747f79d2 Automatic changelog update 2023-02-14 13:31:26 -05:00
PJBot
22d3170ec2 Automatic changelog update 2023-02-14 13:31:26 -05:00
PJBot
17df7dfe65 Automatic changelog update 2023-02-14 13:31:26 -05:00
PJBot
3ece242176 Automatic changelog update 2023-02-14 13:31:26 -05:00
PJBot
9fec138588 Automatic changelog update 2023-02-14 13:31:26 -05:00
PJBot
f2fcb4301b Automatic changelog update 2023-02-14 13:31:26 -05:00
Zoldorf
335f7499cb Bump upload limit to 10MB (#14112)
we live in a cibilization where internet is fast. we arent on dialup anymore pog
2023-02-14 19:30:22 +01:00
crazybrain23
e0bfcfd179 Fixed CBURN helmet typo (#14111) 2023-02-14 19:29:49 +01:00
Chief-Engineer
018e70cf60 add times for departmentban command to match roleban command (#14051) 2023-02-14 19:29:11 +01:00
Emisse
094f7a6b27 Box and Meta proto changes (#14105)
* box proto

* Update box.yml

* metah
2023-02-14 07:01:21 -06:00
Emisse
aa0237e559 Bagel cap @70 like other mid poops (#14106)
* bagel cap

* Update bagel.yml
2023-02-14 07:01:06 -06:00
TemporalOroboros
5b23048497 Resolves LightBulbVisualizer is Obsolete (#13889) 2023-02-13 23:43:51 -04:00
Scribbles0
1e93d1e5a8 pop cap for barratry (#14103) 2023-02-13 20:57:09 -06:00
Leon Friedrich
9c6c6a797a Remove reference to deleted mind (#14101) 2023-02-14 13:46:44 +11:00
Pieter-Jan Briers
fb23370938 Oh apparently that doesn't exist anymore ok. (#14100) 2023-02-14 01:04:36 +01:00
Pieter-Jan Briers
bb55ea5f8b More cfg presets stuff (#14099) 2023-02-14 00:47:36 +01:00
Pieter-Jan Briers
ce1b5b5d00 Use config presets for server configuration. (#14098) 2023-02-14 00:11:54 +01:00
deltanedas
2a42bbe922 no longer able to validhunt based on voice mask description (#13970)
Co-authored-by: deltanedas <deltanedas@laptop>
2023-02-13 21:44:57 +00:00
deltanedas
956151972e glass 1984 (#14013)
Co-authored-by: deltanedas <user@zenith>
2023-02-13 21:28:09 +00:00
Nemanja
734a08e742 APEs are no longer destroyed by mousetraps (#14064) 2023-02-13 21:26:14 +00:00
metalgearsloth
bfbb1a689f 1 do_after for ore veins (#14083)
* Ore veins

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

* fixes

* descriptions

* comment

* every flipping time

* Make mining destroy rocks with 1 hit

Having to click 3 times was pretty annoying.

* a
2023-02-13 15:32:09 +00:00
Emisse
44a0888c15 Fland Update 1.1 (#14094) 2023-02-13 15:25:05 +00:00
Nemanja
4104f8ed9d Remove Frezon from artifact gas triggers (#14075) 2023-02-13 13:30:10 +00:00
metalgearsloth
c8f89eca60 ECS dragdrop (#12973)
* ECS dragdrop

No more excuses.

* AAAAAAAAAAAAAA

* kry

* events

* aaaaaaaaaa

* HUH

* Fix stripping

* aaaaaa

* spoike

* asease

* fix table vaulting

* ded

* rebiew

* aaaaaaaaaaaaa

* drag

* aeaeae

* weh
2023-02-13 13:29:34 +00:00
Vordenburg
4183b5f449 Fire MeleeHitEvent on misses. (#12867)
* Fire MeleeHitEvent when there are no targets.

* Prevent certain weapons from activating if they had no hit entities on hit.

* Prevent miss events from firing when target is yourself or was deleted.

* Use .Value as Target is already known not to be null.

* uid changes

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2023-02-13 12:55:39 +00:00
Nemanja
650ade0d4e fix locks and deployable barriers (#14063) 2023-02-13 12:22:37 +00:00
keronshb
42745b1c6e Conveyor Belt optimization and prediction (#12929)
* belt multithreading

* moves away from multithreading and changes setting awake directly to physics system method

* prediction for conveyors

* Fixes missing reference in FaxSystem

* Fixes oddities

* Adds networked to conveyor components

* Some more cleanup.

* reverts power change event

* Removes the event, fixes a file

* Should fix the rest of the weird additions

* More cleanup to fix extra files

* Fixes again

* fix

* fixes fax system

* Adds component state, cleans up the dependencies

* Checks for prediction

* Merge conflicts

* powa

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2023-02-13 12:20:39 +00:00
Leon Friedrich
81cc99b98e Update engine (#14087) 2023-02-13 06:34:20 +00:00
Leon Friedrich
236ce69062 rename GetOrNewWidget (#14079) 2023-02-13 06:33:53 +00:00
metalgearsloth
1b51baa966 Set netsync false for some sprites (#14086) 2023-02-13 06:26:10 +00:00
Leon Friedrich
210677ba4e Fix bug in GasTileOverlay state logic (#14071) 2023-02-13 02:39:21 +00:00
TemporalOroboros
69ba0ce120 Resolves EmergencyLightVisualizer is Obsolete (#13887)
* Split EmergencyLightVisualizer into Component/System pair

* Server ignore EmergencyLightVisualizer

* Update YAML

* Reviews

* small

---------

Co-authored-by: AJCM <AJCM@tutanota.com>
2023-02-13 01:45:51 +00:00
TemporalOroboros
00b310d83f Resolves ReagentGrinderVisualizer is Obsolete (#13886)
* Split ReagentGrinderVisualizer into Component/System pair

* Update YAML

* Generic visualizer

* Update YAML

* Swap visuals

* Removes duplicate
2023-02-13 00:54:34 +00:00
778b
0c47bcea42 Omega large camera update (#13951)
* Added missed camera routers

* Fix bug with empty security storage

* Fix of fix (based)

* Added PortableFlasher to Security Armory

* Improved Command, Security and Supply cameras

* Added general cameras

* Added service cameras

* Removed librarian camera and security corridor camera

* Removed chapels and chaplains cameras
2023-02-12 21:28:48 +00:00
jicksaw
845998e089 Fix unlit welders starting fires (#13949) 2023-02-12 21:16:35 +00:00