summaryrefslogtreecommitdiffstats
path: root/modules/mono/csharp_script.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mono: Fail on script instance creation if constructor was not foundIgnacio Etcheverry2019-02-281-3/+30
* Fix -Wsign-compare warnings.marxin2019-02-271-2/+2
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-4/+4
* Use script instance binding for objects constructed from C#Ignacio Etcheverry2019-02-091-8/+13
* Mono: Lifetime fixes for CSharpInstance and instance binding dataIgnacio Etcheverry2019-02-031-65/+153
* Mono: CleanupIgnacio Etcheverry2019-02-031-6/+6
* Mono: Fix hot reload build errors and cleanupIgnacio Etcheverry2019-01-221-4/+17
* Mono: Add assembly reloading to running gamesIgnacio Etcheverry2019-01-211-24/+3
* 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-101-7/+7
|\
| * Fix properties being lost when reloading placeholder GDScript instanceIgnacio Etcheverry2019-01-101-7/+7
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* | Tweaks after feedbackBen Rog-Wilhelm2018-12-081-0/+1
* | Implement CSharpScript::get_script_method_list and related functionality.Ben Rog-Wilhelm2018-12-071-0/+30
|/
* Fix crash due to ~CSharpInstance() being called on freed instanceIgnacio Etcheverry2018-12-011-3/+6
* Implement CSharpScript::is_valid()Ignacio Etcheverry2018-11-301-4/+0
* Merge pull request #24091 from neikeq/iiIgnacio Etcheverry2018-11-301-288/+295
|\
| * C#: Improve tool script support and fix reloading issuesIgnacio Etcheverry2018-11-301-288/+295
* | Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky2018-11-271-0/+4
|/
* Improve the C# API projects generationIgnacio Etcheverry2018-11-081-1/+2
* Merge pull request #23162 from neikeq/ccIgnacio Etcheverry2018-10-251-42/+92
|\
| * Parse C# script namespace and classIgnacio Etcheverry2018-10-251-42/+92
* | C#: Fix crash when disposing Reference on domain finalizeIgnacio Etcheverry2018-10-251-0/+2
|/
* Remove redundant "== false" codeAaron Franke2018-10-061-1/+1
* Remove redundant "== true" codeAaron Franke2018-10-061-2/+2
* Mono: Fix not creating generic Array or Dictionary where expectedIgnacio Etcheverry2018-09-271-1/+1
* Clearly deprecate sync too in favor of remotesync.Fabio Alessandrelli2018-09-151-2/+2
* Rename slave keyword to puppetFabio Alessandrelli2018-09-151-3/+5
* Mono: Fix build regression due to wrong return typeIgnacio Etcheverry2018-09-121-2/+2
* C#: Fix explicit enum values when exporting memberIgnacio Etcheverry2018-09-121-31/+86
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+4
* Fix/workaround for issue #21667Ignacio Etcheverry2018-09-121-80/+262
* Cleanup of c# api files and bindings generatorIgnacio Etcheverry2018-09-121-1/+1
* Merge pull request #16927 from neikeq/rework-refcount-notifyJuan Linietsky2018-08-251-4/+71
|\
| * Notify instance binding data api of refcount increment/decrementIgnacio Etcheverry2018-08-231-4/+71
* | Add print_verbose to print to stdout only in verbose modeRémi Verschelde2018-08-241-5/+1
* | Fix case where exported properties value is lostIgnacio Etcheverry2018-07-291-16/+59
* | Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* | Fix continuous attempt to reload domain with API assemblies out of syncIgnacio Etcheverry2018-07-251-20/+26
* | Mono: Fix domain reload never triggeringIgnacio Etcheverry2018-07-251-0/+2
* | Fix '!valid' error spam on C# script instance createIgnacio Etcheverry2018-07-251-6/+6
* | Mono: Fix null dereferencesIgnacio Etcheverry2018-07-251-0/+3
* | Merge pull request #15880 from neikeq/better-collectionsIgnacio Etcheverry2018-07-231-1/+1
|\ \
| * | Add Array and Dictionary wrapper classes to C#Ignacio Etcheverry2018-07-201-1/+1
* | | Mono: Default to not shipping C# scripts contentRémi Verschelde2018-07-221-1/+1
|/ /
* | Merge pull request #19872 from exts/export_signalsIgnacio Etcheverry2018-07-041-32/+25
|\ \
| * | Mono: Fixes annotated signal loading in exported binaries=2018-07-031-32/+25
* | | Merge pull request #16987 from neikeq/pending-exceptionsIgnacio Etcheverry2018-07-041-21/+23
|\ \ \
| * | | Mono: Pending exceptions and cleanupIgnacio Etcheverry2018-07-041-21/+23
| |/ /
* | | Changes to default C# script template (#19940)Kelly Thomas2018-07-041-10/+10