Age | Commit message (Expand) | Author |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-17 | Improve crash handler message display | Hugo Locurcio |
2021-06-12 | Merge pull request #49123 from aaronfranke/it-is-time | Rémi Verschelde |
2021-06-11 | Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-io | Rémi Verschelde |
2021-06-11 | Merge pull request #49279 from Calinou/rename-string-is-abs-path-method | Rémi Verschelde |
2021-06-11 | Add Time singleton | Aaron Franke |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde |
2021-06-07 | Style: Cleanup uses of double spaces between words | Rémi Verschelde |
2021-06-04 | Rename Quat to Quaternion | Marcel Admiraal |
2021-06-03 | Merge pull request #38430 from aaronfranke/transform3d | Rémi Verschelde |
2021-06-03 | Add MOUSE_MODE_CONFINED_HIDDEN | Aaron Franke |
2021-06-03 | Rename `String.is_abs_path()` to `String.is_absolute_path()` | Hugo Locurcio |
2021-06-03 | Rename Variant TRANSFORM to TRANSFORM3D | Aaron Franke |
2021-06-02 | Fixed window_can_draw of DisplayServerWindows | Hendrik Brucker |
2021-05-21 | OS: Remove code duplicate in XDG paths handling | Rémi Verschelde |
2021-05-20 | Only allow absolute paths in XDG environment variables | Hugo Locurcio |
2021-05-07 | Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit... | Lightning_A |
2021-05-06 | Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores | Hugo Locurcio |
2021-05-04 | Rename `doubleclick` to `double_click` | Aaron Franke |
2021-04-29 | Replace remaining uses of `NULL` with `nullptr` | Rémi Verschelde |
2021-04-27 | Core: Drop custom `copymem`/`zeromem` defines | Rémi Verschelde |
2021-03-30 | Fix window resizing after minimization on Windows | floppyhammer |
2021-03-28 | Rename Texture.get_data() to get_image() | Marcel Admiraal |
2021-03-23 | Rename some more global enums (Key, Joy, MIDI) | Aaron Franke |
2021-03-23 | Rename ButtonList enum and members to MouseButton | Aaron Franke |
2021-03-20 | Merge pull request #46966 from qarmin/faster_release | Rémi Verschelde |
2021-03-14 | Allow to not optimize release build | Rafał Mikrut |
2021-03-13 | Merge pull request #46941 from goostengine/asan-msvc | Rémi Verschelde |
2021-03-13 | Merge pull request #46900 from Ev1lbl0w/bugfix-malloc_calls | Rémi Verschelde |
2021-03-13 | Replace malloc's with Godot's memalloc macro | Ev1lbl0w |
2021-03-12 | Add `use_asan` option for MSVC to enable AddressSanitizer | Andrii Doroshenko (Xrayez) |
2021-03-12 | Fixes small typos and grammar correction | Anshul7sp1 |
2021-02-24 | Added LocalVector to Visual Studio debugger visualization | PouleyKetchoupp |
2021-02-18 | Move tablet driver API from OS to DisplayServer. | bruvzg |
2021-02-10 | Make Servers truly Thread Safe | reduz |
2021-02-09 | Use /Zi and /FS for including debugger symbols on Windows with MSVC | Bastiaan Olij |
2021-02-08 | SCons: Fix debug_symbols tests after switch to BoolVariable | Rémi Verschelde |
2021-02-07 | Cancel event dispatch on error | kobewi |
2021-02-03 | SCons: Add `production=yes` option to use production defaults | Rémi Verschelde |
2021-01-29 | Modernize Thread | Pedro J. Estébanez |
2021-01-22 | Merge pull request #45314 from RandomShaper/modernize_rwlock | Rémi Verschelde |
2021-01-19 | Modernize RWLock | Pedro J. Estébanez |
2021-01-18 | BUGFIX: Fix unintialized cursor_shape on windows display server | Marios Staikopoulos |
2021-01-09 | Split OS::execute into two methods | Marcel Admiraal |
2021-01-06 | Removes semicolon typo in display_server_windows | Yuri Roubinsky |
2021-01-06 | Fix PopupMenu's which are not closed after a recent commit | Yuri Roubinsky |
2021-01-05 | Merge pull request #44299 from Chaosus/fix_win32_warning | Rémi Verschelde |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2021-01-01 | Fixed warning at project startup (WIN32) | Yuri Roubinsky |
2020-12-31 | Fix window restoring after fullscreen again | Yuri Roubinsky |