summaryrefslogtreecommitdiffstats
path: root/modules/mono/csharp_script.h
Commit message (Expand)AuthorAgeFilesLines
* Use script instance binding for objects constructed from C#Ignacio Etcheverry2019-02-091-1/+4
* Mono: Lifetime fixes for CSharpInstance and instance binding dataIgnacio Etcheverry2019-02-031-1/+18
* Mono: CleanupIgnacio Etcheverry2019-02-031-2/+2
* Mono: Fix hot reload build errors and cleanupIgnacio Etcheverry2019-01-221-7/+4
* Merge pull request #24877 from neikeq/issue-24280Rémi Verschelde2019-01-101-0/+5
|\
| * Fix properties being lost when reloading placeholder GDScript instanceIgnacio Etcheverry2019-01-101-0/+5
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* | Merge pull request #19501 from Zylann/custom_loadersRémi Verschelde2018-12-161-0/+2
|\ \
| * | Added basic support for custom resource savers and loadersMarc Gilleron2018-12-151-0/+2
| |/
* / Implement CSharpScript::get_script_method_list and related functionality.Ben Rog-Wilhelm2018-12-071-2/+2
|/
* Fix crash due to ~CSharpInstance() being called on freed instanceIgnacio Etcheverry2018-12-011-0/+3
* Implement CSharpScript::is_valid()Ignacio Etcheverry2018-11-301-1/+1
* Merge pull request #24091 from neikeq/iiIgnacio Etcheverry2018-11-301-10/+21
|\
| * C#: Improve tool script support and fix reloading issuesIgnacio Etcheverry2018-11-301-10/+21
* | Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky2018-11-271-0/+2
|/
* Parse C# script namespace and classIgnacio Etcheverry2018-10-251-0/+6
* Fix msvc warnings in mono moduleIgnacio Etcheverry2018-10-251-1/+1
* Mono: Fix build regression due to wrong return typeIgnacio Etcheverry2018-09-121-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+4
* Fix/workaround for issue #21667Ignacio Etcheverry2018-09-121-7/+25
* Merge pull request #16927 from neikeq/rework-refcount-notifyJuan Linietsky2018-08-251-0/+2
|\
| * Notify instance binding data api of refcount increment/decrementIgnacio Etcheverry2018-08-231-0/+2
* | Merge pull request #20583 from neikeq/issue-15371Rémi Verschelde2018-08-141-0/+1
|\ \
| * | Fix case where exported properties value is lostIgnacio Etcheverry2018-07-291-0/+1
* | | Added system for GDScript warningsGeorge Marques2018-08-101-1/+1
|/ /
* | Add editor highlight for type-safe linesGeorge Marques2018-07-201-1/+1
* | Mono: Fixes annotated signal loading in exported binaries=2018-07-031-2/+1
* | Refactor RPCMode enum and checksFabio Alessandrelli2018-05-291-3/+3
* | Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-3/+3
* | Refactor RPCMode enum and checksFabio Alessandrelli2018-05-261-3/+3
* | Mono: Avoid invalid class names.Andreas Haas2018-03-151-0/+1
* | fix release builds with monoMichele Valente2018-02-221-3/+3
|/
* implement signal related methods in csharp_script so signals can be used with...Paul Joannon2018-02-171-3/+9
* add a [Signal] attribute to CSharpScriptsPaul Joannon2018-02-171-0/+5
* Mono: Remove automatic script multilevel callsIgnacio Etcheverry2018-01-301-2/+0
* Mono: Fix build errors with tools=no and target=releaseIgnacio Etcheverry2018-01-271-0/+4
* Mono: Implement stack info for errors and exceptionsIgnacio Etcheverry2018-01-091-1/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Mono: Add properties support in scriptsIgnacio Etcheverry2018-01-041-0/+4
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Mono: Script lifetime fixesIgnacio Etcheverry2018-01-011-5/+10
* Mono: support custom script templates.Andreas Haas2017-10-311-2/+9
* Removes Script::get_node_type()Jerome670002017-10-251-1/+0
* Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry2017-10-241-0/+1
* Re-write SignalAwaiter implementationIgnacio Etcheverry2017-10-161-1/+3
* Added mono moduleIgnacio Etcheverry2017-10-031-0/+338