Age | Commit message (Expand) | Author |
2021-03-15 | C#: Fix disconnecting event signals twice | Ignacio Etcheverry |
2021-03-06 | Add C# source generator for a new ScriptPath attribute | Ignacio Etcheverry |
2021-02-11 | Improve resource load cache | reduz |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-02 | Refactor DocData into core and editor (DocTools) parts | Thakee Nathees |
2020-11-29 | Documentation generation for GDScript | Thakee Nathees |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-10-26 | C#: Fix custom event signals crash on hot-reload | Ignacio Etcheverry |
2020-10-13 | Fix code duplication in CSharpScript | opl- |
2020-07-24 | Remove multilevel calls | George Marques |
2020-07-05 | Mono/C#: Fix several clang-tidy warnings and cleanup | Ignacio Etcheverry |
2020-05-22 | Mono/C#: Fix values not updated in remote inspector | Ignacio Etcheverry |
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-11 | Inherited C# scene not inheriting parent's fields | pepegadeveloper123 |
2020-04-21 | Add ability to bind typed arrays to script API | Juan Linietsky |
2020-04-20 | Exposed RenderingDevice to script API | Juan Linietsky |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-17 | Mono/C#: Optimize the way we store GC handles for scripts | Ignacio Etcheverry |
2020-03-17 | Fix C# bindings after recent breaking changes | Ignacio Etcheverry |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-02-28 | Removed interactive loader, added proper thread loading. | Juan Linietsky |
2020-02-26 | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-12 | Optmized data sent during RPC and RSet calls. | Andrea Catania |
2020-01-23 | Mono/C#: Lighten up unsafe reference checks | Ignacio Etcheverry |
2020-01-13 | Mono/C#: Add error checks to detect possible Reference leaks | Ignacio Etcheverry |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-07-08 | Mono: Fix build errors with tools=no | Ignacio Etcheverry |
2019-07-08 | C#: Fix some crashes during assemblies reloading | Ignacio Etcheverry |
2019-07-05 | Re-write mono module editor code in C# | Ignacio Etcheverry |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-19 | Made use of semicolons more consitent, fixed formatting | JohnJLight |
2019-06-18 | Unexpose subclasses of ResourceFormatLoader and -Saver | Rémi Verschelde |
2019-06-03 | Android build and export for the mono module | Ignacio Etcheverry |
2019-06-03 | Merge pull request #28099 from lupoDharkael/fix-completion | Rémi Verschelde |
2019-05-24 | C#: Implement ScriptInstance::to_string | Ignacio Etcheverry |
2019-05-18 | C#: Marshalling support for IEnumerable<> and IDictionary<,> | Ignacio Etcheverry |
2019-04-26 | Mono: Lazily load scripts metadata file | Ignacio Etcheverry |
2019-04-16 | Fix code completion not working with class_name | lupoDharkael |
2019-04-12 | Fixes #17233 allowing C# to override _GetPropertyList | Nuno Cardoso |
2019-03-07 | Mono: Partially implement some Godot debug api functions | Ignacio Etcheverry |
2019-03-07 | Mono: Fix crash when re-using script binding after domain reloading | Ignacio Etcheverry |
2019-02-09 | Use script instance binding for objects constructed from C# | Ignacio Etcheverry |
2019-02-03 | Mono: Lifetime fixes for CSharpInstance and instance binding data | Ignacio Etcheverry |
2019-02-03 | Mono: Cleanup | Ignacio Etcheverry |
2019-01-22 | Mono: Fix hot reload build errors and cleanup | Ignacio Etcheverry |
2019-01-10 | Merge pull request #24877 from neikeq/issue-24280 | Rémi Verschelde |
2019-01-10 | Fix properties being lost when reloading placeholder GDScript instance | Ignacio Etcheverry |