1
0
mirror of https://github.com/solemnwarning/directplay-lite synced 2024-12-30 16:45:37 +01:00

5 Commits

Author SHA1 Message Date
Daniel Collins
971119edae Implement low-level packet (de)serialisation code.
The protocol is going to use TLV messages, containing zero or more
fields represented using the same TLV header. Functions for
(de)serialising DirectPlay message structures will be built on top of
these classes.
2018-09-02 13:02:20 +01:00
Daniel Collins
f829367d1b Create sockets for hosting. 2018-08-30 22:55:00 +01:00
Daniel Collins
1564ddf309 Initial DirectPlay8Address unit tests and fixes. 2018-08-28 16:09:13 +01:00
Daniel Collins
1c41ec3b76 Implemented DirectPlay8Address skeleton 2018-08-21 23:11:41 +01:00
Daniel Collins
b2c025b530 Implemented initial skeleton of dpnet.dll and DirectPlay8Peer. 2018-08-21 22:59:27 +01:00