Commit Graph

63 Commits

Author SHA1 Message Date
Zoryn
609db0ebda migrate global to storage 2024-10-22 10:51:51 -04:00
Zoryn
9be06a4487 migrate __flib__.gui-lite to __flib__.gui 2024-10-22 10:49:28 -04:00
Freya Arbjerg
14be7dcfa0 Ensure manager is initialised upon migration 2023-09-26 17:03:16 +02:00
Monica Moniot
1ffea7ca33 Merge pull request #115 from Shadowvoices/manager-gui/improve-signals-and-thresholds
Manager GUI: improve control signals and thresholds
2023-09-24 18:22:11 -04:00
Monica Moniot
14a6ccaae1 Merge pull request #105 from PeteyPii/issue-104
Issue 104: Don't crash when clicking on combinator when the GUI is open
2023-09-24 18:11:46 -04:00
Shadowsvoices
82fd7fcac0 manager gui inventory: only include requests GTEQ threshold 2023-09-10 23:52:24 +02:00
Shadowsvoices
bd28d8a3fc manager gui stations: include station control signals in control signal column 2023-09-10 23:49:42 +02:00
Patrick Wrobel
204ec6391b Fix escape and E not closing the combinator GUI when the manager is enabled 2023-06-23 02:07:16 -04:00
Mjonir
b7bdc86527 Fix: getting player_index from the proper places 2023-06-06 17:53:40 +02:00
Mjonir
756d203674 Add files via upload 2023-06-06 15:56:20 +02:00
mamoniot
f0d8c2e430 added additional fixes to migrations 2023-05-01 06:35:42 -04:00
mamoniot
59eb580eb5 moved migration logic into manager 2023-05-01 06:26:20 -04:00
Monica Moniot
23d5b65446 Merge pull request #69 from mamoniot/beta-close-manager-gui-with-e-and-esc
Bind the on_gui_closed event for manager_window
2023-04-30 14:26:41 -04:00
Will Berry
32d20b9465 Attempted bugfix for NRE when e.element is nil 2023-04-04 16:17:27 -04:00
Will Berry
704acf3850 Add fallback value in GUI sprite button tooltips for entity prototypes 2023-04-04 11:53:23 -04:00
Will Berry
7c61dcff18 Bind the on_gui_closed event for manager_window 2023-04-03 15:16:24 -04:00
Will Berry
3fc82e00d1 Remove superfluous conditional added prior to realizing filter can be cleared by right-clicking 2023-03-29 15:34:18 -04:00
Will Berry
1f71afaf4e addresses bug report (experimental) Non-recoverable error clearing network filter in GUI, reset_player crash on loading save 2023-03-23 10:51:34 -04:00
mamoniot
d6e994baaf fixed massive number of things 2023-03-21 11:02:50 -04:00
Will Berry
de18519265 Trains Tab v1 2023-03-17 21:17:56 -04:00
Will Berry
634dadcae4 Merge branch 'experimental' into experimental-gui 2023-03-14 23:08:23 -04:00
Will Berry
b498ae2245 Remove buttons from GUI window that aren't hooked up (refresh/pin) 2023-03-14 22:04:43 -04:00
Will Berry
28c489eae5 Remove shortcut when GUI is disabled and enable keybind 2023-03-14 21:46:52 -04:00
Will Berry
9275d14a46 Merge branch 'make-gui-work' into gui-trains-tab 2023-03-10 20:36:33 -05:00
Will Berry
c75ba3a517 re-implemented item search via choose-elem-button for exact matching regardless of locale 2023-03-10 20:20:44 -05:00
Will Berry
3aa3eb970a Allow partial match on train item search 2023-03-10 19:42:23 -05:00
Will Berry
a9d4a22310 Merge branch 'make-gui-work' into gui-trains-tab 2023-03-10 19:38:31 -05:00
Will Berry
0cd1292ed6 appears successful 2023-03-10 19:37:31 -05:00
Will Berry
4be0ab2004 Fix invalid reference 2023-03-10 19:25:49 -05:00
Will Berry
726b8162be Potential item search implementation 2023-03-10 13:57:28 -05:00
Will Berry
6a89b5162c Merge branch 'make-gui-work' into gui-trains-tab 2023-03-10 13:30:35 -05:00
Will Berry
681358705f fix invalid reference 2023-03-10 13:29:59 -05:00
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
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