Rémi Verschelde
|
ce0fa4c691
Merge pull request #81783 from zaevi/fix-csharp-static-method
|
1 年之前 |
Zae
|
67e1373e5a
C#: make C# static methods accessible.
|
1 年之前 |
Danil Alexeev
|
4b5daf06ef
Editor: Improve signal callback generation
|
2 年之前 |
Rémi Verschelde
|
1594acc64e
Merge pull request #81073 from raulsntos/dotnet/cached-string-names
|
1 年之前 |
Markus Sauermann
|
c4705a590b
Fix Object::notification order
|
2 年之前 |
Raul Santos
|
6d7d083254
C#: Replace `StringNameCache` with `SNAME`
|
1 年之前 |
kobewi
|
67db4693eb
Expose _validate_property() for scripting
|
2 年之前 |
Raul Santos
|
6b713b1682
C#: Generate instance types for singletons
|
2 年之前 |
Raul Santos
|
03598062fd
C#: Move build button to EditorRunBar
|
2 年之前 |
RedworkDE
|
f3f3365abd
C#: Fix command line exporting
|
2 年之前 |
RedworkDE
|
60b9eb169e
C# Fix reloading of non-tool scripts
|
2 年之前 |
RedworkDE
|
e0f644a48d
C#: Fix editor integration breaking and causing error spam when reloading assemblies fails
|
2 年之前 |
Raul Santos
|
48e20c628a
C#: Set `PropertyInfo.class_name` for method parameters
|
2 年之前 |
Rémi Verschelde
|
25b2f1780a
Style: Harmonize header includes in modules
|
2 年之前 |
RedworkDE
|
92f13ba9ea
C#: Unify project name handling and fix issues with the handling of some special characters
|
2 年之前 |
Mikael Hermansson
|
1c1d1a1e2e
Fix crash when using base types of extension-based types from C#
|
2 年之前 |
Rémi Verschelde
|
e2fcc4de34
Merge pull request #75188 from RedworkDE/net-synchronize-insert
|
2 年之前 |
Raul Santos
|
a1f454fee3
C#: Add global class support
|
2 年之前 |
RedworkDE
|
8fdebb85ef
C#: Synchronize adding ScriptInstances
|
2 年之前 |
Yuri Sizov
|
156a2fabea
Merge pull request #76659 from shana/shana/75152-fix-crash-when-initializing-glue-generation
|
2 年之前 |
Andreia Gaita
|
e56fdc8a9a
Skip initializing the C# runtime when generating glue bindings
|
2 年之前 |
Clay John
|
610877e326
Merge pull request #72288 from MewPurPur/use-string-repeat
|
2 年之前 |
VolTer
|
6b84e258d2
Use String.repeat() in more places
|
2 年之前 |
Ninni Pipping
|
ff5d8c4a42
Fix "hides member" warnings in `csharp_script.cpp`
|
2 年之前 |
Yuri Sizov
|
8402927d3f
Prevent crashing on startup if project has scripted theme types
|
2 年之前 |
Aleks Rutins
|
ae8752a731
Validate that C# class names are valid identifiers
|
2 年之前 |
RedworkDE
|
c0ebc28136
C#: Fix crash when errors occur before language initialization.
|
2 年之前 |
voidedWarranties
|
bd5ab9f9b4
Remove unused `ScriptLanguage` methods
|
2 年之前 |
bruvzg
|
b3c64675cc
[macOS] Replace all `Alt/Option+Letter/Number` default shortcuts to avoid conflicts with special character input.
|
2 年之前 |
Raul Santos
|
1aceacaa6b
C#: Rename `Object` to `GodotObject`
|
2 年之前 |