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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Restrict the project data directory configuration
ne0fhyk
2021-10-18
1
-5
/
+10
*
Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_master
Rémi Verschelde
2021-10-05
1
-0
/
+1
|
\
|
*
Provide a getter for the project data directory.
ne0fhyk
2021-09-15
1
-0
/
+1
*
|
Add editor keyboard shortcut for Mono Build solution button
Lewis James
2021-09-14
3
-2
/
+19
*
|
Fix autoloads iteration
Raul Santos
2021-09-12
1
-2
/
+2
|
/
*
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
*
Fix PackedInt64Array typo in bindings_generator.h
Raul Santos
2021-09-03
1
-1
/
+1
*
Some more C# formatting
Aaron Franke
2021-09-02
22
-311
/
+339
*
Use OrderedHashMap for autoloads to preserve order
Lyuma
2021-08-26
1
-1
/
+1
*
C#: Fix bindings generator for Callable argument default value
Ignacio Roldán Etcheverry
2021-08-20
2
-1
/
+13
*
Namespaces instead of underscore prefix for binds
Max Hilbrunner
2021-08-17
1
-1
/
+1
*
Use real_t and double where appropriate in Particles
Aaron Franke
2021-08-12
1
-2
/
+2
*
Ensure MSBuildPanel buttons are instantiated
Raul Santos
2021-08-06
1
-8
/
+12
*
Fix the editor theme application for the Mono build log
Yuri Sizov
2021-08-03
1
-1
/
+13
*
Merge pull request #50917 from raulsntos/more-iterators
Rémi Verschelde
2021-07-27
2
-5
/
+3
|
\
|
*
Use C++ iterators in the Mono module
Raul Santos
2021-07-27
2
-5
/
+3
*
|
Ignore paths with invalid chars in PathWhich
Raul Santos
2021-07-27
1
-2
/
+20
|
/
*
Use Array.Empty instead of allocating a every time
Raul Santos
2021-07-26
4
-21
/
+31
*
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
2
-12
/
+12
*
Merge pull request #50757 from aaronfranke/simple-cs-editorconfig
Ignacio Roldán Etcheverry
2021-07-24
7
-26
/
+26
|
\
|
*
Add a simple C# .editorconfig
Aaron Franke
2021-07-23
7
-26
/
+26
*
|
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
3
-111
/
+91
|
/
*
Optimize StringName usage
reduz
2021-07-18
1
-1
/
+1
*
Mono: Remove info dialog discouraging use in production
Rémi Verschelde
2021-07-15
1
-73
/
+0
*
Fixing mono build after instance() -> instanciate() name change
Grzegorz Puławski
2021-06-23
1
-2
/
+2
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-2
/
+2
*
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
*
|
Improve & fix Mono build
Pedro J. Estébanez
2021-06-13
1
-3
/
+3
*
|
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
4
-14
/
+14
*
|
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
*
Replace remaining uses of `NULL` with `nullptr`
Rémi Verschelde
2021-04-29
1
-1
/
+1
*
Merge pull request #46954 from neikeq/reggr-46307
Rémi Verschelde
2021-03-13
1
-33
/
+45
|
\
|
*
C#: Fix StringName leak warnings after generating bindings
Ignacio Etcheverry
2021-03-13
1
-33
/
+45
*
|
C#: Fix ScriptPathAttribute generator with none or nested namespaces
Ignacio Etcheverry
2021-03-13
3
-22
/
+52
|
/
*
Merge pull request #46713 from neikeq/csharp-source-generators-init
Rémi Verschelde
2021-03-07
27
-1200
/
+434
|
\
|
*
Add C# source generator for a new ScriptPath attribute
Ignacio Etcheverry
2021-03-06
27
-1200
/
+434
*
|
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
2
-0
/
+80
|
\
|
*
Add C# array features from core PackedArrays
Aaron Franke
2021-02-16
2
-0
/
+80
[next]