summaryrefslogtreecommitdiff
path: root/modules/mono/editor
AgeCommit message (Expand)Author
2019-02-19C#: Add 'Singleton' property to singleton wrapper classIgnacio Etcheverry
2019-02-12Merge pull request #25721 from neikeq/wwRémi Verschelde
2019-02-11Merge pull request #25803 from neikeq/yyIgnacio Etcheverry
2019-02-11Add VSCode hint path for WindowsIgnacio Etcheverry
2019-02-11Default to MSBuild from VS Build Tools instead of Mono'sIgnacio Etcheverry
2019-02-10Merge pull request #25773 from neikeq/xxIgnacio Etcheverry
2019-02-10Fix exporting assemblies from wrong output pathIgnacio Etcheverry
2019-02-09Use script instance binding for objects constructed from C#Ignacio Etcheverry
2019-02-08Mono: Create player script metadata when building manuallyIgnacio Etcheverry
2019-02-05Mono: Workaround to fix 'flushing' errors when building at editor startupIgnacio Etcheverry
2019-02-03Mono: CleanupIgnacio Etcheverry
2019-01-21Mono: Add assembly reloading to running gamesIgnacio Etcheverry
2019-01-21Fix C# script metadata creation error due to missing directoryIgnacio Etcheverry
2019-01-21Workaround for bug with Mono's MSBuild and BaseIntermediateOutputPathIgnacio Etcheverry
2019-01-18Merge pull request #25080 from neikeq/mm-cIgnacio Etcheverry
2019-01-18C# Bindings Generator: Fix vararg methods with custom return typeIgnacio Etcheverry
2019-01-18C#: Fix trying to build when there's no solutionIgnacio Etcheverry
2019-01-08Use 'release_debug' for mono export templatesHein-Pieter van Braam
2019-01-07Use 'release_debug' for mono export templatesHein-Pieter van Braam
2019-01-03Merge pull request #24688 from Supatier/add-additional-vscode-nameRémi Verschelde
2019-01-02Add code-oss, vscode-oss, and visual-studio-code-oss to vscode pathsupatier
2019-01-01Update copyright statements to 2019Rémi Verschelde
2019-01-01Fix missing/malformed license headersRémi Verschelde
2018-12-27Fix Godot unable to find VSCode binarySupatier
2018-11-30Merge pull request #24091 from neikeq/iiIgnacio Etcheverry
2018-11-30C#: Improve tool script support and fix reloading issuesIgnacio Etcheverry
2018-11-24Parse C# generics and type constraints correctlyCarter Anderson
2018-11-08Merge pull request #23505 from zorbathut/zorbathut/updateprojectIgnacio Etcheverry
2018-11-08Fix assertion fail when loading assembly on project exportIgnacio Etcheverry
2018-11-08Improve the C# API projects generationIgnacio Etcheverry
2018-11-04Add option for automatic project updating.Ben Rog-Wilhelm
2018-10-28Fix C# parsing the full name of base typesIgnacio Etcheverry
2018-10-25Parse C# script namespace and classIgnacio Etcheverry
2018-10-25Fix msvc warnings in mono moduleIgnacio Etcheverry
2018-10-25Do not generate API project GUIDs randomlyIgnacio Etcheverry
2018-10-25Support globs in csproj includesIgnacio Etcheverry
2018-10-22Fix internal assembly load fromIgnacio Etcheverry
2018-10-19Merge pull request #23128 from neikeq/bbIgnacio Etcheverry
2018-10-19Make sure API assemblies are up to date at startupIgnacio Etcheverry
2018-10-18Fix prefix erasing for the generated C# enum constantsIgnacio Etcheverry
2018-10-17C#: Optimize struct marshallingIgnacio Etcheverry
2018-10-16C# API: Hide method bind fields from debuggerIgnacio Etcheverry
2018-10-08Check if directory exists before trying to delete itIgnacio Etcheverry
2018-10-07C# bindings generator fixesIgnacio Etcheverry
2018-10-06Remove redundant "== false" codeAaron Franke
2018-10-05Merge pull request #22688 from neikeq/lotsofgoodiesRémi Verschelde
2018-10-03Mono: Editor and export template dependencies and fixesIgnacio Etcheverry
2018-10-03Fix GCC compiler warning in mono moduleIgnacio Etcheverry
2018-09-17Fix missing mono internal callIgnacio Etcheverry
2018-09-17Mono: Fix opening code editors in OSX and cleanupIgnacio Etcheverry