Historial de Commits

Autor SHA1 Mensaje Fecha
  George Marques c201b212c7 GDScript: Implement lambdas compilation and runtime hace 4 años
  George Marques 9411bf05a4 GDScript: Adjust type of temporaries when needed hace 4 años
  George Marques cf4079cb5f Reduce number of addressing modes in GDScript VM hace 4 años
  George Marques 35682d3079 GDScript: Properly validate return type hace 4 años
  George Marques 85e316a5d5 Add typed arrays to GDScript hace 4 años
  Rafał Mikrut f7209b459b Initialize class/struct variables with default values in modules/ hace 4 años
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 hace 4 años
  Rémi Verschelde abfc528439 Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor hace 4 años
  Thakee Nathees d0e7d9b62f Documentation generation for GDScript hace 4 años
  George Marques c7b6a7adcc GDScript: Refactor builtin functions hace 4 años
  George Marques 5518e2a68e GDScript: Add faster instruction for validated constructor hace 4 años
  George Marques e0dca3c6b6 GDScript: Add typed iterate instructions hace 5 años
  George Marques 52ab64db69 GDScript: Add faster call instructions for builtin methods hace 4 años
  George Marques d8b22097f2 GDScript: Add faster call instructions for native methods hace 4 años
  George Marques 5aeb390cd7 GDScript: Add speficic set/get instructions hace 5 años
  George Marques 1ad5c926dc GDScript: Add faster operator for known types hace 5 años
  George Marques c707d6fe71 GDScript: Gather instructions arguments beforehand hace 5 años
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already hace 5 años
  Pedro J. Estébanez 95828161d4 Prevent cyclic reference between script and its members hace 5 años
  George Marques 635c6a0a18 Add GDScript disassembler hace 5 años
  George Marques 82273ebc01 Add GDScript code generation interface hace 5 años
  George Marques 5d6e853806 New GDScript tokenizer and parser hace 5 años
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops hace 5 años
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks hace 5 años
  Rémi Verschelde 1f6f364a56 Port member initialization from constructor to declaration (C++11) hace 5 años
  Rémi Verschelde e956e80c1f Style: clang-format: Disable AllowShortIfStatementsOnASingleLine hace 5 años
  Pedro J. Estébanez 46bfe4452f Fix object leaks caused by unfulfilled yields hace 5 años
  Pedro J. Estébanez c427334393 Fix leaked objects when game ends with yields in progress hace 5 años
  lupoDharkael 95a1400a2a Replace NULL with nullptr hace 5 años
  Rémi Verschelde cb282c6ef0 Style: Set clang-format Standard to Cpp11 hace 5 años