Commit Graph

  • 0e09c17ea0 feat(UXAssist): show original building buffer values refactor soarqin 2026-07-22 15:50:16 +08:00
  • 69d5a4b3ce feat(UXAssist): set orbital collector product limits soarqin 2026-07-22 15:25:30 +08:00
  • 53d558a9a4 feat(UXAssist): add advanced auto-navigation soarqin 2026-07-22 15:01:34 +08:00
  • d37f500926 Update PlayerPatch.cs master WinterG26andsoarqin 2026-03-12 03:07:09 +08:00
  • bf73ccd689 ### 提交目的: 为玩家添加新的自动导航选项并集成新版导航算法。 JimGandsoarqin 2026-03-12 02:36:03 +08:00
  • a48ae5ad96 feat: add 'hide sorters too' sub-option for do-not-render feature FyisFeandsoarqin 2026-06-25 23:57:58 -07:00
  • 82365b3d16 fix(CheatEnabler): retry invalid Dyson shell candidates soarqin 2026-07-21 21:49:19 +08:00
  • 010ec73c8d fix(CheatEnabler): restore BuildToolOpt station replacement soarqin 2026-07-12 18:30:20 +08:00
  • 66ecebaca7 fix(UXAssist): start late-discovered mod features soarqin 2026-07-11 14:25:46 +08:00
  • 15c5bbdd72 feat(cheatenabler): add bounded shell-count input soarqin 2026-07-11 01:02:12 +08:00
  • 6b03801681 fix: Auto-Construct panel visibility on panel switching soarqin 2026-07-11 00:52:58 +08:00
  • db15c65961 chore: remove BlueprintTweaks patch, the PR is merged as well soarqin 2026-07-07 23:49:54 +08:00
  • ff7ce158cc fix(UXAssist): enable AutoConstruct patch on setting change soarqin 2026-07-06 21:46:46 +08:00
  • ab1d20683d fix(UXAssist): centralize mod-feature lifecycle to prevent duplicate execution soarqin 2026-06-29 02:56:54 +08:00
  • c2016909ff refactor: phase 5 transpiler docs, mod-compat helpers, and build quality gates soarqin 2026-06-23 23:03:13 +08:00
  • cca8b8594d fix: avoid NRE in BeltSignal reset and remove no-op GalaxySelectUI reset soarqin 2026-06-23 22:27:27 +08:00
  • 647b130993 refactor: register static-state resets on game end soarqin 2026-06-23 22:20:04 +08:00
  • b74005282e docs: inventory static mutable state soarqin 2026-06-23 21:52:38 +08:00
  • 76d9d9fa21 refactor: use localization constants for last remaining literals soarqin 2026-06-23 21:44:35 +08:00
  • 8d70ce8862 refactor: use localization constants at remaining call sites soarqin 2026-06-23 21:41:24 +08:00
  • 51fc080ff2 fix: address localization review issues soarqin 2026-06-23 21:35:09 +08:00
  • 036243fd4a refactor: centralize localization keys and remove runtime Chinese literals soarqin 2026-06-23 21:19:42 +08:00
  • 34c99701ca refactor: localize hard-coded strings and translate comments soarqin 2026-06-23 20:58:05 +08:00
  • 6e2b21a0a0 refactor(UniverseGen): replace remaining step slider literals soarqin 2026-06-23 20:51:23 +08:00
  • 1939a9cf22 refactor(CheatEnabler/UniverseGen): consume more centralized constants soarqin 2026-06-23 20:48:35 +08:00
  • 25b33144b8 refactor(CheatEnabler/UniverseGen): consume centralized constants soarqin 2026-06-23 20:41:20 +08:00
  • a133fd9e14 refactor(UXAssist): replace magic numbers with constants soarqin 2026-06-23 20:24:36 +08:00
  • 7973cbe358 refactor: centralize game constants soarqin 2026-06-23 20:11:39 +08:00
  • 36426d034d docs: update public API surface with Phase 2 additions soarqin 2026-06-23 08:36:15 +08:00
  • 4fb43c73b5 refactor(UXAssist): split tab management out of MyConfigWindow soarqin 2026-06-23 08:33:40 +08:00
  • 06c3532acc refactor(UXAssist): extract UI layout helpers from MyWindow soarqin 2026-06-23 08:28:46 +08:00
  • 54c1700fcd fix(UXAssist): restore I18N public API compatibility soarqin 2026-06-23 08:25:48 +08:00
  • 6c7f9867d0 refactor(UXAssist): clean up I18N internals without changing public API soarqin 2026-06-23 08:22:25 +08:00
  • d843090622 refactor(UXAssist): safe GameEvent wrapper and XML docs soarqin 2026-06-23 08:17:08 +08:00
  • 439d74c817 fix(UXAssist): preserve calling assembly semantics in Util facade soarqin 2026-06-23 08:09:53 +08:00
  • ed916ebe7f refactor(UXAssist): split Util into focused helpers with forwarding facade soarqin 2026-06-23 08:04:58 +08:00
  • f4b163fae9 docs: update public API surface with Phase 1 additions soarqin 2026-06-23 07:43:07 +08:00
  • 8bfcee2a81 refactor(UniverseGenTweaks): split MoreSettings into focused classes soarqin 2026-06-23 07:19:25 +08:00
  • b5b2fee14e refactor(UniverseGenTweaks): adopt ModFeatureRegistry from UXAssist soarqin 2026-06-23 04:23:03 +08:00
  • b6657c96c0 refactor(CheatEnabler): reduce duplication in DysonSphere helpers soarqin 2026-06-23 04:20:52 +08:00
  • 2dce3a7b93 refactor(CheatEnabler): split DysonSphereFunctions into focused helpers soarqin 2026-06-23 04:10:09 +08:00
  • eae4ba0376 refactor(CheatEnabler): split FactoryPatch into focused classes soarqin 2026-06-23 03:47:18 +08:00
  • 06015d51d0 docs(UXAssist): update ModFeature docs for non-static feature classes soarqin 2026-06-23 03:38:04 +08:00
  • 099f3ee35a refactor(CheatEnabler): adopt ModFeatureRegistry from UXAssist soarqin 2026-06-23 03:33:19 +08:00
  • 39bdf06e88 refactor(UXAssist): introduce config providers between UI and patches soarqin 2026-06-23 03:27:01 +08:00
  • 87f08f3f8d fix(UXAssist): guard non-UI input updates in menu demo soarqin 2026-06-23 03:22:41 +08:00
  • f822c1a5c6 refactor(UXAssist): drive lifecycle and save dispatch via ModFeatureRegistry soarqin 2026-06-23 03:18:36 +08:00
  • ce199374b4 refactor(UXAssist): split UIFunctions into UI sub-features soarqin 2026-06-23 03:13:23 +08:00
  • dace35a691 refactor(UXAssist): split LogisticsPatch into focused classes soarqin 2026-06-23 02:56:19 +08:00
  • f2abb7cc2c refactor(UXAssist): split FactoryPatch into focused classes soarqin 2026-06-23 02:42:21 +08:00
  • 91259bbd17 refactor(UXAssist): harden ModFeatureRegistry soarqin 2026-06-23 02:23:20 +08:00
  • cb7a965d12 feat(UXAssist): public ModFeature lifecycle registry soarqin 2026-06-23 02:18:32 +08:00
  • bfe0787923 docs: inventory UXAssist.UI/Common public API surface soarqin 2026-06-23 01:48:51 +08:00
  • 4ed33b2638 chore: ignore agent worktrees soarqin 2026-06-23 01:42:19 +08:00
  • ee7ea6ec35 fix: config ui soarqin 2026-06-22 23:01:31 +08:00
  • 64f9aee06b fix: logistic storage overflow reset when switching stations in panel soarqin 2026-06-20 15:20:59 +08:00
  • cc783937e6 chore: move Increase maximum power usage in Logistic Stations and Advanced Mining Machines from CheatEnabler to UXAssist soarqin 2026-06-16 22:56:01 +08:00
  • f1cfc5619f chore: update .gitignore soarqin 2026-06-16 03:39:49 +08:00
  • ffd8b91930 UXAssist: add buttons to apply logistics auto-config to current planet's facilities soarqin 2026-06-16 03:37:55 +08:00
  • 79dea142de chore: disable rendering when only player is hidden now soarqin 2026-06-16 01:46:07 +08:00
  • c3f3c2e96e AGENTS.md: add rules for decompiling game DLL and looking up in-game terminology soarqin 2026-06-16 01:45:20 +08:00
  • 63aaceda6f chore: remove some use of WinApi to avoid possible security check from thunderstore soarqin 2026-06-16 00:59:20 +08:00
  • 33921e7177 docs: update Changelog for CheatEnabler soarqin 2026-06-15 23:12:57 +08:00
  • 7a8f4af31d Update game dll soarqin 2026-05-31 12:59:21 +08:00
  • 44efbdbb4f UXAssist 1.5.8 and CheatEnabler 2.4.4 soarqin 2026-05-30 18:49:16 +08:00
  • b7180afff2 fix ghost station tips persisting after planet transition soarqin 2026-04-30 14:47:01 +08:00
  • e5cb52c3f4 updated dll soarqin 2026-04-27 23:09:26 +08:00
  • ca4244384c crash fix soarqin 2026-04-27 23:09:16 +08:00
  • 19629eae97 CheatEnabler: Add a new button and fix a crash soarqin 2026-04-08 00:48:25 +08:00
  • 93e60cd4f0 remove subclass code, as this bug is fixed in Unity 2022 soarqin 2026-04-07 17:58:30 +08:00
  • be86aebf7c fix possible crash soarqin 2026-03-27 16:51:33 +08:00
  • 69b028d706 build: add no-op ZipMod/CopyToParentPackage stubs to UpdateGameDlls helper project soarqin 2026-03-22 16:01:38 +08:00
  • 93c39e2133 build: remove legacy UpdateGameDlls target and simplify PS1 script soarqinandSisyphus 2026-03-22 15:44:34 +08:00
  • a894c34987 build: add UpdateGameDlls helper project for parallel-safe DLL update soarqin 2026-03-22 15:37:19 +08:00
  • d7f8dc55d4 build: auto-sync manifest.json version_number from csproj Version during ZipMod soarqin 2026-03-22 14:59:28 +08:00
  • 2e6950afb3 fix possible crash soarqin 2026-03-22 14:18:15 +08:00
  • a5b2bdedd4 UXAssist 1.5.7 soarqin 2026-03-20 15:38:33 +08:00
  • a346778db9 fix possible crash soarqin 2026-03-20 15:08:02 +08:00
  • 109c6afd90 minor fixes soarqin 2026-03-20 14:57:25 +08:00
  • e2848b4f97 UXAssist v1.5.6 and CheatEnabler v2.4.3, with package target fix soarqin 2026-03-16 20:46:51 +08:00
  • f69a90d452 Fix potential bugs in UXAssist and CheatEnabler soarqin 2026-03-16 19:51:16 +08:00
  • e91271e137 Add UpdateGameDlls target to auto-refresh publicized game DLLs soarqin 2026-03-16 18:23:52 +08:00
  • 524e2b62f0 Remove spaces SSSSSSSanandsoarqin 2025-11-23 21:53:59 +08:00
  • 2487a099c1 清理调试日志和添加英文注释 SSSSSSSanandsoarqin 2025-11-23 21:49:02 +08:00
  • 7e9f9ee1ce 修复喷涂增产剂的物品会卡住储物仓垃圾桶的问题 SSSSSSSanandsoarqin 2025-11-23 21:15:58 +08:00
  • f7fc9aaab0 UXAssist: fix recent upload result soarqin 2026-03-12 00:30:03 +08:00
  • c823e72c67 UXAssist: Fix crash soarqin 2026-03-11 22:18:06 +08:00
  • 669ce9f88c minor fixes soarqin 2026-03-11 19:26:40 +08:00
  • a9ad961bd3 CheatEnabler: Use proliferators for belt signal soarqin 2026-03-11 04:06:51 +08:00
  • d6b00b1b78 UXAssist 1.5.5 soarqin 2026-03-07 20:46:30 +08:00
  • ad99b49bad UXAssist: some fixes soarqin 2026-03-07 19:42:29 +08:00
  • 5e501ea649 UXAssist: add 3 options to Initialize Planet soarqin 2026-03-06 00:59:40 +08:00
  • d98d87af48 UXAssist: hide all universe simulators and messages while hide UIs in space soarqin 2026-03-05 21:16:36 +08:00
  • 6ab286bb0b Fix crash in NeutronStarHandler.OnEnable() soarqin 2026-03-05 18:28:34 +08:00
  • 6f33669163 UXAssist: crash fix soarqin 2026-03-02 22:47:05 +08:00
  • 91184ccc3a UXAssist 1.5.4 soarqin 2026-02-15 22:34:05 +08:00
  • 2e13206346 UXAssist: bug fix soarqin 2026-02-13 23:29:22 +08:00
  • 3e24461ef0 work in progress soarqin 2026-02-12 19:48:45 +08:00
  • 097a5c8e8a work in progress soarqin 2026-02-11 20:38:24 +08:00
  • 63fb13bf92 minor fix soarqin 2026-02-10 15:55:11 +08:00