summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2020-04-08Merge pull request #37644 from JFonS/gizmos_renameRémi Verschelde
2020-04-07Rename all gizmo classes, using the 4.0 node names.jfons
2020-04-06Remove Node.get_position_in_parent()Tomasz Chabora
2020-04-03Fix C# bindings after recent breaking changesIgnacio Etcheverry
2020-04-02Replace more occurrences of NULL with nullptrRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-04-02Merge pull request #37504 from qarmin/out_of_bound_cursorRémi Verschelde
2020-04-01Fix out of bound array access caused by unassigned variableRafał Mikrut
2020-04-01Merge pull request #37484 from Calinou/csharp-verbatim-string-highlightRémi Verschelde
2020-04-01Remove syntax highlighting for C# verbatim strings due to bugsHugo Locurcio
2020-04-01Merge pull request #37456 from ttencate/fix/gdscript_assert_message_docsRémi Verschelde
2020-03-31Add missing docs for assert message in GDScriptThomas ten Cate
2020-03-31Merge pull request #37153 from neikeq/mono_ios-4.0Rémi Verschelde
2020-03-31Fix more -Wmaybe-uninitialized warnings with target=release_debugRémi Verschelde
2020-03-31Mono/C#: Add iOS supportIgnacio Etcheverry
2020-03-31Mono/C#: Fix MinGW build not supporting `.lib` librariesIgnacio Etcheverry
2020-03-30Merge pull request #37436 from akien-mga/doc-node-renamesRémi Verschelde
2020-03-30Fix another batch of -Wmaybe-uninitialized warningsRémi Verschelde
2020-03-30doc: Update classref with node renamesRémi Verschelde
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-28Merge pull request #37364 from ThakeeNathees/fix-forloop-range-bug-#37358Rémi Verschelde
2020-03-28Merge pull request #37362 from reduz/audioserver-memory-cleanupRémi Verschelde
2020-03-28Fixed missed occurrences in #37361 renamings.dankan1890
2020-03-27Remove the audio memory allocator, use regular one instead.Juan Linietsky
2020-03-28Fix for loop range bug: #37358Thakee Nathees
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Rename more 2D and 3D nodes to follow conventionRémi Verschelde
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-27Fix some -Wmaybe-uninitialized warningsRémi Verschelde
2020-03-27Fix various -Wmaybe-uninitialized (#37352).Martin Liska
2020-03-26Multiple changes to DisplayServerX11Mateo Kuruk Miccino
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Added a Window node, and made it the scene root.Juan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-25SCons: Drop support for Python 2Rémi Verschelde
2020-03-24Move DocData and Collada out of their subfoldersRémi Verschelde
2020-03-23Merge pull request #37219 from RajatGoswami/missing-include-guardsRémi Verschelde
2020-03-23Adding missing include guards to header files identified by LGTM.Rajat Goswami
2020-03-22Merge pull request #37210 from van800/fix-36995Rémi Verschelde
2020-03-21Make file formatting comply with POSIX and Unix standardsAaron Franke
2020-03-21Fix warning: Property not found: mono/editor/editor_path_optional (#36995)Ivan.Shakhov
2020-03-18Merge pull request #37116 from neikeq/issue-12917Rémi Verschelde
2020-03-18Merge pull request #37145 from neikeq/issue-37128Ignacio Roldán Etcheverry
2020-03-18Merge pull request #37112 from Xrayez/mono-generate-helpRémi Verschelde
2020-03-18Sync csproj when files are changed from the Godot FileSystem dockIgnacio Etcheverry
2020-03-18C#: Fix uses of old Configuration namesIgnacio Etcheverry
2020-03-18Merge pull request #37139 from akien-mga/opus-vorbis-drop-audiostream-codeRémi Verschelde