Commit History

Author SHA1 Message Date
  George Marques cf4079cb5f Reduce number of addressing modes in GDScript VM 4 years ago
  George Marques 35682d3079 GDScript: Properly validate return type 4 years ago
  George Marques 85e316a5d5 Add typed arrays to GDScript 4 years ago
  Rafał Mikrut f7209b459b Initialize class/struct variables with default values in modules/ 4 years ago
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 4 years ago
  Rémi Verschelde abfc528439 Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor 4 years ago
  Thakee Nathees d0e7d9b62f Documentation generation for GDScript 4 years ago
  George Marques c7b6a7adcc GDScript: Refactor builtin functions 4 years ago
  George Marques 5518e2a68e GDScript: Add faster instruction for validated constructor 4 years ago
  George Marques e0dca3c6b6 GDScript: Add typed iterate instructions 4 years ago
  George Marques 52ab64db69 GDScript: Add faster call instructions for builtin methods 4 years ago
  George Marques d8b22097f2 GDScript: Add faster call instructions for native methods 4 years ago
  George Marques 5aeb390cd7 GDScript: Add speficic set/get instructions 4 years ago
  George Marques 1ad5c926dc GDScript: Add faster operator for known types 4 years ago
  George Marques c707d6fe71 GDScript: Gather instructions arguments beforehand 4 years ago
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already 4 years ago
  Pedro J. Estébanez 95828161d4 Prevent cyclic reference between script and its members 5 years ago
  George Marques 635c6a0a18 Add GDScript disassembler 5 years ago
  George Marques 82273ebc01 Add GDScript code generation interface 5 years ago
  George Marques 5d6e853806 New GDScript tokenizer and parser 5 years ago
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops 5 years ago
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 years ago
  Rémi Verschelde 1f6f364a56 Port member initialization from constructor to declaration (C++11) 5 years ago
  Rémi Verschelde e956e80c1f Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 5 years ago
  Pedro J. Estébanez 46bfe4452f Fix object leaks caused by unfulfilled yields 5 years ago
  Pedro J. Estébanez c427334393 Fix leaked objects when game ends with yields in progress 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
  Juan Linietsky 69c95f4b4c Reworked signal connection system, added support for Callable and Signal objects and made them default. 5 years ago
  George Marques 4d960efafc GDScript: Remove self static reference and create one on calls 5 years ago