Reduced initial daybreak ping, some work on what needs to be done to support the first major patch (very little), CMakeLists.txt changes

This commit is contained in:
KimLS
2016-09-11 18:35:37 -07:00
parent 8a73f50601
commit b50c85d086
9 changed files with 5041 additions and 138 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ namespace EQ
class BasePatch
{
public:
typedef std::function<void(const EQ::Net::Packet*, EmuOpcode&, EQ::Net::WritablePacket&)> DecodeStructFunction;
typedef std::function<void(const EQ::Net::Packet*, EmuOpcode, EQ::Net::WritablePacket&)> DecodeStructFunction;
typedef std::function<void(std::shared_ptr<EQ::Net::DaybreakConnection>, EmuOpcode, const EQ::Net::Packet*)> EncodeStructFunction;
BasePatch() { }
View File
View File
View File
File diff suppressed because it is too large Load Diff