Commit Graph

  • d6e994baaf fixed massive number of things mamoniot 2023-03-21 11:02:50 -04:00
  • ac11e6f40a Merge pull request #46 from mamoniot/experimental Monica Moniot 2023-03-21 09:01:34 -04:00
  • 999f4cf828 Update changelog Will Berry 2023-03-17 21:22:39 -04:00
  • ac110fe450 Merge pull request #47 from mamoniot/experimental-gui Will Berry 2023-03-17 21:19:19 -04:00
  • de18519265 Trains Tab v1 Will Berry 2023-03-17 21:17:56 -04:00
  • 634dadcae4 Merge branch 'experimental' into experimental-gui Will Berry 2023-03-14 23:08:23 -04:00
  • 2be17e28ca Corrected changelog (inventory, not trains) Will Berry 2023-03-14 22:10:52 -04:00
  • b498ae2245 Remove buttons from GUI window that aren't hooked up (refresh/pin) Will Berry 2023-03-14 22:04:43 -04:00
  • 28c489eae5 Remove shortcut when GUI is disabled and enable keybind Will Berry 2023-03-14 21:46:52 -04:00
  • e498005c85 Button is stuck for now, going to be harder than expected to get rid of it. Will Berry 2023-03-14 17:04:34 -04:00
  • a9543a4b06 Merge pull request #45 from mamoniot/experimental Will Berry 2023-03-14 14:19:08 -04:00
  • d2a8c25ff7 fix missing require for last commit Will Berry 2023-03-14 14:18:26 -04:00
  • 79ecfb7683 Merge pull request #44 from mamoniot/experimental Will Berry 2023-03-14 13:29:09 -04:00
  • 6203d5ab85 Merge pull request #43 from wdberry/picker-dollies-blocklist-implementation Will Berry 2023-03-14 13:28:43 -04:00
  • 8194e9695b Remove GUI button if exists and GUI disabled Will Berry 2023-03-14 13:18:11 -04:00
  • 634fe010c2 updated date mamoniot 2023-03-14 12:46:15 -04:00
  • 6bae0ca154 Merge branch 'experimental' of github.com:mamoniot/project-cybersyn into experimental mamoniot 2023-03-14 12:45:58 -04:00
  • 16ba3d2faf added changelog entry mamoniot 2023-03-14 12:45:55 -04:00
  • 028263e46b Prevent Picker Dollies from moving Cybernetic Combinator Will Berry 2023-03-14 09:06:49 -04:00
  • bfefc4f525 Merge pull request #42 from wdberry/gui-trains-tab Will Berry 2023-03-13 19:19:09 -04:00
  • 33ab98db59 Change GUI enable setting to off by default for opt-in Will Berry 2023-03-13 19:13:21 -04:00
  • f30ce4e08f Merge pull request #41 from matthew-sharp/threshold-override Monica Moniot 2023-03-13 18:21:08 -04:00
  • 5d9d8ca442 Merge branch 'experimental' of github.com:mamoniot/project-cybersyn into experimental mamoniot 2023-03-13 17:37:49 -04:00
  • 0fc9f40d14 fixed SE compat bug mamoniot 2023-03-13 17:36:46 -04:00
  • 6cc96b9506 Merge pull request #40 from wdberry/make-gui-work Will Berry 2023-03-13 16:53:34 -04:00
  • 7ee238ca6f fixed type info mamoniot 2023-03-13 16:44:52 -04:00
  • e97d0ed95a Merge branch 'make-gui-work' into gui-trains-tab Will Berry 2023-03-13 15:33:32 -04:00
  • 25e7622c09 Merge remote-tracking branch 'origin/experimental' into make-gui-work Will Berry 2023-03-13 15:32:09 -04:00
  • 9e485a2de0 fixed bug where stations had nil network flags mamoniot 2023-03-13 15:23:23 -04:00
  • 9c5909844e Provider threshold override fixes * Use override threshold only if smaller than requester * Select train based off overriden threshold Matt Sharp 2023-03-12 06:15:21 +11:00
  • 9275d14a46 Merge branch 'make-gui-work' into gui-trains-tab Will Berry 2023-03-10 20:36:33 -05:00
  • c75ba3a517 re-implemented item search via choose-elem-button for exact matching regardless of locale Will Berry 2023-03-10 20:20:44 -05:00
  • 3aa3eb970a Allow partial match on train item search Will Berry 2023-03-10 19:42:23 -05:00
  • a9d4a22310 Merge branch 'make-gui-work' into gui-trains-tab Will Berry 2023-03-10 19:38:31 -05:00
  • 0cd1292ed6 appears successful Will Berry 2023-03-10 19:37:31 -05:00
  • 4be0ab2004 Fix invalid reference Will Berry 2023-03-10 19:25:49 -05:00
  • 726b8162be Potential item search implementation Will Berry 2023-03-10 13:57:28 -05:00
  • 6a89b5162c Merge branch 'make-gui-work' into gui-trains-tab Will Berry 2023-03-10 13:30:35 -05:00
  • 681358705f fix invalid reference Will Berry 2023-03-10 13:29:59 -05:00
  • efeb2d5c8b Fix invalid reference Will Berry 2023-03-10 13:29:22 -05:00
  • de9b2c0571 Merge branch 'make-gui-work' into gui-trains-tab Will Berry 2023-03-10 13:06:08 -05:00
  • 42c1285dba Prevent crash for attempting to move camera to a surface different than the camera is currently on Will Berry 2023-03-10 13:05:55 -05:00
  • a16a5fc015 Add logic from upstream to only refresh train tab if selected and allow for query limt Will Berry 2023-03-10 12:45:40 -05:00
  • 23d65bdabe Merge branch 'make-gui-work' into gui-trains-tab Will Berry 2023-03-10 12:42:44 -05:00
  • 458ef89f58 Add query limit per-player setting to limit results in Stations/Trains GUI tabs Will Berry 2023-03-10 12:39:39 -05:00
  • 9343d06620 Only refresh open tab and exclude virtual signals from provided/requested on stations tab Will Berry 2023-03-10 10:19:30 -05:00
  • 8d182cbc3b Fix invalid train object reference by validating train is valid before adding it to the list Will Berry 2023-03-10 09:33:26 -05:00
  • fd3d62ea9d Trains tab initial testing Will Berry 2023-03-09 16:45:14 -05:00
  • 118f8c9eb2 Added startup mod setting to disable/enable manager in the event it causes crashes or UPS issues so that it can be "optional" Will Berry 2023-03-09 14:47:50 -05:00
  • c178555343 Reverted the half-baked remote interface and added a command instead to recreate the window Will Berry 2023-03-09 14:32:17 -05:00
  • 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 Will Berry 2023-03-09 13:45:43 -05:00
  • 7aeab43598 Changed default for network filter to be nothing rather than network each Will Berry 2023-03-09 13:24:23 -05:00
  • 547bb93390 Fix crash condition on station with non-virtual signal for network Will Berry 2023-03-09 12:59:37 -05:00
  • 7d60f9412a Attempt to fix reported crash __cybersyn__/scripts/gui/stations.lua:110: bad argument #2 of 3 to 'btest' (number expected, got nil) Will Berry 2023-03-09 12:09:16 -05:00
  • c55a5fc79d Add mod setting, add click handlers for station tab Will Berry 2023-03-09 11:27:54 -05:00
  • 38770b67bd fix incorrect default signal name Will Berry 2023-03-08 12:53:04 -05:00
  • 838f6f50b2 attempt to fix reported crash Will Berry 2023-03-08 12:04:20 -05:00
  • 4927539d75 Everything but configurable mod settings should be good to go, potential release candidate. Will Berry 2023-03-07 16:38:08 -05:00
  • 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. Will Berry 2023-03-07 11:34:09 -05:00
  • 732d63d65b Modify GUI tick rate to 10s from 1s and refactor some of the stations code with improvements from inventory Will Berry 2023-03-06 13:02:50 -05:00
  • af5f606cbb MVP Stations and Inventory tabs Will Berry 2023-03-06 12:47:09 -05:00
  • 7e745232bc BEHOLD, the magical duplicating inventory Will Berry 2023-03-05 23:07:13 -05:00
  • f8756efbae missed staging file Will Berry 2023-03-05 15:37:39 -05:00
  • a1798d238e Stations tab mostly working (control signals need virtual signal sprite paths figured out) Will Berry 2023-03-05 15:32:18 -05:00
  • e593304d13 saved progress mamoniot 2023-03-03 16:10:42 -05:00
  • c3b2502b87 got ltn manager to open the manager mamoniot 2023-03-03 15:45:23 -05:00
  • a9ac0b4fb0 fixed typo mamoniot 2023-02-05 18:57:31 -05:00
  • 96b69def56 updated version mamoniot 2023-02-05 18:53:25 -05:00
  • 95833e68ee fixed crash mamoniot 2023-02-05 18:49:52 -05:00
  • f679f6b72f Merge branch 'main' into experimental mamoniot 2023-02-04 16:58:31 -05:00
  • dcf7ebec37 configured new computer mamoniot 2023-02-04 16:55:21 -05:00
  • 62d87afeab Merge pull request #38 from wdberry/loader-1x1-automatic-allow-list-support Monica Moniot 2023-01-30 13:51:12 -05:00
  • e55b882fd2 Add loader-1x1 support for auto station layout Will Berry 2023-01-30 12:29:22 -05:00
  • 35ac5006a9 Merge pull request #37 from iassasin/locale-russian Monica Moniot 2023-01-14 23:44:05 -05:00
  • 90dc69bd02 refactored stations monica 2023-01-14 23:13:02 -05:00
  • 0d829257f0 updated readme monica 2023-01-14 23:12:40 -05:00
  • fc6595f9ad updated readme monica 2023-01-14 15:01:37 -05:00
  • f3b20e18dd revert en change, fix ru "enabled/disabled" spelling iassasin 2023-01-13 20:10:08 +03:00
  • 28cf36bf16 typo fixes iassasin 2023-01-13 00:23:24 +03:00
  • 8ff45ab741 russian locale fixes and some english fixes iassasin 2023-01-12 22:42:57 +03:00
  • 3eed56e308 reversioned monica 2023-01-11 19:38:16 -05:00
  • b110f28fab reversioned monica 2023-01-11 19:37:25 -05:00
  • b33dfc82b7 fixed translation author monica 2023-01-11 19:21:54 -05:00
  • a7ec325bec Merge pull request #36 from mamoniot:experimental Monica Moniot 2023-01-11 19:21:01 -05:00
  • f6e3deb249 added russian to changelog monica 2023-01-11 19:20:11 -05:00
  • 57b76a834c Merge pull request #35 from Eldrinn-Elantey/translation-into-russian Monica Moniot 2023-01-11 19:14:54 -05:00
  • 43e1631f71 Initial translation into Russian Eldrinn-Elantey 2023-01-12 04:11:53 +04:00
  • 1bd6fc1738 updated changelog monica 2023-01-11 14:54:45 -05:00
  • 043bff1718 updated changelog monica 2023-01-11 14:46:25 -05:00
  • 1cc3994753 updated changelog monica 2023-01-11 14:44:53 -05:00
  • 830a887600 Merge pull request #34 from mamoniot:experimental Monica Moniot 2023-01-11 14:41:49 -05:00
  • f64d143514 fixed changelog monica 2023-01-11 14:39:56 -05:00
  • e39eb3c1be fixed version monica 2023-01-11 14:38:16 -05:00
  • ad4cb7d23e fixed layout bug and added german monica 2023-01-11 14:37:14 -05:00
  • 3ef8924b4b updated changelog monica 2023-01-11 09:56:35 -05:00
  • 7e946fb4e4 updated changelog monica 2023-01-11 09:56:35 -05:00
  • 604d98b52e Merge pull request #33 from mamoniot/experimental Monica Moniot 2023-01-11 09:52:45 -05:00
  • 0282d43fcf Merge branch 'main' into experimental Monica Moniot 2023-01-11 09:51:53 -05:00
  • 9de913536a save for 1.2.10 monica 2023-01-11 09:45:11 -05:00
  • 01c888029c Merge pull request #32 from PlexPt/main Monica Moniot 2023-01-11 07:48:58 -05:00