tanghai 5449ef4b85 1.Mongo库在反序列化时会调用类的无参构造函数,这样在Component的无参构造函数中就不 %!s(int64=7) %!d(string=hai) anos
..
Component.cs 5449ef4b85 1.Mongo库在反序列化时会调用类的无参构造函数,这样在Component的无参构造函数中就不 %!s(int64=7) %!d(string=hai) anos
Component.cs.meta 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 %!s(int64=8) %!d(string=hai) anos
ComponentFactory.cs f4dd94f703 继承结构调整,Object->Component->ComponentWithId->Entity 中间加了一层ComponentWithId结构,主要考虑到,大部分组件是不需要Id这一字段的, %!s(int64=7) %!d(string=hai) anos
ComponentFactory.cs.meta 8e0fa7ebd0 客户端事件与服务端一模一样,服务端共用大部分客户端代码 %!s(int64=8) %!d(string=hai) anos
ComponentWithId.cs 5449ef4b85 1.Mongo库在反序列化时会调用类的无参构造函数,这样在Component的无参构造函数中就不 %!s(int64=7) %!d(string=hai) anos
ComponentWithId.cs.meta f4dd94f703 继承结构调整,Object->Component->ComponentWithId->Entity 中间加了一层ComponentWithId结构,主要考虑到,大部分组件是不需要Id这一字段的, %!s(int64=7) %!d(string=hai) anos
Entity.cs 5449ef4b85 1.Mongo库在反序列化时会调用类的无参构造函数,这样在Component的无参构造函数中就不 %!s(int64=7) %!d(string=hai) anos
Entity.cs.meta 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 %!s(int64=8) %!d(string=hai) anos
EntityEventAttribute.cs 1ff6f566e9 为了避免命名空间冲突,Model改成ETModel,Hotfix改成ETHotfix %!s(int64=7) %!d(string=hai) anos
EntityEventAttribute.cs.meta 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 %!s(int64=8) %!d(string=hai) anos
EntityType.cs 1ff6f566e9 为了避免命名空间冲突,Model改成ETModel,Hotfix改成ETHotfix %!s(int64=7) %!d(string=hai) anos
EntityType.cs.meta 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 %!s(int64=8) %!d(string=hai) anos
EventProxy.cs 1ff6f566e9 为了避免命名空间冲突,Model改成ETModel,Hotfix改成ETHotfix %!s(int64=7) %!d(string=hai) anos
EventProxy.cs.meta 9600a334fc 1.改了跨域调用机制,mono层到hotfix层只在最开始start使用appdomain调用了一次,之后的所有从mono层到hotfix层全改成了action回调。这样性能将大大提升 %!s(int64=8) %!d(string=hai) anos
EventSystem.cs ef5ab41098 增加一个ChangeSystem,其实是组件改变事件,可以使用Game.EventSystem.Change(component)进行触发 %!s(int64=7) %!d(string=hai) anos
EventSystem.cs.meta 8786552fae ObjectEvent跟EventComponent合并,统一成EventSystem,所有的事件都由EventSystem分发 %!s(int64=8) %!d(string=hai) anos
IAwakeSystem.cs d5d9a96c6b 1.增加DesdroySystem %!s(int64=7) %!d(string=hai) anos
IAwakeSystem.cs.meta d5d9a96c6b 1.增加DesdroySystem %!s(int64=7) %!d(string=hai) anos
IChangeSystem.cs ef5ab41098 增加一个ChangeSystem,其实是组件改变事件,可以使用Game.EventSystem.Change(component)进行触发 %!s(int64=7) %!d(string=hai) anos
IChangeSystem.cs.meta ef5ab41098 增加一个ChangeSystem,其实是组件改变事件,可以使用Game.EventSystem.Change(component)进行触发 %!s(int64=7) %!d(string=hai) anos
IDestroySystem.cs d5d9a96c6b 1.增加DesdroySystem %!s(int64=7) %!d(string=hai) anos
IDestroySystem.cs.meta d5d9a96c6b 1.增加DesdroySystem %!s(int64=7) %!d(string=hai) anos
ILateUpdateSystem.cs d5d9a96c6b 1.增加DesdroySystem %!s(int64=7) %!d(string=hai) anos
ILateUpdateSystem.cs.meta d5d9a96c6b 1.增加DesdroySystem %!s(int64=7) %!d(string=hai) anos
ILoadSystem.cs d5d9a96c6b 1.增加DesdroySystem %!s(int64=7) %!d(string=hai) anos
ILoadSystem.cs.meta d5d9a96c6b 1.增加DesdroySystem %!s(int64=7) %!d(string=hai) anos
ISerializeToEntity.cs 1ff6f566e9 为了避免命名空间冲突,Model改成ETModel,Hotfix改成ETHotfix %!s(int64=7) %!d(string=hai) anos
ISerializeToEntity.cs.meta 3d2693bb17 1.去掉ComopnentDB跟EntityDB类,BsonKnowType标记放到ComponentAttribute跟EntityAttribute类上面 %!s(int64=8) %!d(string=hai) anos
IStartSystem.cs d5d9a96c6b 1.增加DesdroySystem %!s(int64=7) %!d(string=hai) anos
IStartSystem.cs.meta d5d9a96c6b 1.增加DesdroySystem %!s(int64=7) %!d(string=hai) anos
IUpdateSystem.cs d5d9a96c6b 1.增加DesdroySystem %!s(int64=7) %!d(string=hai) anos
IUpdateSystem.cs.meta d5d9a96c6b 1.增加DesdroySystem %!s(int64=7) %!d(string=hai) anos
Object.cs 1ff6f566e9 为了避免命名空间冲突,Model改成ETModel,Hotfix改成ETHotfix %!s(int64=7) %!d(string=hai) anos
Object.cs.meta 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 %!s(int64=8) %!d(string=hai) anos
ObjectPool.cs 5449ef4b85 1.Mongo库在反序列化时会调用类的无参构造函数,这样在Component的无参构造函数中就不 %!s(int64=7) %!d(string=hai) anos
ObjectPool.cs.meta 7bccbe500f Entity跟Component加上对象池 %!s(int64=8) %!d(string=hai) anos
ObjectSystemAttribute.cs 1ff6f566e9 为了避免命名空间冲突,Model改成ETModel,Hotfix改成ETHotfix %!s(int64=7) %!d(string=hai) anos
ObjectSystemAttribute.cs.meta 42b9777df0 1.session断开应该让rpc响应错误,否则Call将无法得到返回 %!s(int64=8) %!d(string=hai) anos