提交历史

作者 SHA1 备注 提交日期
  Rémi Verschelde 71066cd63b Update copyright statements to 2022 3 年之前
  Haoyu Qiu cf04c46a5e Clear pending function states when reloading GDScript 3 年之前
  Pedro J. Estébanez 7426b3fa91 Add Script::inherits_script() 4 年之前
  Pedro J. Estébanez 2d1943b8d1 Fix slow load/save of scenes with many instances of the same script 4 年之前
  Hugo Locurcio a38b447413 Highlight control flow keywords with a different color 5 年之前
  Rémi Verschelde 140350d767 Style: Enforce braces around if blocks and loops 4 年之前
  Rémi Verschelde a828398655 Style: Replaces uses of 0/NULL by nullptr (C++11) 4 年之前
  Rémi Verschelde b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 年之前
  Rémi Verschelde 6e600cb3f0 Style: Set clang-format Standard to c++14 4 年之前
  Pedro J. Estébanez 4ddcdc031b Modernize Mutex 4 年之前
  Rémi Verschelde 49646383f1 Update copyright statements to 2021 4 年之前
  George Marques e360dc9a79 GDScript: Remove self static reference and create one on calls 5 年之前
  Thakee Nathees f3149817ff fixed: saving gdscript with cyclic inheritance crash the editor 5 年之前
  Pedro J. Estébanez 64344e6d1d Fix object leaks caused by unfulfilled yields 5 年之前
  ChibiDenDen 86aa12e806 Keep a weak reference to orphan subclasses to reuse on class reload 5 年之前
  Dani Frank d6f10cd08e Add fully_qualified_name for GDScript class 5 年之前
  George Marques 7d4fc79eb3 Add GDScript warning for standalone expression 5 年之前
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 年之前
  Geequlim ed7ed52151 Parse more informations for code completion 6 年之前
  Rémi Verschelde d6176db271 Unexpose subclasses of ResourceFormatLoader and -Saver 6 年之前
  Rémi Verschelde b9dc2e7e4d Merge pull request #28099 from lupoDharkael/fix-completion 6 年之前
  Rémi Verschelde defd960276 Merge pull request #27886 from LeonardMeagher2/obj_to_string 6 年之前
  Leonard Meagher f7eb426e2e Allow overriding how scripted objects are converted to strings 6 年之前
  Rémi Verschelde ae41e35191 Merge pull request #27676 from qarmin/small_fixes_2 6 年之前
  lupoDharkael 2ad302cec4 Don't allow class_name in built-in scripts 6 年之前
  lupoDharkael 145a45fd3f Fix code completion not working with class_name 6 年之前
  lupoDharkael 14078fbb82 GDScript: add variable shadowing warning 6 年之前
  Hugo Locurcio 00799fc8c2 Add support for type hints in non-default script editor templates 6 年之前
  qarmin 8460d0678c Small fixes to static analyzer bugs 6 年之前
  George Marques bda60bfa29 Add a dependency search mode for GDScript parser 6 年之前