summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2019-03-13Merge pull request #27014 from neikeq/csharp-update-exports-only-in-editorRémi Verschelde
2019-03-13C#: Update exports only in the editorIgnacio Etcheverry
2019-03-12Mono: Update welcome message with current stateRémi Verschelde
2019-03-12Merge pull request #26941 from JFonS/add_gizmos_priorityRémi Verschelde
2019-03-12Add priority to gizmos and fix small issuesJFonS
2019-03-11Fixes segfault on opening incompatible files.Anish
2019-03-10Mono: Some assembly referencing changes and cleanupIgnacio Etcheverry
2019-03-09Mono: Fix assemblies path String incorrectly constructed from utf8Ignacio Etcheverry
2019-03-09[GDNative] fix crash at shutdown when using singleton libraries and NativeScriptkarroffel
2019-03-08Fix typo in GDScript narrowing conversion warning messageHugo Locurcio
2019-03-08Merge pull request #26746 from shartte/godot-trace-listenerIgnacio Roldán Etcheverry
2019-03-08Fix CSharpInstance::set not working with base classesIgnacio Etcheverry
2019-03-07Merge pull request #26773 from neikeq/issue-26628Rémi Verschelde
2019-03-07Mono: Fix crash with exported field of custom Reference derived typeIgnacio Etcheverry
2019-03-07Merge pull request #26770 from neikeq/issue-26675Ignacio Etcheverry
2019-03-07Merge pull request #26761 from Chaosus/fix_mono_wrapIgnacio Etcheverry
2019-03-07Mono: Partially implement some Godot debug api functionsIgnacio Etcheverry
2019-03-07Added a Godot TraceListener, which is automatically installed on startup. Fix...Sebastian Hartte
2019-03-07Fix division by zero at wrap functions in monoChaosus
2019-03-07Merge pull request #26765 from neikeq/issue-25959Ignacio Etcheverry
2019-03-07Mono: Fix crash when re-using script binding after domain reloadingIgnacio Etcheverry
2019-03-07Update scripts exports even when normal script instances are created to bette...Sebastian Hartte
2019-03-07doc: Sync classref with current sourceRémi Verschelde
2019-03-06Fixed crash on loading GDNative videos.Anish
2019-03-06Merge pull request #26713 from neikeq/print-msbuild-commandRémi Verschelde
2019-03-06Merge pull request #26665 from bojidar-bg/19704-singleton-constantsRémi Verschelde
2019-03-06Print MSBuild command if also printing outputIgnacio Etcheverry
2019-03-06Merge pull request #26712 from neikeq/issue-26681Ignacio Etcheverry
2019-03-06Mono: Make 'Build' button generate solution if it doesn't existIgnacio Etcheverry
2019-03-06Merge pull request #26688 from Faless/net/lws_3.1Rémi Verschelde
2019-03-06Update libwebsockets to 3.1 (plus UWP patch)Fabio Alessandrelli
2019-03-05Merge pull request #26661 from neikeq/issue-17601Ignacio Etcheverry
2019-03-05Fix enums coming from other classes without preloadBojidar Marinov
2019-03-05Mono: Fix array field being assigned MonoArray** instead of MonoArray*Ignacio Etcheverry
2019-03-05Added get_noise_1d2017A7PS0002G
2019-03-04Merge pull request #26608 from dragmz/fix22231Rémi Verschelde
2019-03-04calculate inputs count from arg types instead of namesMarcin Zawiejski
2019-03-04Merge pull request #26592 from clayjohn/noisetexture_strengthRémi Verschelde
2019-03-04Merge pull request #26604 from bojidar-bg/25889-vs-parameters-emptyRémi Verschelde
2019-03-04Fix default values not being read correctly in VisualScriptBojidar Marinov
2019-03-04Merge pull request #26591 from neikeq/oiRémi Verschelde
2019-03-04changed default noisetexture strengthclayjohn
2019-03-04Mono: Add option to print MSBuild output and improve out of sync errorIgnacio Etcheverry
2019-03-04Close file handles after use of new get_as_utf8_strings, fixes #26578Juan Linietsky
2019-03-04Merge pull request #26513 from cart/mono-log-profilerIgnacio Etcheverry
2019-03-04libwebp: Sync with upstream 1.0.2Rémi Verschelde
2019-03-04Revert "Forbid implicit type conversion in GDScript"Rémi Verschelde
2019-03-04Merge pull request #26541 from clayjohn/noise_texture_scaleRémi Verschelde
2019-03-04Merge pull request #26562 from vnen/gdscript-no-implicit-castRémi Verschelde
2019-03-03GDScript: Fix issue when detecting file class in inner classGeorge Marques