summaryrefslogtreecommitdiffstats
path: root/modules/mono/csharp_script.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Small changes to the comments in the script templates.Michael Alexsander Silva Dias2018-06-111-8/+6
|/ /
* | Merge pull request #18792 from PJB3005/18-05-11-objectdb-verbose-monoRémi Verschelde2018-06-051-0/+6
|\ \
| * | Fixes ObjectDB leak printout with mono.Pieter-Jan Briers2018-05-111-0/+6
* | | New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-291-3/+9
* | | Refactor RPCMode enum and checksFabio Alessandrelli2018-05-291-10/+10
* | | Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-19/+13
* | | New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-261-3/+9
* | | Refactor RPCMode enum and checksFabio Alessandrelli2018-05-261-10/+10
* | | Merge pull request #19149 from neikeq/xIgnacio Etcheverry2018-05-241-5/+12
|\ \ \
| * | | Mono: Improve 'script class not found' errorIgnacio Etcheverry2018-05-241-5/+12
* | | | Capitalized comments of methods created by the Connect Signal dialog.Michael Alexsander Silva Dias2018-05-231-1/+1
|/ / /