summaryrefslogtreecommitdiff
path: root/modules/mono/editor
AgeCommit message (Expand)Author
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
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-12C#: Fix cs_files glue mismatch bugIgnacio Etcheverry
2018-09-12Fix/workaround for issue #21667Ignacio Etcheverry
2018-09-12Add some mono root hint dirs for OSXIgnacio Etcheverry
2018-09-12Cleanup of c# api files and bindings generatorIgnacio Etcheverry
2018-08-27C# generated classes ignore warning CS1591 and cleanupIgnacio Etcheverry
2018-08-25Added Collections namespace to Array & Dictionaryexts
2018-08-24Add print_verbose to print to stdout only in verbose modeRémi Verschelde
2018-08-17Mono: Improve C# core files (glue/cs_files) buildsystemIgnacio Etcheverry
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-25Merge pull request #20298 from PJB3005/18-07-20-mono-partial-api-extIgnacio Etcheverry