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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace most uses of Map by HashMap
reduz
2022-05-16
12
-82
/
+82
*
Merge pull request #60956 from macjuul/hide-mono-cmd-prompt
Rémi Verschelde
2022-05-12
2
-1
/
+3
|
\
|
*
Fix blank command prompts spawning
Julian Mills
2022-05-12
2
-1
/
+3
*
|
Add a new HashMap implementation
reduz
2022-05-12
8
-84
/
+61
|
/
*
[macOS / iOS] Fix text-to-speech build with older macOS / iOS SDK.
bruvzg
2022-05-10
1
-2
/
+2
*
Changed signals of ItemList
Vitika9
2022-05-06
1
-2
/
+7
*
Core: Rename math 'phi' arguments to 'angle'
Rémi Verschelde
2022-05-05
5
-12
/
+12
*
Merge pull request #60723 from reduz/refactor-module-initialization
Rémi Verschelde
2022-05-04
2
-4
/
+14
|
\
|
*
Refactor module initialization
reduz
2022-05-04
2
-4
/
+14
*
|
Merge pull request #60627 from aaronfranke/rename-elements
Rémi Verschelde
2022-05-03
2
-7
/
+7
|
\
\
|
*
|
Rename Basis "elements" to "rows"
Aaron Franke
2022-04-29
1
-3
/
+3
|
*
|
Rename Transform2D "elements" to "columns"
Aaron Franke
2022-04-29
2
-4
/
+4
|
|
/
*
/
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
3
-13
/
+13
|
/
*
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
2
-12
/
+12
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
9
-39
/
+24
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
12
-103
/
+103
*
Fix typos with codespell
Rémi Verschelde
2022-03-31
1
-1
/
+1
*
String: Remove TTR and DTR defines in non-tools build
Rémi Verschelde
2022-03-28
1
-1
/
+1
*
Refactor GDScript/C# script templates logic to be editor-only
Rémi Verschelde
2022-03-28
10
-4
/
+5
*
Merge pull request #59553 from reduz/script-extension-support
Rémi Verschelde
2022-03-28
1
-2
/
+2
|
\
|
*
Add GDExtension support to Script
reduz
2022-03-27
1
-2
/
+2
*
|
Make script templates follow the GDScript style guide
Michael Alexsander
2022-03-28
4
-4
/
+3
|
/
*
Support static methods in C# bindings generator
Raul Santos
2022-03-22
2
-18
/
+43
*
Ignore PhysicsServer3DExtension class in C#
Raul Santos
2022-03-18
1
-0
/
+9
*
Implement GDExtension export plugin.
bruvzg
2022-03-16
1
-2
/
+2
*
Fix Slerp C# docs and add test cases for vectors in the same direction
Aaron Franke
2022-03-12
2
-4
/
+6
*
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
1
-2
/
+1
*
Remove VARIANT_ARG* macros
reduz
2022-03-09
3
-6
/
+6
*
Fix Autoload capitalization inconsistency
Haoyu Qiu
2022-03-09
1
-1
/
+1
*
Rename Control's Rect properties to exclude rect_ part
Marcel Admiraal
2022-03-08
2
-2
/
+2
*
Merge pull request #58847 from KoBeWi/editor_settings_mess
Rémi Verschelde
2022-03-07
1
-2
/
+2
|
\
|
*
Remove duplicate editor settings definitions
kobewi
2022-03-06
1
-2
/
+2
*
|
Implement `Deconstruct` methods for C# vectors
Berke Kocaoğlu
2022-03-06
4
-0
/
+38
|
/
*
Refactor `bbcode_to_xml` into multiple specific methods
Raul Santos
2022-03-03
2
-249
/
+249
*
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
*
Rename motion_velocity to velocity
Chris Bradfield
2022-02-22
2
-14
/
+14
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
7
-52
/
+102
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-1
/
+1
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
2
-2
/
+2
*
Merge pull request #57954 from TokageItLab/refactor-cubic-interpolate
Rémi Verschelde
2022-02-13
3
-27
/
+27
|
\
|
*
Implement cubic_interpolate() as MathFunc for refactoring
Silc 'Tokage' Renew
2022-02-12
3
-27
/
+27
*
|
Use EditorFileDialog instead of FileDialog in the project manager
Hendrik Brucker
2022-02-12
1
-9
/
+5
|
/
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+1
*
Support signals in C# documentation
Raul Santos
2022-02-10
2
-11
/
+58
*
Merge pull request #57822 from Calinou/ios-remove-armv7
Rémi Verschelde
2022-02-08
1
-1
/
+0
|
\
|
*
Remove support for ARMv7 (32-bit) on iOS
Hugo Locurcio
2022-02-08
1
-1
/
+0
[next]