Flipp Syder
d447b0f80e
Air alarm patches ( #11004 )
2022-09-04 02:04:15 -07:00
vulppine
fa8c16358f
alarmables should now attempt to update appearance on init
2022-08-30 21:41:29 -07:00
vulppine
e0bf77490d
number of things, fixing warnings, AtmosAlarmType instead of AtmosMonitorAlarmType
2022-08-29 07:37:26 -07:00
vulppine
dd01189a6e
changes how the emag function works in fire alarms
2022-08-23 14:47:09 -07:00
vulppine
a8eb929d3c
removes air alarm replace mode
2022-08-23 13:20:23 -07:00
vulppine
e348a64423
air alarm now sends the count of known devices, rather than all types of devices
2022-08-23 12:04:45 -07:00
vulppine
b3a4ef9997
file-scoped namespaces
2022-08-23 10:55:46 -07:00
vulppine
df25715ed3
renames AtmosMonitorAlarmEvent to AtmosAlarmEvent
2022-08-23 10:42:03 -07:00
vulppine
83cac4de1e
vv for tripped thresholds, device list update event for air alarms
2022-08-22 18:41:24 -07:00
vulppine
b8d011f8f4
checks for validity now ensure that an alarm is reset to normal - only if it was known beforehand
2022-08-22 18:06:41 -07:00
vulppine
546e70730e
or instead of and
2022-08-22 17:45:29 -07:00
vulppine
8de6193ff2
monitors will now always alarm if threshold types have been tripped/reset to normal on update
2022-08-22 17:42:47 -07:00
vulppine
7fd510d252
power check for firelocks, atmos monitor power cycle should now alert
2022-08-22 16:47:34 -07:00
vulppine
ff9d9ab75c
Revert "ResetAll no longer clears the alarm state for an atmos monitor"
...
This reverts commit d774741121 .
2022-08-22 16:11:32 -07:00
vulppine
f602ead768
power change should now update alarm on alarmables
2022-08-22 15:03:22 -07:00
vulppine
a5cf4f9578
makes monitoralerttypes actually nullable
2022-08-22 12:06:30 -07:00
vulppine
d774741121
ResetAll no longer clears the alarm state for an atmos monitor
2022-08-22 11:55:08 -07:00
vulppine
84027b4e67
alarmables now check if the type of alarm matches the alarms they can check (optional)
2022-08-22 11:30:37 -07:00
vulppine
160104bc2a
Revert "oops!"
...
This reverts commit 1428a6d285 .
2022-08-22 10:41:53 -07:00
vulppine
1428a6d285
oops!
2022-08-22 10:35:22 -07:00
vulppine
912b23e414
fire alarms (and anything that uses Reset/ForceAlert) should now update their appearance and play noises
2022-08-22 10:05:39 -07:00
vulppine
786bddff0a
resetall now affects atmos monitor alerts
2022-08-22 09:19:02 -07:00
vulppine
2d22c37210
fire alarms will now attempt to register and sync against all connected devices whenever a device list is updated
2022-08-22 08:44:03 -07:00
vulppine
a8bf2ccbb6
fixes firelock alarm sync, removes check condition for syncalerts packet receive when checking through the sent dictionary
2022-08-22 07:29:43 -07:00
vulppine
a091e69635
should fix TryGetHighestAlert logic
2022-08-22 07:02:48 -07:00
vulppine
6be3265084
tag sync, replaces monitor references with alarmable references
2022-08-22 05:49:51 -07:00
vulppine
85effbd33d
force alert on alarmable, enforces synchronization with alarmables to be bounded by the tags that it can sync with
2022-08-22 05:01:31 -07:00
vulppine
550ea771a7
sync alarms, reset all, etc
2022-08-22 04:21:20 -07:00
vulppine
25bb45aa98
atmosdevicenetworksystem for generic device network stuff for atmos devices
2022-08-22 01:14:39 -07:00
vulppine
a2d18e7a6d
starts moving alarm sync logic to alarmables
2022-08-20 07:36:53 -07:00
vulppine
9b3df8740f
sensor info is now wider, air alarm now actually updates the networked device state
2022-08-19 05:23:25 -07:00
vulppine
b9b9b84bea
fixes up air alarm modes
2022-08-19 04:40:50 -07:00
vulppine
a0e9f4d0b8
UI changes
2022-08-19 04:06:09 -07:00
vulppine
327314b82f
tab changing
2022-08-18 08:14:18 -07:00
vulppine
b444c0bbbe
whoops, forgot to actually sync monitor data in
2022-08-18 07:26:01 -07:00
vulppine
e0ee36ad62
average calculation now returns 0 if there are no sensors
2022-08-18 07:10:39 -07:00
vulppine
531f0cb0e5
ui updates (no sensors yet)
2022-08-18 07:03:37 -07:00
vulppine
10e10b4bae
set threshold on server, pressure/temperature average from all sensors sent with air alarm state
2022-08-18 06:44:43 -07:00
vulppine
024e301516
set thresholds from network, reset command, removes OnFire from sensor data
2022-08-18 03:15:13 -07:00
vulppine
068527b13c
alert sounds from alarmables, sensor data ctor
2022-08-18 02:37:12 -07:00
vulppine
1c651f051f
some backend stuff for air alarms
...
finally, some UI states!!!
2022-08-17 23:46:15 -07:00
vulppine
32e2686a4b
threshold cloning
2022-08-17 20:52:04 -07:00
vulppine
b075606f61
air sensor model (works well enough)
2022-08-17 20:32:31 -07:00
Leon Friedrich
193b9f467d
Remove string appearance keys ( #10114 )
2022-08-08 11:44:16 +10:00
Leon Friedrich
c7ad6b709e
Audio System Rejig ( #9635 )
2022-07-29 12:13:12 +10:00
Vera Aguilera Puerto
aa9281d667
Refactors the AtmosphereSystem public-facing API to allow for multiple atmos backends. ( #8134 )
...
* Refactors the entirety of the AtmosphereSystem public-facing API to allow for multiple atmos backends.
* actually compiles
* Remove commented out code
* funny bracket
* Move archived moles, temperature from GasMixture to TileAtmosphere.
* WIP customizable map default mixture
still VERY buggy
* broken mess
aaaaaaaaaaaaa
* Fix lattice, etc not being considered space
* visualization for "IsSpace"
* help
* Update Content.Client/Atmos/Overlays/AtmosDebugOverlay.cs
Co-authored-by: Moony <moonheart08@users.noreply.github.com>
* Holy SHIT it compiles AGAIN
* Fix AtmosDeviceSystem crash at shutdown
* Fix immutable tiles on map blueprints not being fixed by fixgridatmos/revalidate.
* Use space instead of gasmixture immutable for heat capacity calculations
* Remove all LINDA-specific code from GasMixture, move it to TileAtmosphere/AtmosphereSystem instead.
* Fix roundstart tiles not processing
* Update Content.Server/Atmos/Commands/SetTemperatureCommand.cs
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
* Update Content.Server/Atmos/EntitySystems/AtmosphereSystem.API.cs
Changed Files tab is so large I can't commit both suggestions at once mfw
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Co-authored-by: Moony <moonheart08@users.noreply.github.com>
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2022-07-04 09:51:34 -05:00
metalgearsloth
8905996cfc
Make raiselocalevent not broadcast by default ( #8998 )
2022-06-22 09:53:41 +10:00
keronshb
f7b1bda3e5
Reorders Sound Systems signatures to match Popup Systems. ( #8728 )
2022-06-13 09:45:47 +10:00
Leon Friedrich
ca7960382b
Missing nullables ( #8634 )
2022-06-04 17:17:48 +10:00
keronshb
d5620aa833
AccessReader IsAllowed use resolve ( #8527 )
2022-06-01 08:26:50 -07:00
metalgearsloth
2d873a2cf2
Add static "IsPowered" method ( #8434 )
...
* Add static "IsPowered" method
* Use IsPowered in more places
Co-authored-by: wrexbe <wrexbe@protonmail.com>
2022-05-26 17:36:12 -07:00
Flipp Syder
dcdda39048
Station alert levels ( #8226 )
2022-05-18 14:05:31 +10:00
wrexbe
bc68ac96dd
Cleanup the namespaces ( #8132 )
2022-05-13 17:59:03 +10:00
wrexbe
61d147aea9
Fixing warnings ( #8131 )
2022-05-13 15:35:13 +10:00
Flipp Syder
2c6158e115
Wires refactor ( #7699 )
...
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Co-authored-by: Kara <lunarautomaton6@gmail.com>
2022-05-06 12:35:06 +10:00
Flipp Syder
565bfa86a4
Air alarm fixes (again, oops) ( #7715 )
...
* fixes critical issue
* alright, this might be the actual fix
* removes useless null checks
* couple more
* removes default functions from unary device data
2022-04-22 23:21:00 -07:00
Flipp Syder
f27bc94fc1
Fixes big issue with air alarms ( #7714 )
2022-04-22 21:07:40 -07:00
Leon Friedrich
a4d55235cc
Rejig Device networks ( #7380 )
2022-04-08 22:27:10 +10:00
metalgearsloth
07b38e5acd
Minor atmos optimisations ( #6625 )
2022-02-20 17:43:20 +11:00
Rane
8049a709e6
Emags ( #6738 )
2022-02-17 19:43:24 -07:00
mirrorcult
ec4d4688c7
Seal/abstract/virtual everything ( #6739 )
2022-02-16 18:23:23 +11:00
wrexbe
17db0775c8
Auto comp ( #6416 )
2022-02-02 14:35:40 +11:00
Vera Aguilera Puerto
f917c18ff8
Fix air alarm system keeping deleted entity UIDs around. ( #6307 )
2022-01-25 16:37:34 -07:00
Leon Friedrich
65eeae7188
Required air alarm offset changes for engine PR ( #6216 )
2022-01-18 19:39:39 +11:00
Paul Ritter
9e1607722d
removes componentdependencies ( #6160 )
2022-01-15 13:26:37 +11:00
Flipp Syder
b1584793bf
Adds fire/air alarms ( #5018 )
...
Co-authored-by: Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
Co-authored-by: E F R <602406+Efruit@users.noreply.github.com>
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2022-01-02 15:56:24 +11:00