milimoe
|
940f8397f1
|
为服务器统一数据访问连接 (#91)
* 重做 WebSocket 监听;为服务器统一了多种数据连接访问时的处理;统一编码为 UTF-8
* ModelManager已更名并移动到工具命名空间中
* 完成 WebSocket 消息处理系统
* 添加Socket异步接收数据流;修复TaskUtility阻塞的问题;优化心跳、房间、模组
* 添加枚举
* 删除多余字符
* 添加监听器的名称
* 修改了命名
|
2024-10-02 15:00:34 +08:00 |
|
milimoe
|
2de1e57e0c
|
针对服务器端的新功能支持与改进 (#90)
* 添加SQLite模式
* 将Hashtable转为Dictionary<string, object>,因为它具有性能优势
* 添加GamingRequest用于区分Gaming
* 模组中AfterLoad方法现已移动至加载器完全加载完毕后触发
* 删除了服务器对GameModule的加载,现在只会加载GameModuleServer
|
2024-09-25 09:24:53 +08:00 |
|
|
0121c42ac7
|
支持使用域名连接服务器;添加了连接10秒强制超时检测
|
2024-01-16 23:40:33 +08:00 |
|
milimoe
|
af7e19096d
|
Socket Receive修改为完整传输模式 (#72)
* ReceiveArray修改为完整传输模式
* 完善完整传输模式,删除单对象接收方法
|
2024-01-01 03:22:06 +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
|
3825780bd4
|
提供底层Connect和Disconnect (#52)
|
2023-09-09 00:20:54 +08:00 |
|
milimoe
|
b9bce652f8
|
添加 SocketType: Chat, UpdateRoomMaster
|
2023-09-03 01:16:07 +08:00 |
|
milimoe
|
b9d9932ac2
|
明显区分Socket和DataRequest (#50)
* 明显区分Socket和DataRequest
* 删除了SocketHandler_Connect方法
|
2023-08-31 19:40:06 +08:00 |
|
milimoe
|
247090341f
|
找回密码 第二部分 (#37)
* 常量更新
* 添加枚举:Login_UpdatePassword
* 添加Hashtable反序列化方法
Server那边没有Request对象
---------
Co-authored-by: Yezi <53083103+yeziuku@users.noreply.github.com>
|
2023-06-30 13:56:23 +08:00 |
|
milimoe
|
23c9ade79e
|
拥抱System.Text.Json (#27)
* 添加适用于DataSet和DateTime的JSON自定义转换器。
* 添加JsonManager,删除JsonObject并仅使用SocketObject
* 移除Newtonsoft.Json引用
|
2023-06-03 18:57:24 +08:00 |
|
milimoe
|
3eda4b8167
|
Update DataRequest And Socket MISC. (#24)
* Update DataRequest And Socket MISC.
* Delete unused code
|
2023-05-23 09:22:02 +08:00 |
|
milimoe
|
b08d62d6f8
|
Fixed #15 (#17)
* Fix #15; Start to Rebuild Architecture.
* Fixed #15
|
2023-04-21 01:06:23 +08:00 |
|
milimoe
|
ecdb321eb6
|
Fix #15; Start to Rebuild Architecture. (#16)
|
2023-04-18 20:28:05 +08:00 |
|
milimoe
|
e1c3f7cce1
|
Add UpdateRoomMaster; Update RoomList, Constants. (#14)
* Add UpdateRoomMaster, DissolveRoom; Update RoomList; Update MISC.
* Update RoomList, Constants
|
2023-04-16 12:59:46 +08:00 |
|
milimoe
|
2a574bf8d6
|
修改部分常量和添加Room相关的SQLScript (#7)
|
2023-04-05 22:52:23 +08:00 |
|
Mili
|
06cebcffd9
|
FunGame Core
|
2023-03-31 20:34:40 +08:00 |
|