summaryrefslogtreecommitdiffstats
path: root/modules/mono/csharp_script.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / /
* / / -New inspector.Juan Linietsky2018-05-151-1/+1
|/ /
* | Changed periods in the script templates.Michael Alexsander Silva Dias2018-05-021-1/+1
* | Mono: Do not spam script class not found errorIgnacio Etcheverry2018-04-241-10/+9
* | Mono: Fix crash on script load if the scripts domain isn't loadedIgnacio Etcheverry2018-04-241-6/+14
* | Mono: Avoid invalid class names.Andreas Haas2018-03-151-2/+24
* | Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry2018-02-251-1/+1
* | Merge pull request #16804 from Valentactive/fix_mono_template_compilingRémi Verschelde2018-02-251-5/+0
|\ \
| * | fix release builds with monoMichele Valente2018-02-221-5/+0
| |/
* / Mono: Add project export pluginIgnacio Etcheverry2018-02-221-0/+2
|/
* implement signal related methods in csharp_script so signals can be used with...Paul Joannon2018-02-171-5/+63
* add a [Signal] attribute to CSharpScriptsPaul Joannon2018-02-171-1/+49
* Merge pull request #16205 from neikeq/issue-15053Rémi Verschelde2018-02-011-20/+9
|\
| * Mono: Remove automatic script multilevel callsIgnacio Etcheverry2018-01-301-20/+9
* | Added async and await as C# keywords.Nathan Warden2018-01-301-3/+7
|/
* Mono: Fix build errors with tools=no and target=releaseIgnacio Etcheverry2018-01-271-0/+8
* Merge pull request #16016 from neikeq/issue-13316Ignacio Etcheverry2018-01-241-2/+7
|\
| * Fix CSharpInstance::call not initializing CallErrorIgnacio Etcheverry2018-01-241-2/+7
* | fix marshalling when a function is returning an object from c#Paul Joannon2018-01-181-4/+4
|/
* Mono: Some StackTrace to StackInfo[] fixesIgnacio Etcheverry2018-01-121-1/+5
* Bind many more properties to scriptsBojidar Marinov2018-01-121-1/+1
* Mono: Some fixes for #15463Ignacio Etcheverry2018-01-091-1/+1
* Mono: Implement stack info for errors and exceptionsIgnacio Etcheverry2018-01-091-3/+69