提交历史

作者 SHA1 备注 提交日期
  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 b5334d14f7 Update copyright statements to 2021 4 年之前
  Marcel Admiraal 5b937d493f Rename empty() to is_empty() 4 年之前
  George Marques c707d6fe71 GDScript: Gather instructions arguments beforehand 4 年之前
  George Marques b6519d0d03 GDScript: Split Function code into multiple files 4 年之前
  reduz 635d33dc6c Refactor variant built-in methods yet again. 4 年之前
  reduz 221a2a1742 Refactored variant constructor logic 4 年之前
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already 4 年之前
  reduz 05de7ce6ca Refactored variant setters/getters 4 年之前
  Umang Kalra c37f633216 Fixes the misleading error message for call_recursive method for TreeItems 4 年之前
  Thakee Nathees 75d4511cb5 null pointer dereference at GDScriptFunction::call fix 4 年之前
  George Marques 635c6a0a18 Add GDScript disassembler 5 年之前
  George Marques 5d6e853806 New GDScript tokenizer and parser 5 年之前
  George Marques 0f1da72492 Actually set GDScript static reference 5 年之前
  Rémi Verschelde ab460e7a6f Merge pull request #39074 from vnen/gdscript-assert-message 5 年之前
  George Marques f29a2e2606 GDScript: Fix assert message when no custom message is set 5 年之前
  Pedro J. Estébanez 1f0548efd4 Fix too eager GDScriptFunctionState stack cleanup 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 年之前
  Rémi Verschelde 1a8167867b Modernize remaining uses of 0/NULL instead of nullptr (C++11) 5 年之前
  Pedro J. Estébanez 46bfe4452f Fix object leaks caused by unfulfilled yields 5 年之前
  Pedro J. Estébanez c427334393 Fix leaked objects when game ends with yields in progress 5 年之前
  Rémi Verschelde 6aac75afc2 Merge pull request #37318 from ttencate/fix/argument_nulled_37312 5 年之前
  lupoDharkael 95a1400a2a Replace NULL with nullptr 5 年之前
  Thomas ten Cate 23a8a8c667 Revert "Allow parameters passed to GDScript functions to be nulled" 5 年之前
  Rémi Verschelde cb282c6ef0 Style: Set clang-format Standard to Cpp11 5 年之前
  Fabio Alessandrelli b8ddaf9c33 Refactor ScriptDebugger. 5 年之前
  Pedro J. Estébanez 18fbdbb456 Reimplement Mutex with C++'s <mutex> 5 年之前