4346 Commits

Author SHA1 Message Date
rhailrake
7872502bf8 - add: new lobby and ui tweaks. (#7)
* base

* arrow pointer for buttons

* some progress for text buttons, need cleaning

* fixed observe button, remove fraction

* just for now

* ui tweaks

* more ui tweaks

* feat: ченджлог в лобби

---------

Co-authored-by: Remuchi <RemuchiOfficial@gmail.com>
2024-01-31 12:54:38 +00:00
Nemanja
bd46d7cc8a make lathe visuals not required (#24757) 2024-01-31 13:50:40 +11:00
Kara
ef55039560 Throwing item scaling animation + recoil (#24724) 2024-01-30 21:50:41 +11:00
Tayrtahn
e101d078fe Fix welder status always being "not lit" (#24705)
* Fix not finding ItemToggleComponent

* Simplified
2024-01-29 16:04:52 -07:00
SpeltIncorrectyl
5d2ddc0d8b Adds signal control to portable generators (#24157)
* added signal control to portable generators

* added documentation

* Discard changes to Content.Server/Radio/EntitySystems/HeadsetSystem.cs

* added DeviceNetworkComponent and WirelessNetworkConnectionComponent to generator prototype

* made GeneratorSignalControlComponent nicer

* implemented auto-revving

* added back necessary dependency

* can't send do-after event manually

* repeat now works with auto revving

* fixed

* removed vv

* stopping generating when it is revving now makes it stop revving

* Update Content.Shared/Power/Generator/ActiveGeneratorRevvingComponent.cs

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

* used resolve instead of TryComp

---------

Co-authored-by: Julian Giebel <juliangiebel@live.de>
Co-authored-by: Kara <lunarautomaton6@gmail.com>
2024-01-29 15:56:29 +01:00
Julian Giebel
94b43423b4 Implement basic emoji support (#24039)
* Implement basic font support

Add NotoEmoji font
Add emoji font to default font stacks

* Remove unneded change

* L

* Remove emoji font from default font stacks
2024-01-29 15:32:13 +11:00
themias
bd100344a2 Add inhand fill visuals (#24495)
* Add inhand fill visuals

* oops

* remove unused import
2024-01-28 20:38:06 -05:00
Krunklehorn
f9c43567ea Health analyzers and cryopods also show temperature in Kelvin (#24643)
Health analyzers and cryopods also show temperature in kelvin
2024-01-28 20:32:54 -05:00
DrSmugleaf
4e8b1fb0d3 Add events for GunComponent values, muzzle flashes and cartridge spread (#24077)
* Add a modifier event for GunComponent values

* Add docs

* Add VV readwrite to modified values

* Add more docs

* More docs

* Add Gun parameter to GunRefreshModifiersEvent

* Add another event for handling cartridge spread

* Fix pneumatic speed
2024-01-29 10:32:42 +11:00
Remuchi
b4dd3b0555 фиксы тестов 2024-01-29 01:02:37 +07:00
Remuchi
e8f4a2056b Revert "Glowy lights - light fixtures now actually glow (#23428)"
This reverts commit 1a531342c5.

# Conflicts:
#	Resources/Prototypes/Entities/Structures/Lighting/base_lighting.yml
#	Resources/Textures/Structures/Wallmounts/Lighting/light_tube.rsi/glow.png
#	Resources/Textures/Structures/Wallmounts/Lighting/light_tube.rsi/meta.json
2024-01-28 18:46:11 +07:00
Remuchi
3a08b81d53 перенос общих файлов из папки White в _White 2024-01-28 18:37:24 +07:00
Remuchi
21dbccfec9 перенос файлов клиента из папки White в _White 2024-01-28 17:59:43 +07:00
Aviu00
26cc329b2f Final? fixes 2024-01-28 11:06:48 +03:00
EnefFlow
63c354eadb quick fixes 2024-01-28 08:05:56 +03:00
EnefFlow
2e8ce99380 spell radial texture fix 2024-01-28 08:05:56 +03:00
EnefFlow
eea0e86d87 part fixes 2024-01-28 08:05:55 +03:00
EnefFlow
4fab8188f0 main cult 2024-01-28 08:05:55 +03:00
Kara
4ab69709fe Powered light sprite glows with color of their pointlight (#24612) 2024-01-27 09:43:45 -08:00
avery
7e16ee0b55 Hallway textscreens (#24189)
* hallway screen refactor pending comms console support

* comms console broadcasts

* screen and timer localization
2024-01-27 08:51:24 -05:00
Remuchi
e6204959cb Merge branch 'upstream-upstream' of https://github.com/frosty-dev/ss14-core into upstream-upstream 2024-01-27 19:09:49 +07:00
Remuchi
117c4cbed1 fix: фикс света дверей 2024-01-27 19:09:42 +07:00
Kara
34eb691448 Default navmap to show departments (#24613) 2024-01-27 04:08:50 -08:00
Guillaume E
4ee7349514 Keep reagent dispenser inventory ordered (#24304)
* Keep reagent dispenser inventory ordered

This way, reagents wont be "moving around" in the UI when juggling
jugs.

The reagent dispensers will also show what reagents their storage
slots contain if jugs are not labelled.

* Move sorting client-side

* Revert "Keep reagent dispenser inventory ordered"

This reverts commit 3a1fc2e36d593937d4ecc581ae5a617a273a9d1c.
2024-01-27 04:06:39 -08:00
Remuchi
62145432f0 Панель рольбанов теперь удобнее и работает 2024-01-27 17:52:18 +07:00
Aviu00
8e4e099469 Revert "make status icons unshaded (#18974)"
This reverts commit 23ad53c1e0.
2024-01-27 12:38:50 +03:00
Aviu00
d3cd3c430a Upstream upstream 2024-01-27 09:34:07 +03:00
Aviu00
531becd592 Revert "Add limited-reagent dispensers (#23907)"
This reverts commit 9394a26245.
2024-01-27 08:12:04 +03:00
Pieter-Jan Briers
f855cb2b00 Make PACMANs a little better (#24604)
* PACMAN generators show network load/supply.

This gives more feedback to players that their PACMAN is properly connected and what the network status is (i.e. you don't have enough generators).

* Buff JRPACMAN to 8 kW.

Shifted all power values up by +3 kW.

They're frequently too weak to power even single rooms so they deserve a buff.

* Change unit format helpers number format.

Always displays one digit of precision. This avoids jumping around when a value is changing live.
2024-01-26 21:53:43 -05:00
Remuchi
27e500a7a9 feat: night vision 2024-01-26 17:43:50 +07:00
Remuchi
64903d1403 [FEAT] Всякие прикольные разности и вкусности (#554)
* feat: трикодер

* feat: принтер документов

* fix: текст фелинидов

* feat: возможность менять голос эмоутов

* feat: мяукаем при аспекте мяуканья

* feat: ПНВ

* fix: забирай свои метадаты

* fix: oopsies

* fix: линтер снова

* fix: пожалуйста линтер отстань
# Conflicts:
#	Content.Server/Speech/Components/VocalComponent.cs
#	Content.Server/White/AspectsSystem/Aspects/CatEarsAspect.cs
#	Resources/Prototypes/Catalog/Fills/Items/belt.yml
#	Resources/Prototypes/Reagents/Materials/materials.yml
#	Resources/Prototypes/White/Catalog/seniors_fills.yml
#	Resources/Prototypes/White/Catalog/uplink.yml
#	Resources/Prototypes/White/Recipes/lathe_recipes.yml
#	Resources/Prototypes/White/Research/experimental.yml
2024-01-26 16:44:16 +07:00
Remuchi
a009a8fae3 fix: частичный фикс эмоутов 2024-01-26 16:35:45 +07:00
Remuchi
895c546a99 feat: простая хирургия
автор Грабля
2024-01-26 16:08:08 +07:00
Aviu00
251751d1c3 Fix lobby container 2024-01-26 09:07:51 +03:00
Nemanja
6605b7ba50 make newchat box more opaque (#24555) 2024-01-25 08:17:48 -05:00
Subversionary
b62b860f4f Размеры попапов в чате (#525) 2024-01-25 14:45:46 +03:00
Aviu00
6bd97b4987 Привязка банковского аккаунта (#506)
* Sustenance vend price fix

* Account link
2024-01-25 14:35:44 +03:00
Aviu00
5a1ae36a83 Rules popup fix (#504) 2024-01-25 11:07:41 +03:00
Aviu00
0962aa2978 Твики (#491)
* Economy additions

* Tweak implant cooldowns

* Cult stuff

* Random appearance aspect nuke ops fix

* Auto shuttle enable on round end

* Holy water threshold
2024-01-25 08:57:47 +03:00
HitPanda
12d304b5af [Fix] More fixes (#487)
* fix criminal console foobar

* fix tts volume

* log reputation
2024-01-25 08:07:45 +03:00
HitPanda
b8d28ceb37 [Fix] Some fixes (#484)
* fix mood not resolved

* fixed cpr sound stream

* fix welded airlock not showing lights

* update rep weights

* tweak player reputation weights

* fix for mood fix
2024-01-25 08:07:33 +03:00
HitPanda
7c9bd1d934 [Feat] Респект и уважуха (#476)
* db

* wd comment

* manager & commands

* system & round end results

* raise ban event

* client manager & cached values

* role pick tweak

* tweak last commit

* more fixes

* weights fix

* Fix for short rounds

* tweak in cached dictionary

* reva pick system

* fix last commit

* cult role pick

* nukeops role picking

* fix cache in async & show command

* ooc msg show value

* move pick method to manager & traitor pick fix
2024-01-25 08:05:48 +03:00
Aviu00
8c75cde3e2 Health bar overlay refactor 2024-01-24 14:42:36 +03:00
RavMorgan
a315c02107 Ходить человек гусьмопсик давать деньги (#467)
Апдейт жукбокс системы
Добавлен волкман
2024-01-24 13:43:10 +03:00
RavMorgan
b23441192a SALUS (#464)
Co-authored-by: Mona Hmiza
2024-01-24 13:39:25 +03:00
Aviu00
dff51b930b Doafter stuff 2024-01-24 13:20:14 +03:00
Aviu00
16c8b95da4 Economy (#403)
* nasrano

* Add station budget & salary

* Initial balance

* Vending machine UI

* Pricing for vending machines

* Finish economy

* Eftpos

* Finish eftpos

* Put eftpos into lockers

* Vending machine prices

* Small fixes

* Fix atm UI

* Add atms to maps

* fix

* reset

* Add PDA program

* Maps again

---------

Co-authored-by: Mona Hmiza <>
Co-authored-by: rhailrake <49613070+rhailrake@users.noreply.github.com>
2024-01-24 13:04:22 +03:00
Remuchi
707cdf3afa Merge branch 'lazers-and-hop-console' into great-merge 2024-01-24 15:16:58 +07:00
Remuchi
e09cc7b802 feat: смена значков в консоли ID карт 2024-01-24 15:15:13 +07:00
Remuchi
cf8709f1ea feat: перенос лазеров-снарядов 2024-01-24 14:05:43 +07:00