| .. |
|
AMActorHandler.cs
|
5449ef4b85
1.Mongo库在反序列化时会调用类的无参构造函数,这样在Component的无参构造函数中就不
|
7 lat temu |
|
ActorInterceptType.cs
|
55de3d8892
把ActorType改成ActorInterceptType(拦截器类型),也就是说默认没有拦截器,actor消息是由IMActorHandler处理,如果MailBoxComponent有设置拦截器,则交给拦截器处理,比如Gate Session的MailBoxComponent就设置了拦截器
|
7 lat temu |
|
ActorInterceptTypeHandlerAttribute.cs
|
55de3d8892
把ActorType改成ActorInterceptType(拦截器类型),也就是说默认没有拦截器,actor消息是由IMActorHandler处理,如果MailBoxComponent有设置拦截器,则交给拦截器处理,比如Gate Session的MailBoxComponent就设置了拦截器
|
7 lat temu |
|
ActorMessageAttribute.cs
|
1ff6f566e9
为了避免命名空间冲突,Model改成ETModel,Hotfix改成ETHotfix
|
7 lat temu |
|
ActorMessageDispatherComponent.cs
|
55de3d8892
把ActorType改成ActorInterceptType(拦截器类型),也就是说默认没有拦截器,actor消息是由IMActorHandler处理,如果MailBoxComponent有设置拦截器,则交给拦截器处理,比如Gate Session的MailBoxComponent就设置了拦截器
|
7 lat temu |
|
ActorMessageHandlerAttribute.cs
|
edca36ac71
优化了热更扫描Attribute的性能,所有自定义的Attribute需要继承BaseAttribute类, 每个LoadSystem中直接可以获取自己感兴趣的Attribute类型。
|
7 lat temu |
|
ActorMessageSender.cs
|
ad822d06db
Session的Error改成int类型,方便自己增加错误码,并且在Session中增加Error字段,方便
|
7 lat temu |
|
ActorMessageSenderComponent.cs
|
266eda7c96
修复新TCP库的一个bug
|
7 lat temu |
|
ActorResponse.cs
|
d39fd7257b
protobuf使用google.protobuf3.0的库
|
7 lat temu |
|
ActorTask.cs
|
b2d76405b9
简化了actor代码
|
7 lat temu |
|
IActorInterceptTypeHandler.cs
|
55de3d8892
把ActorType改成ActorInterceptType(拦截器类型),也就是说默认没有拦截器,actor消息是由IMActorHandler处理,如果MailBoxComponent有设置拦截器,则交给拦截器处理,比如Gate Session的MailBoxComponent就设置了拦截器
|
7 lat temu |
|
IMActorHandler.cs
|
b6d1786750
Actor实现做了改动,Actor消息不再由一个消息包裹着发送,而是消息直接带有ActorId, 这样可以减少一次消息序列化反序列化,提升了性能
|
7 lat temu |
|
MailBoxComponent.cs
|
55de3d8892
把ActorType改成ActorInterceptType(拦截器类型),也就是说默认没有拦截器,actor消息是由IMActorHandler处理,如果MailBoxComponent有设置拦截器,则交给拦截器处理,比如Gate Session的MailBoxComponent就设置了拦截器
|
7 lat temu |