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
8190b2165d
mine depletion ( #439 )
...
* Update mine_depletion.lua
* Update miner.lua
* Update mine_depletion.lua
* Compatibility with 2.0 and 2.1
---------
Co-authored-by: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com >
2026-06-26 11:37:00 +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 and GitHub
73e53a656d
Merge pull request #418 from Cooldude2606/gui/readme
...
Refactor readme gui
2026-05-19 22:21:34 +01:00
Cooldude2606
620161938f
Refactor readme gui
2026-05-13 23:31:33 +01:00
1a561f9d1d
extra_logging spaces and fix to player_died ( #417 )
...
* extra_logging spaces and fix to player_died
* Update extra_logging.lua
* Update extra_logging.lua
* Update extra_logging.lua
* Remove redundant checks
---------
Co-authored-by: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com >
2026-05-13 20:47:02 +01:00
6cbc4e5cfb
fix inventory clear ( #416 )
...
* Update clear_items function to accept player name
* Update inventory_clear.lua
* Update exp_scenario/module/control/inventory_clear.lua
Co-authored-by: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com >
---------
Co-authored-by: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com >
2026-03-27 13:48:53 +00: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
360247d292
Fix surface bonus application
2025-09-21 19:45:42 +01:00
Cooldude2606
478de7e42d
Fix no player character during bonus reset
2025-09-16 21:08:12 +01:00
Cooldude2606 and GitHub
f1f4117e0f
Fix blueprint revive and missing script raise event ( #401 )
...
Fixes : #397
2025-09-05 12:45:55 +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
Cooldude2606
c5b9138e4e
Fix type names for Commands
2025-08-06 16:46:57 +01:00
phidias and GitHub
8b1166a135
Fix wagons being put into automatic mode ( #393 )
2025-05-15 14:22:27 +01:00
phidias and GitHub
5cc99d86d5
Update Tool GUI Locale ( #394 )
...
* Update tool.lua
* Update tool.lua
* Update zh-CN.cfg
* Update zh-TW.cfg
2025-05-15 14:21:57 +01:00
c984907aec
Dual Mode for Waterfill Command ( #391 )
...
* Update waterfill.lua
* Update waterfill.lua
* Update waterfill.lua
* Clean up water fill logic
* Update waterfill.lua
---------
Co-authored-by: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com >
2025-04-26 23:35:25 +01:00
aee15341bd
Update GUI Research Tracker ( #390 )
...
* Update research.lua
* Update research.lua
* Update research.lua
* Format config and move pollution ageing
* Update research.lua
* Update research.lua
* Update research.lua
---------
Co-authored-by: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com >
2025-04-26 23:34:35 +01:00
64b9d0db40
Add asserts to auto research queue ( #385 )
...
* Update research.lua
* Use asserts rather than ignore errors
---------
Co-authored-by: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com >
2025-04-16 20:29:35 +01:00
Cooldude2606 and GitHub
aedc3cff6b
Fix lint errors on new luals version ( #384 )
2025-04-06 17:05:40 +01:00
Cooldude2606
7504043b05
Remove admin_only from get-roles
2025-03-07 14:37:23 +00:00
f84b0adee7
Fix role check in /kill ( #375 )
...
* Update kill.lua
* Update kill.lua
---------
Co-authored-by: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com >
2025-02-06 13:55:27 +00:00
phidias and GitHub
a041fe0a38
Allow Waterfill with Recipe ( #364 )
...
* Update waterfill.lua
* Update en.cfg
* Update zh-CN.cfg
* Update zh-TW.cfg
* Update zh-CN.cfg
* Update zh-TW.cfg
* Update waterfill.lua
* Update waterfill.lua
* Update waterfill.lua
* Update tool.lua
* Update waterfill.lua
2025-02-03 21:43:40 +00:00
phidias and GitHub
7adf4a4477
Add Kill Effect ( #366 )
...
* Update kill.lua
* Update kill.lua
* Update kill.lua
2025-02-03 21:36:40 +00:00
phidias and GitHub
44d025edd6
Fix "repair:6:3439203 'health': real number expected got inf." ( #372 )
2025-02-03 21:25:03 +00:00
phidias and GitHub
420e3cdfca
Fix non english locale issue ( #368 )
...
* Update cheat.lua
* Update zh-CN.cfg
* Update zh-TW.cfg
2025-02-02 22:43:16 +00:00
Cooldude2606
bd6781b3a0
Start converting GUI modules
2025-01-30 00:07:07 +00:00
phidias and GitHub
c1b24f664b
Update waterfill locale ( #360 )
...
* Update en.cfg
* Update zh-CN.cfg
* Update zh-TW.cfg
2025-01-19 23:49:50 +00:00
Cooldude2606
1042897d0f
Fix comparator for all role types
2025-01-03 23:32:34 +00:00
Cooldude2606
7f14fd359b
Fix comparator for lower_role type
2025-01-03 18:10:01 +00:00
phidias and GitHub
6c6a8e03ff
Adjust Auto Research Queued Number ( #345 )
2025-01-02 20:28:58 +00:00
phidias and GitHub
e02e50a17b
Remove rocket requirement for auto research ( #342 )
2024-12-30 19:36:45 +00:00
8c19d67450
Add Tool Gui ( #20 )
...
* Update _file_loader.lua
* Create tool.lua
* Update trains.lua
* Update research.lua
* Fix use of created_entity in events
* Update trains.lua
* Update tool.lua
* Update research.lua
* Update research.lua
* Update tool.lua
* Update research.lua
* Update trains.lua
* Fix waterfill locale
* Fix bug with selection tools and remote view
* Fix tool GUI
* Update tool.lua
---------
Co-authored-by: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com >
2024-12-28 17:29:51 +00:00
65cadc4040
Update Research Milestones ( #17 )
...
* Update research.lua
* Update research.lua
* Update research.lua
* Update research.lua
* Update research.lua
* Update research.lua
* Update research.lua
* Update research.lua
* Update research.lua
* Update research.lua
* Update research.lua
* Update research.lua
* Update research.lua
* Update research.lua
* Fix use of created_entity in events
* Fix to use correct module pattern
---------
Co-authored-by: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com >
2024-12-24 16:17:07 +00:00