tanghai a3a8d272d0 1.修复ResourcesComponent加载顺序问题,上次漏提交了 il y a 8 ans
..
AActorMessage.cs e9865b9715 1.做了一个结构上的大改动:Entity改成继承于Component,这样一来Entity也是组件,组件从此可以有能力再挂组件。这么做的原因是:entitas的ecs组件颗粒度太小,如果et按照目前的架构,实现ecs机制会导致组件要化分的非常细,如果改成entity也是组件,组件也可以挂组件,那么组件可以划分的可大可小,大组件又可以包括小组件,这样就会十分灵活。 il y a 8 ans
AActorMessage.cs.meta 51f5eb3dfc 实现actor模型,任何Entity只要加上ActorComponent就成为一个actor,任何进程都能拿着id用ActorProxy对其发送消息 il y a 8 ans
AMHandler.cs df588fd985 客户端消息Handler还是需要带上Session,Session中可以保存消息上下文。 il y a 8 ans
AMHandler.cs.meta a21c68d1b4 actor模型测试通过,客户端发送一个actor_test消息到gate,gate转发给map上的unit(actor),unit收到Actor_test消息回发给gatesession(actor),gatesession将收到的actor_test消息回发给client端 il y a 8 ans
AMessage.cs a3a8d272d0 1.修复ResourcesComponent加载顺序问题,上次漏提交了 il y a 8 ans
AMessage.cs.meta 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 il y a 8 ans
AppType.cs 51f5eb3dfc 实现actor模型,任何Entity只要加上ActorComponent就成为一个actor,任何进程都能拿着id用ActorProxy对其发送消息 il y a 8 ans
AppType.cs.meta 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 il y a 8 ans
ClientDispatcher.cs a3a8d272d0 1.修复ResourcesComponent加载顺序问题,上次漏提交了 il y a 8 ans
ClientDispatcher.cs.meta 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 il y a 8 ans
ErrorCode.cs 42b9777df0 1.session断开应该让rpc响应错误,否则Call将无法得到返回 il y a 8 ans
ErrorCode.cs.meta 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 il y a 8 ans
IMHandler.cs df588fd985 客户端消息Handler还是需要带上Session,Session中可以保存消息上下文。 il y a 8 ans
IMHandler.cs.meta a21c68d1b4 actor模型测试通过,客户端发送一个actor_test消息到gate,gate转发给map上的unit(actor),unit收到Actor_test消息回发给gatesession(actor),gatesession将收到的actor_test消息回发给client端 il y a 8 ans
IMessageDispatcher.cs a3a8d272d0 1.修复ResourcesComponent加载顺序问题,上次漏提交了 il y a 8 ans
IMessageDispatcher.cs.meta 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 il y a 8 ans
IMessagePacker.cs 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 il y a 8 ans
IMessagePacker.cs.meta 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 il y a 8 ans
MessageAttribute.cs a3a8d272d0 1.修复ResourcesComponent加载顺序问题,上次漏提交了 il y a 8 ans
MessageAttribute.cs.meta 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 il y a 8 ans
MessageHandlerAttribute.cs 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 il y a 8 ans
MessageHandlerAttribute.cs.meta 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 il y a 8 ans
MessageInfo.cs a3a8d272d0 1.修复ResourcesComponent加载顺序问题,上次漏提交了 il y a 8 ans
MessageInfo.cs.meta 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 il y a 8 ans
MongoPacker.cs 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 il y a 8 ans
MongoPacker.cs.meta 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 il y a 8 ans
NumericType.cs d2f4add035 添加一个数值组件,一个数值监听组件 il y a 8 ans
NumericType.cs.meta 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 il y a 8 ans
Opcode.cs a3a8d272d0 1.修复ResourcesComponent加载顺序问题,上次漏提交了 il y a 8 ans
Opcode.cs.meta a3a8d272d0 1.修复ResourcesComponent加载顺序问题,上次漏提交了 il y a 8 ans
OpcodeHelper.cs 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 il y a 8 ans
OpcodeHelper.cs.meta 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 il y a 8 ans
ProtobufPacker.cs 00307a04c8 1.npoi只是Editor用到,主工程不需要,移动到EditorPlugin下面 il y a 8 ans
ProtobufPacker.cs.meta 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 il y a 8 ans
RpcException.cs 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 il y a 8 ans
RpcException.cs.meta 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 il y a 8 ans