godot/core
2018-09-10 15:15:06 -04:00
..
bind Merge pull request #20712 from marcelofg55/midi_open_close 2018-08-24 12:17:14 -03:00
helper
io Change ResourceLoader::load to make it more thread safe. 2018-09-02 14:00:16 -03:00
math Add missing copyright headers 2018-08-29 22:41:17 +02:00
os Fix is_action_pressed for InputEventAction. 2018-09-10 15:15:06 -04:00
allocators.h
array.cpp Added max() and min() functions to array to return greater or lesser element (or null if data is not of compatible type or empty array). Closes #15697 2018-08-23 15:32:02 -03:00
array.h Added max() and min() functions to array to return greater or lesser element (or null if data is not of compatible type or empty array). Closes #15697 2018-08-23 15:32:02 -03:00
class_db.cpp Print an error if you try to instantiate an editor class outside the editor, fixes #17624 2018-09-06 21:07:46 -03:00
class_db.h Added comment to class_db to know how to bind more then 6 params 2018-08-21 18:51:08 +02:00
color_names.inc
color.cpp BPTC support 2018-08-21 22:56:04 -04:00
color.h BPTC support 2018-08-21 22:56:04 -04:00
command_queue_mt.cpp
command_queue_mt.h
compressed_translation.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
compressed_translation.h
core_builders.py
core_string_names.cpp
core_string_names.h
cowdata.h
dictionary.cpp Dictionary: remove erase_checked(key), make erase(key) return bool 2018-08-14 19:19:05 +02:00
dictionary.h Dictionary: remove erase_checked(key), make erase(key) return bool 2018-08-14 19:19:05 +02:00
dvector.cpp
dvector.h
engine.cpp
engine.h
error_list.h
error_macros.cpp
error_macros.h Make sure warn deprecated uses a volatile bool (for multithreading) 2018-08-07 12:25:48 -03:00
func_ref.cpp
func_ref.h
global_constants.cpp Add PROPERTY_HINT_PLACEHOLDER_TEXT for String properties 2018-08-20 13:48:05 +02:00
global_constants.h
hash_map.h
hashfuncs.h
image.cpp Fix mipmap levels not being initialized 2018-08-25 17:22:53 -04:00
image.h Use cluster fit at higher quality levels 2018-08-22 12:05:25 -04:00
input_map.cpp Fix is_action_pressed for InputEventAction. 2018-09-10 15:15:06 -04:00
input_map.h
int_types.h
list.h
make_binders.py
map.h
message_queue.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
message_queue.h
method_bind.cpp
method_bind.h
method_ptrcall.h [Core] Completely kill math_2d.h, change includes 2018-08-11 03:08:34 -05:00
node_path.cpp
node_path.h
oa_hash_map.h Fix bug leading to crashes in CSG due to bug in OAHashMap, closes #20403 2018-08-24 10:02:43 -03:00
object.cpp Merge pull request #16927 from neikeq/rework-refcount-notify 2018-08-25 11:01:55 -03:00
object.h Merge pull request #16927 from neikeq/rework-refcount-notify 2018-08-25 11:01:55 -03: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
print_string.cpp Add print_verbose to print to stdout only in verbose mode 2018-08-24 09:23:20 +02:00
print_string.h Add print_verbose to print to stdout only in verbose mode 2018-08-24 09:23:20 +02:00
project_settings.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
project_settings.h
ref_ptr.cpp
ref_ptr.h
reference.cpp Notify instance binding data api of refcount increment/decrement 2018-08-23 01:38:48 +02:00
reference.h == and != operators for Ref<T> / T* 2018-08-21 13:25:50 +02:00
register_core_types.cpp -Add Expression class, used to evaluate expressions 2018-08-08 17:35:23 -03:00
register_core_types.h
resource.cpp Fixed duplicating AnimationPlayers leaving empty tracks. 2018-09-01 13:56:17 +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_debugger_remote.cpp Fixed error spam when inspecting remote tree 2018-09-08 00:48:39 +02:00
script_debugger_remote.h
script_language.cpp
script_language.h Merge pull request #16927 from neikeq/rework-refcount-notify 2018-08-25 11:01:55 -03:00
SCsub
self_list.h
set.h
simple_type.h
sort.h
string_buffer.h
string_builder.cpp
string_builder.h
string_db.cpp Add print_verbose to print to stdout only in verbose mode 2018-08-24 09:23:20 +02:00
string_db.h
translation.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
translation.h
type_info.h
typedefs.h [Core] Grammar, move defs to defs 2018-08-10 22:42:02 -05:00
ucaps.h
undo_redo.cpp
undo_redo.h
ustring.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
ustring.h fix out of buffer read when copying non-null terminated strings 2018-08-06 23:51:07 +02:00
variant_call.cpp Added max() and min() functions to array to return greater or lesser element (or null if data is not of compatible type or empty array). Closes #15697 2018-08-23 15:32:02 -03:00
variant_construct_string.cpp
variant_op.cpp
variant_parser.cpp
variant_parser.h
variant.cpp Merge pull request #20856 from KoBeWi/pretty-dictionary-print 2018-08-14 20:51:42 +02:00
variant.h [Core] Completely kill math_2d.h, change includes 2018-08-11 03:08:34 -05:00
vector.h
version.h
vmap.h
vset.h