Age | Commit message (Expand) | Author |
2021-05-31 | Merge pull request #49142 from Chaosus/bvh_fix_possible_crash | Rémi Verschelde |
2021-05-31 | Merge pull request #49173 from KoBeWi/navigational_oblivion | Rémi Verschelde |
2021-05-31 | Tweak arguments of list_dir_begin() | kobewi |
2021-05-31 | Merge pull request #49192 from lawnjelly/bvh_current_tree4 | Rémi Verschelde |
2021-05-31 | Implement shader caching | reduz |
2021-05-29 | BVH - fix stale current_tree in deactivate function [4.x] | lawnjelly |
2021-05-27 | Fixed possible crash in `DynamicBVH::optimize_incremental` | Yuri Roubinsky |
2021-05-25 | Return error when decompressing empty PoolByteArray | Paweł Fertyk |
2021-05-25 | Rename File::get_len() get_length() | Marcel Admiraal |
2021-05-24 | Merge pull request #48939 from Calinou/screen-orientation-use-enum | Rémi Verschelde |
2021-05-24 | Merge pull request #49037 from vnen/fix-callable-freed-crash | Rémi Verschelde |
2021-05-24 | Make Callable not crash on call when the object has been freed | George Marques |
2021-05-24 | Use an enum to represent screen orientation in the Project Settings | Hugo Locurcio |
2021-05-24 | Merge pull request #49023 from akien-mga/fix-OS-get_unix_time_from_datetime | Rémi Verschelde |
2021-05-24 | Merge pull request #46866 from bruvzg/symlinks_and_macos_gdn_framework_export_4 | Rémi Verschelde |
2021-05-24 | OS: Better validation of invalid input for get_unix_time_from_datetime | Rémi Verschelde |
2021-05-24 | Fix duplicate close files when deconstructing ZipArchive | Zae |
2021-05-22 | Add a keyboard shortcut to select the word under cursor in TextEdit | Hugo Locurcio |
2021-05-22 | Merge pull request #48916 from mortarroad/master-convex-hull-ported | Rémi Verschelde |
2021-05-22 | Replace QuickHull with Bullet's convex hull computer. | Morris Tabor |
2021-05-22 | Add symlink API to the DirAccess (on macOS and Linux). | bruvzg |
2021-05-22 | Merge pull request #48927 from KoBeWi/I_fixed_your_left | Rémi Verschelde |
2021-05-21 | Fix usage of String.left() | kobewi |
2021-05-21 | Remove alloca from loop and use a single fixed size array declaration | Marcel Admiraal |
2021-05-21 | Merge pull request #48806 from timothyqiu/xml-parser-fixes | Rémi Verschelde |
2021-05-21 | Merge pull request #48903 from Calinou/math-funcs-remove-old-msvc-ifdef | Rémi Verschelde |
2021-05-20 | Merge pull request #36180 from KoBeWi/I_broke_your_right | Rémi Verschelde |
2021-05-20 | Remove `#ifdef` catering to MSVC 2012 and earlier in `math_funcs.h` | Hugo Locurcio |
2021-05-20 | Change behavior of String.right | Tomasz Chabora |
2021-05-20 | Merge pull request #48887 from aaronfranke/round | Rémi Verschelde |
2021-05-20 | Merge pull request #48882 from aaronfranke/approx-use-double | Rémi Verschelde |
2021-05-20 | Merge pull request #48860 from JohnM666/fix-basis-variant-initialization | Rémi Verschelde |
2021-05-20 | Use global scope round method for rounding | Aaron Franke |
2021-05-20 | Fix typos with codespell | Rémi Verschelde |
2021-05-20 | Make is_equal_approx have explicit float and double versions | Aaron Franke |
2021-05-20 | Fix #46282 Executing RigidBody3D.get_inverse_inertia_tensor() crashes Godot | JohnM666 |
2021-05-19 | Fix Quat includes | Marcel Admiraal |
2021-05-18 | Fix XMLParser behavior for comments and premature endings | Haoyu Qiu |
2021-05-17 | Merge pull request #48168 from LightningAA/control-to-ctrl-4.0 | Rémi Verschelde |
2021-05-17 | Merge pull request #48792 from foxydevloper/fix-inputeventmidi-typo | Rémi Verschelde |
2021-05-17 | Fix typo in InputEventMIDI string | fox |
2021-05-17 | Make all file access 64-bit (uint64_t) | Pedro J. Estébanez |
2021-05-15 | Make printing of InputEvents consistent | Marcel Admiraal |
2021-05-14 | Fixed build with SCRIPT_AES256_ENCRYPTION_KEY set | Marcus Brummer |
2021-05-14 | Merge pull request #42337 from zaevi/fix-zip-open-twice | Rémi Verschelde |
2021-05-14 | SCons: Abort if SCRIPT_AES256_ENCRYPTION_KEY is invalid | Rémi Verschelde |
2021-05-14 | Fix zip file opening twice | Zae |
2021-05-11 | GDNative: Fix size mismatch on 32-bit platforms for Signal and Callable | Rémi Verschelde |
2021-05-10 | Dynamic BVH broadphase in 2D & 3D Godot Physics | PouleyKetchoupp |
2021-05-07 | Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit... | Lightning_A |