Commit History

Author SHA1 Message Date
  Ignacio Etcheverry 0b814ea78d Mono/C#: Optimize the way we store GC handles for scripts 5 years ago
  Ignacio Etcheverry 6a85cdf640 Fix C# bindings after recent breaking changes 5 years ago
  Rémi Verschelde cb282c6ef0 Style: Set clang-format Standard to Cpp11 5 years ago
  Juan Linietsky 475e4ea67b Removed interactive loader, added proper thread loading. 5 years ago
  Pedro J. Estébanez 18fbdbb456 Reimplement Mutex with C++'s <mutex> 5 years ago
  Juan Linietsky 69c95f4b4c Reworked signal connection system, added support for Callable and Signal objects and made them default. 5 years ago
  Juan Linietsky 3205a92ad8 PoolVector is gone, replaced by Vector 5 years ago
  Andrea Catania eb07e87981 Optmized data sent during RPC and RSet calls. 5 years ago
  Ignacio Etcheverry 55b2e58a98 Mono/C#: Lighten up unsafe reference checks 5 years ago
  Ignacio Etcheverry a6a5ef0fd6 Mono/C#: Add error checks to detect possible Reference leaks 5 years ago
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 years ago
  Ignacio Etcheverry 069af23bdb Mono: Fix build errors with tools=no 6 years ago
  Ignacio Etcheverry dd22cc7527 C#: Fix some crashes during assemblies reloading 6 years ago
  Ignacio Etcheverry 270af6fa08 Re-write mono module editor code in C# 6 years ago
  qarmin 4e5310cc60 Some code changed with Clang-Tidy 6 years ago
  JohnJLight 38d3bfe971 Made use of semicolons more consitent, fixed formatting 6 years ago
  Rémi Verschelde d6176db271 Unexpose subclasses of ResourceFormatLoader and -Saver 6 years ago
  Ignacio Etcheverry 14df9e5cb2 Android build and export for the mono module 6 years ago
  Rémi Verschelde b9dc2e7e4d Merge pull request #28099 from lupoDharkael/fix-completion 6 years ago
  Ignacio Etcheverry 04ebf294f3 C#: Implement ScriptInstance::to_string 6 years ago
  Ignacio Etcheverry 5a4bf4f369 C#: Marshalling support for IEnumerable<> and IDictionary<,> 6 years ago
  Ignacio Etcheverry 791e1294c3 Mono: Lazily load scripts metadata file 6 years ago
  lupoDharkael 145a45fd3f Fix code completion not working with class_name 6 years ago
  Nuno Cardoso d011c8e109 Fixes #17233 allowing C# to override _GetPropertyList 6 years ago
  Ignacio Etcheverry 8e2e0795bb Mono: Partially implement some Godot debug api functions 6 years ago
  Ignacio Etcheverry e904f814c8 Mono: Fix crash when re-using script binding after domain reloading 6 years ago
  Ignacio Etcheverry 9df44c2d2c Use script instance binding for objects constructed from C# 6 years ago
  Ignacio Etcheverry 3233083f63 Mono: Lifetime fixes for CSharpInstance and instance binding data 6 years ago
  Ignacio Etcheverry d3c51a5dfb Mono: Cleanup 6 years ago
  Ignacio Etcheverry bc8b61bb06 Mono: Fix hot reload build errors and cleanup 6 years ago