| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Merge pull request #60224 from pfeodrippe/fix-simultaneous-touches | Rémi Verschelde | 2022-05-03 | 1 | -0/+1 | |
| |\ \ | ||||||
| | * | | Fix simulatenous touches for different touch types | Paulo Feodrippe | 2022-04-13 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Merge pull request #60553 from madmiraal/separate-display_safe_area | Rémi Verschelde | 2022-05-03 | 7 | -39/+46 | |
| |\ \ \ | ||||||
| | * | | | Fix screen_get_usable_rect returning display safe area | Marcel Admiraal | 2022-05-02 | 7 | -39/+46 | |
| | | | | | ||||||
| * | | | | Merge pull request #60601 from touilleMan/gdextension_get_library_path | Rémi Verschelde | 2022-05-03 | 12 | -13/+42 | |
| |\ \ \ \ | |_|_|/ |/| | | | Add GDNativeInterface::get_library_path to GDExtension | |||||
| | * | | | Add GDNativeInterface::get_library_path to GDExtension | Emmanuel Leblond | 2022-04-29 | 12 | -13/+42 | |
| | | | | | ||||||
| * | | | | Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init` | Rémi Verschelde | 2022-05-02 | 5 | -54/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Didn't commit all the changes where it wants to initialize a struct with `{}`. Should be reviewed in a separate PR. Option `IgnoreArrays` enabled for now to be conservative, can be disabled to see if it proposes more useful changes. Also fixed manually a handful of other missing initializations / moved some from constructors. | |||||
| * | | | | Merge pull request #60638 from m4gr3d/support_hand_tracking_v2_main | Rémi Verschelde | 2022-05-02 | 3 | -5/+21 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | Update Meta hand tracking version | Fredy Huya-Kouadio | 2022-04-27 | 3 | -5/+21 | |
| | | | | | | | | | | | | | | | | | https://developer.oculus.com/blog/presence-platforms-hand-tracking-api-gets-an-upgrade/ | |||||
| * | | | | Merge pull request #60551 from madmiraal/implement-3466 | Rémi Verschelde | 2022-05-02 | 5 | -0/+56 | |
| |\ \ \ \ | | | | | | | | | | | Add a method for obtaining display cutouts on Android | |||||
| | * | | | | Add a method for obtaining display cutouts on Android | Marcel Admiraal | 2022-04-26 | 5 | -0/+56 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #60563 from madmiraal/fix-60562 | Rémi Verschelde | 2022-04-29 | 1 | -8/+7 | |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | Check for null when retrieving clip data item text on Android | Marcel Admiraal | 2022-04-27 | 1 | -8/+7 | |
| | | | | | | ||||||
| * | | | | | [Linux] Disable speech-dispatcher, pulse audio and udev wrapper builds, when ↵ | bruvzg | 2022-04-28 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | library is not found. | |||||
| * | | | | | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and ↵ | bruvzg | 2022-04-28 | 39 | -0/+3562 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows. Implement TextServer word break method. | |||||
| * | | | | | [Windows Export] Improve error messages for missing rcedit and signtool. | bruvzg | 2022-04-28 | 1 | -12/+8 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #56093 from bruvzg/pck_section_load | Rémi Verschelde | 2022-04-27 | 7 | -23/+194 | |
| |\ \ \ \ | | | | | | | | | | | Improve embedded PCK loading and exporting. | |||||
| | * | | | | Improve embedded PCK loading and exporting. | bruvzg | 2022-04-20 | 7 | -23/+194 | |
| | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Windows export process: Limit size of executable with embedded PCK to 4 GB. Use "rcedit" before embedding PCK. Capture and process "rcedit" errors. Windows, Linux: Add support for PCK loading from executable "pck" section. | |||||
| * | | | | Merge pull request #59979 from bruvzg/cpp_check2 | Rémi Verschelde | 2022-04-27 | 3 | -8/+7 | |
| |\ \ \ \ | ||||||
| | * | | | | Fix more issues found by cppcheck. | bruvzg | 2022-04-20 | 3 | -8/+7 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #60523 from akien-mga/linux-pkgconfig-nixos | Rémi Verschelde | 2022-04-27 | 1 | -4/+6 | |
| |\ \ \ \ | ||||||
| | * | | | | Linux: Use pkg-config for alsa, libudev and GL too | Rémi Verschelde | 2022-04-26 | 1 | -4/+6 | |
| | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's not needed on most distros as those are found in standard lib and include paths, but on NixOS they're all in non-standard prefixes, so we need to rely on information provided by pkg-config. Fixes #59913. Co-authored-by: David Lewis <davidalewis00@gmail.com> | |||||
| * | | | | Merge pull request #60397 from timoschwarzer/ios-haptic-engine | Rémi Verschelde | 2022-04-27 | 3 | -2/+116 | |
| |\ \ \ \ | ||||||
| | * | | | | Vibrate using iOS haptics engine on supported devices | Timo Schwarzer | 2022-04-20 | 3 | -2/+116 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #58272 from bruvzg/x11_backup_screen_info | Rémi Verschelde | 2022-04-27 | 1 | -6/+19 | |
| |\ \ \ \ | |_|/ / |/| | | | ||||||
| | * | | | [Linux/X11] Fallback to the X server root window to get screen rects, if ↵ | bruvzg | 2022-02-18 | 1 | -6/+19 | |
| | | | | | | | | | | | | | | | | | Xinerama is not available. | |||||
| * | | | | Merge pull request #60433 from madmiraal/remove-superfluous-null-check | Rémi Verschelde | 2022-04-25 | 1 | -4/+0 | |
| |\ \ \ \ | | | | | | | | | | | Remove superfluous null check | |||||
| | * | | | | Remove superfluous null check | Marcel Admiraal | 2022-04-22 | 1 | -4/+0 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #60457 from madmiraal/replace-index-iterators | Rémi Verschelde | 2022-04-25 | 2 | -5/+4 | |
| |\ \ \ \ | | | | | | | | | | | Replace index iterators with for each loops. | |||||
| | * | | | | Replace index iterators with for each loops. | Marcel Admiraal | 2022-04-23 | 2 | -5/+4 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #60441 from madmiraal/remove-superfluous-inputmanager | Rémi Verschelde | 2022-04-25 | 3 | -240/+5 | |
| |\ \ \ \ | | | | | | | | | | | Remove superfluous Android InputManager interface and implementation | |||||
| | * | | | | Remove superfluous Android InputManager interface and implementation | Marcel Admiraal | 2022-04-22 | 3 | -240/+5 | |
| | |/ / / | ||||||
| * | | | | Merge pull request #60434 from madmiraal/remove-superfluous-version-check | Rémi Verschelde | 2022-04-25 | 1 | -21/+16 | |
| |\ \ \ \ | | | | | | | | | | | Remove superfluous check for minimum Android SDK. | |||||
| | * | | | | Remove superfluous check for minimum Android SDK. | Marcel Admiraal | 2022-04-22 | 1 | -21/+16 | |
| | |/ / / | ||||||
| * / / / | Fix the issue causing the screen to be black after resuming when in low ↵ | Fredy Huya-Kouadio | 2022-04-25 | 2 | -1/+4 | |
| |/ / / | | | | | | | | | | | | | | | | processor mode. This is done by forcing a redraw and buffers swap when resuming the app. | |||||
| * | / | Fix sub-menu keyboard navigation. | bruvzg | 2022-04-13 | 3 | -3/+3 | |
| | |/ |/| | ||||||
| * | | Remove or make private `FileAccess` `close()` methods. | bruvzg | 2022-04-12 | 2 | -3/+6 | |
| | | | ||||||
| * | | Narrow FileAccess scope to prevent deadlocks. | bruvzg | 2022-04-12 | 6 | -47/+59 | |
| | | | ||||||
| * | | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 31 | -336/+236 | |
| | | | ||||||
| * | | Fix some issues found by cppcheck. | bruvzg | 2022-04-06 | 20 | -54/+59 | |
| | | | ||||||
| * | | Merge pull request #59908 from bruvzg/fix_popup_close_race | Rémi Verschelde | 2022-04-06 | 3 | -35/+67 | |
| |\ \ | | | | | | | Fix a possible race condition on popup close, that might cause multiple deletions of the same list item. | |||||
| | * | | Fix a possible race condition on popup close, that might cause multiple ↵ | bruvzg | 2022-04-05 | 3 | -35/+67 | |
| | | | | | | | | | | | | | deletions of the same list item. | |||||
| * | | | CI: Update black formatter and apply changes | Rémi Verschelde | 2022-04-05 | 1 | -1/+1 | |
| |/ / | ||||||
| * | | Zero initialize all pointer class and struct members | Rémi Verschelde | 2022-04-04 | 12 | -26/+26 | |
| | | | | | | | | | | | This prevents the pitfall of UB when checking if they have been assigned something valid by comparing to nullptr. | |||||
| * | | Merge pull request #59866 from m4gr3d/update_default_display_scale_main | Rémi Verschelde | 2022-04-04 | 7 | -1/+43 | |
| |\ \ | ||||||
| | * | | Update the editor display scale based on the device's scaled density | Fredia Huya-Kouadio | 2022-04-04 | 7 | -1/+43 | |
| | | | | ||||||
| * | | | Remove duplicate `resizable` settings | Fredia Huya-Kouadio | 2022-04-04 | 3 | -6/+2 | |
| |/ / | ||||||
| * | | Merge pull request #59861 from m4gr3d/enable_resizable_main | Rémi Verschelde | 2022-04-04 | 4 | -9/+17 | |
| |\ \ | ||||||
| | * | | Update `resize` settings: | Fredia Huya-Kouadio | 2022-04-04 | 4 | -9/+17 | |
| | | | | | | | | | | | | | | | | - Unlock resizing for the Godot Editor - Add an option to specify whether a game is resizeable for the Godot template | |||||
| * | | | [macOS] Add bundle launch code for older (pre 10.15) macOS versions. | bruvzg | 2022-04-04 | 1 | -10/+23 | |
| |/ / | ||||||
