summaryrefslogtreecommitdiff
path: root/modules/mono/mono_gd
AgeCommit message (Expand)Author
2021-10-15Fix hint_string for C# enum arraysRaul Santos
2021-10-15Merge pull request #53627 from raulsntos/fix-list-marshalRémi Verschelde
2021-10-15Merge pull request #53581 from raulsntos/mono-marshal-genericsRémi Verschelde
2021-10-10Fix C# List<T> marshallingRaul Santos
2021-10-08Support marshaling generic Godot.ObjectRaul Santos
2021-10-08Support arrays of StringName, NodePath and RID in monoRaul Santos
2021-10-01[Net] Rename RPC constants and annotation arguments.Fabio Alessandrelli
2021-09-28Update C# RPC attributes to share new Any/Auth naming conventionEdward Auttonberry
2021-08-30[Net] Rename RPC "puppet" to "auth" (authority). Drop "master".Fabio Alessandrelli
2021-08-24Merge pull request #47295 from omegachysis/script-bind-mutexIgnacio Roldán Etcheverry
2021-08-20C#: Fix bindings generator for Callable argument default valueIgnacio Roldán Etcheverry
2021-08-17Namespaces instead of underscore prefix for bindsMax Hilbrunner
2021-08-16Fix C# native instance bindings after recent re-writeIgnacio Roldán Etcheverry
2021-07-27Use C++ iterators in the Mono moduleRaul Santos
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-20[Net] Single `rpc` annotation. "sync" no longer part of mode.Fabio Alessandrelli
2021-07-08Redo how instance bindings workreduz
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-13Improve & fix Mono buildPedro J. Estébanez
2021-06-12Merge pull request #49123 from aaronfranke/it-is-timeRémi Verschelde
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-06-11Add Time singletonAaron Franke
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-04Rename Quat to QuaternionMarcel Admiraal
2021-06-03Rename Variant TRANSFORM to TRANSFORM3DAaron Franke
2021-06-03Rename Transform to Transform3D in coreAaron Franke
2021-04-29Replace remaining uses of `NULL` with `nullptr`Rémi Verschelde
2021-04-26Remove uses of `auto` for better readability and online code reviewsHugo Locurcio
2021-04-17C#: Fix `double` casting in wasm m2n trampolinesIgnacio Roldán Etcheverry
2021-03-23Add mutex to protect script bindingsMatthew A. Robinson
2021-03-18Mono: Fix Android build after #46900Rémi Verschelde
2021-03-13Replace malloc's with Godot's memalloc macroEv1lbl0w
2021-03-08Merge pull request #46174 from xill47/mono-appdomain-unhandled-exception-eventRémi Verschelde
2021-03-08Added mono_unhandled_exception call to unhandled_exception hookIlya Kuznetsov
2021-03-06Add C# source generator for a new ScriptPath attributeIgnacio Etcheverry
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-31Merge pull request #45315 from RandomShaper/modernize_threadRémi Verschelde
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-26Merge pull request #45029 from neikeq/issue-40023Rémi Verschelde
2021-01-19Cleanup: Remove executable bit from files which don't need itRémi Verschelde
2021-01-19C # mono supports Unicode codemagian1127
2021-01-12CI: Update to clang-format 11 and apply ternary operator changesRémi Verschelde
2021-01-08C#: Fix System.Collections.Generic.List marshallingIgnacio Etcheverry
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-29Fix missed renamings from empty() to is_empty()Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-17Merge pull request #44105 from neikeq/mono-wasm-m2n-hookRémi Verschelde
2020-12-14Mono: Make Godot provide its own WASM m2n trampolinesIgnacio Etcheverry
2020-12-06Tweak log file names for consistency between Mono and non-Mono logsHugo Locurcio