| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win... | bruvzg | 2022-04-28 | 5 | -0/+275 |
| * | Vibrate using iOS haptics engine on supported devices | Timo Schwarzer | 2022-04-20 | 3 | -2/+116 |
| * | Narrow FileAccess scope to prevent deadlocks. | bruvzg | 2022-04-12 | 1 | -13/+17 |
| * | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 3 | -45/+34 |
| * | Fix some issues found by cppcheck. | bruvzg | 2022-04-06 | 2 | -2/+5 |
| * | Zero initialize all pointer class and struct members | Rémi Verschelde | 2022-04-04 | 1 | -3/+3 |
| * | Implement GDExtension export plugin. | bruvzg | 2022-03-16 | 1 | -1/+1 |
| * | Merge pull request #58986 from akien-mga/diraccessref | Rémi Verschelde | 2022-03-11 | 2 | -80/+62 |
| |\ |
|
| | * | Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks | Rémi Verschelde | 2022-03-11 | 2 | -80/+62 |
| * | | Improve app name and system permission message localization. | bruvzg | 2022-03-04 | 1 | -14/+29 |
| |/ |
|
| * | [macOS and iOS export] Add localized application name to the translation .pli... | bruvzg | 2022-03-04 | 1 | -0/+53 |
| * | [iOS] Fix multitouch not working correctly | Sergey Minakov | 2022-02-26 | 1 | -0/+2 |
| * | [iOS] Fix incorrect method name for input dragging event | Sergey Minakov | 2022-02-19 | 1 | -1/+1 |
| * | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | 2022-02-16 | 11 | -57/+57 |
| * | Add an `OS.get_processor_name()` method | Hugo Locurcio | 2022-02-15 | 2 | -0/+11 |
| * | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 2 | -1/+2 |
| * | Merge pull request #57605 from naithar/fix/godot-view-touch-4.0 | Rémi Verschelde | 2022-02-09 | 3 | -13/+31 |
| |\ |
|
| | * | [iOS] Fix touch handling for overlay views | Sergey Minakov | 2022-02-03 | 3 | -13/+31 |
| * | | Merge pull request #57825 from Calinou/ios-remove-obsolete-define | Rémi Verschelde | 2022-02-09 | 1 | -1/+0 |
| |\ \ |
|
| | * | | Remove obsolete define in the iOS buildsystem code | Hugo Locurcio | 2022-02-08 | 1 | -1/+0 |
| * | | | Remove support for ARMv7 (32-bit) on iOS | Hugo Locurcio | 2022-02-08 | 1 | -1/+0 |
| |/ / |
|
| * | | Merge pull request #57617 from bruvzg/char_cleanup | Rémi Verschelde | 2022-02-04 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Cleanup and move char functions to the `char_utils.h` header. | bruvzg | 2022-02-04 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge pull request #57335 from jordigcs/display-refresh-rate | Rémi Verschelde | 2022-02-04 | 2 | -0/+5 |
| |\ \
| |/
|/| |
|
| | * | Add screen_get_refresh_rate to DisplayServer | jordi | 2022-02-03 | 2 | -0/+5 |
| * | | Merge pull request #57203 from bruvzg/ios_export_fix | Rémi Verschelde | 2022-02-02 | 1 | -4/+29 |
| |\ \ |
|
| | * | | [iOS] Fix iOS export with manually specified signing/provisioning data. | bruvzg | 2022-01-25 | 1 | -4/+29 |
| | |/ |
|
| * | | Merge pull request #56785 from bruvzg/nat_handles_4 | Rémi Verschelde | 2022-01-27 | 2 | -0/+20 |
| |\ \
| |/
|/| |
|
| | * | Add support for getting native display, window, and view handles. | bruvzg | 2022-01-14 | 2 | -0/+20 |
| * | | Merge pull request #56012 from bruvzg/wt🤎4 | Rémi Verschelde | 2022-01-17 | 1 | -1/+0 |
| |\ \ |
|
| | * | | [Windows] Improve console handling and execute/create_process. | bruvzg | 2021-12-18 | 1 | -1/+0 |
| * | | | [iOS] Improve iOS icon / loading screen export. | bruvzg | 2022-01-17 | 1 | -82/+69 |
| * | | | Remove support for PVRTC texture encoding and decoding | Hugo Locurcio | 2022-01-14 | 1 | -6/+3 |
| * | | | Fix Actions mapped to triggers not using the full range | Marcel Admiraal | 2022-01-14 | 1 | -14/+12 |
| | |/
|/| |
|
| * | | Fix multiple missing UTF-8 decoding. | bruvzg | 2022-01-06 | 2 | -2/+2 |
| * | | Fix decoding UTF-8 filenames on unzipping. | bruvzg | 2022-01-05 | 1 | -1/+1 |
| * | | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 39 | -78/+78 |
| * | | Remove build system code for 32-bit iOS | Aaron Franke | 2021-12-22 | 1 | -25/+5 |
| * | | Fix initialising of gl_manager and checking gl_manager and context_vulkan pre... | Bastiaan Olij | 2021-12-18 | 2 | -17/+15 |
| |/ |
|
| * | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -3/+3 |
| * | Don't return reference on copy assignment operators | Rémi Verschelde | 2021-11-30 | 1 | -2/+3 |
| * | Use "enum class" for input enums | Aaron Franke | 2021-11-12 | 3 | -27/+27 |
| * | [iOS export] Capture and display xcodebuild output. | bruvzg | 2021-11-07 | 1 | -2/+6 |
| * | Fix new projects always being created with OpenGL | Hugo Locurcio | 2021-11-01 | 1 | -1/+1 |
| * | Use OpenGL 3.3 core profile instead of compatibility profile | Clay John | 2021-10-31 | 4 | -1931/+8 |
| * | Rename GLES2 driver to OpenGL to prepare for the upgrade to GLES3 | Hugo Locurcio | 2021-10-30 | 4 | -9/+8 |
| * | Add GLES2 2D renderer + Linux display manager | lawnjelly | 2021-10-30 | 2 | -0/+1926 |
| * | clang-format: Disable alignment of operands, too unreliable | Rémi Verschelde | 2021-10-28 | 1 | -3/+3 |
| * | iOS: Don't embed project static frameworks/libs | Ignacio Roldán Etcheverry | 2021-10-17 | 1 | -1/+1 |
| * | SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstruct | Rémi Verschelde | 2021-10-15 | 1 | -5/+1 |