mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Sending of textures WIP
This commit is contained in:
@@ -29,6 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
Base for writing changes here
|
||||
PROTOCOL_VERSION 4:
|
||||
Add TOCLIENT_TOOLDEF
|
||||
Add TOCLIENT_TEXTURES
|
||||
*/
|
||||
|
||||
#define PROTOCOL_VERSION 4
|
||||
@@ -198,6 +199,18 @@ enum ToClientCommand
|
||||
serialized ToolDefManager
|
||||
*/
|
||||
|
||||
TOCLIENT_TEXTURES = 0x39,
|
||||
/*
|
||||
u16 command
|
||||
u32 number of textures
|
||||
for each texture {
|
||||
u16 length of name
|
||||
string name
|
||||
u32 length of data
|
||||
data
|
||||
}
|
||||
*/
|
||||
|
||||
//TOCLIENT_CONTENT_SENDING_MODE = 0x38,
|
||||
/*
|
||||
u16 command
|
||||
|
Reference in New Issue
Block a user