Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
kebiao committed Feb 15, 2019
1 parent eca8d69 commit e08e0f2
Show file tree
Hide file tree
Showing 61 changed files with 18 additions and 62 deletions.
2 changes: 1 addition & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/AccountBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -296,4 +296,4 @@ public override void callPropertysSetMethods()

}
}
}
}
2 changes: 1 addition & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/AvatarBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -991,4 +991,4 @@ public override void callPropertysSetMethods()

}
}
}
}
1 change: 0 additions & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/Blowfish.cs
Original file line number Diff line number Diff line change
Expand Up @@ -529,4 +529,3 @@ public byte[] key()
}
}
}

1 change: 0 additions & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/Bundle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -259,4 +259,3 @@ public void writeEntitycall(byte[] v)
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,3 @@ void Update()
}
#endif
}

2 changes: 1 addition & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/CustomDataTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,4 @@ public void addToStreamEx(Bundle stream, List<Int32> v)
}


}
}
1 change: 0 additions & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/DataTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -663,4 +663,3 @@ public override bool isSameType(object v)
}
}
}

1 change: 0 additions & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/Dbg.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,3 @@ public static void profileEnd(string name)

}
}

Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,3 @@ public override bool recv(MessageReaderBase reader, byte[] buffer, UInt32 rpos,
}
}


1 change: 0 additions & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/Entity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -381,4 +381,3 @@ public virtual void onControlled(bool isControlled_)
}

}

1 change: 0 additions & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/EntityCall.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,3 @@ public Bundle newCall(string methodName, UInt16 entitycomponentPropertyID = 0)
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,3 @@ public EntityCellEntityCall_AccountBase(Int32 eid, string ename) : base(eid, ena

}
}

Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,3 @@ public void useTargetSkill(Int32 arg1, Int32 arg2)

}
}

Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ public EntityCellEntityCall_GateBase(Int32 eid, string ename) : base(eid, ename)

}
}

Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ public EntityCellEntityCall_MonsterBase(Int32 eid, string ename) : base(eid, ena

}
}

Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ public EntityCellEntityCall_NPCBase(Int32 eid, string ename) : base(eid, ename)

}
}

Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ public EntityCellEntityCall_SpaceBase(Int32 eid, string ename) : base(eid, ename

}
}

Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ public EntityCellEntityCall_SpaceDuplicateBase(Int32 eid, string ename) : base(e

}
}

Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ public EntityCellEntityCall_SpacesBase(Int32 eid, string ename) : base(eid, enam

}
}

Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@ public EntityCellEntityCall_SpawnPointBase(Int32 eid, string ename) : base(eid,

}
}

Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,3 @@ public void hello(Int32 arg1)

}
}

Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,3 @@ public void hello(Int32 arg1)

}
}

2 changes: 1 addition & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/EntityComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ public virtual void createFromStream(MemoryStream stream)
onUpdatePropertys(0, stream, count);
}
}
}
}
2 changes: 1 addition & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/EntityDef.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1925,4 +1925,4 @@ public static void initDefTypes()
}


}
}
1 change: 0 additions & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/Event.cs
Original file line number Diff line number Diff line change
Expand Up @@ -785,4 +785,3 @@ public static void removeFiredEvent(LinkedList<EventObj> firedEvents, object obj

}
}

2 changes: 1 addition & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/GateBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -475,4 +475,4 @@ public override void callPropertysSetMethods()

}
}
}
}
1 change: 0 additions & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/KBEMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,3 @@ public virtual void KBEUpdate()
KBEngine.Event.processOutEvents();
}
}

2 changes: 1 addition & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/KBETypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1602,4 +1602,4 @@ public class EXAMPLES
}


}
}
3 changes: 1 addition & 2 deletions Assets/Plugins/kbengine_unity3d_plugins/KBEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public enum NETWORK_ENCRYPT_TYPE

