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
*
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
*
|
Merge pull request #78157 from RedworkDE/net-shutting-down-abruptly
Rémi Verschelde
2023-10-31
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
C#: Fix crash with `DisposablesTracker_OnGodotShuttingDown`
RedworkDE
2023-06-13
1
-0
/
+4
*
|
C#: Allow exporting games without C#
Raul Santos
2023-10-16
1
-7
/
+7
*
|
Highlight doc comments in a different color
Danil Alexeev
2023-10-08
1
-0
/
+5
*
|
Merge pull request #81101 from 398utubzyt/dotnet/abstract-class-support
Rémi Verschelde
2023-09-25
1
-9
/
+12
|
\
\
|
*
|
C#: Abstract script class support
398utubzyt
2023-09-15
1
-9
/
+12
*
|
|
Merge pull request #78573 from dalexeev/editor-create-script-class-name
Rémi Verschelde
2023-09-25
1
-4
/
+0
|
\
\
\
|
*
|
|
Editor: Remove unused Class Name field from Create Script dialog
Danil Alexeev
2023-09-12
1
-4
/
+0
|
|
/
/
*
|
|
Merge pull request #81783 from zaevi/fix-csharp-static-method
Rémi Verschelde
2023-09-20
1
-0
/
+14
|
\
\
\
|
*
|
|
C#: make C# static methods accessible.
Zae
2023-09-20
1
-0
/
+14
|
|
/
/
*
/
/
Editor: Improve signal callback generation
Danil Alexeev
2023-09-11
1
-0
/
+5
|
/
/
*
|
Merge pull request #81073 from raulsntos/dotnet/cached-string-names
Rémi Verschelde
2023-08-31
1
-17
/
+7
|
\
\
|
*
|
C#: Replace `StringNameCache` with `SNAME`
Raul Santos
2023-08-28
1
-17
/
+7
*
|
|
Fix Object::notification order
Markus Sauermann
2023-08-30
1
-4
/
+4
*
|
|
Expose _validate_property() for scripting
kobewi
2023-08-28
1
-1
/
+20
|
/
/
*
|
C#: Generate instance types for singletons
Raul Santos
2023-08-06
1
-1
/
+1
*
|
C#: Move build button to EditorRunBar
Raul Santos
2023-08-03
1
-2
/
+0
*
|
C#: Fix command line exporting
RedworkDE
2023-07-07
1
-1
/
+1
*
|
C# Fix reloading of non-tool scripts
RedworkDE
2023-06-28
1
-1
/
+2
*
|
C#: Fix editor integration breaking and causing error spam when reloading ass...
RedworkDE
2023-06-21
1
-19
/
+27
*
|
C#: Set `PropertyInfo.class_name` for method parameters
Raul Santos
2023-06-16
1
-0
/
+6
*
|
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-16
/
+19
*
|
C#: Unify project name handling and fix issues with the handling of some spec...
RedworkDE
2023-06-14
1
-5
/
+2
|
/
*
Fix crash when using base types of extension-based types from C#
Mikael Hermansson
2023-06-12
1
-2
/
+11
*
Merge pull request #75188 from RedworkDE/net-synchronize-insert
Rémi Verschelde
2023-06-06
1
-1
/
+4
|
\
|
*
C#: Synchronize adding ScriptInstances
RedworkDE
2023-05-22
1
-1
/
+4
*
|
C#: Add global class support
Raul Santos
2023-05-29
1
-3
/
+71
|
/
[next]