SA-MP/raknet
RD42 118153f727 [raknet] Update RakNetworkFactory
This commit implements:
* GetRakClientInterface()
* DestroyRakClientInterface()
* DestroyRakServerInterface()
* DestroyRakPeerInterface()
2023-12-16 23:25:47 +08:00
..
BitStream.cpp [raknet] Add BitStream ctor/dtor 2023-12-07 23:17:19 +08:00
BitStream.h [raknet] Add BitStream ctor/dtor 2023-12-07 23:17:19 +08:00
DataBlockEncryptor.cpp [raknet] Implement DataBlockEncryptor ctor 2023-11-25 23:55:55 +08:00
DataBlockEncryptor.h [raknet] Implement DataBlockEncryptor ctor 2023-11-25 23:55:55 +08:00
Export.h [raknet] Implement GetTime and GetTimeNS 2023-10-31 21:05:49 +08:00
GetTime.cpp [raknet] Implement GetTime and GetTimeNS 2023-10-31 21:05:49 +08:00
GetTime.h [raknet] Implement GetTime and GetTimeNS 2023-10-31 21:05:49 +08:00
NetworkTypes.cpp [raknet] Implement GetTime and GetTimeNS 2023-10-31 21:05:49 +08:00
NetworkTypes.h [raknet] Implement GetTime and GetTimeNS 2023-10-31 21:05:49 +08:00
PacketEnumerations.h [raknet] Rename ID_UNK_208_SYNC to ID_MARKERS_SYNC 2023-10-27 16:21:00 +08:00
PacketPriority.h [raknet] Add PacketPriority enum 2023-11-25 23:07:09 +08:00
RakClient.cpp [raknet] Add RakClient vtable stubs 2023-11-26 23:32:04 +08:00
RakClient.h [raknet] Add RakClient vtable stubs 2023-11-26 23:32:04 +08:00
RakClientInterface.h [raknet] Add RakClient vtable stubs 2023-11-26 23:32:04 +08:00
RakNetStatistics.cpp [raknet] Remove BITS_TO_BYTES in RakNetStatistics.cpp 2023-12-07 23:19:46 +08:00
RakNetStatistics.h [raknet] Implement StatisticsToString 2023-11-26 23:36:18 +08:00
RakNetworkFactory.cpp [raknet] Update RakNetworkFactory 2023-12-16 23:25:47 +08:00
RakNetworkFactory.h [raknet] Update RakNetworkFactory 2023-12-16 23:25:47 +08:00
RakPeer.cpp [raknet] Implement RakPeer Set/GetMaximumIncomingConnections 2023-12-13 23:32:21 +08:00
RakPeer.h [raknet] Implement RakPeer Set/GetMaximumIncomingConnections 2023-12-13 23:32:21 +08:00
RakPeerInterface.h [raknet] Implement RakPeer Set/GetMaximumIncomingConnections 2023-12-13 23:32:21 +08:00
RakServer.cpp [raknet] Implement RakPeer Set/GetMaximumIncomingConnections 2023-12-13 23:32:21 +08:00
RakServer.h [raknet] Implement RakPeer Set/GetMaximumIncomingConnections 2023-12-13 23:32:21 +08:00
RakServerInterface.h [raknet] Implement RakPeer Set/GetMaximumIncomingConnections 2023-12-13 23:32:21 +08:00
RakSleep.cpp [raknet] Implement RakSleep 2023-11-01 21:16:31 +08:00
RakSleep.h [raknet] Implement RakSleep 2023-11-01 21:16:31 +08:00
SimpleMutex.cpp [raknet] Implement SimpleMutex 2023-10-31 21:11:58 +08:00
SimpleMutex.h [raknet] Implement SimpleMutex 2023-10-31 21:11:58 +08:00
TEABlockEncryptor.cpp [raknet] Implement TEABlockEncryptor ctor 2023-12-01 20:53:12 +08:00
TEABlockEncryptor.h [raknet] Implement TEABlockEncryptor ctor 2023-12-01 20:53:12 +08:00