summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* Mono: Test Windows binaries with lowercase extensionRémi Verschelde2019-01-271-1/+1
* Mono: Fix hot reload build errors and cleanupIgnacio Etcheverry2019-01-226-15/+43
* Mono: Add assembly reloading to running gamesIgnacio Etcheverry2019-01-213-27/+19
* Fix C# script metadata creation error due to missing directoryIgnacio Etcheverry2019-01-211-0/+9
* Workaround for bug with Mono's MSBuild and BaseIntermediateOutputPathIgnacio Etcheverry2019-01-212-1/+3
* Merge pull request #25080 from neikeq/mm-cIgnacio Etcheverry2019-01-181-3/+24
|\
| * C# Bindings Generator: Fix vararg methods with custom return typeIgnacio Etcheverry2019-01-181-3/+24
* | Merge pull request #25079 from neikeq/mm-bIgnacio Etcheverry2019-01-183-34/+42
|\ \
| * | C#: Fix trying to build when there's no solutionIgnacio Etcheverry2019-01-183-34/+42
| |/
* / C#: Fix crash due to missing gchandle ref null checkIgnacio Etcheverry2019-01-171-1/+1
|/
* Merge pull request #24877 from neikeq/issue-24280Rémi Verschelde2019-01-102-7/+12
|\
| * Fix properties being lost when reloading placeholder GDScript instanceIgnacio Etcheverry2019-01-102-7/+12
* | Consistency in resource format saver/loader de-registrationRémi Verschelde2019-01-101-9/+5
* | Use 'release_debug' for mono export templatesHein-Pieter van Braam2019-01-082-2/+2
* | Use 'release_debug' for mono export templatesHein-Pieter van Braam2019-01-071-1/+1
* | Merge pull request #24688 from Supatier/add-additional-vscode-nameRémi Verschelde2019-01-031-9/+12
|\ \
| * | Add code-oss, vscode-oss, and visual-studio-code-oss to vscode pathsupatier2019-01-021-9/+12
* | | Update copyright statements to 2019Rémi Verschelde2019-01-0178-156/+156
* | | Fix missing/malformed license headersRémi Verschelde2019-01-016-1/+64
|/ /
* | Merge pull request #24545 from akien-mga/osxcross-monoRémi Verschelde2018-12-301-4/+6
|\ \
| * | SCons: Allow building Mono module with OSXCrossRémi Verschelde2018-12-221-4/+6
* | | Fix Godot unable to find VSCode binarySupatier2018-12-271-0/+8
* | | fix capitalization for antiquewhiteKelly Thomas2018-12-231-1/+1
|/ /
* | [Mono] Color - add ColorN(), Colors - add named color propertiesKelly Thomas2018-12-212-7/+319
* | Merge pull request #24385 from hpvb/reduce-string-coewRémi Verschelde2018-12-161-1/+1
|\ \
| * | Reduce String CoWHein-Pieter van Braam2018-12-161-1/+1
* | | Merge pull request #19501 from Zylann/custom_loadersRémi Verschelde2018-12-162-8/+17
|\ \ \ | |/ / |/| |
| * | Added basic support for custom resource savers and loadersMarc Gilleron2018-12-152-8/+17
| |/
* | Tweaks after feedbackBen Rog-Wilhelm2018-12-083-18/+11
* | Implement CSharpScript::get_script_method_list and related functionality.Ben Rog-Wilhelm2018-12-076-2/+100
|/
* Fix crash due to ~CSharpInstance() being called on freed instanceIgnacio Etcheverry2018-12-013-11/+21
* Implement CSharpScript::is_valid()Ignacio Etcheverry2018-11-302-5/+1
* Merge pull request #24091 from neikeq/iiIgnacio Etcheverry2018-11-3012-335/+534
|\
| * C#: Improve tool script support and fix reloading issuesIgnacio Etcheverry2018-11-3012-335/+534
* | Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky2018-11-272-0/+6
* | Parse C# generics and type constraints correctlyCarter Anderson2018-11-243-4/+100
* | C#: Replace calls to old of old Basis(Vec3,Vec3,Vec3) constructorIgnacio Etcheverry2018-11-203-16/+21
* | Remove trailing whitespaceRémi Verschelde2018-11-2013-28/+28
* | Merge pull request #23833 from neikeq/hhIgnacio Etcheverry2018-11-201-10/+16
|\|
| * C#: Fix Basis(Vec3,Vec3,Vec3) constructorIgnacio Etcheverry2018-11-201-10/+16
* | Merge pull request #23505 from zorbathut/zorbathut/updateprojectIgnacio Etcheverry2018-11-081-0/+3
|\ \
| * | Add option for automatic project updating.Ben Rog-Wilhelm2018-11-041-0/+3
* | | Merge pull request #23595 from neikeq/ffIgnacio Etcheverry2018-11-082-6/+2
|\ \ \ | | |/ | |/|
| * | Fix assertion fail when loading assembly on project exportIgnacio Etcheverry2018-11-082-6/+2
* | | Merge pull request #23583 from neikeq/eeIgnacio Etcheverry2018-11-0815-204/+234
|\| |
| * | Improve the C# API projects generationIgnacio Etcheverry2018-11-0815-204/+234
* | | Fix false error when exporting enum in c#Ryan Schmitt2018-11-051-0/+2
| |/ |/|
* | Rename "Log*()" functions to "Push*()" in C#Michael Alexsander Silva Dias2018-10-312-10/+10
* | Merge pull request #23345 from zorbathut/brogwilhelm/logfunctions/csRémi Verschelde2018-10-292-0/+26
|\ \ | |/ |/|
| * Add new log functions for C#.Ben Rog-Wilhelm2018-10-252-0/+26