godot/core
Rémi Verschelde 42dca43c50
Merge pull request #41029 from masi456/fix/40888
Make sure that Image is not locked before creation
2020-08-21 02:27:22 +02:00
..
bind Revert "Fix Directory Open Check" 2020-07-28 13:54:13 -04:00
crypto SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
io issue-40396 - Added missing error strings to JSON parsing when array or object is never closed. 2020-07-24 10:31:57 +02:00
math [3.2] Backport core documentation changes to 3.2 2020-07-21 21:22:54 -04:00
os Fix Return key events in LineEdit & TextEdit on Android 2020-07-17 18:25:40 +02:00
array.cpp Fix array slicing. 2020-05-06 23:28:44 +02:00
array.h Fix array slicing. 2020-05-06 23:28:44 +02:00
class_db.cpp
class_db.h
color.cpp Color: Fix deprecation warning mentioning 'get_v()' instead of 'v' 2020-01-28 12:41:04 +01:00
color.h
color_names.inc
command_queue_mt.cpp
command_queue_mt.h
compressed_translation.cpp
compressed_translation.h
core_builders.py Update AUTHORS and DONORS list 2020-08-14 00:32:05 +02:00
core_string_names.cpp
core_string_names.h
cowdata.h Ensure COWData does not reallocate on push back, fixes #22561 2020-04-16 11:46:00 +02:00
dictionary.cpp
dictionary.h
engine.cpp Update AUTHORS and DONORS list 2020-08-14 00:32:05 +02:00
engine.h Fix Engine get_target_fps() returning float instead of int. 2020-04-16 12:47:19 +02:00
error_list.h
error_macros.cpp
error_macros.h
func_ref.cpp
func_ref.h
global_constants.cpp Support SDL2 half axes and inverted axes mappings. 2020-06-26 06:28:56 +01:00
global_constants.h
hash_map.h Call CRASH_COND_MSG if key not found in HashMap get function. 2020-07-03 13:17:57 +02:00
hashfuncs.h
image.cpp Make sure that a new image can only be created when the buffer is not currently locked 2020-08-05 20:55:31 +02:00
image.h Expose loading TGA images in Image. 2020-07-03 13:17:57 +02:00
input_map.cpp
input_map.h
int_types.h
list.h
make_binders.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
map.h
message_queue.cpp Tweak the message queue maximum size property hint 2020-03-25 11:38:53 +01:00
message_queue.h
method_bind.cpp
method_bind.h
method_ptrcall.h
node_path.cpp
node_path.h
oa_hash_map.h Removed const from OAHashMap iterator value 2020-05-20 11:35:28 +02:00
object.cpp Show errors on Object.call_deferred 2020-07-28 00:40:07 +02:00
object.h Fix dangling and reassigned Variants 2020-04-23 13:51:02 +02:00
object_id.h Style: Sync other changes from new fix_style.sh and clang_format.sh 2020-07-24 10:39:18 +02:00
object_rc.h Fix GDNative compat breakage due to dangling Variants fix 2020-04-27 13:07:52 +02:00
ordered_hash_map.h
packed_data_container.cpp
packed_data_container.h
pair.h
path_remap.cpp
path_remap.h
pool_allocator.cpp
pool_allocator.h
pool_vector.cpp
pool_vector.h
print_string.cpp
print_string.h
project_settings.cpp Fix overriding compression related settings 2020-07-13 15:15:40 +02:00
project_settings.h Revert "Made possible to specify where to dump the contents when loading a ".pck" file" 2020-04-20 13:48:02 +02:00
ref_ptr.cpp
ref_ptr.h
reference.cpp
reference.h
register_core_types.cpp New PacketPeerDTLS and DTLSServer classes. 2020-02-25 11:35:47 +01:00
register_core_types.h
resource.cpp Core: Add hints to run with --verbose when leaking nodes/resources at exit 2020-06-10 15:30:52 +02:00
resource.h
rid.cpp
rid.h
ring_buffer.h
safe_refcount.cpp
safe_refcount.h
script_debugger_local.cpp
script_debugger_local.h
script_language.cpp Remap script path when registering class. 2020-08-14 00:32:04 +02:00
script_language.h
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
self_list.h Fix object leaks caused by unfulfilled yields 2020-05-05 17:53:47 +02:00
set.h
simple_type.h
sort_array.h
string_buffer.h
string_builder.cpp
string_builder.h
string_name.cpp
string_name.h
translation.cpp
translation.h
type_info.h
typedefs.h
ucaps.h
undo_redo.cpp
undo_redo.h
ustring.cpp Add missing NULL termination to the String::repeat function. 2020-08-11 17:23:44 +03:00
ustring.h
variant.cpp Fix leaked ObjectRCs on object Variant reassignment 2020-06-28 01:31:00 +02:00
variant.h Fix GDNative compat breakage due to dangling Variants fix 2020-04-27 13:07:52 +02:00
variant_call.cpp [3.2] Backport core documentation changes to 3.2 2020-07-21 21:22:54 -04:00
variant_op.cpp Fix GDNative compat breakage due to dangling Variants fix 2020-04-27 13:07:52 +02:00
variant_parser.cpp VariantParser: Fix crash on malformed vectors 2020-06-10 15:30:52 +02:00
variant_parser.h
vector.h
version.h
vmap.h
vset.h