Completely rewriting all NetPacket stuff to use ASN.1. Finally this big chunk of work is completed. Compiles and links fine, but still partly non-functional.
PLEASE NOTE: This is NOT COMPATIBLE to 0.7.x, because it is a new network protocol.
This commit is contained in:
@@ -104,9 +104,10 @@
|
||||
#define NTF_NET_REMOVED_START_FAILED 207
|
||||
|
||||
// Notifications - join failed
|
||||
#define NTF_NET_JOIN_GAME_FULL 210
|
||||
#define NTF_NET_JOIN_ALREADY_RUNNING 211
|
||||
#define NTF_NET_JOIN_INVALID_PASSWORD 212
|
||||
#define NTF_NET_JOIN_GAME_INVALID 210
|
||||
#define NTF_NET_JOIN_GAME_FULL 211
|
||||
#define NTF_NET_JOIN_ALREADY_RUNNING 212
|
||||
#define NTF_NET_JOIN_INVALID_PASSWORD 213
|
||||
|
||||
// Notifications - version
|
||||
#define NTF_NET_NEW_RELEASE_AVAILABLE 220
|
||||
|
||||
Reference in New Issue
Block a user