Commit Graph

112 Commits

Author SHA1 Message Date
Cooldude2606
bd6781b3a0 Start converting GUI modules 2025-01-30 00:07:07 +00:00
8f230bb393 . 2025-01-28 20:47:08 +09:00
97c6f7f3c3 . 2025-01-28 20:31:44 +09:00
be6ccb27f1 . 2025-01-28 20:21:14 +09:00
1d4af30843 . 2025-01-28 19:49:14 +09:00
8ae03a7ee1 . 2025-01-28 18:03:50 +09:00
ddd6dc474f . 2025-01-28 18:03:36 +09:00
d475a55460 . 2025-01-28 17:55:04 +09:00
4bc18e10f5 . 2025-01-28 17:09:27 +09:00
d002eeaf54 Add option for vlayer on space platforms (#365)
* Update vlayer.lua

* Update vlayer.lua

* Update vlayer.lua
2025-01-24 15:43:03 +00:00
c00f5b54a8 . 2025-01-23 22:17:26 +09:00
bf29c1ccd9 . 2025-01-23 22:14:32 +09:00
4ebb6275bb Add follower robot count to research gui (#363) 2025-01-21 21:08:36 +00:00
30f9e32550 . 2025-01-21 19:05:14 +09:00
3c876d4873 . 2025-01-20 22:54:38 +09:00
7369386725 Fix incorrect research names (#358) 2025-01-19 23:48:27 +00:00
f9405b930d . 2025-01-16 14:06:51 +09:00
74fc233f1a Fix GPS tag for vlayer interfaces (#355)
* Update vlayer.lua

* Update vlayer.lua

* Update vlayer.lua

* Update vlayer.lua

* Update vlayer.lua

* Update vlayer.lua
2025-01-15 20:37:34 +00:00
736df61152 . 2025-01-15 12:44:37 +09:00
8b67491d8c . 2025-01-12 03:26:24 +09:00
a6ddf0c427 . 2025-01-11 22:09:35 +09:00
6b0949047e vlayer 2.0 compatible (#353)
* Update vlayer.lua

* Update vlayer.lua

* Update vlayer.lua

* Update vlayer.lua

* Update vlayer.lua
2025-01-10 18:08:22 +00:00
397661728f . 2025-01-09 23:21:54 +09:00
f1868e883c . 2025-01-09 14:42:32 +09:00
b9de395a44 . 2025-01-09 03:49:22 +09:00
46bb73b927 . 2025-01-09 03:44:56 +09:00
c168095249 . 2025-01-09 03:37:46 +09:00
a02975853d . 2025-01-09 03:26:12 +09:00
7e7bf5708c . 2025-01-08 23:40:30 +09:00
723f535ab6 . 2025-01-07 22:55:27 +09:00
155721938e . 2025-01-07 18:15:43 +09:00
b60045d70e Merge branch 'explosivegaming:main' into aperx 2025-01-05 04:07:09 +09:00
e64824d3a9 Change names of logistics containers (#346)
* Update vlayer.lua

* Change all other occurrences

---------

Co-authored-by: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com>
2025-01-04 18:20:48 +00:00
9a82000792 . 2025-01-01 18:49:16 +09:00
b31caf6c85 Add surface area bar to vlayer (#336)
* Update vlayer.lua

* Update vlayer.lua

* Update vlayer.lua

* Update vlayer.lua

* Update vlayer.lua
2024-12-31 19:15:48 +00:00
a991142279 . 2024-12-31 15:12:26 +09:00
6d6e44f0da . 2024-12-31 13:42:37 +09:00
15141e98e0 . 2024-12-31 02:58:15 +09:00
43f61909e8 . 2024-12-30 18:25:03 +09:00
3e4318fcab . 2024-12-29 23:30:30 +09:00
47e900f735 . 2024-12-29 23:29:44 +09:00
d88def830f . 2024-12-29 14:16:50 +09:00
b32e854398 . 2024-12-29 14:12:50 +09:00
e9f82db154 . 2024-12-29 14:10:55 +09:00
f5d548e709 . 2024-12-29 14:04:13 +09:00
25289fd606 Update Module Gui to 2.0 (#13)
* Update module.lua

* Update research.lua

* Update research.lua

* Update research.lua

* Update research.lua

* Update research.lua

* Update research.lua

* Update module.lua

* Update module.lua

* Update module.lua

* Update module.lua

* Update gui.cfg

* Update module.lua

* Fix use of created_entity in events

* Update module.lua

* Improvements using 'module_slots' property

* Add quality support

---------

Co-authored-by: Cooldude2606 <25043174+Cooldude2606@users.noreply.github.com>
2024-12-28 17:53:08 +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
Cooldude2606
cf6a584508 Fix remote interfaces in adv start 2024-12-20 22:09:26 +00:00
Cooldude2606
bafc8215c1 Fix CI and remove factorio control (#15) 2024-12-06 12:39:19 +00:00