tanghai bd7c17d76d 多进程actor模式测试通过 8 years ago
..
AActorMessage.cs bd7c17d76d 多进程actor模式测试通过 8 years ago
AMActorHandler.cs 6ab3eb8f00 简化了actor消息的实现,客户端发送actor消息,gate收到后会包装actorid变成ActorRequest发送到真正的actor上去 8 years ago
AMHandler.cs 6ab3eb8f00 简化了actor消息的实现,客户端发送actor消息,gate收到后会包装actorid变成ActorRequest发送到真正的actor上去 8 years ago
AMessage.cs bd7c17d76d 多进程actor模式测试通过 8 years ago
ActorMessageAttribute.cs 2d6115bd7e 1.增加ActorManager,用来管理所有Acotr, 8 years ago
ActorMessageHandlerAttribute.cs 2d6115bd7e 1.增加ActorManager,用来管理所有Acotr, 8 years ago
AppType.cs 51f5eb3dfc 实现actor模型,任何Entity只要加上ActorComponent就成为一个actor,任何进程都能拿着id用ActorProxy对其发送消息 8 years ago
ErrorCode.cs 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 8 years ago
IEntityActorHandler.cs 6ab3eb8f00 简化了actor消息的实现,客户端发送actor消息,gate收到后会包装actorid变成ActorRequest发送到真正的actor上去 8 years ago
IMActorHandler.cs 6ab3eb8f00 简化了actor消息的实现,客户端发送actor消息,gate收到后会包装actorid变成ActorRequest发送到真正的actor上去 8 years ago
IMHandler.cs 6ab3eb8f00 简化了actor消息的实现,客户端发送actor消息,gate收到后会包装actorid变成ActorRequest发送到真正的actor上去 8 years ago
IMessageDispatcher.cs 6ab3eb8f00 简化了actor消息的实现,客户端发送actor消息,gate收到后会包装actorid变成ActorRequest发送到真正的actor上去 8 years ago
IMessagePacker.cs 0a883994ad 修复连接错误,并且加上了服务器actor模型 8 years ago
InnerMessageDispatcher.cs bd7c17d76d 多进程actor模式测试通过 8 years ago
MessageAttribute.cs 7de91dae45 windows上 DllImportu使用CallingConvention.Cdecl调用方式 8 years ago
MessageHandlerAttribute.cs 36218ecfd7 客户端消息兼容IL层 9 years ago
OpcodeHelper.cs 7de91dae45 windows上 DllImportu使用CallingConvention.Cdecl调用方式 8 years ago
OuterMessageDispatcher.cs 6ab3eb8f00 简化了actor消息的实现,客户端发送actor消息,gate收到后会包装actorid变成ActorRequest发送到真正的actor上去 8 years ago
RpcException.cs 7de91dae45 windows上 DllImportu使用CallingConvention.Cdecl调用方式 8 years ago