summaryrefslogtreecommitdiff
path: root/modules/mono/csharp_script.cpp
AgeCommit message (Expand)Author
2018-01-12Mono: Some StackTrace to StackInfo[] fixesIgnacio Etcheverry
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-09Mono: Some fixes for #15463Ignacio 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: Change BindingsGenerator singleton to avoid StringName leaksIgnacio Etcheverry
2018-01-01Mono: Script lifetime fixesIgnacio Etcheverry
2017-12-24Mono: Make the bindings generator output enumsIgnacio Etcheverry
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-02Exported variables now show in the correct order.Nathan Warden
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-01Merge pull request #12549 from neikeq/seriously-do-theyIgnacio Etcheverry
2017-11-01Make sure gchandle bindings are released before cleanupIgnacio Etcheverry
2017-10-31Mono: support custom script templates.Andreas Haas
2017-10-29Mono: Add build project button and reload intervalIgnacio Etcheverry
2017-10-27Mono: Use "UnnamedProject" if application/config/name is emptyUnknown
2017-10-26Merge pull request #12405 from Jerome67000/clean_getnodetypeRémi Verschelde
2017-10-25Fix default C# scriptPrzmk
2017-10-25Removes Script::get_node_type()Jerome67000
2017-10-24Merge pull request #12365 from neikeq/pRémi Verschelde
2017-10-24Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry
2017-10-22Add _process(delta) to new script templates. Closes #11994.mhilbrunner
2017-10-18Mono: Fix warning about exported static fieldsIgnacio Etcheverry
2017-10-18Mono: Fix build with tools=no or target=releaseIgnacio Etcheverry
2017-10-17Export attribute fixes and improvementsIgnacio Etcheverry
2017-10-16Merge pull request #12138 from neikeq/iRémi Verschelde
2017-10-16Avoid adding built-in script path to csprojIgnacio Etcheverry
2017-10-16Improve signature of signal target generated functionIgnacio Etcheverry
2017-10-16Merge pull request #12135 from neikeq/gIgnacio Etcheverry
2017-10-16Re-write SignalAwaiter implementationIgnacio Etcheverry
2017-10-11Merge pull request #11954 from neikeq/dIgnacio Etcheverry
2017-10-09Mono: Make use of ClassInfo's exposed APIIgnacio Etcheverry
2017-10-09Fixed IntPtr unboxing (#11949)Ignacio Etcheverry
2017-10-07Merge pull request #11894 from neikeq/pr-issue-11834Ignacio Etcheverry
2017-10-07Mono: Make sure editor thread is attached on script reloadIgnacio Etcheverry
2017-10-05get parent class fields when updating a CSharpScript's exportsCarter Anderson
2017-10-05Add C# script to csproj when attaching it to an objectIgnacio Etcheverry
2017-10-03Added mono moduleIgnacio Etcheverry