index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
mono
/
editor
/
bindings_generator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add C# support for bitfield enums (flags)
Raul Santos
2022-07-06
1
-0
/
+10
*
Implement a BitField hint
reduz
2022-07-05
1
-6
/
+6
*
Make enum/constant binds 64-bit.
bruvzg
2022-06-17
1
-5
/
+7
*
Generate typed array parameters in C# bindings
Raul Santos
2022-06-03
1
-10
/
+63
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-21
/
+21
*
Add a new HashMap implementation
reduz
2022-05-12
1
-22
/
+20
*
Rename Transform2D "elements" to "columns"
Aaron Franke
2022-04-29
1
-1
/
+1
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-10
/
+8
*
Support static methods in C# bindings generator
Raul Santos
2022-03-22
1
-18
/
+38
*
Ignore PhysicsServer3DExtension class in C#
Raul Santos
2022-03-18
1
-0
/
+9
*
Refactor `bbcode_to_xml` into multiple specific methods
Raul Santos
2022-03-03
1
-249
/
+241
*
Find inherited members in C# documentation generator
Raul Santos
2022-03-03
1
-2
/
+10
*
Add theme_item support to C# documentation generator
Raul Santos
2022-03-03
1
-1
/
+6
*
Fix checking for `@GlobalScope` in C# documentation generator
Raul Santos
2022-03-03
1
-20
/
+29
*
Check for missing methods/members in C# documentation generator
Raul Santos
2022-03-03
1
-6
/
+32
*
Fix references to global constants in C# documentation generator
Raul Santos
2022-03-03
1
-0
/
+11
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-1
/
+2
*
Support signals in C# documentation
Raul Santos
2022-02-10
1
-9
/
+36
*
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
1
-2
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
clang-format: Enable `BreakBeforeTernaryOperators`
Rémi Verschelde
2021-10-28
1
-2
/
+1
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-20
/
+20
*
Fix properties arrays in C# bindings generator
Raul Santos
2021-09-08
1
-1
/
+1
*
Fix constant tag documentation in C# bindings generator
Raul Santos
2021-09-03
1
-1
/
+1
*
C#: Fix bindings generator for Callable argument default value
Ignacio Roldán Etcheverry
2021-08-20
1
-1
/
+11
*
Use C++ iterators in the Mono module
Raul Santos
2021-07-27
1
-3
/
+1
*
Use Array.Empty instead of allocating a every time
Raul Santos
2021-07-26
1
-3
/
+13
*
Fix bindings generator range iterator errors
Raul Santos
2021-07-25
1
-64
/
+53
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-5
/
+5
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-81
/
+63
*
Fix a typo in C# bindings generator for default value types
Aaron Franke
2021-06-18
1
-3
/
+3
*
Merge pull request #34668 from aaronfranke/to-string
Rémi Verschelde
2021-06-13
1
-7
/
+4
|
\
|
*
Reformat structure string operators
Aaron Franke
2021-06-11
1
-7
/
+4
*
|
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-7
/
+7
*
|
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-2
/
+2
|
/
*
Rename Quat to Quaternion
Marcel Admiraal
2021-06-04
1
-7
/
+7
*
Rename files and the exposed name for Transform3D
Aaron Franke
2021-06-03
1
-2
/
+2
*
Rename Variant TRANSFORM to TRANSFORM3D
Aaron Franke
2021-06-03
1
-2
/
+2
*
Rename Transform to Transform3D in core
Aaron Franke
2021-06-03
1
-3
/
+3
*
C#: Fix StringName leak warnings after generating bindings
Ignacio Etcheverry
2021-03-13
1
-33
/
+45
*
Fix C# bindings generator for default value types
Aaron Franke
2021-02-25
1
-19
/
+59
*
Make glue generation shutdown more graceful
Pedro J. Estébanez
2021-02-22
1
-0
/
+3
*
Merge pull request #45158 from aaronfranke/cs-packedarray
Rémi Verschelde
2021-02-20
1
-0
/
+79
|
\
|
*
Add C# array features from core PackedArrays
Aaron Franke
2021-02-16
1
-0
/
+79
*
|
Merge pull request #45032 from neikeq/classdb-tests-for-44856
Rémi Verschelde
2021-02-18
1
-1
/
+25
|
\
\
|
|
/
|
/
|
|
*
Add ClassDB tests to look for core API deps on editor API
Ignacio Etcheverry
2021-01-09
1
-1
/
+25
*
|
CI: Update to clang-format 11 and apply ternary operator changes
Rémi Verschelde
2021-01-12
1
-1
/
+1
|
/
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-12
/
+12
*
Merge pull request #44105 from neikeq/mono-wasm-m2n-hook
Rémi Verschelde
2020-12-17
1
-57
/
+14
|
\
[next]