mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Server pushing media at runtime (#9961)
This commit is contained in:
parent
982a030f33
commit
2424dfe007
16 changed files with 263 additions and 85 deletions
|
@ -323,6 +323,15 @@ enum ToClientCommand
|
|||
v3f added_vel
|
||||
*/
|
||||
|
||||
TOCLIENT_MEDIA_PUSH = 0x2C,
|
||||
/*
|
||||
std::string raw_hash
|
||||
std::string filename
|
||||
bool should_be_cached
|
||||
u32 len
|
||||
char filedata[len]
|
||||
*/
|
||||
|
||||
// (oops, there is some gap here)
|
||||
|
||||
TOCLIENT_CHAT_MESSAGE = 0x2F,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue