Age | Commit message (Expand) | Author |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-15 | Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor | Rémi Verschelde |
2020-12-02 | Merge pull request #41095 from ThakeeNathees/GDScript-Documentation | Rémi Verschelde |
2020-12-02 | Refactor DocData into core and editor (DocTools) parts | Thakee Nathees |
2020-11-29 | Documentation generation for GDScript | Thakee Nathees |
2020-11-28 | Implement proper error print, Fixes a crash when no error messages are genera... | AndreaCatania |
2020-11-26 | GDScript: Refactor builtin functions | George Marques |
2020-11-09 | Refactored variant constructor logic | reduz |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-01 | Merge pull request #41829 from RandomShaper/fix_40353 | Rémi Verschelde |
2020-09-26 | Avoid infinite loop in GDScript at shutdown | Pedro J. Estébanez |
2020-09-10 | Ensure cyclic dependencies between scripts are broken at exit | Pedro J. Estébanez |
2020-09-06 | Avoid warning about harmless unfulfilled yields | Pedro J. Estébanez |
2020-08-23 | GDScript: Use pointer instead of references in cache | George Marques |
2020-08-18 | GDScript: Add script to cache on reload | George Marques |
2020-07-24 | Remove multilevel calls | George Marques |
2020-07-22 | Wrap up GDScript 2.0 base implementation | George Marques |
2020-07-20 | Reintroduce code completion | George Marques |
2020-07-20 | Add warning checks in GDScript analyzer | George Marques |
2020-07-20 | Add GDScript cache singleton | George Marques |
2020-07-20 | New GDScript tokenizer and parser | George Marques |
2020-07-14 | Revert "Include gdscript warning name in the warning message." | Ryan Roden-Corrent |
2020-07-06 | Include gdscript warning name in the warning message. | Ryan Roden-Corrent |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-05-10 | fixed: saving gdscript with cyclic inheritance crash the editor | Thakee Nathees |
2020-05-05 | Fix object leaks caused by unfulfilled yields | Pedro J. Estébanez |
2020-05-03 | Merge pull request #32534 from Xrayez/fix-dict2inst-init | Rémi Verschelde |
2020-05-01 | Merge pull request #38105 from AndreaCatania/AndreaCatania-patch-2 | Fabio Alessandrelli |
2020-04-30 | Make `dict2inst` to work with arbitrary `_init` parameters | Andrii Doroshenko (Xrayez) |
2020-04-22 | Removed noisy ERR check from Multiplayer API. | Andrea Catania |
2020-04-21 | Add ability to bind typed arrays to script API | Juan Linietsky |
2020-04-20 | Exposed RenderingDevice to script API | Juan Linietsky |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-03-13 | Merge pull request #36599 from AndreaCatania/gen_rpc_data_export | Rémi Verschelde |
2020-03-13 | Merge pull request #36723 from AndreaCatania/fix-rset | Rémi Verschelde |
2020-03-08 | Refactor ScriptDebugger. | Fabio Alessandrelli |
2020-03-02 | Fixed rset method for gdscript and visual script | Andrea Catania |
2020-02-28 | Removed interactive loader, added proper thread loading. | Juan Linietsky |
2020-02-28 | Generates the rpc and rset info for exported GDScript. | Andrea Catania |
2020-02-26 | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-19 | GDScript: Remove self static reference and create one on calls | George Marques |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-15 | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky |