Commit History

Author SHA1 Message Date
  Danil Alexeev 27d7760f41 GDScript: Fix uninitialized local variables not being reset 1 year ago
  Juan Linietsky 24fe0715b5 Promote CowData to 64 bits 1 year ago
  Rémi Verschelde 2bffa3cbc5 Merge pull request #82639 from golfinq/gdscript-improve-indexing-error 1 year ago
  msreis f1cc14d525 Fix missing time for some script functions in profiler 2 years ago
  Thaddeus Crews 5cf0d772bc Change container_element_type to vector container 1 year ago
  George Marques 08e3f30299 GDScript: Don't optimize division and modulo on debug 1 year ago
  Danil Alexeev 0c2202c56e GDScript: Fix incorrect error message for utility functions 2 years ago
  George Marques 4a7d49a89a GDScript: Replace ptrcalls on MethodBind to validated calls 2 years ago
  Rémi Verschelde 5efbed51cc GDScript: Improve error messages for invalid indexing 2 years ago
  Danil Alexeev aff767ef07 Fix expected argument count for `Callable` call errors 1 year ago
  Rémi Verschelde 7a29189858 Merge pull request #81200 from RandomShaper/gd_vm_msvc 1 year ago
  Pedro J. Estébanez 9c15e2f24b Optimize GDScript VM codegen for MSVC 1 year ago
  Danil Alexeev b1eb737719 GDScript: Fix some lambda bugs 1 year ago
  Danil Alexeev 462d8f4752 GDScript: Fix `get_*_list()` methods return incorrect info 1 year ago
  Yuri Sizov f6e02dc437 Merge pull request #79990 from vnen/gdscript-assume-op-types 2 years ago
  George Marques c1bca65d09 GDScript: Optimize operators by assuming the types 2 years ago
  Juan Linietsky 5e512b705e Support threads in the script debugger 2 years ago
  Danil Alexeev a0577eb23b GDScript: Fix `_get_script_name()` function collision for SCU build 2 years ago
  Danil Alexeev aebbbda080 GDScript: Fix some bugs with static variables and functions 2 years ago
  Rémi Verschelde 25b2f1780a Style: Harmonize header includes in modules 2 years ago
  Rémi Verschelde 0762f20410 Merge pull request #75732 from vonagam/fix-duplicate-condition 2 years ago
  George Marques 0ba6048ad3 Add support for static variables in GDScript 2 years ago
  George Marques abbdf80643 GDScript: Don't fail when freed object is return 2 years ago
  sodaJar 464a299d2e Fix wrong file on function call error 2 years ago
  Dmitrii Maganov 5dc717c5fd GDScript: Fix unnecessary duplication of pointed out lines 2 years ago
  ocean (they/them) 9ddf482a06 Added check for null objects in gdscript typed assign. 2 years ago
  Rémi Verschelde 561d949739 Merge pull request #73489 from vonagam/type-check-node 2 years ago
  Yuri Sizov 78cd5d813b Merge pull request #73501 from anvilfolk/oopsiedaisy 2 years ago
  Dmitrii Maganov 8fe023ad93 GDScript: Rework type check 2 years ago
  ocean (they/them) 9eb4d1e4bf Fix inability to assign null regression 2 years ago