summaryrefslogtreecommitdiffstats
path: root/modules/mono/csharp_script.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-1/+1
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-1/+1
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+1
|\|
| * Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-1/+1
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-2/+2
|\|
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-2/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Merge pull request #97014 from hayahane/fix_script_property_orderRémi Verschelde2024-09-191-7/+34
|\
| * Reorder C# script properties to fix editor serializationalpacat2024-09-191-7/+34
* | Merge pull request #96024 from Ryan-000/expose_get_rpc_configRémi Verschelde2024-09-161-1/+1
|\ \ | |/ |/|
| * Expose get_rpc_config and get_node_rpc_configRyan2024-09-041-1/+1
* | Merge pull request #93779 from hayahane/fix_get_property_csRémi Verschelde2024-09-131-1/+2
|\ \
| * | Fix `get_property_list` get wrong order of propertiesalpacat2024-06-301-1/+2
* | | Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-1/+1
| |/ |/|
* | Merge pull request #93172 from raulsntos/dotnet/clear-instance-bindingsRémi Verschelde2024-08-191-2/+11
|\ \
| * | C#: Clear instance bindings callbacks on finalizing the languageRaul Santos2024-06-141-2/+11
| |/
* / C#: Destroy script before clearing ownerRaul Santos2024-08-171-1/+1
|/
* CSharpScript should not own base script signalsPaul Joannon2024-05-091-15/+26
* CSharpScript should not own method infos of the base classhuisedenanhai2024-05-041-8/+1
* Merge pull request #90968 from raulsntos/fix-gdscript-analyzer-with-overloade...Rémi Verschelde2024-04-221-2/+9
|\
| * C#: Don't return MethodInfo for overloaded methodsRaul Santos2024-04-211-2/+9
* | Change order of operation for C# types reloadingPaul Joannon2024-04-181-25/+26
|/
* [.NET] Disable output embedding on macOS, move it to the advanced options on ...bruvzg2024-04-091-109/+0
* Merge pull request #84947 from raulsntos/dotnet/instance_bindingsRémi Verschelde2024-04-041-21/+13
|\
| * C#: Use `get_instance_binding` instead of setRaul Santos2023-11-151-21/+13
* | Add methods to get argument count of methodsA Thousand Ships2024-03-101-0/+51
* | 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