Commit Graph

5 Commits

Author SHA1 Message Date
ProjectKoi-Kalo\Kalo
98a0400c78 WulaFallenEmpireSettings.cs - 添加了 public bool enableDebugLogs = false; 字段和保存配置
 WulaLog.cs - 修改了DebugEnabled属性,仅检查enableDebugLogs设置(不检查DevMode)
 WulaFallenEmpireMod.cs - 在DoSettingsWindowContents中添加了UI复选框,显示"Enable Debug Logs"选项
 替换了所有848个Log.Message/Error/Warning调用为WulaLog.Debug()
2025-12-15 13:05:50 +08:00
ProjectKoi-Kalo\Kalo
f8a7a50237 feat(Teleporter): implement connected teleporter grouping and shape-based teleportation 2025-12-10 14:43:20 +08:00
ProjectKoi-Kalo\Kalo
dab94bbbb7 zc 2025-12-07 18:32:28 +08:00
ProjectKoi-Kalo\Kalo
1607946af8 feat: 添加区域传送功能,模仿逆重飞船机制 2025-12-07 18:24:21 +08:00
ProjectKoi-Kalo\Kalo
9065442518 feat(defs): add WULA_AreaTeleportBeacon and refactor csproj configuration
- Add WULA_AreaTeleportBeacon definition in WULA_Misc_Buildings.xml
- Update .csproj to use wildcard inclusion for source files
- Remove unused classes (PrefabSpawner, Letter_EventChoice, QuestNode_Root_EventLetter)
- Update assembly binary
2025-12-07 17:15:29 +08:00