godot/core
Haoyu Qiu d99a313fd3 Fix font preview text color on light background 2021-12-18 00:34:54 +08:00
..
bind Add an `OS.crash()` method for testing system crash handler 2021-12-04 01:40:56 +01:00
crypto
io Add proxy support for `HTTPClient` and the editor 2021-12-16 19:38:53 +08:00
math Warn when using an AABB or Rect2 with a negative size 2021-12-06 16:51:59 +01:00
os [3.x] Add a Time singleton 2021-11-29 11:00:06 -06:00
SCsub
array.cpp Add recursive comparison to Array and Dictionary 2021-11-09 15:08:22 +01:00
array.h Add recursive comparison to Array and Dictionary 2021-11-09 15:08:22 +01:00
bitfield_dynamic.cpp
bitfield_dynamic.h
class_db.cpp
class_db.h
color.cpp
color.h Fix font preview text color on light background 2021-12-18 00:34:54 +08:00
color_names.inc
command_queue_mt.cpp
command_queue_mt.h
compressed_translation.cpp
compressed_translation.h
core_builders.py
core_string_names.cpp
core_string_names.h
cowdata.h
dictionary.cpp Add recursive comparison to Array and Dictionary 2021-11-09 15:08:22 +01:00
dictionary.h Add recursive comparison to Array and Dictionary 2021-11-09 15:08:22 +01:00
engine.cpp
engine.h
error_list.h
error_macros.cpp
error_macros.h
func_ref.cpp
func_ref.h
global_constants.cpp
global_constants.h
hash_map.h Avoid the need for copy assignment in HashMap key/data types 2021-11-08 22:33:54 +01:00
hashfuncs.h
image.cpp Image Use memcpy() in fill(), fill_rect(), _put_pixelb(), _get_pixelb() 2021-11-23 17:59:08 +01:00
image.h Image Use memcpy() in fill(), fill_rect(), _put_pixelb(), _get_pixelb() 2021-11-23 17:59:08 +01:00
input_map.cpp
input_map.h clang-format: Various fixes to comments alignment from `clang-format` 13 2021-10-28 14:50:32 +02:00
int_types.h
list.h clang-format: Various fixes to comments alignment from `clang-format` 13 2021-10-28 14:50:32 +02:00
local_vector.h
make_binders.py
map.h
message_queue.cpp
message_queue.h
method_bind.cpp
method_bind.h
method_ptrcall.h
node_path.cpp
node_path.h
oa_hash_map.h
object.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00
object.h CI: Update to clang-format 13 using LLVM repo 2021-10-28 17:30:52 +02:00
object_id.h
object_rc.h
ordered_hash_map.h Add recursive comparison to Array and Dictionary 2021-11-09 15:08:22 +01:00
packed_data_container.cpp Fix crash when executing PackedDataContainer._iter_init 2021-11-25 22:05:48 +01:00
packed_data_container.h
paged_allocator.h
pair.h
path_remap.cpp
path_remap.h
pool_allocator.cpp
pool_allocator.h
pool_vector.cpp
pool_vector.h
pooled_list.h Add option to use handles to RID 2021-12-06 14:43:34 +00:00
print_string.cpp
print_string.h
project_settings.cpp Ignore override.cfg when in editor 2021-11-25 22:48:20 +01:00
project_settings.h Ignore override.cfg when in editor 2021-11-25 22:48:20 +01:00
ref_ptr.cpp
ref_ptr.h
reference.cpp
reference.h
register_core_types.cpp [3.x] Add a Time singleton 2021-11-29 11:00:06 -06:00
register_core_types.h
resource.cpp
resource.h
rid.cpp Add option to use handles to RID 2021-12-06 14:43:34 +00:00
rid.h Add option to use handles to RID 2021-12-06 14:43:34 +00:00
rid_handle.cpp RID tracked handles better error messages for dangling RIDs 2021-12-08 10:07:25 +00:00
rid_handle.h RID tracked handles better error messages for dangling RIDs 2021-12-08 10:07:25 +00:00
ring_buffer.h
safe_refcount.cpp
safe_refcount.h
script_debugger_local.cpp
script_debugger_local.h
script_language.cpp
script_language.h
self_list.h
set.h
simple_type.h
sort_array.h
string_buffer.h
string_builder.cpp
string_builder.h
string_name.cpp
string_name.h
threaded_callable_queue.h Implement async shader compilation plus caching for GL ES 3 2021-11-09 12:19:12 +01:00
translation.cpp Added check to get_all_locales to avoid adding duplicate locales to array 2021-12-16 12:10:11 +01:00
translation.h
type_info.h clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00
typedefs.h Add recursive comparison to Array and Dictionary 2021-11-09 15:08:22 +01:00
ucaps.h
undo_redo.cpp Revert "Fix UndoRedo::Operation objects cleanup" 2021-11-16 08:54:58 +01:00
undo_redo.h Revert "Fix UndoRedo::Operation objects cleanup" 2021-11-16 08:54:58 +01:00
ustring.cpp Make `--doctool` locale aware 2021-12-16 18:27:32 +08:00
ustring.h Make `--doctool` locale aware 2021-12-16 18:27:32 +08:00
variant.cpp Add recursive comparison to Array and Dictionary 2021-11-09 15:08:22 +01:00
variant.h Add recursive comparison to Array and Dictionary 2021-11-09 15:08:22 +01:00
variant_call.cpp Fix font preview text color on light background 2021-12-18 00:34:54 +08:00
variant_op.cpp Fix Color.v integer assignment 2021-12-16 00:33:23 +08:00
variant_parser.cpp
variant_parser.h
vector.h clang-format: Various fixes to comments alignment from `clang-format` 13 2021-10-28 14:50:32 +02:00
version.h
vmap.h
vset.h