]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Holopads (#32711)
authorchromiumboy <50505512+chromiumboy@users.noreply.github.com>
Tue, 17 Dec 2024 19:18:15 +0000 (13:18 -0600)
committerGitHub <noreply@github.com>
Tue, 17 Dec 2024 19:18:15 +0000 (20:18 +0100)
commit7780b867acd6fe34ff066aa48660c1e5dc60ffde
treeacae9576e7252c90097b0f726d268083c7a4abbb
parentab8447956c8634e24b745214107826145f448b42
Holopads (#32711)

* Initial resources commit

* Initial code commit

* Added additional resources

* Continuing to build holopad and telephone systems

* Added hologram shader

* Added hologram system and entity

* Holo calls now have a hologram of the user appear on them

* Initial implementation of holopads transmitting nearby chatter

* Added support for linking across multiple telephones/holopads/entities

* Fixed a bunch of bugs

* Tried simplifying holopad entity dependence, added support for mid-call user switching

* Replaced PVS expansion with manually networked sprite states

* Adjusted volume of ring tone

* Added machine board

* Minor features and tweaks

* Resolving merge conflict

* Recommit audio attributions

* Telephone chat adjustments

* Added support for AI interactions with holopads

* Building the holopad UI

* Holopad UI finished

* Further UI tweaks

* Station AI can hear local chatter when being projected from a holopad

* Minor bug fixes

* Added wire panels to holopads

* Basic broadcasting

* Start of emergency broadcasting code

* Fixing issues with broadcasting

* More work on emergency broadcasting

* Updated holopad visuals

* Added cooldown text to emergency broadcast and control lock out screen

* Code clean up

* Fixed issue with timing

* Broadcasting now requires command access

* Fixed some bugs

* Added multiple holopad prototypes with different ranges

* The AI no longer requires power to interact with holopads

* Fixed some additional issues

* Addressing more issues

* Added emote support for holograms

* Changed the broadcast lockout durations to their proper values

* Added AI vision wire to holopads

* Bug fixes

* AI vision and interaction wires can be added to the same wire panel

* Fixed error

* More bug fixes

* Fixed test fail

* Embellished the emergency call lock out window

* Holopads play borg sounds when speaking

* Borg and AI names are listed as the caller ID on the holopad

* Borg chassis can now be seen on holopad holograms

* Holopad returns to a machine frame when badly damaged

* Clarified some text

* Fix merge conflict

* Fixed merge conflict

* Fixing merge conflict

* Fixing merge conflict

* Fixing merge conflict

* Offset menu on open

* AI can alt click on holopads to activate the projector

* Bug fixes for intellicard interactions

* Fixed speech issue with intellicards

* The UI automatically opens for the AI when it alt-clicks on the holopad

* Simplified shader math

* Telephones will auto hang up 60 seconds after the last person on a call stops speaking

* Added better support for AI requests when multiple AI cores are on the station

* The call controls pop up for the AI when they accept a summons from a holopad

* Compatibility mode fix for the hologram shader

* Further shader fixes for compatibility mode

* File clean up

* More cleaning up

* Removed access requirements from quantum holopads so they can used by nukies

* The title of the holopad window now reflects the name of the device

* Linked telephones will lose their connection if both move out of range of each other
43 files changed:
Content.Client/Chat/UI/SpeechBubble.cs
Content.Client/Holopad/HolopadBoundUserInterface.cs [new file with mode: 0644]
Content.Client/Holopad/HolopadSystem.cs [new file with mode: 0644]
Content.Client/Holopad/HolopadWindow.xaml [new file with mode: 0644]
Content.Client/Holopad/HolopadWindow.xaml.cs [new file with mode: 0644]
Content.Client/Stylesheets/StyleNano.cs
Content.Client/Telephone/TelephoneSystem.cs [new file with mode: 0644]
Content.Server/Holopad/HolopadSystem.cs [new file with mode: 0644]
Content.Server/Silicons/StationAi/AiVisionWireAction.cs
Content.Server/Silicons/StationAi/StationAiSystem.cs
Content.Server/Telephone/TelephoneSystem.cs [new file with mode: 0644]
Content.Shared/Doors/AirlockWireStatus.cs
Content.Shared/Holopad/HolographicAvatarComponent.cs [new file with mode: 0644]
Content.Shared/Holopad/HolopadComponent.cs [new file with mode: 0644]
Content.Shared/Holopad/HolopadHologramComponent.cs [new file with mode: 0644]
Content.Shared/Holopad/HolopadUserComponent.cs [new file with mode: 0644]
Content.Shared/Holopad/SharedHolopadSystem.cs [new file with mode: 0644]
Content.Shared/Silicons/StationAi/SharedStationAiSystem.cs
Content.Shared/Silicons/StationAi/StationAiCoreComponent.cs
Content.Shared/Speech/SpeechComponent.cs
Content.Shared/Telephone/SharedTelephoneSystem.cs [new file with mode: 0644]
Content.Shared/Telephone/TelephoneComponent.cs [new file with mode: 0644]
Resources/Audio/Machines/attributions.yml
Resources/Audio/Machines/double_ring.ogg [new file with mode: 0644]
Resources/Locale/en-US/holopad/holopad.ftl [new file with mode: 0644]
Resources/Locale/en-US/telephone/telephone.ftl [new file with mode: 0644]
Resources/Locale/en-US/wires/wire-names.ftl
Resources/Prototypes/Entities/Mobs/Player/silicon.yml
Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/holopad.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Structures/Machines/holopad.yml [new file with mode: 0644]
Resources/Prototypes/Shaders/shaders.yml
Resources/Prototypes/Wires/layouts.yml
Resources/Textures/Shaders/hologram.swsl [new file with mode: 0644]
Resources/Textures/Structures/Machines/holopad.rsi/base.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/holopad.rsi/blank.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/holopad.rsi/icon_in_call.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/holopad.rsi/lights_calling.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/holopad.rsi/lights_hanging_up.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/holopad.rsi/lights_in_call.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/holopad.rsi/lights_ringing.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/holopad.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Structures/Machines/holopad.rsi/panel_open.png [new file with mode: 0644]
Resources/Textures/Structures/Machines/holopad.rsi/unpowered.png [new file with mode: 0644]