Age | Commit message (Expand) | Author |
2020-04-09 | Pattern bind counts as assignment | Stoofin |
2020-04-01 | Merge pull request #37484 from Calinou/csharp-verbatim-string-highlight | Rémi Verschelde |
2020-04-01 | Remove syntax highlighting for C# verbatim strings due to bugs | Hugo Locurcio |
2020-04-01 | Merge pull request #37456 from ttencate/fix/gdscript_assert_message_docs | Rémi Verschelde |
2020-03-31 | Add missing docs for assert message in GDScript | Thomas ten Cate |
2020-03-31 | Merge pull request #37153 from neikeq/mono_ios-4.0 | Rémi Verschelde |
2020-03-31 | Fix more -Wmaybe-uninitialized warnings with target=release_debug | Rémi Verschelde |
2020-03-31 | Mono/C#: Add iOS support | Ignacio Etcheverry |
2020-03-31 | Mono/C#: Fix MinGW build not supporting `.lib` libraries | Ignacio Etcheverry |
2020-03-30 | Merge pull request #37436 from akien-mga/doc-node-renames | Rémi Verschelde |
2020-03-30 | Fix another batch of -Wmaybe-uninitialized warnings | Rémi Verschelde |
2020-03-30 | doc: Update classref with node renames | Rémi Verschelde |
2020-03-30 | SCons: Format buildsystem files with psf/black | Rémi Verschelde |
2020-03-28 | Merge pull request #37364 from ThakeeNathees/fix-forloop-range-bug-#37358 | Rémi Verschelde |
2020-03-28 | Merge pull request #37362 from reduz/audioserver-memory-cleanup | Rémi Verschelde |
2020-03-28 | Fixed missed occurrences in #37361 renamings. | dankan1890 |
2020-03-27 | Remove the audio memory allocator, use regular one instead. | Juan Linietsky |
2020-03-28 | Fix for loop range bug: #37358 | Thakee Nathees |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-03-27 | Rename more 2D and 3D nodes to follow convention | Rémi Verschelde |
2020-03-27 | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky |
2020-03-27 | Fix some -Wmaybe-uninitialized warnings | Rémi Verschelde |
2020-03-27 | Fix various -Wmaybe-uninitialized (#37352). | Martin Liska |
2020-03-26 | Multiple changes to DisplayServerX11 | Mateo Kuruk Miccino |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-26 | Working multiple window support, including editor | Juan Linietsky |
2020-03-26 | Refactored input, goes all via windows now. | Juan Linietsky |
2020-03-26 | Added a Window node, and made it the scene root. | Juan Linietsky |
2020-03-26 | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky |
2020-03-26 | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky |
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-23 | Merge pull request #37219 from RajatGoswami/missing-include-guards | Rémi Verschelde |
2020-03-23 | Adding missing include guards to header files identified by LGTM. | Rajat Goswami |
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 #37139 from akien-mga/opus-vorbis-drop-audiostream-code | Rémi Verschelde |
2020-03-18 | Merge pull request #37131 from van800/master | Ignacio Roldán Etcheverry |
2020-03-18 | opus/vorbis: Remove dead code not used since 3.0 | Rémi Verschelde |
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 |