Will Berry
efeb2d5c8b
Fix invalid reference
2023-03-10 13:29:22 -05:00
Will Berry
de9b2c0571
Merge branch 'make-gui-work' into gui-trains-tab
2023-03-10 13:06:08 -05:00
Will Berry
42c1285dba
Prevent crash for attempting to move camera to a surface different than the camera is currently on
2023-03-10 13:05:55 -05:00
Will Berry
a16a5fc015
Add logic from upstream to only refresh train tab if selected and allow for query limt
2023-03-10 12:48:43 -05:00
Will Berry
23d65bdabe
Merge branch 'make-gui-work' into gui-trains-tab
2023-03-10 12:42:44 -05:00
Will Berry
458ef89f58
Add query limit per-player setting to limit results in Stations/Trains GUI tabs
2023-03-10 12:39:39 -05:00
Will Berry
9343d06620
Only refresh open tab and exclude virtual signals from provided/requested on stations tab
2023-03-10 10:19:30 -05:00
Will Berry
8d182cbc3b
Fix invalid train object reference by validating train is valid before adding it to the list
2023-03-10 09:33:26 -05:00
Will Berry
fd3d62ea9d
Trains tab initial testing
2023-03-09 16:45:14 -05:00
Will Berry
118f8c9eb2
Added startup mod setting to disable/enable manager in the event it causes crashes or UPS issues so that it can be "optional"
2023-03-09 14:47:50 -05:00
Will Berry
c178555343
Reverted the half-baked remote interface and added a command instead to recreate the window
2023-03-09 14:32:17 -05:00
Will Berry
5342e80183
Removed manager window from being recreated every open and close and added remote interface to manually rebuild it for people who have already run the migration that initializes it
2023-03-09 13:45:43 -05:00
Will Berry
7aeab43598
Changed default for network filter to be nothing rather than network each
2023-03-09 13:24:23 -05:00
Will Berry
547bb93390
Fix crash condition on station with non-virtual signal for network
2023-03-09 12:59:37 -05:00
Will Berry
7d60f9412a
Attempt to fix reported crash __cybersyn__/scripts/gui/stations.lua:110: bad argument #2 of 3 to 'btest' (number expected, got nil)
2023-03-09 12:09:16 -05:00
Will Berry
c55a5fc79d
Add mod setting, add click handlers for station tab
2023-03-09 11:27:54 -05:00
Will Berry
38770b67bd
fix incorrect default signal name
2023-03-08 12:53:04 -05:00
Will Berry
838f6f50b2
attempt to fix reported crash
2023-03-08 12:04:20 -05:00
Will Berry
4927539d75
Everything but configurable mod settings should be good to go, potential release candidate.
2023-03-07 16:38:08 -05:00
Will Berry
d5fb6417fa
Minor refactoring, fixed localization for EN on GUI, added incompatibility with LtnManager due to potential issues with collisions, renamed some LtnManager references in code.
2023-03-07 11:34:09 -05:00
Will Berry
732d63d65b
Modify GUI tick rate to 10s from 1s and refactor some of the stations code with improvements from inventory
2023-03-06 13:02:50 -05:00
Will Berry
af5f606cbb
MVP Stations and Inventory tabs
2023-03-06 12:47:09 -05:00
Will Berry
7e745232bc
BEHOLD, the magical duplicating inventory
2023-03-05 23:07:13 -05:00
Will Berry
f8756efbae
missed staging file
2023-03-05 15:37:39 -05:00
Will Berry
a1798d238e
Stations tab mostly working (control signals need virtual signal sprite paths figured out)
2023-03-05 15:32:18 -05:00
mamoniot
e593304d13
saved progress
2023-03-03 16:10:42 -05:00
mamoniot
c3b2502b87
got ltn manager to open the manager
2023-03-03 15:45:23 -05:00
mamoniot
95833e68ee
fixed crash
2023-02-05 18:49:52 -05:00
mamoniot
f679f6b72f
Merge branch 'main' into experimental
2023-02-04 16:58:31 -05:00
Will Berry
e55b882fd2
Add loader-1x1 support for auto station layout
2023-01-30 12:29:22 -05:00
monica
90dc69bd02
refactored stations
2023-01-14 23:13:02 -05:00
monica
ad4cb7d23e
fixed layout bug and added german
2023-01-11 14:37:14 -05:00
monica
9de913536a
save for 1.2.10
2023-01-11 09:45:11 -05:00
monica
e6c23626c4
fixed typo bug
2023-01-10 10:06:37 -05:00
monica
2ecbace069
changed provider priority
2023-01-10 10:03:34 -05:00
monica
368046c3aa
fixed crash
2023-01-10 09:48:00 -05:00
monica
94c015e121
changed minor issues
2023-01-10 09:46:10 -05:00
monica
ff3ae9c317
fixed crash
2023-01-09 17:11:20 -05:00
monica
ca8dc6c6cf
removed unused setting
2023-01-09 11:14:59 -05:00
monica
73589b5c81
fixed a depot crash
2023-01-09 10:57:55 -05:00
monica
00850789a9
fixed duplicate registry bug
2023-01-08 22:32:20 -05:00
monica
16ff3db534
updated changelog
2023-01-07 19:59:51 -05:00
monica
c3bcb5efbe
fixed gui
2023-01-07 19:59:51 -05:00
monica
1fc464055e
added valid checking
2023-01-07 19:59:51 -05:00
monica
2e0216a351
removed hotkey
2023-01-07 19:59:51 -05:00
monica
e7446e11c1
fixed failed delivery bug
2023-01-07 19:59:51 -05:00
monica
1821dc1ccc
merged gui
2023-01-07 19:59:51 -05:00
Monica Moniot
b144a06f1a
1.2.8 ( #28 )
...
Version: 1.2.8
Date: 2022-1-5
Features:
- Improved placeholder cybernetic combinator art
- Added a wagon control setting to bar unfiltered slots in adjacent cargo wagons
- Added a setting and keybind for toggling on or off the central planner
Changes:
- Sped up the rate at which copy-paste by blueprint will be noticed
Bugfixes:
- Fixed a bug with combinators sometimes failing to connect with train stops
- Fixed wagon control combinators outputting wagon contents after inserters have already taken out items
- Fixed a rare crash on world migration
Scripting:
- Added missing return values to some interface functions
- Migrated to non-deprecated flib modules
2023-01-06 19:24:24 -05:00
Monica Moniot
9014c834f2
1.2.7 ( #24 )
2023-01-01 13:28:39 -05:00
Monica Moniot
e2a05db7ec
Experimental ( #23 )
...
1.2.6
2022-12-31 12:16:19 -05:00