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
/
src
/
client
/
mesh.cpp
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
-- Minetest: builtin/features.lua
core
.
features
= {
glasslike_framed
=
true
,
nodebox_as_selectionbox
=
true
,
chat_send_player_param3
=
true
,
get_all_craft_recipes_works
=
true
,
use_texture_alpha
=
true
,
no_legacy_abms
=
true
,
texture_names_parens
=
true
,
}
function
core
.
has_feature
(
arg
)
if
type
(
arg
) ==
"table"
then
missing_features
= {}
result
=
true
for
ft
,
_
in
pairs
(
arg
)
do
if not
core
.
features
[
ftr
]
then
missing_features
[
ftr
] =
true
result
=
false
end
end
return
result
,
missing_features
elseif
type
(
arg
) ==
"string"
then
if no
Diffstat
(limited to 'src/client/mesh.cpp')
0 files changed, 0 insertions, 0 deletions