summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVincent Robinson <robinsonvincent89@gmail.com>2022-01-22 15:55:43 -0800
committerGitHub <noreply@github.com>2022-01-23 00:55:43 +0100
commit95a775cd3ae5a8281289acb36391b9ef27cc574d (patch)
tree615abe4ce52750563a41ec5aa302c8652391ad74 /doc
parent71317b8579385142c2a1cbad70a68cf661408855 (diff)
downloadminetest-95a775cd3ae5a8281289acb36391b9ef27cc574d.tar.gz
minetest-95a775cd3ae5a8281289acb36391b9ef27cc574d.tar.bz2
minetest-95a775cd3ae5a8281289acb36391b9ef27cc574d.zip
Bump formspec version (#11980)
Diffstat (limited to 'doc')
-rw-r--r--doc/lua_api.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt
index 2331736c6..e37567ec3 100644
--- a/doc/lua_api.txt
+++ b/doc/lua_api.txt
@@ -2271,18 +2271,20 @@ Examples
Version History
---------------
-* FORMSPEC VERSION 1:
+* Formspec version 1 (pre-5.1.0):
* (too much)
-* FORMSPEC VERSION 2:
+* Formspec version 2 (5.1.0):
* Forced real coordinates
* background9[]: 9-slice scaling parameters
-* FORMSPEC VERSION 3:
+* Formspec version 3 (5.2.0):
* Formspec elements are drawn in the order of definition
* bgcolor[]: use 3 parameters (bgcolor, formspec (now an enum), fbgcolor)
* box[] and image[] elements enable clipping by default
* new element: scroll_container[]
-* FORMSPEC VERSION 4:
+* Formspec version 4 (5.4.0):
* Allow dropdown indexing events
+* Formspec version 5 (5.5.0):
+ * Added padding[] element
Elements
--------