コミット履歴

作者 SHA1 メッセージ 日付
  Rémi Verschelde d83761ba80 Style: Apply clang-tidy's `readability-braces-around-statements` 4 年 前
  Rémi Verschelde 9bbe51dc27 Style: Apply clang-tidy's `modernize-use-nullptr` 4 年 前
  jmb462 3a0a71fa6a Fix VisualScriptFunctionState connect to null object crash 4 年 前
  Anshul7sp1 91181c2086 Fixes small typos and grammar correction 4 年 前
  Rafał Mikrut f7209b459b Initialize class/struct variables with default values in modules/ 4 年 前
  Rémi Verschelde 0b49e5de12 Merge pull request #44914 from swarnimarun/master-visualscript-refactor 4 年 前
  Swarnim Arun 35b8fc2d85 Fix doc for the VisualScript class. 4 年 前
  Rémi Verschelde add3a825f0 Merge pull request #39649 from swarnimarun/master-visualscript-refactor 4 年 前
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 4 年 前
  Swarnim Arun c6771358aa Refactoring Visual Script 5 年 前
  Marcel Admiraal 5b937d493f Rename empty() to is_empty() 4 年 前
  Aaron Franke 1b348b3c17 Remove connect *_compat methods 4 年 前
  Aaron Franke 02161aad5a Remove empty lines around braces with the formatting script 4 年 前
  reduz 221a2a1742 Refactored variant constructor logic 4 年 前
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already 4 年 前
  Rémi Verschelde 9a586defed VisualScript: Fix -Wduplicate-branches warning 5 年 前
  Rémi Verschelde 0ee0fa42e6 Style: Enforce braces around if blocks and loops 5 年 前
  Rémi Verschelde 07bc4e2f96 Style: Enforce separation line between function definitions 5 年 前
  Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 5 年 前
  Juan Linietsky 5d4dc2d45c Add ability to bind typed arrays to script API 5 年 前
  Swarnim Arun 69e485d443 Update vsnodes on editing vs variables 5 年 前
  lupoDharkael 95a1400a2a Replace NULL with nullptr 5 年 前
  Rémi Verschelde cb282c6ef0 Style: Set clang-format Standard to Cpp11 5 年 前
  Rémi Verschelde e147be6031 Merge pull request #36723 from AndreaCatania/fix-rset 5 年 前
  Fabio Alessandrelli b8ddaf9c33 Refactor ScriptDebugger. 5 年 前
  Andrea Catania e967a92c1b Fixed rset method for gdscript and visual script 5 年 前
  Rémi Verschelde f742dabafe Signals: Manually port most of remaining connect_compat uses 5 年 前
  Rémi Verschelde 01afc442c7 Signals: Port connect calls to use callable_mp 5 年 前
  Pedro J. Estébanez 18fbdbb456 Reimplement Mutex with C++'s <mutex> 5 年 前
  Juan Linietsky 69c95f4b4c Reworked signal connection system, added support for Callable and Signal objects and made them default. 5 年 前