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 |
|
Tourswen
|
8fee1bcfba
|
整理scoure
|
2025-10-31 09:57:45 +08:00 |
|
ProjectKoi-Kalo\Kalo
|
dce9a31cd6
|
整理一下
|
2025-08-29 16:10:25 +08:00 |
|
ProjectKoi-Kalo\Kalo
|
bb156f3fac
|
feat(event): 实现延迟事件的持久化
重构 `DelayedActionManager` 以支持游戏存档和读档。
`DelayedAction` 类现在存储 `eventDefName` 字符串,而不是无法序列化的 `Action` 委托。通过实现 `IExposable` 接口,延迟动作列表现在可以被正确保存和加载,确保计划中的事件不会因重新加载游戏而丢失。
|
2025-08-08 17:39:26 +08:00 |
|
ProjectKoi-Kalo\Kalo
|
f84c9d8313
|
随便吧乌拉乌拉
|
2025-08-06 20:42:15 +08:00 |
|