Rémi Verschelde
|
71066cd63b
Update copyright statements to 2022
|
3 years ago |
Raul Santos
|
da419bbeed
Keep order for C# exported members
|
3 years ago |
Germanrc
|
84a218d346
C# script reload fixed
|
4 years ago |
Paul Joannon
|
e2b71de38b
Improve C# method listing
|
4 years ago |
Pedro J. Estébanez
|
7426b3fa91
Add Script::inherits_script()
|
4 years ago |
Pedro J. Estébanez
|
2d1943b8d1
Fix slow load/save of scenes with many instances of the same script
|
4 years ago |
Hugo Locurcio
|
a38b447413
Highlight control flow keywords with a different color
|
5 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Rémi Verschelde
|
6e600cb3f0
Style: Set clang-format Standard to c++14
|
4 years ago |
Pedro J. Estébanez
|
4ddcdc031b
Modernize Mutex
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
Andy Maloney
|
502a3d580f
Remove override keyword from csharp_script.h to fix build errors
|
5 years ago |
Ignacio Etcheverry
|
0da84b50c0
Mono/C#: Fix values not updated in remote inspector
|
5 years ago |
pepegadeveloper123
|
23d51ac325
Fix inherited C# scene not inheriting parent's fields (3.2)
|
5 years ago |
Ignacio Etcheverry
|
55b2e58a98
Mono/C#: Lighten up unsafe reference checks
|
5 years ago |
Ignacio Etcheverry
|
a6a5ef0fd6
Mono/C#: Add error checks to detect possible Reference leaks
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Ignacio Etcheverry
|
069af23bdb
Mono: Fix build errors with tools=no
|
6 years ago |
Ignacio Etcheverry
|
dd22cc7527
C#: Fix some crashes during assemblies reloading
|
6 years ago |
Ignacio Etcheverry
|
270af6fa08
Re-write mono module editor code in C#
|
6 years ago |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 years ago |
JohnJLight
|
38d3bfe971
Made use of semicolons more consitent, fixed formatting
|
6 years ago |
Rémi Verschelde
|
d6176db271
Unexpose subclasses of ResourceFormatLoader and -Saver
|
6 years ago |
Ignacio Etcheverry
|
14df9e5cb2
Android build and export for the mono module
|
6 years ago |
Rémi Verschelde
|
b9dc2e7e4d
Merge pull request #28099 from lupoDharkael/fix-completion
|
6 years ago |
Ignacio Etcheverry
|
04ebf294f3
C#: Implement ScriptInstance::to_string
|
6 years ago |
Ignacio Etcheverry
|
5a4bf4f369
C#: Marshalling support for IEnumerable<> and IDictionary<,>
|
6 years ago |
Ignacio Etcheverry
|
791e1294c3
Mono: Lazily load scripts metadata file
|
6 years ago |
lupoDharkael
|
145a45fd3f
Fix code completion not working with class_name
|
6 years ago |
Nuno Cardoso
|
d011c8e109
Fixes #17233 allowing C# to override _GetPropertyList
|
6 years ago |