Age | Commit message (Expand) | Author |
2020-03-27 | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky |
2020-03-26 | Multiple changes to DisplayServerX11 | Mateo Kuruk Miccino |
2020-03-25 | SCons: Drop support for Python 2 | Rémi Verschelde |
2020-03-24 | Move DocData and Collada out of their subfolders | Rémi Verschelde |
2020-03-22 | Merge pull request #37210 from van800/fix-36995 | Rémi Verschelde |
2020-03-21 | Make file formatting comply with POSIX and Unix standards | Aaron Franke |
2020-03-21 | Fix warning: Property not found: mono/editor/editor_path_optional (#36995) | Ivan.Shakhov |
2020-03-18 | Merge pull request #37116 from neikeq/issue-12917 | Rémi Verschelde |
2020-03-18 | Merge pull request #37145 from neikeq/issue-37128 | Ignacio Roldán Etcheverry |
2020-03-18 | Merge pull request #37112 from Xrayez/mono-generate-help | Rémi Verschelde |
2020-03-18 | Sync csproj when files are changed from the Godot FileSystem dock | Ignacio Etcheverry |
2020-03-18 | C#: Fix uses of old Configuration names | Ignacio Etcheverry |
2020-03-18 | Merge pull request #37131 from van800/master | Ignacio Roldán Etcheverry |
2020-03-18 | fix RiderPathLocator - searching for toolbox on Mac | Ivan.Shakhov |
2020-03-18 | Merge pull request #36756 from aaronfranke/mono-vec2i3i | Ignacio Roldán Etcheverry |
2020-03-17 | [Mono] Marshaling for Vector2i, Vector3i, and Rect2i | Aaron Franke |
2020-03-17 | [Mono] Add Vector2i, Vector3i, and Rect2i | Aaron Franke |
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 | Generate command line help text for `mono` module | Andrii Doroshenko (Xrayez) |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-03-14 | C#: Replace uses of old Configuration and update old csprojs | Ignacio Etcheverry |
2020-03-11 | reorder solution configurations + migration | Ivan Shakhov |
2020-03-09 | Merge pull request #36751 from Faless/debugger/threads_and_profilers | Rémi Verschelde |
2020-03-08 | Fix missing module editor icons | Andrii Doroshenko (Xrayez) |
2020-03-08 | Refactor ScriptDebugger. | Fabio Alessandrelli |
2020-03-08 | Threaded networking for editor debugger. | Fabio Alessandrelli |
2020-03-06 | Merge pull request #36842 from Phischermen/mono-resource-loader-extension-update | Rémi Verschelde |
2020-03-06 | Added parameters to Load() | Phischermen |
2020-03-05 | Mono: Fix detection of Apple platforms in build script | Rémi Verschelde |
2020-03-04 | Merge pull request #36657 from van800/rpl3 | Rémi Verschelde |
2020-03-02 | Fix missing null check in Mono Binding of GD.print | Raul Santos |
2020-02-28 | On Windows find Rider installed for CurrentUser | Ivan Shakhov |
2020-02-28 | Removed interactive loader, added proper thread loading. | Juan Linietsky |
2020-02-28 | Merge pull request #36556 from RandomShaper/rework_mutex | Rémi Verschelde |
2020-02-27 | Merge pull request #36602 from van800/jetbrains_msbuild | Rémi Verschelde |
2020-02-27 | use Rider MSBuild on Windows, when Rider is selected as external editor | Ivan Shakhov |
2020-02-27 | Support toolbox custom "Tools install location", by reading .settings.json | Ivan Shakhov |
2020-02-26 | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez |
2020-02-25 | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky |
2020-02-21 | Huge Debugger/EditorDebugger refactor. | Fabio Alessandrelli |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-18 | doc: Sync classref with current source | Rémi Verschelde |
2020-02-18 | Mono: Fix build after ObjectID and Texture2D changes | Rémi Verschelde |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-15 | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky |
2020-02-13 | Remove more deprecated methods and code | Rémi Verschelde |
2020-02-13 | Remove deprecated sync and slave networking keywords | Rémi Verschelde |
2020-02-12 | Fix Mono and GDNative builds after changes to ObjectID | Rémi Verschelde |
2020-02-12 | Optmized data sent during RPC and RSet calls. | Andrea Catania |