mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-07 16:48:40 +00:00
Add formspec api versioning
This commit is contained in:
parent
1367895ae2
commit
ebf7ea5019
6 changed files with 130 additions and 34 deletions
|
@ -19,6 +19,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
|
||||
#ifndef CLIENTSERVER_HEADER
|
||||
#define CLIENTSERVER_HEADER
|
||||
#include "util/string.h"
|
||||
|
||||
/*
|
||||
changes by PROTOCOL_VERSION:
|
||||
|
@ -122,6 +123,9 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
#define PASSWORD_SIZE 28 // Maximum password length. Allows for
|
||||
// base64-encoded SHA-1 (27+\0).
|
||||
|
||||
#define FORMSPEC_API_VERSION 1
|
||||
#define FORMSPEC_VERSION_STRING "formspec_version[" TOSTRING(FORMSPEC_API_VERSION) "]"
|
||||
|
||||
#define TEXTURENAME_ALLOWED_CHARS "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_.-"
|
||||
|
||||
enum ToClientCommand
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue