summaryrefslogtreecommitdiff
path: root/modules/mono/csharp_script.cpp
AgeCommit message (Expand)Author
2018-09-15Clearly deprecate sync too in favor of remotesync.Fabio Alessandrelli
2018-09-15Rename slave keyword to puppetFabio Alessandrelli
2018-09-12Mono: Fix build regression due to wrong return typeIgnacio Etcheverry
2018-09-12C#: Fix explicit enum values when exporting memberIgnacio Etcheverry
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-12Fix/workaround for issue #21667Ignacio Etcheverry
2018-09-12Cleanup of c# api files and bindings generatorIgnacio Etcheverry
2018-08-25Merge pull request #16927 from neikeq/rework-refcount-notifyJuan Linietsky
2018-08-24Add print_verbose to print to stdout only in verbose modeRémi Verschelde
2018-08-23Notify instance binding data api of refcount increment/decrementIgnacio Etcheverry
2018-07-29Fix case where exported properties value is lostIgnacio Etcheverry
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-25Fix continuous attempt to reload domain with API assemblies out of syncIgnacio Etcheverry
2018-07-25Mono: Fix domain reload never triggeringIgnacio Etcheverry
2018-07-25Fix '!valid' error spam on C# script instance createIgnacio Etcheverry
2018-07-25Mono: Fix null dereferencesIgnacio Etcheverry
2018-07-23Merge pull request #15880 from neikeq/better-collectionsIgnacio Etcheverry
2018-07-22Mono: Default to not shipping C# scripts contentRémi Verschelde
2018-07-20Add Array and Dictionary wrapper classes to C#Ignacio Etcheverry
2018-07-04Merge pull request #19872 from exts/export_signalsIgnacio Etcheverry
2018-07-03Mono: Fixes annotated signal loading in exported binaries=
2018-07-04Merge pull request #16987 from neikeq/pending-exceptionsIgnacio Etcheverry
2018-07-04Mono: Pending exceptions and cleanupIgnacio Etcheverry
2018-07-04Changes to default C# script template (#19940)Kelly Thomas
2018-06-11Small changes to the comments in the script templates.Michael Alexsander Silva Dias
2018-06-05Merge pull request #18792 from PJB3005/18-05-11-objectdb-verbose-monoRémi Verschelde
2018-05-29New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli
2018-05-29Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-29Revert "RPCMode refactor, more sync modes"Max Hilbrunner
2018-05-26New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli
2018-05-26Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-24Merge pull request #19149 from neikeq/xIgnacio Etcheverry
2018-05-24Mono: Improve 'script class not found' errorIgnacio Etcheverry
2018-05-23Capitalized comments of methods created by the Connect Signal dialog.Michael Alexsander Silva Dias
2018-05-15-New inspector.Juan Linietsky
2018-05-11Fixes ObjectDB leak printout with mono.Pieter-Jan Briers
2018-05-02Changed periods in the script templates.Michael Alexsander Silva Dias
2018-04-24Mono: Do not spam script class not found errorIgnacio Etcheverry
2018-04-24Mono: Fix crash on script load if the scripts domain isn't loadedIgnacio Etcheverry
2018-03-15Mono: Avoid invalid class names.Andreas Haas
2018-02-25Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry
2018-02-25Merge pull request #16804 from Valentactive/fix_mono_template_compilingRémi Verschelde
2018-02-22fix release builds with monoMichele Valente
2018-02-22Mono: Add project export pluginIgnacio Etcheverry
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-02-01Merge pull request #16205 from neikeq/issue-15053Rémi Verschelde
2018-01-30Added async and await as C# keywords.Nathan Warden
2018-01-30Mono: Remove automatic script multilevel callsIgnacio Etcheverry
2018-01-27Mono: Fix build errors with tools=no and target=releaseIgnacio Etcheverry