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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add C# support for bitfield enums (flags)
Raul Santos
2022-07-06
1
-0
/
+1
*
Make enum/constant binds 64-bit.
bruvzg
2022-06-17
1
-2
/
+2
*
Generate typed array parameters in C# bindings
Raul Santos
2022-06-03
1
-0
/
+6
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-5
/
+5
*
Add a new HashMap implementation
reduz
2022-05-12
1
-1
/
+1
*
Support static methods in C# bindings generator
Raul Santos
2022-03-22
1
-0
/
+5
*
Refactor `bbcode_to_xml` into multiple specific methods
Raul Santos
2022-03-03
1
-0
/
+8
*
Support signals in C# documentation
Raul Santos
2022-02-10
1
-2
/
+22
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Don't return reference on copy assignment operators
Rémi Verschelde
2021-11-30
1
-1
/
+1
*
Fix PackedInt64Array typo in bindings_generator.h
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
-0
/
+2
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-15
/
+15
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-5
/
+5
*
Add C# array features from core PackedArrays
Aaron Franke
2021-02-16
1
-0
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-12-02
1
-3
/
+3
*
Refactor DocData into core and editor (DocTools) parts
Thakee Nathees
2020-12-02
1
-1
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-3
/
+3
*
Added tests for ClassDB
Ignacio Etcheverry
2020-05-16
1
-59
/
+81
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-1
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-64
/
+29
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-1
/
+2
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-9
/
+9
*
Move DocData and Collada out of their subfolders
Rémi Verschelde
2020-03-24
1
-1
/
+1
*
Fix C# bindings after recent breaking changes
Ignacio Etcheverry
2020-03-17
1
-1
/
+48
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
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
-2
/
+2
*
Make C# internal calls return structs as ref parameters
Ignacio Etcheverry
2019-11-15
1
-4
/
+23
*
Mono: Don't compare API hashes on release builds
Ignacio Etcheverry
2019-09-28
1
-1
/
+1
*
Improve C# bindings generator errors for default param values
Ignacio Etcheverry
2019-09-24
1
-3
/
+9
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'
Ignacio Etcheverry
2019-08-09
1
-1
/
+1
*
Re-write mono module editor code in C#
Ignacio Etcheverry
2019-07-05
1
-4
/
+4
*
C#: Implement ScriptInstance::to_string
Ignacio Etcheverry
2019-05-24
1
-0
/
+4
*
C#: Generate the correct integer and floating point types
Ignacio Etcheverry
2019-04-27
1
-4
/
+27
*
C#: Mark generated property accessor methods as Obsolete
Ignacio Etcheverry
2019-04-25
1
-0
/
+4
*
C# bindings generator cleanup
Ignacio Etcheverry
2019-04-25
1
-20
/
+13
*
Use StringBuilder in C# bindings generator
Ignacio Etcheverry
2019-04-19
1
-5
/
+6
*
EditorHelp, makerst: Improve enum ref resolving and constant ref support
Ignacio Etcheverry
2019-03-29
1
-0
/
+11
*
C#: Bindings generator now translates BBCode docs to XML comments
Ignacio Etcheverry
2019-03-23
1
-2
/
+20
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Improve the C# API projects generation
Ignacio Etcheverry
2018-11-08
1
-2
/
+4
*
Fix prefix erasing for the generated C# enum constants
Ignacio Etcheverry
2018-10-18
1
-3
/
+5
*
C#: Optimize struct marshalling
Ignacio Etcheverry
2018-10-17
1
-7
/
+14
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-2
/
+2
*
C#: Fix cs_files glue mismatch bug
Ignacio Etcheverry
2018-09-12
1
-1
/
+0
*
Cleanup of c# api files and bindings generator
Ignacio Etcheverry
2018-09-12
1
-5
/
+0
*
C# generated classes ignore warning CS1591 and cleanup
Ignacio Etcheverry
2018-08-27
1
-9
/
+2
*
Mono: BindingsGenerator enum fixes
Ignacio Etcheverry
2018-04-28
1
-8
/
+35
[next]