// 服务端与客户端的版本号以及协议MD5
public string serverVersion = "";
public string clientVersion = "2.4.1";
public string clientVersion = "2.4.2";
public string serverScriptVersion = "";
public string clientScriptVersion = "0.1.0";
public string serverProtocolMD5 = "78D6E7A3B539900D86F0C2145E44AEB3";
Expand Down Expand Up @@ -2455,4 +2455,3 @@ public override void destroy()
}
}
}

1 change: 0 additions & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/KBEngineArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,3 @@ public int getUDPSendBufferSize()
}

}

1 change: 0 additions & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/Math.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,3 @@ v is UInt16 || v is UInt64 ||


}

1 change: 0 additions & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/MemoryStream.cs
Original file line number Diff line number Diff line change
Expand Up @@ -470,4 +470,3 @@ public string toString()
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ public abstract class MessageReaderBase
public abstract void process(byte[] datas, MessageLengthEx offset, MessageLengthEx length);
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ public class MessageReaderKCP : MessageReaderTCP
{
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,3 @@ public override void process(byte[] datas, MessageLengthEx offset, MessageLength
}
}
}

2 changes: 1 addition & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/Messages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2138,4 +2138,4 @@ public static bool init()
return true;
}
}
}
}
1 change: 0 additions & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/Method.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ public Method()
}

}

2 changes: 1 addition & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/MonsterBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -795,4 +795,4 @@ public override void callPropertysSetMethods()

}
}
}
}
2 changes: 1 addition & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/NPCBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -514,4 +514,4 @@ public override void callPropertysSetMethods()

}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -265,4 +265,3 @@ public void setFilter(EncryptionFilter filter)
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,3 @@ protected override void onAsyncConnect(ConnectState state)
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,3 @@ protected override void onAsyncConnect(ConnectState state)
}
}
}

1 change: 0 additions & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/ObjectPool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,3 @@ public static void reclaimObject(T item)
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ private void _onRecv(IAsyncResult ar)
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,3 @@ protected override void _asyncReceive()
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,3 @@ protected override void _asyncReceive()
}
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,3 @@ protected static void _onSent(IAsyncResult ar)
}
}
}

1 change: 0 additions & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/PacketSenderKCP.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,3 @@ protected override void _asyncSend()
}
}
}

1 change: 0 additions & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/PacketSenderTCP.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,3 @@ protected override void _asyncSend()
}
}
}

1 change: 0 additions & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/Profile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,3 @@ public void end()
}
}
}

1 change: 0 additions & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/Property.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,3 @@ public bool isOtherOnly()
}

}

1 change: 0 additions & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,4 +362,3 @@ KBE-Plugin fire-in events(Unity => KBE):
string: emailAddress



1 change: 0 additions & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/ScriptModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,3 @@ public ScriptModule(string modulename)
}

}

Original file line number Diff line number Diff line change
Expand Up @@ -398,4 +398,4 @@ public ServerErr serverErr(UInt16 id)


}
}
}
2 changes: 1 addition & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/SpaceBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -436,4 +436,4 @@ public override void callPropertysSetMethods()

}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -436,4 +436,4 @@ public override void callPropertysSetMethods()

}
}
}
}
2 changes: 1 addition & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/SpacesBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -436,4 +436,4 @@ public override void callPropertysSetMethods()

}
}
}
}
2 changes: 1 addition & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/SpawnPointBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -436,4 +436,4 @@ public override void callPropertysSetMethods()

}
}
}
}
2 changes: 1 addition & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/TestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@ public override void callPropertysSetMethods()

}
}
}
}
2 changes: 1 addition & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/TestNoBaseBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@ public override void callPropertysSetMethods()

}
}
}
}
1 change: 0 additions & 1 deletion Assets/Plugins/kbengine_unity3d_plugins/deps/KCP.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1164,4 +1164,3 @@ void Log(int mask, string format, params object[] args)
}
}
}

0 comments on commit e08e0f2

Please sign in to comment.