Commit History

Author SHA1 Message Date
  Ninni Pipping ff5d8c4a42 Fix "hides member" warnings in `csharp_script.cpp` 2 years ago
  Yuri Sizov 8402927d3f Prevent crashing on startup if project has scripted theme types 2 years ago
  Aleks Rutins ae8752a731 Validate that C# class names are valid identifiers 2 years ago
  RedworkDE c0ebc28136 C#: Fix crash when errors occur before language initialization. 2 years ago
  voidedWarranties bd5ab9f9b4 Remove unused `ScriptLanguage` methods 2 years ago
  bruvzg b3c64675cc [macOS] Replace all `Alt/Option+Letter/Number` default shortcuts to avoid conflicts with special character input. 2 years ago
  Raul Santos 1aceacaa6b C#: Rename `Object` to `GodotObject` 2 years ago
  Raul Santos a968e51414 C#: Renames to follow .NET naming conventions 2 years ago
  Juan Linietsky dddd8d43f6 Support script global resource name in EditorFileSystem 2 years ago
  Raul Santos 3425d43fed C#: Move `GLOBAL_DEF`s to CSharpLanguage ctor 2 years ago
  Juan Linietsky 6f0e210093 Refactor ProjectSetting overrides 2 years ago
  Rémi Verschelde d95794ec8a One Copyright Update to rule them all 2 years ago
  Raul Santos 24e4ac9167 C#: Rename `ConvertToX` methods 2 years ago
  Raul Santos 2be8cd6863 C#: Add note about the class name in instantiate error 2 years ago
  Gilles Roudière be1c9d677d Rename all gdnative occurences to gdextension 2 years ago
  Ignacio Roldán Etcheverry bcc061edae Merge pull request #67023 from raulsntos/dotnet/fix-signal-callback-generation 2 years ago
  trollodel c90d0bd84f Use forward-declarations in big editor classes 2 years ago
  Ignacio Roldán Etcheverry 2303c26783 C#: Load assemblies as collectible only in the Godot editor 2 years ago
  Raul Santos 86f6662a8c C#: Fix signature of generated signal callbacks 2 years ago
  Rémi Verschelde 5bf95518fd GDScript/C#: Tweak error message for invalid script type for object 2 years ago
  Marc Gilleron 474cee7daf Rename and expose `RefCounted::get_reference_count()` 2 years ago
  Ignacio Roldán Etcheverry 8199a209c2 C#: Fix module builds for Windows 32-bit with mingw-w64 2 years ago
  Rémi Verschelde 785ce4208d Merge pull request #65266 from raulsntos/dotnet/reload-non-tool-scripts 3 years ago
  Raul Santos a91a3d01f8 C#: Create script instance of reloaded scripts even if they're not tools 3 years ago
  Raul Santos 281ccc7e1b C#: Connect only once for each signal of a script 3 years ago
  Aaron Franke 10a56981dc Rename String `plus_file` to `path_join` 3 years ago
  Ignacio Roldán Etcheverry 2c180f62d9 C#: Replace P/Invoke with delegate pointers 3 years ago
  Ignacio Roldán Etcheverry 1bf4397e5b C#: Use custom project setting for C# project files name 3 years ago
  Ignacio Roldán Etcheverry 344f5028d4 C#: Add dedicated Variant struct, replacing System.Object 3 years ago
  Ignacio Roldán Etcheverry a9892f2571 C#: Add source generator for method list 3 years ago