tanghai ad822d06db Session的Error改成int类型,方便自己增加错误码,并且在Session中增加Error字段,方便 %!s(int64=7) %!d(string=hai) anos
..
Network ad822d06db Session的Error改成int类型,方便自己增加错误码,并且在Session中增加Error字段,方便 %!s(int64=7) %!d(string=hai) anos
AMHandler.cs 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc %!s(int64=7) %!d(string=hai) anos
AMHandler.cs.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 %!s(int64=8) %!d(string=hai) anos
ClientDispatcher.cs 7a7d58b604 1.去掉消息继承机制,主要是很多序列化库无法继承,包括ILRuntime端的protobuf %!s(int64=7) %!d(string=hai) anos
ClientDispatcher.cs.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 %!s(int64=8) %!d(string=hai) anos
ErrorCode.cs ad822d06db Session的Error改成int类型,方便自己增加错误码,并且在Session中增加Error字段,方便 %!s(int64=7) %!d(string=hai) anos
ErrorCode.cs.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 %!s(int64=8) %!d(string=hai) anos
IActorMessage.cs 5e36ae9dc0 FrameMessage用proto生成,IFrameMessage接口不需要ActorId方法 %!s(int64=7) %!d(string=hai) anos
IActorMessage.cs.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 %!s(int64=8) %!d(string=hai) anos
IMHandler.cs 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc %!s(int64=7) %!d(string=hai) anos
IMHandler.cs.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 %!s(int64=8) %!d(string=hai) anos
IMessage.cs 7a7d58b604 1.去掉消息继承机制,主要是很多序列化库无法继承,包括ILRuntime端的protobuf %!s(int64=7) %!d(string=hai) anos
IMessage.cs.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 %!s(int64=8) %!d(string=hai) anos
IMessageDispatcher.cs 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc %!s(int64=7) %!d(string=hai) anos
IMessageDispatcher.cs.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 %!s(int64=8) %!d(string=hai) anos
IMessagePacker.cs 1ff6f566e9 为了避免命名空间冲突,Model改成ETModel,Hotfix改成ETHotfix %!s(int64=7) %!d(string=hai) anos
IMessagePacker.cs.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 %!s(int64=8) %!d(string=hai) anos
MessageAttribute.cs 1ff6f566e9 为了避免命名空间冲突,Model改成ETModel,Hotfix改成ETHotfix %!s(int64=7) %!d(string=hai) anos
MessageAttribute.cs.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 %!s(int64=8) %!d(string=hai) anos
MessageDispatherComponent.cs c4930ded5d 1.每个Component都增加了一个InstanceId,这个id每个对象是唯一的,区分开来逻辑Id跟对象Id,比如Player对象的Id在整个游戏期间都是不变的,但是每次登录Player的InstanceId都应该不一样,actorid应该用InstanceId来处理。例如erlang的进程id是actorid,但是erlang进程中的玩家id不会是进程id。 %!s(int64=7) %!d(string=hai) anos
MessageDispatherComponent.cs.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 %!s(int64=8) %!d(string=hai) anos
MessageHandlerAttribute.cs 1ff6f566e9 为了避免命名空间冲突,Model改成ETModel,Hotfix改成ETHotfix %!s(int64=7) %!d(string=hai) anos
MessageHandlerAttribute.cs.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 %!s(int64=8) %!d(string=hai) anos
MessageInfo.cs 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc %!s(int64=7) %!d(string=hai) anos
MessageInfo.cs.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 %!s(int64=8) %!d(string=hai) anos
MessageProxy.cs 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc %!s(int64=7) %!d(string=hai) anos
MessageProxy.cs.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 %!s(int64=8) %!d(string=hai) anos
NetOuterComponent.cs 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc %!s(int64=7) %!d(string=hai) anos
NetOuterComponent.cs.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 %!s(int64=8) %!d(string=hai) anos
Network.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 %!s(int64=8) %!d(string=hai) anos
NetworkComponent.cs ad822d06db Session的Error改成int类型,方便自己增加错误码,并且在Session中增加Error字段,方便 %!s(int64=7) %!d(string=hai) anos
NetworkComponent.cs.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 %!s(int64=8) %!d(string=hai) anos
Opcode.cs 2b191c8b82 1.服务端消息大部分可以热更,把能热更的消息移动到hotfix层,需要保存状态的消息例如FrameMessage需要手写放到ETModel层 %!s(int64=7) %!d(string=hai) anos
Opcode.cs.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 %!s(int64=8) %!d(string=hai) anos
OpcodeHelper.cs 1ff6f566e9 为了避免命名空间冲突,Model改成ETModel,Hotfix改成ETHotfix %!s(int64=7) %!d(string=hai) anos
OpcodeHelper.cs.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 %!s(int64=8) %!d(string=hai) anos
OpcodeTypeComponent.cs 1ff6f566e9 为了避免命名空间冲突,Model改成ETModel,Hotfix改成ETHotfix %!s(int64=7) %!d(string=hai) anos
OpcodeTypeComponent.cs.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 %!s(int64=8) %!d(string=hai) anos
OuterMessage.cs 2b191c8b82 1.服务端消息大部分可以热更,把能热更的消息移动到hotfix层,需要保存状态的消息例如FrameMessage需要手写放到ETModel层 %!s(int64=7) %!d(string=hai) anos
OuterMessage.cs.meta 469bf08e7d 移动了Opcode跟Message文件的目录,修改proto2cs工具,生成message跟opcode %!s(int64=8) %!d(string=hai) anos
OuterOpcode.cs 2b191c8b82 1.服务端消息大部分可以热更,把能热更的消息移动到hotfix层,需要保存状态的消息例如FrameMessage需要手写放到ETModel层 %!s(int64=7) %!d(string=hai) anos
OuterOpcode.cs.meta 469bf08e7d 移动了Opcode跟Message文件的目录,修改proto2cs工具,生成message跟opcode %!s(int64=8) %!d(string=hai) anos
ProtobufPacker.cs 1ff6f566e9 为了避免命名空间冲突,Model改成ETModel,Hotfix改成ETHotfix %!s(int64=7) %!d(string=hai) anos
ProtobufPacker.cs.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 %!s(int64=8) %!d(string=hai) anos
RpcException.cs 1ff6f566e9 为了避免命名空间冲突,Model改成ETModel,Hotfix改成ETHotfix %!s(int64=7) %!d(string=hai) anos
RpcException.cs.meta a8efa5515f 1.增加一个Hotfix对象,用来处理客户端热更入口,挂在Game对象上面 %!s(int64=8) %!d(string=hai) anos
Session.cs ad822d06db Session的Error改成int类型,方便自己增加错误码,并且在Session中增加Error字段,方便 %!s(int64=7) %!d(string=hai) anos
Session.cs.meta 68e7e00651 整理目录 %!s(int64=7) %!d(string=hai) anos
SessionCallbackComponent.cs d5d9a96c6b 1.增加DesdroySystem %!s(int64=7) %!d(string=hai) anos
SessionCallbackComponent.cs.meta 0cfb48b4e6 消息到热更层要new个数组,感觉不太合适,还是想办法把它去掉。去掉消息协议中的rpcid,rpcid还是可以放到消息中,根据opcode来确定消息是否需要抛到热更层,在有热更层进行分发。这样hotfix层消息接收时可以减少new一块内存,减少gc %!s(int64=7) %!d(string=hai) anos