Histórico de Commits

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