-
8621dc91
by Anton Baskanov at 2024-11-06T16:31:04+01:00
dplayx/tests: Test client side of Receive() separately.
-
fa5b367b
by Anton Baskanov at 2024-11-06T16:31:04+01:00
dplayx: Handle game messages.
-
1557e7f4
by Anton Baskanov at 2024-11-06T16:31:04+01:00
dplayx: Check the buffer size in Receive().
-
4ab40186
by Anton Baskanov at 2024-11-06T16:31:04+01:00
dplayx: Return DPERR_BUFFERTOOSMALL from Receive() if data is NULL.
-
4d1e0f26
by Anton Baskanov at 2024-11-06T16:31:04+01:00
dplayx: Handle DPRECEIVE_TOPLAYER and DPRECEIVE_FROMPLAYER in Receive().
-
22f565d1
by Anton Baskanov at 2024-11-06T16:31:04+01:00
dplayx: Enter the critical section in DP_IF_Receive().