From df80508592c7cc562d9da05a6061688d0b28e30c Mon Sep 17 00:00:00 2001 From: sasha80 Date: Mon, 16 Mar 2026 15:40:56 +0300 Subject: [PATCH 1/3] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5.=20=D0=9B=D0=B8=D1=88=D0=BD=D0=B5?= =?UTF-8?q?=D0=B5=20=D0=B4=D0=B5=D0=B9=D1=81=D1=82=D0=B2=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- table/table.gd | 1 - 1 file changed, 1 deletion(-) diff --git a/table/table.gd b/table/table.gd index 535fe6eb..de9c3aca 100644 --- a/table/table.gd +++ b/table/table.gd @@ -430,7 +430,6 @@ func set_header(header_types: Array): else: var childrens = header.get_children() for node in childrens: - childrens.erase(node.name) childrens.remove_child(node) node.queue_free() for i_col in columns: From 97bbd8562241667e5e42f6d772496e77b8a65fac Mon Sep 17 00:00:00 2001 From: sasha80 Date: Mon, 16 Mar 2026 16:25:39 +0300 Subject: [PATCH 2/3] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0.=20=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=B2=D0=B0=D0=B6=D0=BD=D0=BE=D0=B5=20=D1=83?= =?UTF-8?q?=D1=82=D0=BE=D1=87=D0=BD=D0=B5=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ae13f24..471b59ca 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,12 @@ - В среде **Windows** запуск скрипта [`git-hooks-config.sh`](git-hooks-config.sh) производить из оболочки `git bash` - При необходимости обновить [`settings.json`](settings.json) - Использовать выражения вида `ProjectSettings.set_setting('application/config/%s' % key_name` -и `ProjectSettings.get_setting('application/config/%s % key_name)` для доступа к настройкам. + и `ProjectSettings.get_setting('application/config/%s % key_name)` для доступа к настройкам. - `key_name` брать из таблицы `res://scenes/настройки/настройки.gd/SETTING_TABLE` - Следовать [общим правилам](http://gitea.srez.local:3000/sasha80/dev-manual). +- **Windows**: убедиться, что исполняемый файл не заблокирован в брандмауэре. + Обычно блокировка происходит автоматически, а отмена блокировки требует + вмешательства пользователя. # Ссылки на составные части From 86716437cf45d0b46b8620f015de3156a71d9052 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Thu, 19 Mar 2026 16:39:15 +0300 Subject: [PATCH 3/3] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=BA=D0=B0.=20WIP=20=D0=9E=D1=82=D0=BE=D0=B1=D1=80=D0=B0?= =?UTF-8?q?=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=BB=D0=B0=D1=81=D1=82?= =?UTF-8?q?=D0=B5=D1=80=D0=B0=20=D0=B2=20=D1=82=D0=B0=D0=B1=D0=BB=D0=B8?= =?UTF-8?q?=D1=86=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 471b59ca..cbeaf623 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ - [ПО 5П28 Пульт П16](http://gitea.srez.local:3000/MaD_CaT/imi-5p28) - [ПО 5П28 АКНГ](http://gitea.srez.local:3000/sasha80/imi-5p28-navi) - [Трасса](http://gitea.srez.local:3000/lepshiy/imi-trassa) +- [Информационный ЭМС](http://gitea.srez.local:3000/MaD_CaT/mp550_imi_emstg) # Автоматизация тестирования