Ignacio Etcheverry
|
ced77b1e9b
C#: Switch games to MSBuild Sdks and .NET Standard
|
5 years ago |
Aaron Franke
|
9986439352
Commit other files changed by file_format.sh
|
5 years ago |
Ignacio Etcheverry
|
2511c43972
Mono/C#: Fix several clang-tidy warnings and cleanup
|
5 years ago |
NutmegStudio
|
a77f633161
Fixes building mono release templates
|
5 years ago |
Ignacio Etcheverry
|
51e1614d28
Mono/C#: Fix values not updated in remote inspector
|
5 years ago |
Ignacio Etcheverry
|
38cd2152e6
Mono/C#: Remove script load error about not a Godot.Object
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
1a8167867b
Modernize remaining uses of 0/NULL instead of nullptr (C++11)
|
5 years ago |
Rémi Verschelde
|
dbd90b9478
Merge pull request #38638 from pepegadeveloper123/mono_inherited_scene_bug
|
5 years ago |
Ignacio Etcheverry
|
840255a04b
Implement CSharpScript::inherits_script
|
5 years ago |
pepegadeveloper123
|
4e00d8520d
Inherited C# scene not inheriting parent's fields
|
5 years ago |
Ignacio Etcheverry
|
e0a001549e
Mono: Fix hot-reloading of nested classes
|
5 years ago |
Juan Linietsky
|
5d4dc2d45c
Add ability to bind typed arrays to script API
|
5 years ago |
Juan Linietsky
|
ae09b55a19
Exposed RenderingDevice to script API
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Rémi Verschelde
|
e53cbba36c
Merge pull request #37484 from Calinou/csharp-verbatim-string-highlight
|
5 years ago |
Hugo Locurcio
|
49efd6093e
Remove syntax highlighting for C# verbatim strings due to bugs
|
5 years ago |
Ignacio Etcheverry
|
77dd061345
Mono/C#: Add iOS support
|
5 years ago |
Rémi Verschelde
|
194d2ccb72
Merge pull request #37116 from neikeq/issue-12917
|
5 years ago |
Ignacio Etcheverry
|
40f8de4c1e
Sync csproj when files are changed from the Godot FileSystem dock
|
5 years ago |
Ignacio Roldán Etcheverry
|
ed298f5982
Merge pull request #36756 from aaronfranke/mono-vec2i3i
|
5 years ago |
Aaron Franke
|
9b322d46d3
[Mono] Marshaling for Vector2i, Vector3i, and Rect2i
|
5 years ago |
Ignacio Etcheverry
|
0b814ea78d
Mono/C#: Optimize the way we store GC handles for scripts
|
5 years ago |
Ignacio Etcheverry
|
6a85cdf640
Fix C# bindings after recent breaking changes
|
5 years ago |
Rémi Verschelde
|
cb282c6ef0
Style: Set clang-format Standard to Cpp11
|
5 years ago |
Fabio Alessandrelli
|
b8ddaf9c33
Refactor ScriptDebugger.
|
5 years ago |
Juan Linietsky
|
475e4ea67b
Removed interactive loader, added proper thread loading.
|
5 years ago |
Pedro J. Estébanez
|
18fbdbb456
Reimplement Mutex with C++'s <mutex>
|
5 years ago |
Juan Linietsky
|
33b5c57199
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
|
5 years ago |
Juan Linietsky
|
69c95f4b4c
Reworked signal connection system, added support for Callable and Signal objects and made them default.
|
5 years ago |