phidias and GitHub
3a8d83f981
research changes ( #430 )
...
* Add event handlers for research reversed and queued
* Update roles.lua
* Remove bonus inventory settings from research.lua
Removed bonus inventory configuration for mining productivity.
* Update en.cfg
* Update zh-CN.cfg
* Update zh-TW.cfg
* Update research.lua
* Delete exp_scenario/module/commands/research.lua
* Update quick_actions.lua
* Update research.lua
* Update research.lua
* Update research.lua
2026-06-26 11:56:24 +01:00
21779988f0
lawnmower changed to selection ( #434 )
...
* Update lawnmower.lua
* Update quick_actions.lua
* Update lawnmower.lua
* update locale
* Update lawnmower.lua
* Fix game.get_player
---------
Co-authored-by: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com >
2026-06-26 11:54:05 +01:00
d548cebc17
repair add quick action, changed to selection ( #437 )
...
* Update repair.lua
* Update repair.lua
* Update quick_actions.lua
* Update en.cfg
* Update repair.lua
* Refactor repair command to use area selection
* Update en.cfg
* Fixes
---------
Co-authored-by: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com >
2026-06-26 11:43:09 +01:00
2a1a5c952b
home add quick action ( #436 )
...
* Update home.lua
* Update quick_actions.lua
---------
Co-authored-by: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com >
2026-06-25 23:15:31 +01:00
phidias and GitHub
aa7fe73bb0
vlayer info add quick action ( #438 )
...
* Update vlayer.lua
* Add vlayer command to quick actions
2026-06-25 23:14:14 +01:00
phidias and GitHub
7c9d47b6db
remove landfill blueprint ( #433 )
...
* Delete exp_scenario/module/gui/landfill_blueprint.lua
* Update control.lua
* Update roles.lua
* Update en.cfg
* Update zh-CN.cfg
* Update zh-TW.cfg
2026-06-24 21:34:51 +01:00
dc015bc609
bonus changes ( #429 )
...
* Delete exp_legacy/module/modules/data/bonus.lua
* Update _file_loader.lua
* Update roles.lua
* Update bonus.lua
* Update player_bonus.lua
* Update bonus.lua
---------
Co-authored-by: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com >
2026-06-24 21:30:46 +01:00
Cooldude2606
05cb831b30
Update Locales
2026-06-20 16:43:26 +01:00
Cooldude2606
05b586fb8c
Align names and call patterns to best practice
2026-06-20 16:35:44 +01:00
bbassie and Claude Opus 4.8
8f6d6e1caa
Fix milestone lint warning in rocket info gui
...
Narrow the milestone loop variable with a type check instead of an
@cast, which tripped cast-type-mismatch because the milestones config
mixes the show_milestones flag in with the numbers.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-19 20:05:48 +00:00
bbassie and Claude Opus 4.8
0ead1a51f9
Use gui force data and add_row pattern for rocket info
...
Address review feedback: store the per-force rocket stats, launch times
and silos on the container's force data instead of a separate storage
registration, and rebuild the stats, milestone and progress tables with
add_row/refresh_row helpers that update label references in place.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-18 18:53:23 +00:00
bbassie and Claude Opus 4.8
1fcf351566
Migrate rocket info gui to scenario and fix for Space Age
...
Port modules/gui/rocket-info into exp_scenario/gui/rocket_info using the
new exp_gui element API, matching the other scenario guis. The per-force
stats, launch times and silo tracking from the legacy control module are
folded into the gui module.
- Drop the removed auto/remote launch controls and count launches via
on_cargo_pod_finished_ascending instead of the old launch event
- Add the exp-gui_rocket-info locale section
- Disable the legacy module in the file loader and re-enable the
gui/rocket-info role permission
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-18 00:18:37 +00:00
Cooldude2606
620161938f
Refactor readme gui
2026-05-13 23:31:33 +01:00
Cooldude2606 and GitHub
550cf09967
Refactor task list ( #414 )
2025-12-15 14:52:27 +00:00
Cooldude2606 and GitHub
9bd699ebf1
Refactor legacy addons into Clusterio format ( #413 )
...
* Refactor custom start
* Refactor afk kick
* Fix use of assert get player
* Refactor chat popup
* Refactor chat auto reply
* Refactor help bubbles
* Refactor damage popups
* Refactor death markers
* Refactor deconstruction log
* Remove FAGC logging
* Refactor discord alerts
* Refactor insert pickup
* Refactor inventory clear
* Refactor extra logging
* Refactor nuke protection
* Refactor pollution grading
* Refactor protection jail
* Refactor report jail
* Refactor mine depletion
* Refactor degrading tiles
* Refactor station auto name
* Refactor spawn area
* Refactor fast deconstruction
* Bug Fixes
2025-12-02 18:34:24 +00:00
phidias and GitHub
a45f53bc48
GUI Research Milestone Hide Hidden ( #412 )
2025-12-02 18:33:38 +00:00
Cooldude2606
478de7e42d
Fix no player character during bonus reset
2025-09-16 21:08:12 +01:00
Cooldude2606
06d98458d4
Fix module table row data not being cleared
...
Fixes : #411
2025-09-04 14:01:44 +01:00
Cooldude2606
5bd6183bb3
Fix desync of online_player_dropdown._player_names
...
Fixes : #410
2025-09-04 11:38:05 +01:00
Cooldude2606 and GitHub
27a2feaae9
Refactor Selection Util ( #409 )
...
* Add Selection to ExpUtil
* Convert modules to use new lib
* Bug Fixes
2025-09-04 10:54:55 +01:00
Cooldude2606
85c7cce740
Fix uninitialised data in research milestones
...
Fixes : #407
2025-09-01 19:29:17 +01:00
Cooldude2606
688a6dda18
Fix uninitialised data in player bonus
...
Fixes : #406
2025-08-30 20:18:37 +01:00
Cooldude2606 and GitHub
7ab721b4b6
Refactor some of the Guis from the legacy plugin ( #399 )
...
* Fix bugs in core and add default args to Gui defs
* Refactor production Gui
* Refactor landfill blueprint button
* Fix more bugs in core
* Consistent naming of new guis
* Refactor module inserter gui
* Refactor surveillance gui
* Add shorthand for data from arguments
* Make element names consistent
* Add types
* Change how table rows work
* Refactor player stats gui
* Refactor quick actions gui
* Refactor research milestones gui
* Refactor player bonus gui
* Refactor science production gui
* Refactor autofill gui
* Cleanup use of aligned flow
* Rename "Gui.element" to "Gui.define"
* Rename Gui types
* Rename property_from_arg
* Add guide for making guis
* Add full reference document
* Add condensed reference
* Apply style guide to refactored guis
* Bug fixes
2025-08-29 14:30:30 +01:00