Age | Commit message (Expand) | Author |
2022-07-26 | [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. | Fabio Alessandrelli |
2022-07-13 | Merge pull request #62918 from cdemirer/parser-properly-set-node-extents | George Marques |
2022-07-11 | Add default argument bindings to GDScript annotations | Yuri Sizov |
2022-07-11 | Parser: Properly set node extents | cdemirer |
2022-07-06 | Merge pull request #62713 from YuriSizov/docs-scripting-annotations | Rémi Verschelde |
2022-07-05 | Add grouping annotations for class properties in GDScript | Yuri Sizov |
2022-07-04 | Add support for documenting built-in annotations | Yuri Sizov |
2022-05-27 | GDScript: Support `%` in shorthand for `get_node` | George Marques |
2022-05-20 | Add a new HashSet template | reduz |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-12 | Add a new HashMap implementation | reduz |
2022-05-12 | Fix incorrect precedence of pow operator in GDScript | Yuri Rubinsky |
2022-05-11 | Implement exponential operator (**) to GDScript/Expressions | Yuri Roubinsky |
2022-04-24 | GDScript: Allow using self in lambdas | George Marques |
2022-04-06 | Fix some issues found by cppcheck. | bruvzg |
2022-03-30 | Fix autocompletion of static methods in built-in types in GDScript | Yuri Roubinsky |
2022-02-03 | GDScript: Consolidate behavior for assigning enum types | George Marques |
2022-01-10 | Merge pull request #55715 from nathanfranke/enum-ordered | Rémi Verschelde |
2022-01-05 | Merge pull request #56483 from vnen/gdscript-warning-annotation | Rémi Verschelde |
2022-01-04 | GDScript: Add annotation to ignore warnings | George Marques |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-16 | Use OrderedHashMap for enum_values | Nathan Franke |
2021-11-30 | Don't return reference on copy assignment operators | Rémi Verschelde |
2021-10-08 | GDScript: Report property type errors | ZuBsPaCe |
2021-09-21 | Merge pull request #52906 from vnen/gdscript-show-error-on-yield | Rémi Verschelde |
2021-09-21 | GDScript: Show specific error when "yield" is used | George Marques |
2021-09-21 | GDScript: Allow classes declaration to be done in single line | George Marques |
2021-09-17 | Merge pull request #51671 from RandomShaper/fix_gdscript_crash | George Marques |
2021-09-11 | Implement iterator variable typing in GDScript | Pedro J. Estébanez |
2021-09-07 | [Net] Move multiplayer to core subdir, split RPCManager. | Fabio Alessandrelli |
2021-08-17 | Remove underscore hacks | Max Hilbrunner |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-20 | [Net] Single `rpc` annotation. "sync" no longer part of mode. | Fabio Alessandrelli |
2021-06-11 | Rename Reference to RefCounted | Pedro J. Estébanez |
2021-05-26 | GDScript: Use analyzer data to decide assignment conversion | George Marques |
2021-04-28 | GDScript: Implement lambdas compilation and runtime | George Marques |
2021-04-28 | GDScript: Add lambdas to the type analyzer | George Marques |
2021-04-28 | GDScript: Add lambda syntax parsing | George Marques |
2021-03-30 | GDScript: Allow export of enum variables | George Marques |
2021-03-30 | Move GDSript annotation application after type-checking | George Marques |
2021-03-29 | Add typed arrays to GDScript | George Marques |
2021-03-02 | Merge pull request #41897 from strank/not-in-conditional-done | Rémi Verschelde |
2021-02-08 | Initialize class/struct variables with default values in modules/ | Rafał Mikrut |
2021-01-11 | Merge pull request #44719 from ThakeeNathees/assert-argument-bug-fixed | Rémi Verschelde |
2021-01-11 | Merge pull request #45076 from ThakeeNathees/gdscript-operator-precedence-bug... | Rémi Verschelde |
2021-01-10 | GDScript operator `+` `-` precedence bug fix | Thakee Nathees |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-27 | GDScript assert message parsing bug fixed | Thakee Nathees |
2020-12-15 | Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor | Rémi Verschelde |
2020-12-02 | Refactor DocData into core and editor (DocTools) parts | Thakee Nathees |