aboutsummaryrefslogtreecommitdiff
path: root/builtin/async
diff options
#!/bin/sh cd .. svn co https://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp jsoncpp svn up jsoncpp cd jsoncpp python amalgamate.py cp -R dist/json .. cp dist/jsoncpp.cpp ../json # maybe you need to patch: # src/json/jsoncpp.cpp: # -#include <json/json.h> # +#include "json/json.h" #svn export --force https://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp/src/lib_json json #svn export --force https://jsoncpp.svn.sourceforge.net/svnroot/2016-11-12 17:49:41 +0100
context:
space:
committerparamat <mat.gregory@virginmedia.com>2016-11-15 23:08:34 +0000
commit8e61c1dfd9c07abbea82b3acecf729c118d95793 (patch)
tree84e77fd4211c94d9fb9f9f26fec00cb09d7898a8 /builtin/async
parentbc3980e1d69ca9f848f80eb7386525fa4fb326cd (diff)
downloadminetest-8e61c1dfd9c07abbea82b3acecf729c118d95793.tar.gz
minetest-8e61c1dfd9c07abbea82b3acecf729c118d95793.tar.bz2
minetest-8e61c1dfd9c07abbea82b3acecf729c118d95793.zip
Lua_api.txt: Naming convention for custom item/entity fields
Custom (non-engine) field names of items and entities are allowed. This is now documented in lua_api.txt. Field names beginning with an underscore are now reserved for mod use, the engine must not introduce any fields beginning with an underscore.
Diffstat (limited to 'builtin/async')
0 files changed, 0 insertions, 0 deletions