summaryrefslogtreecommitdiffstats
path: root/modules/mono/csharp_script.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow configuring the script filename casing ruleRedMser2024-03-051-0/+4
* Enhance cache modes in resource loadingPedro J. Estébanez2024-02-261-0/+2
* Fix Script Editor saves C# files as embedded scriptsNông Văn Tình2024-02-251-1/+16
* Merge pull request #87952 from paulloz/dotnet/byebye-signal-callback-generationRémi Verschelde2024-02-151-16/+5
|\
| * Disable signal callback generation in C#Paul Joannon2024-02-141-16/+5
* | Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-1/+1
* | Improve handling of generic C# typesRaul Santos2024-02-081-66/+30
* | C#: Fix crash when reloading scriptsRaul Santos2024-02-071-18/+7
|/
* Fixed ~CSharpScript() holding on to a mutex longer than necessary, creating p...Michael Wörner2024-01-281-3/+5
* Merge pull request #87550 from zaevi/fix_csharp_generic_reloadingRémi Verschelde2024-01-261-2/+8
|\
| * C#: Fix sorting for generic types when reloading assemblies.Zae2024-01-261-2/+8
* | Merge pull request #85504 from nongvantinh/fix-csharp-loaderRémi Verschelde2024-01-261-1/+4
|\ \ | |/ |/|
| * Fixes C# script loader does not work reliablyNông Văn Tình2024-01-221-1/+4
* | Merge pull request #87286 from akien-mga/fix-preprocessor-if-ENABLED-checksYuri Sizov2024-01-171-3/+3
|\ \
| * | Fix `#if *_ENABLED` inconsistencies, should check if definedRémi Verschelde2024-01-171-3/+3
* | | Merge pull request #86676 from rune-scape/sparse-script-reloadYuri Sizov2024-01-171-3/+20
|\ \ \ | |/ / |/| |
| * | Hot-reload only changed scriptsrune-scape2024-01-021-3/+20
| |/
* | C#: Fix return type hint for methods.Zae2024-01-091-0/+2
* | Add const lvalue ref to container parametersMuller-Castro2024-01-051-1/+1
* | Inspector :warning: when C# props might be out of datePaul Joannon2023-12-221-0/+11
|/
* C#: Fail `callp` silently if script is not validRaul Santos2023-11-141-6/+6
* Merge pull request #83670 from raulsntos/notification-predelete-cleanupRémi Verschelde2023-11-091-10/+17
|\
| * Add `NOTIFICATION_PREDELETE_CLEANUP` notificationRaul Santos2023-10-201-10/+17
* | Merge pull request #78157 from RedworkDE/net-shutting-down-abruptlyRémi Verschelde2023-10-311-0/+4
|\ \ | |/ |/|
| * C#: Fix crash with `DisposablesTracker_OnGodotShuttingDown`RedworkDE2023-06-131-0/+4
* | 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
|/