Age | Commit message (Expand) | Author |
2022-01-05 | Merge pull request #56517 from bruvzg/fix_export_utf8 | Rémi Verschelde |
2022-01-05 | Merge pull request #56047 from piiertho/feature/osx-sign-directory | Rémi Verschelde |
2022-01-05 | Fix decoding UTF-8 filenames on unzipping. | bruvzg |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-29 | Rename speed to velocity when it's a directional Vector | Marcel Admiraal |
2021-12-28 | OSX: Add signing of directory structure in Library when exporting for OSX. | Pierre-Thomas Meisels |
2021-12-18 | [Windows] Improve console handling and execute/create_process. | bruvzg |
2021-12-18 | Fix initialising of gl_manager and checking gl_manager and context_vulkan pre... | Bastiaan Olij |
2021-12-10 | Misc build system fixes | Aaron Franke |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-11-30 | Don't return reference on copy assignment operators | Rémi Verschelde |
2021-11-26 | Fix console colors on Windows | Yuri Roubinsky |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-17 | Fix crash on macOS (AS) when dualshock4 is removed | Will Jordan |
2021-11-16 | [macOS] Fix crash handler not printing function names on M1 Macs. | bruvzg |
2021-11-12 | Fix typo in architecture name for x86_64 macOS | Aaron Franke |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-11-11 | Merge pull request #54876 from bruvzg/no_captured_move | Rémi Verschelde |
2021-11-11 | Make window unmovable by dragging title bar, when mouse in captured or confin... | bruvzg |
2021-11-11 | String: Remove `erase` method, bindings can't mutate String | Rémi Verschelde |
2021-11-08 | [macOS] Use pre-wait observer to keep main run loop running and redraw window... | bruvzg |
2021-11-06 | [Export] Read and ZIP project files in 16K chunks instead of reading the whol... | bruvzg |
2021-11-02 | [macOS] Add support for OpenGLES3 video driver. | bruvzg |
2021-11-01 | [macOS] Add `create_instance` function to spawn editor copies. | bruvzg |
2021-10-31 | Use OpenGL 3.3 core profile instead of compatibility profile | Clay John |
2021-10-30 | Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3 | Hugo Locurcio |
2021-10-30 | Add GLES2 2D renderer + Linux display manager | lawnjelly |
2021-10-28 | Adds support for 'use_coverage' flag in OSX. | Sean Kim |
2021-10-28 | clang-format: Various fixes to comments alignment from `clang-format` 13 | Rémi Verschelde |
2021-10-28 | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde |
2021-10-21 | Remove unimplemented methods | Marcel Admiraal |
2021-10-19 | Merge pull request #52940 from groud/toast_notification | Rémi Verschelde |
2021-10-15 | Merge pull request #53833 from akien-mga/remove-webm-support | Rémi Verschelde |
2021-10-15 | Remove WebM support (and deps libvpx and opus) | Rémi Verschelde |
2021-10-15 | SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstruct | Rémi Verschelde |
2021-10-14 | Fix specific warnings issues by Clang | K. S. Ernest (iFire) Lee |
2021-10-14 | Implement toast notifications in the editor | Gilles Roudière |
2021-10-14 | SCons: Add `DEV_ENABLED` defines for `target=debug` builds | Rémi Verschelde |
2021-10-12 | Replaced NULL with nullptr | M. Huri |
2021-10-01 | Implement TextServer GDExtension interface, remove TextServer GDNative interf... | bruvzg |
2021-10-01 | Merge pull request #52684 from Frixuu/master | Rémi Verschelde |
2021-09-30 | Merge pull request #48685 from bruvzg/bundle_icon_4 | Rémi Verschelde |
2021-09-27 | [macOS, sandbox] Add export option to embed and sign helper executables. | bruvzg |
2021-09-21 | Allow for mapping keycodes to current layout | Frixuu |
2021-09-07 | Merge pull request #47391 from Calinou/platform-feature-tags-lowercase | Juan Linietsky |
2021-09-03 | fix fullscreen issue on macOS | Daniel Kariv |
2021-08-31 | Make platform feature tag names lowercase | Hugo Locurcio |
2021-08-25 | Merge pull request #47829 from Calinou/improve-crash-handler-display | Hugo Locurcio |
2021-08-22 | Replace HTTP links with HTTPS for sites with HTTPS versions | Aaron Franke |
2021-08-16 | Add partial support for Android scoped storage. | ne0fhyk |