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
*
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
|
\
|
*
Mono: Make Godot provide its own WASM m2n trampolines
Ignacio Etcheverry
2020-12-14
1
-57
/
+14
*
|
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-02
1
-1
/
+1
|
/
*
Variant: Rename Type::_RID to Type::RID
Rémi Verschelde
2020-11-09
1
-2
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-7
/
+7
*
C#: Fix custom event signals crash on hot-reload
Ignacio Etcheverry
2020-10-26
1
-2
/
+2
*
C#: Switch games to MSBuild Sdks and .NET Standard
Ignacio Etcheverry
2020-07-25
1
-1
/
+0
*
Mono/C#: Fix several clang-tidy warnings and cleanup
Ignacio Etcheverry
2020-07-05
1
-2
/
+0
*
Added tests for ClassDB
Ignacio Etcheverry
2020-05-16
1
-159
/
+333
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-32
/
+0
*
C#/Mono: Check assembly version when loading
Ignacio Etcheverry
2020-05-09
1
-4
/
+11
*
Merge pull request #36960 from pycbouh/docs-improve-shortcuts
Rémi Verschelde
2020-04-29
1
-1
/
+5
|
\
|
*
Improve shortcut formatting in docs
Yuri Sizov
2020-04-10
1
-1
/
+5
*
|
Fix handling of PROPERTY_USAGE_SUBGROUP in DocData and editor
Rémi Verschelde
2020-04-20
1
-1
/
+1
|
/
*
Fix C# bindings after recent breaking changes
Ignacio Etcheverry
2020-04-03
1
-3
/
+3
*
Replace more occurrences of NULL with nullptr
Rémi Verschelde
2020-04-02
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-20
/
+20
*
[Mono] Marshaling for Vector2i, Vector3i, and Rect2i
Aaron Franke
2020-03-17
1
-0
/
+9
*
Fix C# bindings after recent breaking changes
Ignacio Etcheverry
2020-03-17
1
-34
/
+296
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-10
/
+12
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-1
/
+1
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-22
/
+22
*
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-02-05
1
-4
/
+4
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-17
/
+17
*
Mono/C#: Fix comment generation for non-constant param default
Ignacio Etcheverry
2020-01-02
1
-3
/
+6
*
Mono/C#: Fix bindings generator with void vararg methods
Ignacio Etcheverry
2020-01-02
1
-3
/
+5
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Mono/C#: Re-structure API solution and GodotTools post-build target
Ignacio Etcheverry
2019-12-28
1
-62
/
+64
*
Make C# internal calls return structs as ref parameters
Ignacio Etcheverry
2019-11-15
1
-45
/
+125
*
Mono: Don't compare API hashes on release builds
Ignacio Etcheverry
2019-09-28
1
-1
/
+1
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-1
/
+1
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
|
Improve C# bindings generator errors for default param values
Ignacio Etcheverry
2019-09-24
1
-19
/
+54
*
|
C#: Make sure cs_glue_version is present when building export templates
Ignacio Etcheverry
2019-09-20
1
-0
/
+3
|
/
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'
Ignacio Etcheverry
2019-08-09
1
-67
/
+56
*
Fix --generate-mono-glue bug when directory doesn't exist
Ignacio Etcheverry
2019-07-08
1
-12
/
+12
*
Fix C# bindings detection of abstract classes
Ignacio Etcheverry
2019-07-08
1
-1
/
+1
*
Script API methods must return Ref<T> instead of Reference*
Ignacio Etcheverry
2019-07-05
1
-0
/
+7
*
Re-write mono module editor code in C#
Ignacio Etcheverry
2019-07-05
1
-81
/
+81
[next]