godot/core
Juan Linietsky a5370b1b1b -Fix problem of order of import plugins, closes #26340
-Ensure resource previewer does not start until first import is done
2019-02-27 14:11:17 -03:00
..
bind Expose OS::get_current_video_driver to scripting languages 2019-02-16 14:41:07 +01:00
io -Fix problem of order of import plugins, closes #26340 2019-02-27 14:11:17 -03:00
math Remove setting that caused is_inside_tree() errors on doppler tracking enabled. 2019-02-26 09:16:23 -03:00
os Fix -Wsuggest-attribute=format warnings. 2019-02-27 06:56:50 +01:00
array.cpp
array.h
class_db.cpp
class_db.h
color_names.inc
color.cpp
color.h
command_queue_mt.cpp Fix alignment and locking issues with CommandQueueMT 2019-02-16 04:00:19 +01:00
command_queue_mt.h Fix alignment and locking issues with CommandQueueMT 2019-02-16 04:00:19 +01:00
compressed_translation.cpp
compressed_translation.h
core_builders.py
core_string_names.cpp
core_string_names.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
cowdata.h
dictionary.cpp
dictionary.h
engine.cpp Add hex-encoded version number to Engine singleton for easy comparisons 2019-02-17 13:38:52 +01:00
engine.h
error_list.h
error_macros.cpp
error_macros.h Fix all -Wtype-limits warnings. 2019-02-21 19:34:35 +01:00
func_ref.cpp
func_ref.h
global_constants.cpp
global_constants.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
hash_map.h
hashfuncs.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
image.cpp Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
image.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
input_map.cpp
input_map.h
int_types.h
list.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
make_binders.py
map.h
message_queue.cpp Do not use the workaround for desktop nvidia on mobile and html5. 2019-01-14 11:24:00 -03:00
message_queue.h
method_bind.cpp
method_bind.h
method_ptrcall.h
node_path.cpp
node_path.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
oa_hash_map.h
object.cpp Ensure all properties are refreshed when setting a script, fixes #24845 2019-02-24 10:50:43 -03:00
object.h Implement a cleaner (and better) way to save imagedata from ImageTexture, fixes #18801 2019-02-21 20:49:42 -03:00
ordered_hash_map.h
packed_data_container.cpp
packed_data_container.h
pair.h Fix many asan and ubsan reported issues 2019-01-30 06:43:56 +01:00
path_remap.cpp
path_remap.h
pool_allocator.cpp
pool_allocator.h
pool_vector.cpp Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
pool_vector.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
print_string.cpp
print_string.h
project_settings.cpp Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
project_settings.h
ref_ptr.cpp
ref_ptr.h
reference.cpp
reference.h
register_core_types.cpp Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
register_core_types.h
resource.cpp
resource.h
rid.cpp
rid.h
ring_buffer.h
safe_refcount.cpp
safe_refcount.h
script_debugger_local.cpp
script_debugger_local.h
script_debugger_remote.cpp Fix GCC 5 build after #26331 and cleanup style 2019-02-27 09:01:24 +01:00
script_debugger_remote.h Make allowed pid for window takeover happen immediately, fixes #21431 2019-02-23 12:09:35 -03:00
script_language.cpp Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
script_language.h Use script instance binding for objects constructed from C# 2019-02-09 00:32:18 +01:00
SCsub
self_list.h
set.h
simple_type.h
sort_array.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
string_buffer.h
string_builder.cpp
string_builder.h
string_name.cpp Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
string_name.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
translation.cpp Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
translation.h
type_info.h
typedefs.h Fix -Wsuggest-attribute=format warnings. 2019-02-27 06:56:50 +01:00
ucaps.h
undo_redo.cpp Revert "Fix 'UndoRedo's 'MERGE_ALL' mode repeating instructions when quickly commiting actions" 2019-02-25 14:09:33 -03:00
undo_redo.h
ustring.cpp Don't crash when parse_utf8 receives a NULL pointer 2019-02-22 19:28:19 +01:00
ustring.h Fix warnings seen with -Wignored-qualifiers. 2019-02-21 20:24:29 +01:00
variant_call.cpp Fix return value for Dictionary.erase() 2019-02-21 18:52:29 +08:00
variant_op.cpp Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
variant_parser.cpp Fix VariantWriter overflow on 64-bit int 2019-02-21 11:24:00 +01:00
variant_parser.h
variant.cpp Fix many asan and ubsan reported issues 2019-01-30 06:43:56 +01:00
variant.h Align the Variant data member 2019-02-20 11:14:22 +00:00
vector.h Core: Ensure classes match their header filename 2019-02-12 13:34:25 +01:00
version.h Add hex-encoded version number to Engine singleton for easy comparisons 2019-02-17 13:38:52 +01:00
vmap.h
vset.h