Skip to content

Commit 53a1e61

Browse files
committed
Refactor autofill gui
1 parent 9303815 commit 53a1e61

File tree

12 files changed

+435
-410
lines changed

12 files changed

+435
-410
lines changed

exp_gui/module/control.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ function ExpGui._ensure_consistency(event)
175175
if player_elements._debug and event.name == defines.events.on_player_joined_game then
176176
log("ExpGui debug active, clearing gui for: " .. player.name)
177177
player.gui.relative.clear()
178+
player.gui.screen.clear()
178179
player.gui.center.clear()
179180
player.gui.left.clear()
180181
player.gui.top.clear()

exp_legacy/module/config/_file_loader.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ return {
4646
--- GUI
4747
"modules.gui.readme",
4848
"modules.gui.rocket-info",
49-
"modules.gui.autofill",
5049
"modules.gui.task-list",
5150
"modules.gui.warp-list",
5251
"modules.gui.player-list",

exp_legacy/module/locale/en/gui.cfg

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,6 @@ create-footer-header=Create task
7676
edit-footer-header=Edit task
7777
view-footer-header=Task details
7878

79-
[autofill]
80-
main-tooltip=Autofill settings
81-
toggle-section-caption=__1__ __2__
82-
toggle-section-tooltip=Expand Section
83-
toggle-section-collapse-tooltip=Collapse Section
84-
toggle-entity-tooltip=Toggle the autofill of __1__
85-
toggle-tooltip=Toggle the autofill of __1__ into __2__ slots
86-
amount-tooltip=Amount of items to insert into the __1__ slots
87-
invalid=Autofill set to maximum amount: __1__ __2__ for __3__
88-
inserted=Inserted __1__ __2__ into __3__
89-
9079
[warp-list]
9180
main-caption=Warp List [img=info]
9281
main-tooltip=Warp List

exp_legacy/module/locale/zh-CN/gui.cfg

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,6 @@ create-footer-header=加入工作流程
7676
edit-footer-header=修改工作流程
7777
view-footer-header=工作流程細節
7878

79-
[autofill]
80-
main-tooltip=自動填入設定
81-
toggle-section-caption=__1__ __2__
82-
toggle-section-tooltip=擴張欄
83-
toggle-section-collapse-tooltip=收縮欄
84-
toggle-entity-tooltip=自動填入設定 - __1__
85-
toggle-tooltip=自動填入設定 - __2__ 的 __1__
86-
amount-tooltip=自動填入 __1__ 的數量
87-
invalid=自動填入最大值 __1__ __2__ 給 __3__
88-
inserted=自動填入 __1__ __2__ 到 __3__
89-
9079
[warp-list]
9180
main-caption=傳送陣清單 [img=info]
9281
main-tooltip=傳送陣清單

exp_legacy/module/locale/zh-TW/gui.cfg

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,6 @@ create-footer-header=加入工作流程
7676
edit-footer-header=修改工作流程
7777
view-footer-header=工作流程細節
7878

79-
[autofill]
80-
main-tooltip=自動填入設定
81-
toggle-section-caption=__1__ __2__
82-
toggle-section-tooltip=擴張欄
83-
toggle-section-collapse-tooltip=收縮欄
84-
toggle-entity-tooltip=自動填入設定 - __1__
85-
toggle-tooltip=自動填入設定 - __2__ 的 __1__
86-
amount-tooltip=自動填入 __1__ 的數量
87-
invalid=自動填入最大值 __1__ __2__ 給 __3__
88-
inserted=自動填入 __1__ __2__ 到 __3__
89-
9079
[warp-list]
9180
main-caption=傳送陣清單 [img=info]
9281
main-tooltip=傳送陣清單

0 commit comments

Comments
 (0)