summaryrefslogtreecommitdiffstats
path: root/modules/mono/csharp_script.cpp
Commit message (Expand)AuthorAgeFilesLines
* C#: Allow exporting games without C#Raul Santos2023-10-161-7/+7
* Highlight doc comments in a different colorDanil Alexeev2023-10-081-0/+5
* Merge pull request #81101 from 398utubzyt/dotnet/abstract-class-supportRémi Verschelde2023-09-251-9/+12
|\
| * C#: Abstract script class support398utubzyt2023-09-151-9/+12
* | Merge pull request #78573 from dalexeev/editor-create-script-class-nameRémi Verschelde2023-09-251-4/+0
|\ \
| * | Editor: Remove unused Class Name field from Create Script dialogDanil Alexeev2023-09-121-4/+0
| |/
* | Merge pull request #81783 from zaevi/fix-csharp-static-methodRémi Verschelde2023-09-201-0/+14
|\ \
| * | C#: make C# static methods accessible.Zae2023-09-201-0/+14
| |/
* / Editor: Improve signal callback generationDanil Alexeev2023-09-111-0/+5
|/
* Merge pull request #81073 from raulsntos/dotnet/cached-string-namesRémi Verschelde2023-08-311-17/+7
|\
| * C#: Replace `StringNameCache` with `SNAME`Raul Santos2023-08-281-17/+7
* | Fix Object::notification orderMarkus Sauermann2023-08-301-4/+4
* | Expose _validate_property() for scriptingkobewi2023-08-281-1/+20
|/
* 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