milimoe
|
58b00d5b96
|
移除所有插件的 Succeed/Failed 事件;为 GeneralEventArgs 添加了 Success 属性 (#109)
|
2025-02-27 00:25:36 +08:00 |
|
milimoe
|
2de1e57e0c
|
针对服务器端的新功能支持与改进 (#90)
* 添加SQLite模式
* 将Hashtable转为Dictionary<string, object>,因为它具有性能优势
* 添加GamingRequest用于区分Gaming
* 模组中AfterLoad方法现已移动至加载器完全加载完毕后触发
* 删除了服务器对GameModule的加载,现在只会加载GameModuleServer
|
2024-09-25 09:24:53 +08:00 |
|
milimoe
|
b73b37c45e
|
DataRequest、GameModule相关优化 (#82)
* 使基于HTTPClient的DataRequest能够收到回复;添加了适用于Gaming的DataRequest;优化了加载器的加载逻辑;依赖集合的优化
* 执行代理清理;优化模组模板
* 删除GamingEvent无用的事件;删除result哈希表;删除无用的Item/Skill类;GameModuleLoader优化
|
2024-08-03 04:10:34 +08:00 |
|
milimoe
|
c51b7c50fa
|
统一命名 并禁止GameModuleServer调用DataRequest (#81)
* 统一命名 并禁止GameModuleServer调用DataRequest
* 添加了GameModuleDepend (依赖集合) 用于整合Maps Characters Items Skills
|
2024-08-01 20:40:25 +08:00 |
|
milimoe
|
5c89bafffd
|
完善插件模组系统 (#68)
* 添加GameModeServer
* Addon系列大修改
* RuntimeController添加发送结束游戏反馈的方法
* 将GamingMessageHandler返回值修改为Hashtable
* 添加马甲方法,隐藏委托
* 更新AddonController注释
---------
Co-authored-by: yeziuku <53083103+yeziuku@users.noreply.github.com>
Co-authored-by: yeziuku <yezi@wrss.org>
|
2023-12-09 01:40:46 +08:00 |
|
milimoe
|
0672d839bb
|
添加GamingModel,补充GamingEventHandler (#67)
|
2023-12-07 00:33:29 +08:00 |
|
milimoe
|
543887881a
|
添加GameMode, GameMap, GameModeLoader (#62)
* 添加GameMode, GameMap; 优化了Plugin和RoomType等
* 添加GameModeLoader,重构GameMode和GameMap
* 添加Gaming事件接口
* 添加IGameModeSupported接口
* 为GameMode添加Implement接口
* 为BeforeConnect添加参数
|
2023-11-27 00:30:00 +08:00 |
|
milimoe
|
e7214c3fb9
|
添加新的枚举、字符常量和方法 (#59)
* 添加大量新的枚举,添加缺少的枚举字符串,修改枚举转字符串方法的位置
* 添加StartGame和Gaming的SocketHandler方法
* 添加MainInvokeType.StartGame
* 优化代码格式
* 添加默认的User.ToString()
* 添加EndGame
* 添加GameMode.GetTypeString
* 添加GameMode.GetRoomType
|
2023-11-23 00:43:34 +08:00 |
|
milimoe
|
52b4fc2078
|
为插件添加更多默认属性;优化了房间相关 (#55)
|
2023-09-26 01:01:46 +08:00 |
|
milimoe
|
082ce3b6f5
|
添加插件加载器和事件触发方法组 (#54)
* Add PluginLoader
* 删除event返回值
* 添加插件触发器(方法组)
* 删除冗余方法
* 将typeof(GetType())改写为this is
* 删除无用引用
|
2023-09-24 13:06:10 +08:00 |
|
Yezi
|
afeccc1b9a
|
Update EventArgs e (#8)
为接口方法修改参数的类名
|
2023-04-06 12:24:57 +08:00 |
|
Mili
|
cb6cd2e60f
|
添加ConnectEventArgs
|
2023-04-01 13:09:32 +08:00 |
|
Mili
|
06cebcffd9
|
FunGame Core
|
2023-03-31 20:34:40 +08:00 |
|