Pedro J. Estébanez
|
2d1943b8d1
Fix slow load/save of scenes with many instances of the same script
|
4 years ago |
Marcel Admiraal
|
5a58516231
Remove duplicate ERR_PRINTS macro
|
4 years ago |
Hugo Locurcio
|
a38b447413
Highlight control flow keywords with a different color
|
5 years ago |
Rémi Verschelde
|
eb78f80f03
Fix typos with codespell
|
4 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 |
magian1127
|
cb679dc434
C # mono supports Unicode code
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
Rémi Verschelde
|
188609e5ab
CI: Update to clang-format 11 and apply ternary operator changes
|
4 years ago |
Eyad
|
d4bfa5a684
Fixes #42149 and fixes indentation errors to pass clang-format
|
4 years ago |
Eduardo Rodrigues
|
f14e569ab3
Fix error message when exporting a write-only property without a setter
|
5 years ago |
Rémi Verschelde
|
b40f3f9740
Style: Sync other changes from new fix_style.sh and clang_format.sh
|
5 years ago |
NutmegStudio
|
96a3b91eee
Fixes building mono release templates
|
5 years ago |
Ignacio Etcheverry
|
0da84b50c0
Mono/C#: Fix values not updated in remote inspector
|
5 years ago |
Ignacio Etcheverry
|
6dfd80673a
Mono/C#: Remove script load error about not a Godot.Object
|
5 years ago |
pepegadeveloper123
|
23d51ac325
Fix inherited C# scene not inheriting parent's fields (3.2)
|
5 years ago |
Ignacio Etcheverry
|
34132d2f67
Mono: Fix hot-reloading of nested classes
|
5 years ago |
Ignacio Etcheverry
|
445f1c6e7b
Mono/C#: Add iOS support
|
5 years ago |
Hugo Locurcio
|
dd4569f15c
Remove syntax highlighting for C# verbatim strings due to bugs
|
5 years ago |
Ignacio Etcheverry
|
d1a5f8dbf2
[3.2] Sync csproj when files are changed from the Godot FileSystem dock
|
5 years ago |
Rémi Verschelde
|
57de8397b2
Fix Mono check for unsafe object references
|
5 years ago |
Rémi Verschelde
|
c96f08dc86
Merge pull request #35527 from neikeq/issue-35259
|
5 years ago |
Ignacio Etcheverry
|
966a126186
Mono/C#: Fix _update_exports possible crash with Reference types
|
5 years ago |
Ignacio Etcheverry
|
55b2e58a98
Mono/C#: Lighten up unsafe reference checks
|
5 years ago |
Ignacio Etcheverry
|
a6105c8ea0
Fix ClassDB API portability with some android and editor classes
|
5 years ago |
Ignacio Roldán Etcheverry
|
1191d26ddc
Merge pull request #35208 from neikeq/mono-lazy-thread-attach
|
5 years ago |
Ignacio Etcheverry
|
d68b9c20d6
Mono/C#: Script interface calls now attach the current thread
|
5 years ago |
Ignacio Etcheverry
|
1a40f250bd
Mono/C#: Fix false positive in unsafe reference checks
|
5 years ago |
Ignacio Etcheverry
|
a6a5ef0fd6
Mono/C#: Add error checks to detect possible Reference leaks
|
5 years ago |