index
:
minetest.git
gpcf
lifo-fixes
release
modified minetest for gpcfs purposes
gpcf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
async
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
#!/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
committer
paramat <mat.gregory@virginmedia.com>
2016-11-15 23:08:34 +0000
commit
8e61c1dfd9c07abbea82b3acecf729c118d95793
(
patch
)
tree
84e77fd4211c94d9fb9f9f26fec00cb09d7898a8
/
builtin/async
parent
bc3980e1d69ca9f848f80eb7386525fa4fb326cd
(
diff
)
download
minetest-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