godot/core
2018-09-02 14:00:16 -03:00
..
bind Merge pull request #20712 from marcelofg55/midi_open_close 2018-08-24 12:17:14 -03:00
helper Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
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 Change some instances of args named "ev" to "event" 2018-09-01 17:03:41 -03:00
allocators.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
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 Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02: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.cpp BPTC support 2018-08-21 22:56:04 -04:00
color.h BPTC support 2018-08-21 22:56:04 -04:00
color_names.inc Style: Apply clang-format (5.0) to some missed files 2018-05-31 09:00:37 +02:00
command_queue_mt.cpp Fix several in-class initialization clang warning 2018-03-22 00:17:18 -03:00
command_queue_mt.h Added ability for SSAO to affect AO textures too 2018-07-02 16:50:52 -03:00
compressed_translation.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
compressed_translation.h Fix typos with codespell 2018-02-21 19:46:06 +01:00
core_builders.py Running builder (content generator) functions in subprocesses on Windows 2018-07-27 21:37:55 +02:00
core_string_names.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
core_string_names.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
cowdata.h Fix nested Vectors 2018-07-29 17:03:35 +02:00
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 Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
dvector.h Style: Format code with clang-format 6.0.1 2018-07-18 16:27:03 +02:00
engine.cpp GDScript access to copyright, license, author and donor information. 2018-05-19 00:40:16 +01:00
engine.h GDScript access to copyright, license, author and donor information. 2018-05-19 00:40:16 +01:00
error_list.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
error_macros.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
error_macros.h Make sure warn deprecated uses a volatile bool (for multithreading) 2018-08-07 12:25:48 -03:00
func_ref.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
func_ref.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
global_constants.cpp Add PROPERTY_HINT_PLACEHOLDER_TEXT for String properties 2018-08-20 13:48:05 +02:00
global_constants.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
hash_map.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
hashfuncs.h -Fixes to how hashing happened, now StringName and NodePath use default hasher, this was leading to some severe slowdown in scenarios 2018-07-02 15:08:35 -03:00
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 arg name in docs, some copy-paste errors 2018-08-21 01:51:19 +07:00
input_map.h Added method to clear input events of an action 2018-05-03 00:26:49 +02:00
int_types.h Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
list.h Fix typos in code and docs with codespell 2018-01-18 22:01:42 +01:00
make_binders.py fix windows build using python 3.7 2018-07-28 18:13:48 +02:00
map.h Fix typos with codespell 2018-02-21 19:46:06 +01:00
message_queue.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
message_queue.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
method_bind.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
method_bind.h Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
method_ptrcall.h [Core] Completely kill math_2d.h, change includes 2018-08-11 03:08:34 -05:00
node_path.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
node_path.h -Fixes to how hashing happened, now StringName and NodePath use default hasher, this was leading to some severe slowdown in scenarios 2018-07-02 15:08:35 -03:00
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 Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
packed_data_container.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
packed_data_container.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
pair.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
path_remap.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
path_remap.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
pool_allocator.cpp Fix PoolAllocator::resize for too large p_new_size 2018-05-17 00:35:47 +02:00
pool_allocator.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
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 Fix build issues and typos after c69de2ba4 2018-07-20 08:37:10 +02:00
ref_ptr.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
ref_ptr.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
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 Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
resource.cpp Fixed duplicating AnimationPlayers leaving empty tracks. 2018-09-01 13:56:17 +02:00
resource.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
rid.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
rid.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
ring_buffer.h Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
safe_refcount.cpp reduce clang warning spam 2018-07-24 12:13:05 +02:00
safe_refcount.h reduce clang warning spam 2018-07-24 12:13:05 +02:00
script_debugger_local.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
script_debugger_local.h Local debugger fixes and extensions 2018-05-07 23:17:06 -04:00
script_debugger_remote.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
script_debugger_remote.h Fix debugger focus stealing 2018-05-28 21:49:48 +02:00
script_language.cpp Fix case where exported properties value is lost 2018-07-29 22:40:12 +02:00
script_language.h Merge pull request #16927 from neikeq/rework-refcount-notify 2018-08-25 11:01:55 -03:00
SCsub Running builder (content generator) functions in subprocesses on Windows 2018-07-27 21:37:55 +02:00
self_list.h Fixes incorrect adding to last in self_list 2018-04-11 19:59:41 +08:00
set.h Fix typos with codespell 2018-02-21 19:46:06 +01:00
simple_type.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
sort.h Fix SortArray crashing with bad comparison functions 2018-08-04 14:08:34 +02:00
string_buffer.h Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
string_builder.cpp fixed crash with StringBuilder 2018-01-20 15:26:58 +01:00
string_builder.h Fix several in-class initialization clang warning 2018-03-22 00:17:18 -03:00
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 -Fixes to how hashing happened, now StringName and NodePath use default hasher, this was leading to some severe slowdown in scenarios 2018-07-02 15:08:35 -03:00
translation.cpp Make some debug prints verbose-only, remove others 2018-08-24 14:59:01 +02:00
translation.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
type_info.h State machine animation node 2018-06-25 16:22:41 -03:00
typedefs.h [Core] Grammar, move defs to defs 2018-08-10 22:42:02 -05:00
ucaps.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
undo_redo.cpp Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
undo_redo.h Add a message when there is nothing to Undo or Redo 2018-05-27 12:53:52 -03:00
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.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
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 Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
variant_op.cpp Hacked around duplication bug. I think duplicate needs to be even smarter, maybe pass two bools? (containers and/or resources) 2018-07-03 08:34:06 -03:00
variant_parser.cpp add template argument for size in StringBuffer 2018-01-20 20:03:17 +01:00
variant_parser.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
vector.h Fix nested Vectors 2018-07-29 17:03:35 +02:00
version.h Refactor version macros and fix related bugs 2018-02-23 20:15:29 +01:00
vmap.h Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00
vset.h Reduce unnecessary COW on Vector by make writing explicit 2018-07-26 00:54:16 +02:00