| Commit message (Expand) | Author | Age | Files | Lines |
| * | Core: Always enable ptrcall, remove PTRCALL_ENABLED define | Rémi Verschelde | 2020-11-25 | 2 | -3/+1 |
| * | Remove empty lines around braces with the formatting script | Aaron Franke | 2020-11-16 | 2 | -2/+0 |
| * | Refactor variant built-in methods yet again. | reduz | 2020-11-11 | 1 | -1/+3 |
| * | Fix gdnative build when WebRTC module is disabled. | Fabio Alessandrelli | 2020-11-10 | 1 | -1/+1 |
| * | Merge pull request #43383 from vnen/gdnative-string-header | Rémi Verschelde | 2020-11-10 | 1 | -1/+6 |
| |\ |
|
| | * | GDNative: Define special char types in string.h | George Marques | 2020-11-07 | 1 | -1/+6 |
| * | | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 37 | -83/+83 |
| * | | Remove `Color.contrasted()` as its behavior is barely useful | Hugo Locurcio | 2020-11-03 | 3 | -16/+0 |
| |/ |
|
| * | Optimize SVG using `svgcleaner --multipass` | Hugo Locurcio | 2020-10-25 | 2 | -10/+2 |
| * | GDNative XR: remove redundant `config.py` | Andrii Doroshenko (Xrayez) | 2020-10-24 | 1 | -6/+0 |
| * | add iOS Simulator platform | Stephan Dilly | 2020-09-19 | 1 | -0/+1 |
| * | Move GDNative `String` tests to respective module | Andrii Doroshenko (Xrayez) | 2020-09-11 | 1 | -0/+1980 |
| * | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg | 2020-09-03 | 4 | -496/+705 |
| * | Add link titles for all links in the class reference | Hugo Locurcio | 2020-08-31 | 1 | -2/+2 |
| * | Make all String float conversion methods be 64-bit | Aaron Franke | 2020-07-27 | 3 | -25/+11 |
| * | SCons: Refactor running commands through builders | Andrii Doroshenko (Xrayez) | 2020-07-28 | 1 | -2/+1 |
| * | CI: Install master version of psf/black | Rémi Verschelde | 2020-07-26 | 1 | -2/+2 |
| * | Remove multilevel calls | George Marques | 2020-07-24 | 3 | -35/+2 |
| * | Merge pull request #40450 from asmaloney/spelling | Rémi Verschelde | 2020-07-21 | 1 | -1/+1 |
| |\ |
|
| | * | Fix spelling & grammar in comments, docs, and messages | Andy Maloney | 2020-07-21 | 1 | -1/+1 |
| * | | Update core documentation to match recent C# changes | Aaron Franke | 2020-07-21 | 5 | -16/+16 |
| |/ |
|
| * | Merge pull request #40291 from hinlopen/dialog-size | Rémi Verschelde | 2020-07-15 | 1 | -1/+1 |
| |\ |
|
| | * | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen | 2020-07-14 | 1 | -1/+1 |
| * | | Merge pull request #40386 from touilleMan/correct-Reference-is_reference-api.... | Rémi Verschelde | 2020-07-15 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Correct is_reference attribute in api.json for Reference class | Emmanuel Leblond | 2020-07-14 | 1 | -1/+1 |
| | |/ |
|
| * / | Add missing has_default_value field for signals in api.json | Emmanuel Leblond | 2020-07-14 | 1 | -0/+1 |
| |/ |
|
| * | Commit other files changed by file_format.sh | Aaron Franke | 2020-07-13 | 1 | -1/+1 |
| * | Add override keywords. | Marcel Admiraal | 2020-07-10 | 8 | -128/+128 |
| * | Add sort and has methods to PackedArrays | Aaron Franke | 2020-07-06 | 3 | -11/+276 |
| * | Merge pull request #40092 from hinlopen/remove-find-last | Rémi Verschelde | 2020-07-04 | 3 | -16/+0 |
| |\ |
|
| | * | Remove String::find_last (same as rfind) | Stijn Hinlopen | 2020-07-03 | 3 | -16/+0 |
| * | | Merge pull request #40050 from naithar/feature/ios-gdnative-master-2 | Rémi Verschelde | 2020-07-03 | 3 | -38/+106 |
| |\ \
| |/
|/| |
|
| | * | GDNative export: do not add fake lookup table if static lib is not used | Sergey Minakov | 2020-07-02 | 1 | -35/+73 |
| | * | GDNative Editor: Support selecting frameworks for iOS | Sergey Minakov | 2020-07-02 | 1 | -2/+14 |
| | * | GDNative: support dynamic loading of iOS frameworks | Sergey Minakov | 2020-07-02 | 1 | -1/+19 |
| * | | Merge pull request #38713 from aaronfranke/string-64bit | Rémi Verschelde | 2020-07-01 | 1 | -3/+3 |
| |\ \
| |/
|/| |
|
| | * | Remove 32-bit String hex_to_int method | Aaron Franke | 2020-06-03 | 1 | -2/+2 |
| | * | Remove 32-bit String to_int method | Aaron Franke | 2020-06-03 | 1 | -1/+1 |
| * | | Add a separate application focus/in notification out from Window focus notifi... | Juan Linietsky | 2020-06-30 | 1 | -2/+2 |
| * | | VideoStreamGDNative: close file in cleanup | Mark Kuo | 2020-06-28 | 1 | -0/+5 |
| * | | Style: Fix copyright headers | Rémi Verschelde | 2020-06-25 | 1 | -1/+1 |
| * | | Export: Rename 'Windows Universal' to 'UWP' | Rémi Verschelde | 2020-06-19 | 1 | -1/+1 |
| * | | DocData: Skip language-specific ClassDoc without methods/constants | Rémi Verschelde | 2020-06-17 | 2 | -14/+0 |
| * | | GDNative: merge API structs, bump version of merged structs. | bruvzg | 2020-06-11 | 6 | -3512/+3479 |
| |/ |
|
| * | GDNative: Add bindings for the Packed*Array ptr() and ptrw() functions. | bruvzg | 2020-05-26 | 3 | -0/+243 |
| * | GDNative add new core types. | bruvzg | 2020-05-18 | 19 | -244/+2778 |
| * | Fix GDNative wrapper type sizes (RID, Variant, Packed*Array), add size checki... | bruvzg | 2020-05-16 | 21 | -9/+53 |
| * | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 11 | -85/+166 |
| * | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 2 | -0/+26 |
| * | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 29 | -154/+0 |