aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/csharp_script.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mono: Improve 'script class not found' errorIgnacio Etcheverry2018-06-011-5/+12
* Mono: Do not spam script class not found errorIgnacio Etcheverry2018-04-281-10/+9
* Mono: Fix crash on script load if the scripts domain isn't loadedIgnacio Etcheverry2018-04-281-6/+14
* Mono: Avoid invalid class names.Andreas Haas2018-04-151-2/+24
* Mono: Add project export pluginIgnacio Etcheverry2018-04-151-0/+2
* fix release builds with monoMichele Valente2018-02-271-5/+0
* Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry2018-02-261-1/+1
* implement signal related methods in csharp_script so signals can be used with...Paul Joannon2018-02-191-5/+63
* add a [Signal] attribute to CSharpScriptsPaul Joannon2018-02-191-1/+49
* Added async and await as C# keywords.Nathan Warden2018-02-051-3/+7
* Mono: Remove automatic script multilevel callsIgnacio Etcheverry2018-02-051-20/+9
* 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
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Mono: Add properties support in scriptsIgnacio Etcheverry2018-01-041-84/+167
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Mono: Change BindingsGenerator singleton to avoid StringName leaksIgnacio Etcheverry2018-01-011-0/+8
* Mono: Script lifetime fixesIgnacio Etcheverry2018-01-011-23/+61
* Mono: Make the bindings generator output enumsIgnacio Etcheverry2017-12-241-1/+1
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-2/+2
* Exported variables now show in the correct order.Nathan Warden2017-12-021-2/+2
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-1/+1
* Merge pull request #12549 from neikeq/seriously-do-theyIgnacio Etcheverry2017-11-011-0/+11
|\
| * Make sure gchandle bindings are released before cleanupIgnacio Etcheverry2017-11-011-0/+11
* | Mono: support custom script templates.Andreas Haas2017-10-311-0/+62
|/
* Mono: Add build project button and reload intervalIgnacio Etcheverry2017-10-291-0/+4
* Mono: Use "UnnamedProject" if application/config/name is emptyUnknown2017-10-271-4/+7
* Merge pull request #12405 from Jerome67000/clean_getnodetypeRémi Verschelde2017-10-261-5/+0
|\
| * Removes Script::get_node_type()Jerome670002017-10-251-5/+0
* | Fix default C# scriptPrzmk2017-10-251-1/+1
|/
* Merge pull request #12365 from neikeq/pRémi Verschelde2017-10-241-2/+9
|\
| * Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry2017-10-241-2/+9
* | Add _process(delta) to new script templates. Closes #11994.mhilbrunner2017-10-221-1/+8
|/
* Mono: Fix warning about exported static fieldsIgnacio Etcheverry2017-10-181-1/+2
* Mono: Fix build with tools=no or target=releaseIgnacio Etcheverry2017-10-181-0/+2
* Export attribute fixes and improvementsIgnacio Etcheverry2017-10-171-17/+31
* Merge pull request #12138 from neikeq/iRémi Verschelde2017-10-161-6/+9
|\
| * Avoid adding built-in script path to csprojIgnacio Etcheverry2017-10-161-6/+9
* | Improve signature of signal target generated functionIgnacio Etcheverry2017-10-161-4/+73
|/
* Merge pull request #12135 from neikeq/gIgnacio Etcheverry2017-10-161-42/+2
|\
| * Re-write SignalAwaiter implementationIgnacio Etcheverry2017-10-161-42/+2
* | Merge pull request #11954 from neikeq/dIgnacio Etcheverry2017-10-111-0/+7
|\ \ | |/ |/|
| * Mono: Make use of ClassInfo's exposed APIIgnacio Etcheverry2017-10-091-0/+7
* | Fixed IntPtr unboxing (#11949)Ignacio Etcheverry2017-10-091-1/+1