|
10d9a257f8
|
Name属性为空的插件不允许被读取
|
2023-11-30 20:28:34 +08:00 |
|
milimoe
|
7b4a655ff4
|
添加CharacterMode,SkillMode,ItemMode类和其它杂项 (#64)
* 添加CharacterMode,SkillMode,ItemMode
* 添加默认地图属性
* 添加CharacterMode, SkillMode, ItemMode的Loader方法,优化构造函数
* 添加和优化Equals方法
* 删除Symbol
|
2023-11-30 00:27:49 +08:00 |
|
milimoe
|
47d9813793
|
新的Json处理方法 (#63)
|
2023-11-28 09:59:17 +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
|
37c4c54445
|
.NET 8 (#61)
|
2023-11-25 01:44:17 +08:00 |
|
|
0a909f867b
|
PluginManager -> AddonManager
|
2023-11-24 20:55:55 +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 |
|
|
6e4d99d742
|
Add check 'plugins' directory does exists
|
2023-10-21 15:41:52 +08:00 |
|
|
827d22d899
|
更名
|
2023-09-28 20:10:17 +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 |
|
milimoe
|
eb0bb86f38
|
添加插件接口 (#53)
* 开发插件接口和基类
* 添加构造方法
* 添加PluginManager
|
2023-09-19 00:15:07 +08:00 |
|
|
a74ff63d8e
|
使ModelManager成为支持泛型的工具类
|
2023-09-09 21:24:45 +08:00 |
|
milimoe
|
3825780bd4
|
提供底层Connect和Disconnect (#52)
|
2023-09-09 00:20:54 +08:00 |
|
|
e4aef07792
|
为TaskAwaiter传入异常参数方便处理异常
|
2023-09-08 19:18:59 +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
|
a814997a4a
|
为TaskAwaiter添加异常捕获和OnError事件 (#49)
|
2023-08-26 13:22:01 +08:00 |
|
milimoe
|
0f2d44e2f6
|
Add JsonTool (#48)
* Add JsonTools
* Remove JsonManager.AddConverter
|
2023-08-02 09:16:19 +08:00 |
|
milimoe
|
9fb45dc502
|
向Utility添加更多Json相关方法 (#45)
|
2023-07-27 09:10:29 +08:00 |
|
milimoe
|
20926ebb09
|
添加TaskAwaiter;添加DataRequest枚举 (#43)
|
2023-07-20 09:33:24 +08:00 |
|
|
ea682b90ff
|
项目结构调整
|
2023-07-14 21:12:14 +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
|
5e3767036f
|
Extend MailServices (#35)
|
2023-06-24 01:33:40 +08:00 |
|
milimoe
|
b4ce65a35b
|
更新 DataRequest, RunTime, GameMode; 添加 FunGameConfig (#33)
* 更新DataRequest GetResult<T>
* 更新了DataRequest的构造方法,以及RunTime类
* 更新RunTime控制器
* 从Desktop复制Config到Core;更新常量
* 添加GameMode
|
2023-06-19 09:07:20 +08:00 |
|
milimoe
|
42d0ca61c5
|
更新自定义转换器和实体工厂方法 (#32)
|
2023-06-12 10:44:31 +08:00 |
|
milimoe
|
d25dd8d2e3
|
添加自定义 Converter (#31)
* 添加DataTable Converter
* 修改DataSet Converter,支持多个Tables反序列化,此转换器也支持兼容DataTable
* 修改构造方法、工厂方法,添加常用类自定义转换器
|
2023-06-10 01:01:45 +08:00 |
|
Yezi
|
133fef14d7
|
Update DataRequest Setter (#28)
* Update DataRequest Setter
* Fixed some json bug (#29)
* JsonManager应是internal的
---------
Co-authored-by: milimoe <110188673+milimoe@users.noreply.github.com>
|
2023-06-05 00:31:45 +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
|
c9a7ea88b2
|
移动Library.Server到Library.Common.Architecture (#11)
* 移动Library.Server到Library.Common.Architecture
|
2023-04-10 00:44:59 +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 |
|