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 년 전