godot/servers
Ibrahn Sahir 352b3c9c93 Cleaning up some uninitialised variables in GLES2 stuff.
Initialise keep_original_textures and use_fast_texture_filter in storage
config. Removed any other variables from storage config that were both unused
and uninitialised to avoid future confusion (if they're needed it's
easier to spot an uninitialised variable problem in a PR that adds the
variable again rather than just uses it).

Copied storage Texture struct constructor from GLES3 implementation
(except where variables were already initialised with different values).
Gives us sensible tested defaults for previously uninitialised vars.

Added assignments for state.current_main_tex based on same in GLES3.
2018-11-02 14:09:32 +00:00
..
arvr SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
audio Fix possible audio input buffer issues 2018-10-20 12:13:40 -03:00
physics Update 3D physics to match fix from #22933 2018-11-01 12:40:20 -03:00
physics_2d Merge pull request #22933 from SeleckyErik/issue-9148 2018-11-01 12:39:50 -03:00
visual Fix canvas stacking not deterministic on same layer 2018-10-30 21:53:00 +01:00
arvr_server.cpp
arvr_server.h
audio_server.cpp Merge pull request #22779 from Superwaitsum/LimitSettings 2018-10-25 11:38:06 +02:00
audio_server.h Fix possible audio input buffer issues 2018-10-20 12:13:40 -03:00
physics_2d_server.cpp
physics_2d_server.h Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
physics_server.cpp Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
physics_server.h Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
register_server_types.cpp
register_server_types.h
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
server_wrap_mt_common.h
visual_server.cpp Cleaning up some uninitialised variables in GLES2 stuff. 2018-11-02 14:09:32 +00:00
visual_server.h Fix canvas stacking not deterministic on same layer 2018-10-30 21:53:00 +01:00