-
-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DNM] 516 relay screen_loc #13713
base: master
Are you sure you want to change the base?
[DNM] 516 relay screen_loc #13713
Conversation
Changelog status: 🔘 No changelog |
for(var/atom/movable/screen/render_plane_relay/relay in screen) | ||
relay.screen_loc = relay_loc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
тут проблема с камерами, у всех /atom/movable/screen/map_view
сбрасывается плейн на уровень игры, т.к. byond использует переменную одновременно и для координат, и для экрана.
TauCetiClassic/code/_onclick/hud/rendering/plane_master.dm
Lines 31 to 34 in b17704f
if(map_view) | |
assigned_map = map_view | |
// don't use fixed size, it can break map_view scaling | |
screen_loc = "[map_view]:1,1" |
думаю костыль с проверкой версии клиента можно было бы вытащить в /atom/movable/screen/plane_master/atom_init()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
атом_инит не совсем подходит, потому что плейны (за исключением камер) всего раз создаются и хранятся, а игрок может зайти с 515 и перезайти с 516
закоммитил фикс, реле теперь должно нормально на камерах сидеть
Описание изменений
реле теперь крепляется в нужной точке
при каждом моб логине по всем реле проходится и выставляется позиция в зависимости от версии бьенда игрока, чтобы оставить 515 совместимость и исключить случаи перезахода пользователя с разными версиями
это не очень правильно, но с релизом 516 можно будет удалить это
но сейчас это только для тмов в связке с #13712
Почему и что этот ПР улучшит
игра будет работать на 516
Авторство
Чеинжлог