summaryrefslogtreecommitdiff
path: root/modules/mono/csharp_script.h
AgeCommit message (Expand)Author
2019-03-07Mono: Partially implement some Godot debug api functionsIgnacio Etcheverry
2019-03-07Mono: Fix crash when re-using script binding after domain reloadingIgnacio Etcheverry
2019-02-09Use script instance binding for objects constructed from C#Ignacio Etcheverry
2019-02-03Mono: Lifetime fixes for CSharpInstance and instance binding dataIgnacio Etcheverry
2019-02-03Mono: CleanupIgnacio Etcheverry
2019-01-22Mono: Fix hot reload build errors and cleanupIgnacio Etcheverry
2019-01-10Merge pull request #24877 from neikeq/issue-24280Rémi Verschelde
2019-01-10Fix properties being lost when reloading placeholder GDScript instanceIgnacio Etcheverry
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-16Merge pull request #19501 from Zylann/custom_loadersRémi Verschelde
2018-12-15Added basic support for custom resource savers and loadersMarc Gilleron
2018-12-07Implement CSharpScript::get_script_method_list and related functionality.Ben Rog-Wilhelm
2018-12-01Fix crash due to ~CSharpInstance() being called on freed instanceIgnacio Etcheverry
2018-11-30Implement CSharpScript::is_valid()Ignacio Etcheverry
2018-11-30Merge pull request #24091 from neikeq/iiIgnacio Etcheverry
2018-11-30C#: Improve tool script support and fix reloading issuesIgnacio Etcheverry
2018-11-27Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky
2018-10-25Parse C# script namespace and classIgnacio Etcheverry
2018-10-25Fix msvc warnings in mono moduleIgnacio Etcheverry
2018-09-12Mono: Fix build regression due to wrong return typeIgnacio Etcheverry
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-12Fix/workaround for issue #21667Ignacio Etcheverry
2018-08-25Merge pull request #16927 from neikeq/rework-refcount-notifyJuan Linietsky
2018-08-23Notify instance binding data api of refcount increment/decrementIgnacio Etcheverry
2018-08-14Merge pull request #20583 from neikeq/issue-15371Rémi Verschelde
2018-08-10Added system for GDScript warningsGeorge Marques
2018-07-29Fix case where exported properties value is lostIgnacio Etcheverry
2018-07-20Add editor highlight for type-safe linesGeorge Marques
2018-07-03Mono: Fixes annotated signal loading in exported binaries=
2018-05-29Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-29Revert "RPCMode refactor, more sync modes"Max Hilbrunner
2018-05-26Refactor RPCMode enum and checksFabio Alessandrelli
2018-03-15Mono: Avoid invalid class names.Andreas Haas
2018-02-22fix release builds with monoMichele Valente
2018-02-17implement signal related methods in csharp_script so signals can be used with...Paul Joannon
2018-02-17add a [Signal] attribute to CSharpScriptsPaul Joannon
2018-01-30Mono: Remove automatic script multilevel callsIgnacio Etcheverry
2018-01-27Mono: Fix build errors with tools=no and target=releaseIgnacio Etcheverry
2018-01-09Mono: Implement stack info for errors and exceptionsIgnacio Etcheverry
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Mono: Add properties support in scriptsIgnacio Etcheverry
2018-01-01Update copyright statements to 2018Rémi Verschelde
2018-01-01Mono: Script lifetime fixesIgnacio Etcheverry
2017-10-31Mono: support custom script templates.Andreas Haas
2017-10-25Removes Script::get_node_type()Jerome67000
2017-10-24Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry
2017-10-16Re-write SignalAwaiter implementationIgnacio Etcheverry
2017-10-03Added mono moduleIgnacio Etcheverry