summaryrefslogtreecommitdiffstats
path: root/modules/mono/csharp_script.cpp
Commit message (Expand)AuthorAgeFilesLines
* C#: Generate instance types for singletonsRaul Santos2023-08-061-1/+1
* C#: Move build button to EditorRunBarRaul Santos2023-08-031-2/+0
* C#: Fix command line exportingRedworkDE2023-07-071-1/+1
* C# Fix reloading of non-tool scriptsRedworkDE2023-06-281-1/+2
* C#: Fix editor integration breaking and causing error spam when reloading ass...RedworkDE2023-06-211-19/+27
* C#: Set `PropertyInfo.class_name` for method parametersRaul Santos2023-06-161-0/+6
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-16/+19
* C#: Unify project name handling and fix issues with the handling of some spec...RedworkDE2023-06-141-5/+2
* Fix crash when using base types of extension-based types from C#Mikael Hermansson2023-06-121-2/+11
* Merge pull request #75188 from RedworkDE/net-synchronize-insertRémi Verschelde2023-06-061-1/+4
|\
| * C#: Synchronize adding ScriptInstancesRedworkDE2023-05-221-1/+4
* | C#: Add global class supportRaul Santos2023-05-291-3/+71
|/
* Merge pull request #76659 from shana/shana/75152-fix-crash-when-initializing-...Yuri Sizov2023-05-191-0/+6
|\
| * Skip initializing the C# runtime when generating glue bindingsAndreia Gaita2023-05-181-0/+6
* | Merge pull request #72288 from MewPurPur/use-string-repeatClay John2023-05-051-6/+1
|\ \ | |/ |/|
| * Use String.repeat() in more placesVolTer2023-05-011-6/+1
* | Fix "hides member" warnings in `csharp_script.cpp`Ninni Pipping2023-03-251-66/+66
* | Prevent crashing on startup if project has scripted theme typesYuri Sizov2023-03-081-8/+0
* | Validate that C# class names are valid identifiersAleks Rutins2023-03-041-0/+5
* | C#: Fix crash when errors occur before language initialization.RedworkDE2023-03-011-1/+3
* | Remove unused `ScriptLanguage` methodsvoidedWarranties2023-02-261-5/+0
* | [macOS] Replace all `Alt/Option+Letter/Number` default shortcuts to avoid con...bruvzg2023-02-201-0/+1
* | C#: Rename `Object` to `GodotObject`Raul Santos2023-01-271-1/+1
* | C#: Renames to follow .NET naming conventionsRaul Santos2023-01-271-28/+34
|/
* Support script global resource name in EditorFileSystemJuan Linietsky2023-01-211-0/+4
* C#: Move `GLOBAL_DEF`s to CSharpLanguage ctorRaul Santos2023-01-181-0/+5
* Refactor ProjectSetting overridesJuan Linietsky2023-01-131-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* C#: Rename `ConvertToX` methodsRaul Santos2022-12-231-1/+1
* C#: Add note about the class name in instantiate errorRaul Santos2022-12-171-1/+1
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-3/+3
* Merge pull request #67023 from raulsntos/dotnet/fix-signal-callback-generationIgnacio Roldán Etcheverry2022-12-021-7/+7
|\
| * C#: Fix signature of generated signal callbacksRaul Santos2022-10-071-7/+7
* | Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* | C#: Load assemblies as collectible only in the Godot editorIgnacio Roldán Etcheverry2022-10-171-0/+6
* | GDScript/C#: Tweak error message for invalid script type for objectRémi Verschelde2022-10-041-2/+2
|/
* Rename and expose `RefCounted::get_reference_count()`Marc Gilleron2022-09-211-4/+4
* C#: Fix module builds for Windows 32-bit with mingw-w64Ignacio Roldán Etcheverry2022-09-081-41/+48
* Merge pull request #65266 from raulsntos/dotnet/reload-non-tool-scriptsRémi Verschelde2022-09-051-5/+39
|\
| * C#: Create script instance of reloaded scripts even if they're not toolsRaul Santos2022-09-041-5/+39
* | C#: Connect only once for each signal of a scriptRaul Santos2022-09-031-12/+8
|/
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-2/+2
* C#: Replace P/Invoke with delegate pointersIgnacio Roldán Etcheverry2022-08-221-14/+5
* C#: Use custom project setting for C# project files nameIgnacio Roldán Etcheverry2022-08-221-14/+9
* C#: Add dedicated Variant struct, replacing System.ObjectIgnacio Roldán Etcheverry2022-08-221-1/+1
* C#: Add source generator for method listIgnacio Roldán Etcheverry2022-08-221-51/+58
* C#: Add source generator for signals as eventsIgnacio Roldán Etcheverry2022-08-221-39/+71
* C#: Re-implement assembly reloading with ALCsIgnacio Roldán Etcheverry2022-08-221-243/+108
* C#: Initial NativeAOT supportIgnacio Roldán Etcheverry2022-08-221-0/+4
* C#: Re-introduce exception logging and error stack traces in editorIgnacio Roldán Etcheverry2022-08-221-77/+5