index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
mono
/
csharp_script.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
1
-1
/
+1
|
\
|
*
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
1
-1
/
+1
*
|
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-1
/
+1
|
\
|
|
*
Core: Integrate `Ref::instantiate` where possible
Thaddeus Crews
2024-11-10
1
-1
/
+1
*
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-2
/
+2
|
\
|
|
*
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
1
-2
/
+2
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Merge pull request #97014 from hayahane/fix_script_property_order
Rémi Verschelde
2024-09-19
1
-7
/
+34
|
\
|
*
Reorder C# script properties to fix editor serialization
alpacat
2024-09-19
1
-7
/
+34
*
|
Merge pull request #96024 from Ryan-000/expose_get_rpc_config
Rémi Verschelde
2024-09-16
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Expose get_rpc_config and get_node_rpc_config
Ryan
2024-09-04
1
-1
/
+1
*
|
Merge pull request #93779 from hayahane/fix_get_property_cs
Rémi Verschelde
2024-09-13
1
-1
/
+2
|
\
\
|
*
|
Fix `get_property_list` get wrong order of properties
alpacat
2024-06-30
1
-1
/
+2
*
|
|
Cleanup of raw `nullptr` checks with `Ref`
A Thousand Ships
2024-08-31
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #93172 from raulsntos/dotnet/clear-instance-bindings
Rémi Verschelde
2024-08-19
1
-2
/
+11
|
\
\
|
*
|
C#: Clear instance bindings callbacks on finalizing the language
Raul Santos
2024-06-14
1
-2
/
+11
|
|
/
*
/
C#: Destroy script before clearing owner
Raul Santos
2024-08-17
1
-1
/
+1
|
/
*
CSharpScript should not own base script signals
Paul Joannon
2024-05-09
1
-15
/
+26
*
CSharpScript should not own method infos of the base class
huisedenanhai
2024-05-04
1
-8
/
+1
*
Merge pull request #90968 from raulsntos/fix-gdscript-analyzer-with-overloade...
Rémi Verschelde
2024-04-22
1
-2
/
+9
|
\
|
*
C#: Don't return MethodInfo for overloaded methods
Raul Santos
2024-04-21
1
-2
/
+9
*
|
Change order of operation for C# types reloading
Paul Joannon
2024-04-18
1
-25
/
+26
|
/
*
[.NET] Disable output embedding on macOS, move it to the advanced options on ...
bruvzg
2024-04-09
1
-109
/
+0
*
Merge pull request #84947 from raulsntos/dotnet/instance_bindings
Rémi Verschelde
2024-04-04
1
-21
/
+13
|
\
|
*
C#: Use `get_instance_binding` instead of set
Raul Santos
2023-11-15
1
-21
/
+13
*
|
Add methods to get argument count of methods
A Thousand Ships
2024-03-10
1
-0
/
+51
*
|
Allow configuring the script filename casing rule
RedMser
2024-03-05
1
-0
/
+4
*
|
Enhance cache modes in resource loading
Pedro J. Estébanez
2024-02-26
1
-0
/
+2
*
|
Fix Script Editor saves C# files as embedded scripts
Nông Văn Tình
2024-02-25
1
-1
/
+16
*
|
Merge pull request #87952 from paulloz/dotnet/byebye-signal-callback-generation
Rémi Verschelde
2024-02-15
1
-16
/
+5
|
\
\
|
*
|
Disable signal callback generation in C#
Paul Joannon
2024-02-14
1
-16
/
+5
*
|
|
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-1
/
+1
*
|
|
Improve handling of generic C# types
Raul Santos
2024-02-08
1
-66
/
+30
*
|
|
C#: Fix crash when reloading scripts
Raul Santos
2024-02-07
1
-18
/
+7
|
/
/
*
|
Fixed ~CSharpScript() holding on to a mutex longer than necessary, creating p...
Michael Wörner
2024-01-28
1
-3
/
+5
*
|
Merge pull request #87550 from zaevi/fix_csharp_generic_reloading
Rémi Verschelde
2024-01-26
1
-2
/
+8
|
\
\
|
*
|
C#: Fix sorting for generic types when reloading assemblies.
Zae
2024-01-26
1
-2
/
+8
*
|
|
Merge pull request #85504 from nongvantinh/fix-csharp-loader
Rémi Verschelde
2024-01-26
1
-1
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fixes C# script loader does not work reliably
Nông Văn Tình
2024-01-22
1
-1
/
+4
*
|
|
Merge pull request #87286 from akien-mga/fix-preprocessor-if-ENABLED-checks
Yuri Sizov
2024-01-17
1
-3
/
+3
|
\
\
\
|
*
|
|
Fix `#if *_ENABLED` inconsistencies, should check if defined
Rémi Verschelde
2024-01-17
1
-3
/
+3
*
|
|
|
Merge pull request #86676 from rune-scape/sparse-script-reload
Yuri Sizov
2024-01-17
1
-3
/
+20
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Hot-reload only changed scripts
rune-scape
2024-01-02
1
-3
/
+20
|
|
/
/
*
|
|
C#: Fix return type hint for methods.
Zae
2024-01-09
1
-0
/
+2
*
|
|
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
1
-1
/
+1
*
|
|
Inspector :warning: when C# props might be out of date
Paul Joannon
2023-12-22
1
-0
/
+11
|
/
/
*
/
C#: Fail `callp` silently if script is not valid
Raul Santos
2023-11-14
1
-6
/
+6
|
/
*
Merge pull request #83670 from raulsntos/notification-predelete-cleanup
Rémi Verschelde
2023-11-09
1
-10
/
+17
|
\
|
*
Add `NOTIFICATION_PREDELETE_CLEANUP` notification
Raul Santos
2023-10-20
1
-10
/
+17
[next]