summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2021-06-01Merge pull request #45393 from Paulb23/code_edit_autocompleteRémi Verschelde
2021-06-01Move and expose AutoComplete in CodeEditPaulb23
2021-05-31Merge pull request #49142 from Chaosus/bvh_fix_possible_crashRémi Verschelde
2021-05-31Merge pull request #49173 from KoBeWi/navigational_oblivionRémi Verschelde
2021-05-31Tweak arguments of list_dir_begin()kobewi
2021-05-31Merge pull request #49192 from lawnjelly/bvh_current_tree4Rémi Verschelde
2021-05-31Implement shader cachingreduz
2021-05-29BVH - fix stale current_tree in deactivate function [4.x]lawnjelly
2021-05-27Fixed possible crash in `DynamicBVH::optimize_incremental`Yuri Roubinsky
2021-05-25Return error when decompressing empty PoolByteArrayPaweł Fertyk
2021-05-25Rename File::get_len() get_length()Marcel Admiraal
2021-05-24Merge pull request #48939 from Calinou/screen-orientation-use-enumRémi Verschelde
2021-05-24Merge pull request #49037 from vnen/fix-callable-freed-crashRémi Verschelde
2021-05-24Make Callable not crash on call when the object has been freedGeorge Marques
2021-05-24Use an enum to represent screen orientation in the Project SettingsHugo Locurcio
2021-05-24Merge pull request #49023 from akien-mga/fix-OS-get_unix_time_from_datetimeRémi Verschelde
2021-05-24Merge pull request #46866 from bruvzg/symlinks_and_macos_gdn_framework_export_4Rémi Verschelde
2021-05-24OS: Better validation of invalid input for get_unix_time_from_datetimeRémi Verschelde
2021-05-24Fix duplicate close files when deconstructing ZipArchiveZae
2021-05-22Add a keyboard shortcut to select the word under cursor in TextEditHugo Locurcio
2021-05-22Merge pull request #48916 from mortarroad/master-convex-hull-portedRémi Verschelde
2021-05-22Replace QuickHull with Bullet's convex hull computer.Morris Tabor
2021-05-22Add symlink API to the DirAccess (on macOS and Linux).bruvzg
2021-05-22Merge pull request #48927 from KoBeWi/I_fixed_your_leftRémi Verschelde
2021-05-21Fix usage of String.left()kobewi
2021-05-21Remove alloca from loop and use a single fixed size array declarationMarcel Admiraal
2021-05-21Merge pull request #48806 from timothyqiu/xml-parser-fixesRémi Verschelde
2021-05-21Merge pull request #48903 from Calinou/math-funcs-remove-old-msvc-ifdefRémi Verschelde
2021-05-20Merge pull request #36180 from KoBeWi/I_broke_your_rightRémi Verschelde
2021-05-20Remove `#ifdef` catering to MSVC 2012 and earlier in `math_funcs.h`Hugo Locurcio
2021-05-20Change behavior of String.rightTomasz Chabora
2021-05-20Merge pull request #48887 from aaronfranke/roundRémi Verschelde
2021-05-20Merge pull request #48882 from aaronfranke/approx-use-doubleRémi Verschelde
2021-05-20Merge pull request #48860 from JohnM666/fix-basis-variant-initializationRémi Verschelde
2021-05-20Use global scope round method for roundingAaron Franke
2021-05-20Fix typos with codespellRémi Verschelde
2021-05-20Make is_equal_approx have explicit float and double versionsAaron Franke
2021-05-20Fix #46282 Executing RigidBody3D.get_inverse_inertia_tensor() crashes GodotJohnM666
2021-05-19Fix Quat includesMarcel Admiraal
2021-05-18Fix XMLParser behavior for comments and premature endingsHaoyu Qiu
2021-05-17Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde
2021-05-17Merge pull request #48792 from foxydevloper/fix-inputeventmidi-typoRémi Verschelde
2021-05-17Fix typo in InputEventMIDI stringfox
2021-05-17Make all file access 64-bit (uint64_t)Pedro J. Estébanez
2021-05-15Make printing of InputEvents consistentMarcel Admiraal
2021-05-14Fixed build with SCRIPT_AES256_ENCRYPTION_KEY setMarcus Brummer
2021-05-14Merge pull request #42337 from zaevi/fix-zip-open-twiceRémi Verschelde
2021-05-14SCons: Abort if SCRIPT_AES256_ENCRYPTION_KEY is invalidRémi Verschelde
2021-05-14Fix zip file opening twiceZae
2021-05-11GDNative: Fix size mismatch on 32-bit platforms for Signal and CallableRémi Verschelde