Age | Commit message (Expand) | Author |
2022-11-29 | Use forward-declarations in big editor classes | trollodel |
2022-11-28 | Reset unassigned local variables to null in the loops | Yuri Rubinsky |
2022-11-28 | Merge pull request #69224 from adamscott/fix-PackedScene-reload_from_file | Rémi Verschelde |
2022-11-28 | Add PackedScene::reload_from_file() override | Adam Scott |
2022-11-28 | Fix lookup code to pass functions with the same name as built-ins | Yuri Rubinsky |
2022-11-28 | Merge pull request #69259 from adamscott/fix-cyclic-reference-base-issue | Rémi Verschelde |
2022-11-27 | Fix cyclic reference base being loaded but not valid (which is ok) | Adam Scott |
2022-11-27 | GDScript: Avoid using `get_global_class_native_base` | rune-scape |
2022-11-25 | Merge pull request #69079 from adamscott/fix-singleton-scene-cyclic-load | Rémi Verschelde |
2022-11-25 | Fix singleton scene cyclic loading | Adam Scott |
2022-11-24 | Merge pull request #69134 from jquinl/export_range_int_fix | Rémi Verschelde |
2022-11-24 | GDScript: Properly respect `int` type hint for `@export_range` | unknown |
2022-11-24 | Ensure class name is printed in STATIC_CALLED_ON_INSTANCE warning | clayjohn |
2022-11-24 | GDScript: Only check if ignoring warnings in debug build | Rémi Verschelde |
2022-11-23 | [godot#68977] Fix constants parameters | Adam Scott |
2022-11-22 | GDScript: Don't warn about RETURN_VALUE_DISCARDED by default | Rémi Verschelde |
2022-11-22 | Merge pull request #68970 from Chaosus/gds_fix_lambda_signal | Rémi Verschelde |
2022-11-22 | Fix using signals in lambda functions | Yuri Rubinsky |
2022-11-22 | Merge pull request #68987 from adamscott/fix-godot#61386-autoload-scenes-impl... | Rémi Verschelde |
2022-11-22 | Merge pull request #68972 from adamscott/fix-godot#68971-cached-scene | Rémi Verschelde |
2022-11-22 | Merge pull request #68911 from souplamp/return-value-discarded-error | Rémi Verschelde |
2022-11-21 | [godot#61386] Fix autoload scenes implicit types | Adam Scott |
2022-11-21 | change RETURN_VALUE_DISCARDED GDScript warn text | souplamp |
2022-11-21 | [godot#68971] Fetch cached scene if it exists in `GDScriptCache` | Adam Scott |
2022-11-21 | Fix GDScript completion crash | Yuri Rubinsky |
2022-11-20 | Merge pull request #68929 from adamscott/add-rename-check | Rémi Verschelde |
2022-11-20 | Merge pull request #68927 from rune-scape/rune-cache-parse-error | Rémi Verschelde |
2022-11-20 | Add move_script check before executing logic | Adam Scott |
2022-11-20 | GDScript: Cache scripts after parse error | rune-scape |
2022-11-20 | GDScript: Fix setting to disable all warnings | Rémi Verschelde |
2022-11-20 | Fix empty text in editor | rune-scape |
2022-11-18 | Remove fix leftover that caused cyclic load issues | Adam Scott |
2022-11-18 | Merge pull request #68854 from anvilfolk/highlight-var | Rémi Verschelde |
2022-11-18 | Merge pull request #67714 from adamscott/fix-preload-cyclic-references-part2 | Rémi Verschelde |
2022-11-18 | Fix cyclic references in GDScript 2.0 | Adam Scott |
2022-11-18 | Add error highlighting for duplicate variables/constants | ocean (they/them) |
2022-11-17 | Fix ability to overload "script" variable | ocean (they/them) |
2022-11-16 | Merge pull request #68717 from rune-scape/rune-compiler-regression | Yuri Rubinsky |
2022-11-15 | GDScript Compiler: regression fix | Rune |
2022-11-15 | Merge pull request #65372 from Mickeon/fix-treat-warnings-as-errors | Rémi Verschelde |
2022-11-15 | Merge pull request #68663 from Chaosus/gds_fix_completion | Yuri Rubinsky |
2022-11-14 | Merge pull request #68657 from Sauermann/fix-redundant-initialization | Rémi Verschelde |
2022-11-14 | Fix completion popup for the variables created with `get_node` call | Yuri Rubinsky |
2022-11-14 | Remove redundant Variant-types initializations | Markus Sauermann |
2022-11-14 | Merge pull request #65712 from Chaosus/gds_fix_completion | Rémi Verschelde |
2022-11-13 | GDScript compiler subclass bugfixes | Rune |
2022-11-10 | GDScript 2.0: Fix shift due to skip of non-constant default argument values | Danil Alexeev |
2022-11-08 | Fix named enums to use int64 type | Yuri Rubinsky |
2022-11-02 | Merge pull request #68125 from kleonc/range-fix-single-arg-optimized-type-mis... | Rémi Verschelde |
2022-11-02 | Merge pull request #68136 from qarmin/projection_not_equal | Rémi Verschelde |