tanghai 68c2f85bd5 1.数据库操作可以操作component il y a 8 ans
..
Config ef8d2262c2 使用protobuf序列化可能是空byte[], 修复benchmark的问题,1000个连接,每秒约4W包 il y a 8 ans
Player bffe5b739a actor对象迁移测试OK il y a 8 ans
Session 51f5eb3dfc 实现actor模型,任何Entity只要加上ActorComponent就成为一个actor,任何进程都能拿着id用ActorProxy对其发送消息 il y a 8 ans
Unit bffe5b739a actor对象迁移测试OK il y a 8 ans
ActorComponent.cs 0fa5b699c0 actor dispose正常终止协程,不抛异常 il y a 8 ans
ActorManagerComponent.cs bffe5b739a actor对象迁移测试OK il y a 8 ans
ActorMessageDispatherComponent.cs fa124da7b7 简易帧同步实现 il y a 8 ans
ActorProxyComponent.cs 58714eb1ef 增加actorproxy回收机制,每分钟扫描过期5分钟的actorproxy il y a 8 ans
AppManagerComponent.cs ff64aa7e01 server端迁移到netcore,运行成功 il y a 8 ans
BenchmarkComponent.cs ef8d2262c2 使用protobuf序列化可能是空byte[], 修复benchmark的问题,1000个连接,每秒约4W包 il y a 8 ans
DBCacheComponent.cs 68c2f85bd5 1.数据库操作可以操作component il y a 8 ans
DBComponent.cs b322dae8fb DBProxyComponent忘了添加ObjectEvent辅助类 il y a 8 ans
DBProxyComponent.cs 68c2f85bd5 1.数据库操作可以操作component il y a 8 ans
EventComponent.cs 4d424dfa70 修复server编译的问题 il y a 8 ans
GateSessionKeyComponent.cs 51f5eb3dfc 实现actor模型,任何Entity只要加上ActorComponent就成为一个actor,任何进程都能拿着id用ActorProxy对其发送消息 il y a 8 ans
HttpComponent.cs f039f23237 增加http组件,可以分发http请求 il y a 8 ans
KVComponent.cs a99a4896ce 1.默认Component不会序列化,只有继承ComponentDB的组件才会序列化 il y a 8 ans
LocationComponent.cs 8d33d1e7ce 一个进程传送也测试OK il y a 8 ans
LocationProxyComponent.cs bffe5b739a actor对象迁移测试OK il y a 8 ans
MessageDispatherComponent.cs bffe5b739a actor对象迁移测试OK il y a 8 ans
NetInnerComponent.cs 450b916189 统一使用IPEndPoint表示地址,方便以后用IPV6 il y a 8 ans
NetOuterComponent.cs 02718b2730 服务端将一些方法拆分出来,做成System,符合ECS设计,并且System是可以hotfix的 il y a 8 ans
NumericComponent.cs b0947ae3c9 NumericComponent完美的序列化反序列化 il y a 8 ans
OpcodeTypeComponent.cs f00711e95e opcode使用枚举类型 il y a 8 ans
OptionComponent.cs ff64aa7e01 server端迁移到netcore,运行成功 il y a 8 ans
PlayerComponent.cs a523c1ecf4 帧同步 il y a 8 ans
RealmGateAddressComponent.cs 0a883994ad 修复连接错误,并且加上了服务器actor模型 il y a 8 ans
RobotComponent.cs a99a4896ce 1.默认Component不会序列化,只有继承ComponentDB的组件才会序列化 il y a 8 ans
ServerFrameComponent.cs 02718b2730 服务端将一些方法拆分出来,做成System,符合ECS设计,并且System是可以hotfix的 il y a 8 ans
StartConfigComponent.cs 7eca7f3e6f 服务端增加数值组件,数值组件需要能序列化反序列化,目前反序列化还有点问题 il y a 8 ans
UnitComponent.cs 8d33d1e7ce 一个进程传送也测试OK il y a 8 ans