Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Ignacio Etcheverry
|
7439b5595d
Mono: Make Godot provide its own WASM m2n trampolines
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
Yuri Roubinsky
|
156e4043b4
[Mono] Added Shuffle method to Array
|
4 years ago |
Aaron Franke
|
a4dcd48d16
Add concatenation support and a new ctor to Godot.Collections.Array
|
5 years ago |
Ignacio Etcheverry
|
2511c43972
Mono/C#: Fix several clang-tidy warnings and cleanup
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Ignacio Etcheverry
|
3797f19926
C#: Add Duplicate method to the Array and Dictionary bindings
|
5 years ago |
Ignacio Etcheverry
|
de7c2ad21b
Mono/C#: WebAssembly support
|
5 years ago |
Ignacio Etcheverry
|
3abe6961dc
Mono: Fix Array IndexOutOfRangeException not being thrown
|
6 years ago |
Ignacio Etcheverry
|
66b930a266
Replace call to 'mono_runtime_object_init' with manual ctor invoking
|
6 years ago |
Ignacio Etcheverry
|
2b9557c920
C#: Add missing ToString() override methods
|
6 years ago |
Ignacio Etcheverry
|
92b02cb027
C#: Some important Array and Dictionary interface changes
|
6 years ago |
Ignacio Etcheverry
|
bb6814aef0
C#: Add DynamicGodotObject class
|
6 years ago |
Ignacio Etcheverry
|
b69569415f
Merge pull request #26411 from neikeq/issue-26195
|
6 years ago |
Ignacio Etcheverry
|
32cd8ba9bd
C#: Add Array.Resize(int) method
|
6 years ago |
marxin
|
e5f665c718
Fix -Wsign-compare warnings.
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Ignacio Etcheverry
|
50fd5ef3b5
Mono: Fix not creating generic Array or Dictionary where expected
|
7 years ago |
Ignacio Etcheverry
|
b1356a3590
Cleanup of c# api files and bindings generator
|
7 years ago |
exts
|
035d498af2
Added Collections namespace to Array & Dictionary
|
7 years ago |
Ignacio Etcheverry
|
21d285e30f
Dictionary: remove erase_checked(key), make erase(key) return bool
|
7 years ago |
Ignacio Etcheverry
|
ee3c476c9a
Add Array and Dictionary wrapper classes to C#
|
7 years ago |