Commit History

Author SHA1 Message Date
  Pedro J. Estébanez de4e54dd91 Avoid infinite loop in GDScript at shutdown 4 years ago
  Pedro J. Estébanez e25f5e791e Ensure cyclic dependencies between scripts are broken at exit 5 years ago
  George Marques d36d7e2a1c GDScript: Use pointer instead of references in cache 5 years ago
  George Marques 8088e9e6ac GDScript: Add script to cache on reload 5 years ago
  George Marques 2b9d9bc364 Remove multilevel calls 5 years ago
  George Marques a0f54cb95e Wrap up GDScript 2.0 base implementation 5 years ago
  George Marques aa09b4f85d Reintroduce code completion 5 years ago
  George Marques 95c0909290 Add warning checks in GDScript analyzer 5 years ago
  George Marques 7adb0d77cc Add GDScript cache singleton 5 years ago
  George Marques 5d6e853806 New GDScript tokenizer and parser 5 years ago
  Ryan Roden-Corrent d92fa3b547 Revert "Include gdscript warning name in the warning message." 5 years ago
  Ryan Roden-Corrent de3ad3b30e Include gdscript warning name in the warning message. 5 years ago
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops 5 years ago
  Rémi Verschelde 07bc4e2f96 Style: Enforce separation line between function definitions 5 years ago
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 years ago
  Rémi Verschelde 69de7ce38c Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine 5 years ago
  Rémi Verschelde e956e80c1f Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 5 years ago
  Thakee Nathees c2ab35bdde fixed: saving gdscript with cyclic inheritance crash the editor 5 years ago
  Pedro J. Estébanez 46bfe4452f Fix object leaks caused by unfulfilled yields 5 years ago
  Rémi Verschelde 3c200b23fb Merge pull request #32534 from Xrayez/fix-dict2inst-init 5 years ago
  Fabio Alessandrelli d883b90988 Merge pull request #38105 from AndreaCatania/AndreaCatania-patch-2 5 years ago
  Andrii Doroshenko (Xrayez) 7001d06f9d Make `dict2inst` to work with arbitrary `_init` parameters 5 years ago
  Andrea Catania 4d8a3839d0 Removed noisy ERR check from Multiplayer API. 5 years ago
  Juan Linietsky 5d4dc2d45c Add ability to bind typed arrays to script API 5 years ago
  Juan Linietsky ae09b55a19 Exposed RenderingDevice to script API 5 years ago
  lupoDharkael 95a1400a2a Replace NULL with nullptr 5 years ago
  Rémi Verschelde cb282c6ef0 Style: Set clang-format Standard to Cpp11 5 years ago
  Rémi Verschelde 5002f6de84 Merge pull request #36599 from AndreaCatania/gen_rpc_data_export 5 years ago
  Rémi Verschelde e147be6031 Merge pull request #36723 from AndreaCatania/fix-rset 5 years ago
  Fabio Alessandrelli b8ddaf9c33 Refactor ScriptDebugger. 5 years ago