summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fixes segfault on opening incompatible files.Anish2019-03-111-9/+11
* Mono: Some assembly referencing changes and cleanupIgnacio Etcheverry2019-03-103-21/+25
* Mono: Fix assemblies path String incorrectly constructed from utf8Ignacio Etcheverry2019-03-092-2/+2
* [GDNative] fix crash at shutdown when using singleton libraries and NativeScriptkarroffel2019-03-092-2/+26
* Fix typo in GDScript narrowing conversion warning messageHugo Locurcio2019-03-081-1/+1
* Merge pull request #26746 from shartte/godot-trace-listenerIgnacio Roldán Etcheverry2019-03-084-0/+64
|\
| * Added a Godot TraceListener, which is automatically installed on startup. Fix...Sebastian Hartte2019-03-074-0/+64
* | Fix CSharpInstance::set not working with base classesIgnacio Etcheverry2019-03-081-2/+2
* | Merge pull request #26773 from neikeq/issue-26628Rémi Verschelde2019-03-071-1/+4
|\ \
| * | Mono: Fix crash with exported field of custom Reference derived typeIgnacio Etcheverry2019-03-071-1/+4
* | | Merge pull request #26770 from neikeq/issue-26675Ignacio Etcheverry2019-03-072-15/+59
|\ \ \
| * | | Mono: Partially implement some Godot debug api functionsIgnacio Etcheverry2019-03-072-15/+59
| |/ /
* | | Merge pull request #26761 from Chaosus/fix_mono_wrapIgnacio Etcheverry2019-03-072-2/+7
|\ \ \ | |/ / |/| |
| * | Fix division by zero at wrap functions in monoChaosus2019-03-072-2/+7
| |/
* | Merge pull request #26765 from neikeq/issue-25959Ignacio Etcheverry2019-03-073-0/+12
|\ \
| * | Mono: Fix crash when re-using script binding after domain reloadingIgnacio Etcheverry2019-03-073-0/+12
* | | Update scripts exports even when normal script instances are created to bette...Sebastian Hartte2019-03-071-0/+1
| |/ |/|
* | doc: Sync classref with current sourceRémi Verschelde2019-03-071-0/+2
* | Fixed crash on loading GDNative videos.Anish2019-03-061-1/+1
* | Merge pull request #26713 from neikeq/print-msbuild-commandRémi Verschelde2019-03-061-0/+6
|\ \
| * | Print MSBuild command if also printing outputIgnacio Etcheverry2019-03-061-0/+6
| |/
* | Merge pull request #26665 from bojidar-bg/19704-singleton-constantsRémi Verschelde2019-03-061-0/+12
|\ \
| * | Fix enums coming from other classes without preloadBojidar Marinov2019-03-051-0/+12
* | | Merge pull request #26712 from neikeq/issue-26681Ignacio Etcheverry2019-03-062-1/+14
|\ \ \ | |_|/ |/| |
| * | Mono: Make 'Build' button generate solution if it doesn't existIgnacio Etcheverry2019-03-062-1/+14
* | | Merge pull request #26688 from Faless/net/lws_3.1Rémi Verschelde2019-03-062-58/+67
|\ \ \
| * | | Update libwebsockets to 3.1 (plus UWP patch)Fabio Alessandrelli2019-03-062-58/+67
| | |/ | |/|
* | | Merge pull request #26661 from neikeq/issue-17601Ignacio Etcheverry2019-03-051-1/+1
|\ \ \ | |/ / |/| |
| * | Mono: Fix array field being assigned MonoArray** instead of MonoArray*Ignacio Etcheverry2019-03-051-1/+1
| |/
* | Merge pull request #26608 from dragmz/fix22231Rémi Verschelde2019-03-041-3/+2
|\ \
| * | calculate inputs count from arg types instead of namesMarcin Zawiejski2019-03-041-3/+2
* | | Merge pull request #26592 from clayjohn/noisetexture_strengthRémi Verschelde2019-03-041-1/+1
|\ \ \
| * | | changed default noisetexture strengthclayjohn2019-03-041-1/+1
* | | | Merge pull request #26604 from bojidar-bg/25889-vs-parameters-emptyRémi Verschelde2019-03-042-16/+6
|\ \ \ \
| * | | | Fix default values not being read correctly in VisualScriptBojidar Marinov2019-03-042-16/+6
| | |/ / | |/| |
* | | | Merge pull request #26591 from neikeq/oiRémi Verschelde2019-03-043-11/+29
|\ \ \ \ | |/ / / |/| | |
| * | | Mono: Add option to print MSBuild output and improve out of sync errorIgnacio Etcheverry2019-03-043-11/+29
| | |/ | |/|
* | | Close file handles after use of new get_as_utf8_strings, fixes #26578Juan Linietsky2019-03-041-3/+4
* | | Merge pull request #26513 from cart/mono-log-profilerIgnacio Etcheverry2019-03-041-0/+11
|\ \ \
| * | | Add mono log profiler supportCarter Anderson2019-03-021-0/+11
* | | | libwebp: Sync with upstream 1.0.2Rémi Verschelde2019-03-041-3/+4
* | | | Revert "Forbid implicit type conversion in GDScript"Rémi Verschelde2019-03-044-16/+110
* | | | Merge pull request #26541 from clayjohn/noise_texture_scaleRémi Verschelde2019-03-042-1/+34
|\ \ \ \ | | |_|/ | |/| |
| * | | added bump_strength to noisetextureclayjohn2019-03-032-1/+34
| | |/ | |/|
* | | Merge pull request #26562 from vnen/gdscript-no-implicit-castRémi Verschelde2019-03-044-110/+16
|\ \ \
| * | | GDScript: Forbid implicit type conversionGeorge Marques2019-03-034-110/+16
* | | | GDScript: Fix issue when detecting file class in inner classGeorge Marques2019-03-031-1/+1
* | | | GDScript: Allow `for` iterator to be rededefinedGeorge Marques2019-03-031-1/+0
|/ / /
* | | Merge pull request #26547 from vnen/gdscript-dependency-parseJuan Linietsky2019-03-034-78/+139
|\ \ \
| * | | Add a dependency search mode for GDScript parserGeorge Marques2019-03-034-78/+139
| | |/ | |/|