| .. |
|
C2G_EnterMapHandler.cs
|
d124502c4d
1.服务端只需要加载该AppType需要的配置文件,由ConfigAttribute参数控制
|
пре 7 година |
|
C2G_LoginGateHandler.cs
|
55de3d8892
把ActorType改成ActorInterceptType(拦截器类型),也就是说默认没有拦截器,actor消息是由IMActorHandler处理,如果MailBoxComponent有设置拦截器,则交给拦截器处理,比如Gate Session的MailBoxComponent就设置了拦截器
|
пре 7 година |
|
C2M_TestActorRequestHandler.cs
|
6a831e6bdd
增加AMActorLocationHandler跟AMActorLocationRpcHandler,顾名思义,location actor的服务端处理需要继承这两个类
|
пре 7 година |
|
C2R_LoginHandler.cs
|
776db5ae37
统一Websocket,TCP,KCP代码,使用方式完全一样
|
пре 7 година |
|
G2M_CreateUnitHandler.cs
|
d39fd7257b
protobuf使用google.protobuf3.0的库
|
пре 7 година |
|
G2M_SessionDisconnectHandler.cs
|
6a831e6bdd
增加AMActorLocationHandler跟AMActorLocationRpcHandler,顾名思义,location actor的服务端处理需要继承这两个类
|
пре 7 година |
|
MessageHelper.cs
|
2dc8137959
actor做了小小的修改,ActorLocationSender目前只接受IActorLocationMessage跟IActorLocationRequest的参数
|
пре 7 година |
|
OneFrameMessageHandler.cs
|
6a831e6bdd
增加AMActorLocationHandler跟AMActorLocationRpcHandler,顾名思义,location actor的服务端处理需要继承这两个类
|
пре 7 година |
|
R2G_GetLoginKeyHandler.cs
|
67d91876db
将帧同步demo抽出成一个module
|
пре 7 година |
|
RealmGateAddressComponentSystem.cs
|
d124502c4d
1.服务端只需要加载该AppType需要的配置文件,由ConfigAttribute参数控制
|
пре 7 година |
|
ServerFrameComponentSystem.cs
|
d39fd7257b
protobuf使用google.protobuf3.0的库
|
пре 7 година |
|
SessionPlayerComponentSystem.cs
|
c9d4e9ab1f
把基本的Actor跟Location Actor分离开来:
|
пре 7 година |