godot/core
Pedro Rodrigues a3a731ed92 Fix crash on HTTPClient::poll method
The problem happened because `poll` assumed that when the SSL flag was
true, the `connection` would be a subclass of StreamPeerSSL. However
that invariant could be broken by calling HTTPClient::set_connection
with a `connection` that is not a subclass of StreamPeerSSL.

Fixes #46138
2021-03-03 21:00:30 +00:00
..
config Added ability to override built-in actions for the editor 2021-02-18 16:22:50 +01:00
crypto
debugger
error Modernize atomics 2021-02-18 17:12:46 +01:00
input Merge pull request #46371 from EricEzaM/PR/fix-osx-inputmap-spammed-errors 2021-02-24 16:52:52 +01:00
io Fix crash on HTTPClient::poll method 2021-03-03 21:00:30 +00:00
math Make Color::from_hsv use Color::set_hsv 2021-02-25 19:50:43 +01:00
object doc: Sync classref with current source 2021-02-19 14:39:14 +01:00
os Fix thread_process_array when NO_THREADS. 2021-02-26 12:13:20 +01:00
string Merge pull request #45914 from HenryWConklin/45841-xml-entities 2021-02-24 13:03:46 +01:00
templates Fix SafeNumeric::conditional_increment() for NO_THREADS 2021-02-25 21:22:01 +01:00
variant Bind ClockDirection enum 2021-02-23 13:56:28 -03:00
core_bind.cpp Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>) should be used instead 2021-02-25 18:34:50 +01:00
core_bind.h Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>) should be used instead 2021-02-25 18:34:50 +01:00
core_builders.py
core_constants.cpp Bind ClockDirection enum 2021-02-23 13:56:28 -03:00
core_constants.h
core_string_names.cpp
core_string_names.h
doc_data.cpp
doc_data.h
register_core_types.cpp
register_core_types.h
SCsub
typedefs.h
version.h