Historique des commits

Auteur SHA1 Message Date
  George Marques 5aeb390cd7 GDScript: Add speficic set/get instructions il y a 4 ans
  George Marques 1ad5c926dc GDScript: Add faster operator for known types il y a 4 ans
  George Marques c707d6fe71 GDScript: Gather instructions arguments beforehand il y a 4 ans
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already il y a 4 ans
  Pedro J. Estébanez 95828161d4 Prevent cyclic reference between script and its members il y a 5 ans
  George Marques 635c6a0a18 Add GDScript disassembler il y a 5 ans
  George Marques 82273ebc01 Add GDScript code generation interface il y a 5 ans
  George Marques 5d6e853806 New GDScript tokenizer and parser il y a 5 ans
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops il y a 5 ans
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks il y a 5 ans
  Rémi Verschelde 1f6f364a56 Port member initialization from constructor to declaration (C++11) il y a 5 ans
  Rémi Verschelde e956e80c1f Style: clang-format: Disable AllowShortIfStatementsOnASingleLine il y a 5 ans
  Pedro J. Estébanez 46bfe4452f Fix object leaks caused by unfulfilled yields il y a 5 ans
  Pedro J. Estébanez c427334393 Fix leaked objects when game ends with yields in progress il y a 5 ans
  lupoDharkael 95a1400a2a Replace NULL with nullptr il y a 5 ans
  Rémi Verschelde cb282c6ef0 Style: Set clang-format Standard to Cpp11 il y a 5 ans
  Juan Linietsky 69c95f4b4c Reworked signal connection system, added support for Callable and Signal objects and made them default. il y a 5 ans
  George Marques 4d960efafc GDScript: Remove self static reference and create one on calls il y a 5 ans
  Juan Linietsky 867d073b98 Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. il y a 5 ans
  Bojidar Marinov dc4455d819 Validate instances of objects before trying to check their type in GDScript il y a 5 ans
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 il y a 5 ans
  Rémi Verschelde 425ec6914c Revert "Forbid implicit type conversion in GDScript" il y a 6 ans
  George Marques d0b08342b8 GDScript: Forbid implicit type conversion il y a 6 ans
  Rémi Verschelde b7cc2bb1e2 Core: Ensure classes match their header filename il y a 6 ans
  Hein-Pieter van Braam d308eb091a Fix many asan and ubsan reported issues il y a 6 ans
  George Marques 31433ae8e4 GDScript: check for underscore prefix when type-checking il y a 6 ans
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 il y a 6 ans
  Pedro J. Estébanez 06b6cea62e Fix crash on signal/resume to dangling target il y a 6 ans
  Pedro J. Estébanez b499537e68 Revert "Fix crash on signal/resume to dangling target" il y a 6 ans
  Pedro J. Estébanez 54bdc1e1f6 Fix crash on signal/resume to dangling target il y a 6 ans