Age | Commit message (Expand) | Author |
2022-07-26 | [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. | Fabio Alessandrelli |
2022-07-23 | Implement Vector4, Vector4i, Projection | reduz |
2022-06-27 | GDScript: Fix setter being called in chains for shared types | George Marques |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-04-24 | GDScript: Allow using self in lambdas | George Marques |
2022-04-07 | GDScript: Rename OPCODE_TYPE_ADJUST_TRANSFORM to have a 3D suffix | Aaron Franke |
2022-04-06 | GDScript: Add support for static method calls in native types | George Marques |
2022-02-17 | Return a correctly typed variant in case of a function error to prevent hard ... | SaracenOne |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-11-30 | Don't return reference on copy assignment operators | Rémi Verschelde |
2021-09-13 | Merge pull request #52323 from vnen/gdscript-singleton-interdependence-fix | Rémi Verschelde |
2021-09-07 | [Net] Move multiplayer to core subdir, split RPCManager. | Fabio Alessandrelli |
2021-09-01 | GDScript: Fix loading of interdependent autoloads | George Marques |
2021-08-17 | Remove underscore hacks | Max Hilbrunner |
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-06-04 | Rename Quat to Quaternion | Marcel Admiraal |
2021-06-03 | Rename Variant TRANSFORM to TRANSFORM3D | Aaron Franke |
2021-05-17 | Merge pull request #48793 from vnen/gdscript-fix-temp-type-adjust | Rémi Verschelde |
2021-05-17 | GDScript: Fix crash caused by uninitialized temp stack slots | George Marques |
2021-05-16 | GDScript: Add support for builtin static method calls | George Marques |
2021-04-28 | GDScript: Implement lambdas compilation and runtime | George Marques |
2021-04-16 | GDScript: Adjust type of temporaries when needed | George Marques |
2021-04-08 | Reduce number of addressing modes in GDScript VM | George Marques |
2021-04-05 | GDScript: Properly validate return type | George Marques |
2021-03-29 | Add typed arrays to GDScript | George Marques |
2021-02-08 | Initialize class/struct variables with default values in modules/ | Rafał Mikrut |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-15 | Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor | Rémi Verschelde |
2020-11-29 | Documentation generation for GDScript | Thakee Nathees |
2020-11-26 | GDScript: Refactor builtin functions | George Marques |
2020-11-21 | GDScript: Add faster instruction for validated constructor | George Marques |
2020-11-21 | GDScript: Add typed iterate instructions | George Marques |
2020-11-21 | GDScript: Add faster call instructions for builtin methods | George Marques |
2020-11-21 | GDScript: Add faster call instructions for native methods | George Marques |
2020-11-21 | GDScript: Add speficic set/get instructions | George Marques |
2020-11-21 | GDScript: Add faster operator for known types | George Marques |
2020-11-21 | GDScript: Gather instructions arguments beforehand | George Marques |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-09-10 | Prevent cyclic reference between script and its members | Pedro J. Estébanez |
2020-09-01 | Add GDScript disassembler | George Marques |
2020-09-01 | Add GDScript code generation interface | George Marques |
2020-07-20 | New GDScript tokenizer and parser | George Marques |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-05-05 | Fix object leaks caused by unfulfilled yields | Pedro J. Estébanez |
2020-04-29 | Fix leaked objects when game ends with yields in progress | Pedro J. Estébanez |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |