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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Expose get_rpc_config and get_node_rpc_config
Ryan
2024-09-04
1
-1
/
+1
*
CSharpScript should not own base script signals
Paul Joannon
2024-05-09
1
-2
/
+2
*
Organize existing code for editor plugins
Aaron Franke
2024-04-27
1
-1
/
+1
*
Merge pull request #84947 from raulsntos/dotnet/instance_bindings
Rémi Verschelde
2024-04-04
1
-1
/
+1
|
\
|
*
C#: Use `get_instance_binding` instead of set
Raul Santos
2023-11-15
1
-1
/
+1
*
|
Add methods to get argument count of methods
A Thousand Ships
2024-03-10
1
-0
/
+2
*
|
Allow configuring the script filename casing rule
RedMser
2024-03-05
1
-0
/
+1
*
|
Merge pull request #87952 from paulloz/dotnet/byebye-signal-callback-generation
Rémi Verschelde
2024-02-15
1
-0
/
+1
|
\
\
|
*
|
Disable signal callback generation in C#
Paul Joannon
2024-02-14
1
-0
/
+1
*
|
|
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
-9
/
+84
|
/
/
*
|
C#: Fix sorting for generic types when reloading assemblies.
Zae
2024-01-26
1
-0
/
+1
*
|
Merge pull request #86676 from rune-scape/sparse-script-reload
Yuri Sizov
2024-01-17
1
-0
/
+1
|
\
\
|
*
|
Hot-reload only changed scripts
rune-scape
2024-01-02
1
-0
/
+1
*
|
|
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
1
-1
/
+1
|
/
/
*
/
Fix missing time for some script functions in profiler
msreis
2023-12-19
1
-0
/
+1
|
/
*
Highlight doc comments in a different color
Danil Alexeev
2023-10-08
1
-0
/
+1
*
Merge pull request #81101 from 398utubzyt/dotnet/abstract-class-support
Rémi Verschelde
2023-09-25
1
-0
/
+4
|
\
|
*
C#: Abstract script class support
398utubzyt
2023-09-15
1
-0
/
+4
*
|
Merge pull request #78573 from dalexeev/editor-create-script-class-name
Rémi Verschelde
2023-09-25
1
-1
/
+3
|
\
\
|
*
|
Editor: Remove unused Class Name field from Create Script dialog
Danil Alexeev
2023-09-12
1
-1
/
+3
|
|
/
*
/
C#: make C# static methods accessible.
Zae
2023-09-20
1
-0
/
+1
|
/
*
Merge pull request #81073 from raulsntos/dotnet/cached-string-names
Rémi Verschelde
2023-08-31
1
-14
/
+0
|
\
|
*
C#: Replace `StringNameCache` with `SNAME`
Raul Santos
2023-08-28
1
-14
/
+0
*
|
Fix Object::notification order
Markus Sauermann
2023-08-30
1
-2
/
+2
*
|
Merge pull request #75778 from KoBeWi/_vp
Rémi Verschelde
2023-08-29
1
-0
/
+1
|
\
\
|
*
|
Expose _validate_property() for scripting
kobewi
2023-08-28
1
-0
/
+1
|
|
/
*
/
Add a script method to get its class icon
Yuri Sizov
2023-08-24
1
-0
/
+3
|
/
*
C#: Fix editor integration breaking and causing error spam when reloading ass...
RedworkDE
2023-06-21
1
-1
/
+0
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-3
/
+3
*
C#: Add global class support
Raul Santos
2023-05-29
1
-0
/
+7
*
Remove unused `ScriptLanguage` methods
voidedWarranties
2023-02-26
1
-1
/
+0
*
Support script global resource name in EditorFileSystem
Juan Linietsky
2023-01-21
1
-0
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-12
1
-2
/
+2
*
Remove unsupported `NO_SAFE_CAST`/`-fno-rtti` from Android build
Rémi Verschelde
2022-10-03
1
-10
/
+0
*
C#: Fix module builds for Windows 32-bit with mingw-w64
Ignacio Roldán Etcheverry
2022-09-08
1
-0
/
+4
*
C#: Create script instance of reloaded scripts even if they're not tools
Raul Santos
2022-09-04
1
-0
/
+3
*
C#: Add source generator for method list
Ignacio Roldán Etcheverry
2022-08-22
1
-0
/
+6
*
C#: Add source generator for signals as events
Ignacio Roldán Etcheverry
2022-08-22
1
-1
/
+10
*
C#: Re-implement assembly reloading with ALCs
Ignacio Roldán Etcheverry
2022-08-22
1
-31
/
+44
*
C#: Re-introduce exception logging and error stack traces in editor
Ignacio Roldán Etcheverry
2022-08-22
1
-7
/
+0
*
C#: Ensure we only create one CSharpScript per type
Ignacio Roldán Etcheverry
2022-08-22
1
-2
/
+3
*
C#: Add source generator for properties and exports default values
Ignacio Roldán Etcheverry
2022-08-22
1
-12
/
+4
*
C#: Begin move to .NET Core
Ignacio Roldán Etcheverry
2022-08-22
1
-5
/
+3
*
C#: Restructure code prior move to .NET Core
Ignacio Roldán Etcheverry
2022-08-22
1
-68
/
+17
*
C#: Move marshaling logic and generated glue to C#
Ignacio Roldán Etcheverry
2022-08-22
1
-1
/
+1
*
Make `property_*_revert` methods multilevel and expose them for scripting
Yuri Sizov
2022-08-18
1
-0
/
+5
[next]