virtualx-engine/servers
Rémi Verschelde bf7ca623a6 Fix Coverity reports of uninitialized scalar variable
Fixes most current reports on Coverity Scan of uninitialized scalar
variable (CWE-457): https://cwe.mitre.org/data/definitions/457.html

These happen most of the time (in our code) when instanciating structs
without a constructor (or with an incomplete one), and later returning
the instance. This is sometimes intended though, as some parameters are
only used in some situations and should not be double-initialized for
performance reasons (e.g. `constant` in ShaderLanguage::Token).
2018-04-19 15:20:45 +02:00
..
arvr Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
audio Fix compressor audio effect sidechain selection 2018-03-21 22:45:30 +01:00
physics Fix Coverity reports of uninitialized scalar variable 2018-04-19 15:20:45 +02:00
physics_2d Fix Coverity reports of uninitialized scalar variable 2018-04-19 15:20:45 +02:00
visual Fix Coverity reports of uninitialized scalar variable 2018-04-19 15:20:45 +02:00
arvr_server.cpp Update classref and docs, fix missing parameters' name 2018-04-11 10:20:22 +07:00
arvr_server.h A few fixes on the ARVR Server 2018-03-15 23:31:02 +11:00
audio_server.cpp Added new audio device functions to set/get the audio device 2018-03-26 17:41:05 -03:00
audio_server.h Added new audio device functions to set/get the audio device 2018-03-26 17:41:05 -03:00
physics_2d_server.cpp Improved kinematic body 2D and 3D, Now can move rigid body 2018-02-20 12:43:47 +01:00
physics_2d_server.h Improved kinematic body 2D and 3D, Now can move rigid body 2018-02-20 12:43:47 +01:00
physics_server.cpp Fixed physics server typo 2018-02-27 08:42:09 +01:00
physics_server.h Merge pull request #16757 from AndreaCatania/kinpush 2018-02-20 15:41:10 +01:00
register_server_types.cpp Deprecated Godot 3D physics engine 2018-02-26 12:51:30 +01:00
register_server_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub disable caching for targets using helper functions 2017-11-28 23:24:12 -04:00
server_wrap_mt_common.h Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
visual_server.cpp [DOCS] Sync classref with current source 2018-02-25 15:14:25 +07:00
visual_server.h 2D Skeletons WORK IN PROGRESS 2018-02-21 17:24:00 -03:00