godot/modules
George Marques bb20e420af
Fix wrong counting of function argument usage
There's no need to subtract 1 from the assignment usages because it's
not incremented anywhere else.

Also put back the assignment with operators because they should not
count as usage if the argument is on the left side.
2019-10-19 10:59:57 -03:00
..
arkit Style: Fix copyright headers in new files 2019-08-28 09:19:52 +02:00
assimp Remove dependency on the editor directory being in the build's include path. 2019-10-10 08:57:00 +02:00
bmp Changed some code found by Clang Tidy and Coverity 2019-09-22 18:45:08 +02:00
bullet Call activate function when setting RigidBodyBullet activation state. 2019-10-14 10:04:44 +02:00
csg Merge pull request #32051 from qarmin/some_error_explanation 2019-09-25 11:51:54 +02:00
cvtt Allow building cvtt with system squish 2019-09-23 02:59:59 -07:00
dds Added some obvious errors explanations 2019-09-25 10:28:50 +02:00
enet Merge pull request #32051 from qarmin/some_error_explanation 2019-09-25 11:51:54 +02:00
etc Added some obvious errors explanations 2019-09-25 10:28:50 +02:00
freetype SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines 2019-07-03 09:59:04 +02:00
gdnative Document the GDNative singleton method prefix being changeable 2019-10-07 15:59:57 +02:00
gdscript Fix wrong counting of function argument usage 2019-10-19 10:59:57 -03:00
gridmap Merge pull request #31974 from YeldhamDev/tilegrid_map_fixes 2019-09-24 11:06:34 +02:00
hdr Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' 2019-08-17 13:31:22 +02:00
jpg Remove redundant author doc comments 2019-08-12 04:26:38 -05:00
jsonrpc Add missing semicolons to BIND_ENUM_CONSTANT macro uses 2019-10-02 09:57:12 +02:00
mbedtls Fix crash when passing invalid key to Crypto. 2019-10-09 15:59:17 +02:00
mobile_vr doc: Add default values to all properties 2019-06-30 13:58:07 +02:00
mono C#: Fix regression from #32732 caused a crash on domain reload 2019-10-12 21:27:56 +02:00
ogg SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
opensimplex doc: Fix parsing of self-closing XML tags 2019-09-24 13:34:05 +02:00
opus Added some obvious errors explanations 2019-09-25 10:28:50 +02:00
pvr Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' 2019-08-12 10:15:54 +02:00
recast Baking gridmap navmesh. 2019-08-18 13:24:58 +02:00
regex doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
squish Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' 2019-08-12 10:15:54 +02:00
stb_vorbis Added some obvious errors explanations 2019-09-25 10:28:50 +02:00
svg Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' 2019-08-12 10:15:54 +02:00
tga Added release function to PoolVector::Access. 2019-07-06 12:04:27 +01:00
theora Added some obvious errors explanations 2019-09-25 10:28:50 +02:00
tinyexr Remove redundant author doc comments 2019-08-12 04:26:38 -05:00
upnp SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines 2019-07-03 09:59:04 +02:00
vhacd SCons: Enable C++11 on the whole codebase 2019-07-22 17:17:30 +02:00
visual_script Merge pull request #32830 from timoschwarzer/remove-redundant-compiler-directives 2019-10-15 09:57:46 +02:00
vorbis Added some obvious errors explanations 2019-09-25 10:28:50 +02:00
webm Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' 2019-08-12 10:15:54 +02:00
webp Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' 2019-08-17 13:31:22 +02:00
webrtc doc: Fix parsing of self-closing XML tags 2019-09-24 13:34:05 +02:00
websocket doc: Sync classref with current source 2019-10-11 08:45:03 +02:00
xatlas_unwrap Tweak xatlas and import new version b4b5426 2019-08-28 01:12:56 -07:00
register_module_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Fix uses of [].append instead of env.add_source_files() 2019-07-22 15:08:32 +02:00