|
62240398ee
|
更新装备/取消装备物品的逻辑
|
2024-09-20 20:34:25 +08:00 |
|
|
9391fbc903
|
在模组加载器中,添加了技能构造方法
|
2024-09-20 01:48:21 +08:00 |
|
|
42e5042154
|
为技能系统添加更多功能;删除SkillFactory
|
2024-09-11 21:59:26 +08:00 |
|
milimoe
|
3d02cb3db3
|
添加行动顺序表和角色技能操作 (#87)
* 添加行动顺序表和角色技能操作
* 添加更多内容(特效的设计接口等)
* 添加爆发技插队和插队保护机制
|
2024-09-09 01:45:46 +08:00 |
|
|
c0a4163326
|
再次修改并完善Character
|
2024-09-05 00:49:39 +08:00 |
|
|
7027d15b18
|
执行代码清理
|
2024-08-16 00:16:23 +08:00 |
|
yeziuku
|
b53d95525a
|
加载器、服务器模组、地图优化 (#83)
* 修改 LoadGameModulesForServer
* 添加 AssociatedServers
* Update GameModuleServer.cs
* 添加 IsConnectToOtherServerModule 和 AssociatedServerModuleName
* Create Grid.cs
* 添加 Grids
* Update ExampleGameModule.cs
* 更新 example-plugin 的名称;修改 GameMap.this.get
---------
Co-authored-by: milimoe <mili@wrss.org>
|
2024-08-06 01:07:09 +08:00 |
|
|
8ba4ef263f
|
删除了GamingEventArgs的characters参数
|
2024-08-03 22:44:19 +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
|
7bc244ff49
|
添加HTTP相关(WebSocket) (#74)
* 添加HTTP相关(WebSocket)
* 添加WebDataRequest
|
2024-05-11 13:14:08 +08:00 |
|
|
eecd7a672e
|
Add RoomType for GameMode
|
2023-12-10 23:25:48 +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
|
7b4a655ff4
|
添加CharacterMode,SkillMode,ItemMode类和其它杂项 (#64)
* 添加CharacterMode,SkillMode,ItemMode
* 添加默认地图属性
* 添加CharacterMode, SkillMode, ItemMode的Loader方法,优化构造函数
* 添加和优化Equals方法
* 删除Symbol
|
2023-11-30 00:27:49 +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 |
|