Commit Graph

3 Commits

Author SHA1 Message Date
bruce nesbit
6f4895abe4 Fixed initialisation order in ReliabilityHandlerComponent.cpp
[CL 2614779 by bruce nesbit in Main branch]
2015-07-09 03:42:46 -04:00
Zak Middleton
99830ecd17 #ue4-buildwatcher - Build fixes:
- Declare virtual destructor for PacketHandler, required on some compilers when it's deleted because it has virtual functions.
- Fix link error from multiply defined log category in same module on some builds (Win64 client mono, Win64 server mono).
- Fix warnings from initialization order differing from declaration order.

#codereview James.Knight

[CL 2614742 by Zak Middleton in Main branch]
2015-07-09 02:21:12 -04:00
James Knight
326b55dece Packet Handler Framework which will use packet handler components to transform incoming and outgoing packets. Currently turned off by default.
[CL 2614603 by James Knight in Main branch]
2015-07-08 23:03:46 -04:00