Maganty Rushyendra afac2514f8 Fix upscaling image with bilinear interpolation option specified 5 年之前
..
bind 2256946f79 [3.2] Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/X11). 5 年之前
crypto 7bf9787921 SCons: Format buildsystem files with psf/black 5 年之前
io 7f18163ea6 [3.2] Ensure FileAccessBuffered structs are properly initialized 5 年之前
math 571a0c60c0 Revert "Implement Skew in Node2D" 5 年之前
os 2256946f79 [3.2] Add keyboard layout enumeration / set / get functions (macOS, Windows, Linux/X11). 5 年之前
SCsub 7bf9787921 SCons: Format buildsystem files with psf/black 5 年之前
array.cpp 23d473f488 Fix array slicing. 5 年之前
array.h 23d473f488 Fix array slicing. 5 年之前
class_db.cpp 4be87c6016 ClassDB: Exclude method binds starting with '_' from API hash 5 年之前
class_db.h fa82664419 Merge pull request #34726 from nekomatata/polygon2d-antialiasing-fix 5 年之前
color.cpp 505fee0b6d Color: Fix deprecation warning mentioning 'get_v()' instead of 'v' 5 年之前
color.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
color_names.inc cbdbfb00ca doc: Document named color constants 5 年之前
command_queue_mt.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
command_queue_mt.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
compressed_translation.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
compressed_translation.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
core_builders.py 7bf9787921 SCons: Format buildsystem files with psf/black 5 年之前
core_string_names.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
core_string_names.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
cowdata.h 94f451e070 Ensure COWData does not reallocate on push back, fixes #22561 5 年之前
dictionary.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
dictionary.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
engine.cpp 5bd603a542 Fix Engine get_target_fps() returning float instead of int. 5 年之前
engine.h 5bd603a542 Fix Engine get_target_fps() returning float instead of int. 5 年之前
error_list.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
error_macros.cpp 37d55ff153 Improve and document error macros 5 年之前
error_macros.h 37d55ff153 Improve and document error macros 5 年之前
func_ref.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
func_ref.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
global_constants.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
global_constants.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
hash_map.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
hashfuncs.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
image.cpp afac2514f8 Fix upscaling image with bilinear interpolation option specified 5 年之前
image.h a3cad44f44 Add `Image.save_png_to_buffer` method 5 年之前
input_map.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
input_map.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
int_types.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
list.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
make_binders.py 7bf9787921 SCons: Format buildsystem files with psf/black 5 年之前
map.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
message_queue.cpp 6e517f9da3 Tweak the message queue maximum size property hint 5 年之前
message_queue.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
method_bind.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
method_bind.h 4d727f1ee6 Allows to doc vararg method return type as void 5 年之前
method_ptrcall.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
node_path.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
node_path.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
oa_hash_map.h b0ba122443 Removed const from OAHashMap iterator value 5 年之前
object.cpp f09046a9ab Fix potential crash when listing leaked objects 5 年之前
object.h d904d05e65 Fix dangling and reassigned Variants 5 年之前
object_id.h d904d05e65 Fix dangling and reassigned Variants 5 年之前
object_rc.h ac8b4708a3 Fix GDNative compat breakage due to dangling Variants fix 5 年之前
ordered_hash_map.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
packed_data_container.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
packed_data_container.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
pair.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
path_remap.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
path_remap.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
pool_allocator.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
pool_allocator.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
pool_vector.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
pool_vector.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
print_string.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
print_string.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
project_settings.cpp 77aa8c0095 Improve documentation of ProjectSettings::setup 5 年之前
project_settings.h faf858fe41 Revert "Made possible to specify where to dump the contents when loading a ".pck" file" 5 年之前
ref_ptr.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
ref_ptr.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
reference.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
reference.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
register_core_types.cpp 35a9f0fe64 New PacketPeerDTLS and DTLSServer classes. 5 年之前
register_core_types.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
resource.cpp ebb30ac45a Core: Add hints to run with --verbose when leaking nodes/resources at exit 5 年之前
resource.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
rid.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
rid.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
ring_buffer.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
safe_refcount.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
safe_refcount.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
script_debugger_local.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
script_debugger_local.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
script_language.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
script_language.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
self_list.h 64344e6d1d Fix object leaks caused by unfulfilled yields 5 年之前
set.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
simple_type.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
sort_array.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
string_buffer.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
string_builder.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
string_builder.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
string_name.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
string_name.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
translation.cpp a7f49ac9a1 Update copyright statements to 2020 5 年之前
translation.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
type_info.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
typedefs.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
ucaps.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
undo_redo.cpp 4d727f1ee6 Allows to doc vararg method return type as void 5 年之前
undo_redo.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
ustring.cpp 362193db6a String: Use ABS macro in padding code 5 年之前
ustring.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
variant.cpp af1788baf3 Variant: Fix potential crash when stringifying deleted Object 5 年之前
variant.h ac8b4708a3 Fix GDNative compat breakage due to dangling Variants fix 5 年之前
variant_call.cpp 74d10e766e - Added more euler rotation orders support. 5 年之前
variant_op.cpp ac8b4708a3 Fix GDNative compat breakage due to dangling Variants fix 5 年之前
variant_parser.cpp 1a1c30702d VariantParser: Fix crash on malformed vectors 5 年之前
variant_parser.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
vector.h bde52cc688 Merge pull request #34618 from qarmin/vector_please_dont_crash 5 年之前
version.h dc61323b2c PCK: Set VERSION_PATCH in header, factor out header magic 5 年之前
vmap.h a7f49ac9a1 Update copyright statements to 2020 5 年之前
vset.h a7f49ac9a1 Update copyright statements to 2020 5 年之前