Commit graph

8 commits

Author SHA1 Message Date
ThereDrD
66f4bd1d75
Рефактор системы автодоступов (#2237) 2025-05-29 10:28:57 +03:00
iertis
45ea2b6732
announce and maintance accesses (#1080)
* announce and maintance accesses

* some fixes

* Uwы

* Delay

* i think that this is final
2025-01-10 21:37:50 +03:00
iertis
805febf9d8
fix (#1052) 2025-01-08 03:55:24 +03:00
iertis
e560b2057c
Автоматические доступы, что выдаются в зависимости от кода станции (#1004)
* init

* optimization

* some fixes

* checks

* almost ready

* fixes

* oops

* вроде бесполезная проверка

* final

* забыл

* перфекционизм

* varden

* uh
2025-01-07 00:05:32 +03:00
TemporalOroboros
df1dcb74ac
Dewarns access (#16666)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2023-07-23 14:19:51 +10:00
metalgearsloth
1e30848cf7
Add a debug overlay for accessreaders (#9681)
> didnt pjb have issues with doing the control stuff in an overlay and just wanted direct texture draw

I ended up doing dis.
2022-09-14 19:33:25 +10:00
Leon Friedrich
b675bdb789
Move Access & AccessReader to shared. (#5798)
* git mv

* Move Access Component & system.

- Name space changes
- Rename AccessReader to AccessReaderComponent
- Also need an abstract TryGetSlot function for SharedInventoryComponent

* better TryGetSlot

* Ah yes, tests exist.
2021-12-25 20:07:28 -08:00
Alex Evgrashin
a3f16295ea
Move Access to ECS (#4826)
* Moved access to ecs

* Fixed tests

* Moved test to integration

* Better IoC

* Moved preset ID card

* Moved id card to ECS

* Moved access component to ECS

* Fixed pda access

* Final touches

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2021-10-22 13:31:07 +11:00