Radar changes, again#34
Merged
Merged
Conversation
fox76055
marked this pull request as draft
July 11, 2026 18:25
fox76055
marked this pull request as ready for review
July 12, 2026 03:54
Co-authored-by: starch <starchpersonal@gmail.com>
у администраций нету прав, поэтому просят так грузить
Pcolik505
requested changes
Jul 12, 2026
Pcolik505
left a comment
Collaborator
There was a problem hiding this comment.
Я так понимаю, это не Монолитовские изменения, так что комментарии.
Comment on lines
+147
to
+158
| private void OnIFFTogglePressed(BaseButton.ButtonEventArgs args) | ||
| { | ||
| NavRadar.ShowIFF ^= true; | ||
| args.Button.Pressed = NavRadar.ShowIFF; | ||
| } | ||
|
|
||
| private void OnDockTogglePressed(BaseButton.ButtonEventArgs args) | ||
| { | ||
| NavRadar.ShowDocks ^= true; | ||
| args.Button.Pressed = NavRadar.ShowDocks; | ||
| } | ||
|
|
Collaborator
There was a problem hiding this comment.
Suggested change
| private void OnIFFTogglePressed(BaseButton.ButtonEventArgs args) | |
| { | |
| NavRadar.ShowIFF ^= true; | |
| args.Button.Pressed = NavRadar.ShowIFF; | |
| } | |
| private void OnDockTogglePressed(BaseButton.ButtonEventArgs args) | |
| { | |
| NavRadar.ShowDocks ^= true; | |
| args.Button.Pressed = NavRadar.ShowDocks; | |
| } | |
| # LuaM-start: | |
| private void OnIFFTogglePressed(BaseButton.ButtonEventArgs args) | |
| { | |
| NavRadar.ShowIFF ^= true; | |
| args.Button.Pressed = NavRadar.ShowIFF; | |
| } | |
| private void OnDockTogglePressed(BaseButton.ButtonEventArgs args) | |
| { | |
| NavRadar.ShowDocks ^= true; | |
| args.Button.Pressed = NavRadar.ShowDocks; | |
| } | |
| # LuaM-end. | |
Pcolik505
requested changes
Jul 12, 2026
Contributor
Author
|
@Pcolik505 это монолит |
Contributor
Author
|
посмотри ссылку на прку которую я оставил |
Collaborator
Пардон, я по коммиту сверял. Тогда мердж. |
Pcolik505
approved these changes
Jul 12, 2026
Contributor
Author
ниче, бывает |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
О пулл-реквесте
Revert IFF кнопки с форджа, и перенос с адаптацией с монолита: Monolith-Station/Monolith#4248
Порт с монолита отображения области скана тепловой сигнатуры и направления полёта ракеты: Monolith-Station/Monolith#4232
Обоснование / Баланс
не выбивается со стилистики UI, и всё таки попросили отключение отображения стыковочных шлюзов
Как протестировать
Зайти в консоль управления огнём.
Медиа
Требования
Критические изменения
нету
Журнал изменений
🆑