Commit Graph

127 Commits

Author SHA1 Message Date
Monica Moniot
f0b8665403 created a clean fix for combinator_update 2023-10-10 19:33:33 -04:00
mamoniot
f82243e7e8 fixed typos 2023-05-01 06:50:08 -04:00
Will Berry
16af2d0fbf Merge pull request #74 from mamoniot/beta-on-nth-tick-collision-fix
Fix edge case where manager script.on_nth_tick could clobber main scr…
2023-04-04 14:52:51 -04:00
Will Berry
31ce9d598e Fix edge case where manager script.on_nth_tick could clobber main script.on_nth_tick 2023-04-04 12:09:16 -04:00
Will Berry
7c61dcff18 Bind the on_gui_closed event for manager_window 2023-04-03 15:16:24 -04:00
mamoniot
4ef0d245c8 fixed allow list logic 2023-03-29 15:19:02 -04:00
Will Berry
01638ab1c8 Adjust manager tick rate setting to double and default of 1 per discord discussion 2023-03-25 12:07:09 -04:00
Monica Moniot
11facd1d24 Merge pull request #50 from rbandl/main
Fixed inaccurate automatic allow-lists in some cases when using loaders
2023-03-24 14:37:38 -04:00
Robert Bandl
251a50d1a7 Fixed inaccurate automatic allow-lists in some cases when using loaders 2023-03-23 16:35:25 +01:00
mamoniot
d6e994baaf fixed massive number of things 2023-03-21 11:02:50 -04:00
Will Berry
28c489eae5 Remove shortcut when GUI is disabled and enable keybind 2023-03-14 21:46:52 -04:00
Will Berry
e498005c85 Button is stuck for now, going to be harder than expected to get rid of it. 2023-03-14 17:04:34 -04:00
Will Berry
d2a8c25ff7 fix missing require for last commit 2023-03-14 14:18:26 -04:00
Will Berry
6203d5ab85 Merge pull request #43 from wdberry/picker-dollies-blocklist-implementation
Prevent Picker Dollies from moving Cybernetic Combinator
2023-03-14 13:28:43 -04:00
Will Berry
8194e9695b Remove GUI button if exists and GUI disabled 2023-03-14 13:18:11 -04:00
Will Berry
028263e46b Prevent Picker Dollies from moving Cybernetic Combinator 2023-03-14 09:06:49 -04:00
mamoniot
5d9d8ca442 Merge branch 'experimental' of github.com:mamoniot/project-cybersyn into experimental 2023-03-13 17:37:49 -04:00
mamoniot
0fc9f40d14 fixed SE compat bug 2023-03-13 17:36:46 -04:00
Will Berry
25e7622c09 Merge remote-tracking branch 'origin/experimental' into make-gui-work 2023-03-13 15:32:09 -04:00
mamoniot
9e485a2de0 fixed bug where stations had nil network flags 2023-03-13 15:23:23 -04: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
c55a5fc79d Add mod setting, add click handlers for station tab 2023-03-09 11:27:54 -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
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
a1798d238e Stations tab mostly working (control signals need virtual signal sprite paths figured out) 2023-03-05 15:32:18 -05:00
mamoniot
c3b2502b87 got ltn manager to open the manager 2023-03-03 15:45:23 -05:00
Will Berry
e55b882fd2 Add loader-1x1 support for auto station layout 2023-01-30 12:29:22 -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
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 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
b8a6f5fb97 1.2.5 Experimental (#22)
* prepared for 1.2.2

* updated todo

* fixed bad code

* made wagon control spread out items

* updated changelog

* implemented disabled inactivity condition

* added depot settings

* added a bunch of settings

* fixed a crash from network each

* started adding network each to depots

* finished adding network each to depots

* improved defaults

* added capacity priority

* fixed se bugs

* updated changelog

* flipped sign of outputs

* fixed migrations

* added support for cargo at depots

* fixed crash

* improved allow cargo in depots

* fixed changelog

* fixed migration

* finished testing new features

* added more map settings

* updated readme

* updated locale

* updated readme

* updated readme

* bugfixes

* updated version

* added migration

* fixed crash

* 1.2.4

* 1.2.5 bugfix

* fixed migration version
2022-12-30 15:51:16 -05:00
Monica Moniot
7d2f0c2ccd Experimental 1.2.2 (#21)
---------------------------------------------------------------------------------------------------
Version: 1.2.2
Date: 2022-12-29
  Features:
    - Added a station combinator setting to enable or disable the inactivity condition in a train's orders, disabled by default (but not in <=1.2.1 worlds)
    - Added a depot combinator setting to enable depot bypass, enabled by default
    - Added a depot combinator setting to force trains to park at the same depot, enabled by default
    - Added network "each" for depots
    - Added a map setting to modify the default locked slots per cargo wagon value
    - Added a map setting to modify the default priority value
    - Added a map setting to allow trains with cargo at depots, disabled by default
  Changes:
    - Inverted the sign of combinator outputs, a map setting has been added to maintain backwards compatibility with <=1.2.1 worlds
    - Overhauled the wagon control combinator algorithm to spread items out between cargo wagons
    - Trains with cargo held in the depot now check if they have been emptied and reset when they have
    - Cargo capacity is now prioritized over distance when choosing trains
    - Increased the default request threshold to 2000
    - Improved English localization
  Bugfixes:
    - Fixed a bug where trains with cargo sometimes weren't getting held at depots
    - Fixed a crash caused by changing a station combinator to the "each" network during a bad tick
    - Fixed a crash when changing a refueler away from network each
    - Multiple rare bugs and crashes relating to wagon control combinators are fixed
    - Fixed a bug with refueler direct orders not being applied after moving through a space elevator
    - Fixed a bug where filtered slots sometimes weren't being removed
---------------------------------------------------------------------------------------------------
2022-12-29 11:02:07 -05:00
mamoniot
c48d1d3025 fixed bug 2022-12-25 16:28:21 -05:00
mamoniot
0af27a5225 begun work on 1.2.1 2022-12-24 20:13:22 -05:00
mamoniot
de5f465910 fixed inconsistent naming 2022-12-23 22:13:42 -05:00
mamoniot
96baf62c39 improved SE compat 2022-12-23 20:48:20 -05:00
mamoniot
9282c09267 fixed display bug 2022-12-23 17:29:53 -05:00
mamoniot
a4694742f8 fixed display bug 2022-12-23 17:06:52 -05:00
mamoniot
13eefd8f16 improved refueler everything logic 2022-12-23 10:22:08 -05:00
mamoniot
be849acb43 added an "everything" network 2022-12-23 08:52:55 -05:00
mamoniot
4d6b4997d9 added provide threshold override 2022-12-22 21:43:12 -05:00
mamoniot
25d386fcd9 fixed bug 2022-12-17 11:58:44 -05:00
mamoniot
915ed0b0f2 fixed false positive bug 2022-12-17 11:48:35 -05:00
mamoniot
71b21c9b3c added nullius compat 2022-12-16 09:51:59 -05:00
Monica Moniot
bbb68c16b8 fixed minro display bugs 2022-12-11 12:46:31 -05:00
Monica Moniot
64e3170456 fixed a crash 2022-12-08 22:01:08 -05:00
Monica Moniot
f604209d14 fixed style 2022-12-08 21:52:51 -05:00