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
*
Merge pull request #62782 from raulsntos/csharp-bitfield-enums
Rémi Verschelde
2022-07-07
2
-0
/
+11
|
\
|
*
Add C# support for bitfield enums (flags)
Raul Santos
2022-07-06
2
-0
/
+11
*
|
Ensure NuGet.config directory exists
Raul Santos
2022-07-07
1
-1
/
+2
|
/
*
Implement a BitField hint
reduz
2022-07-05
1
-6
/
+6
*
Merge pull request #59918 from piiertho/enhancement/rename-controll-minimum_s...
Rémi Verschelde
2022-06-24
1
-1
/
+1
|
\
|
*
enhancement: rename exposed property Control::minimum_size to Control::custom...
Pierre-Thomas Meisels
2022-06-23
1
-1
/
+1
*
|
Mono: Update Newtonsoft.Json to 13.0.1
Rémi Verschelde
2022-06-23
3
-3
/
+3
|
/
*
Make enum/constant binds 64-bit.
bruvzg
2022-06-17
2
-7
/
+9
*
Fix EditorScenePostImport templates for C#
Raul Santos
2022-06-16
2
-7
/
+5
*
Merge pull request #61486 from jtnicholl/import_script_templates
Rémi Verschelde
2022-06-15
2
-0
/
+33
|
\
|
*
Add script templates for EditorScenePostImport
Jonathan Nicholl
2022-06-15
2
-0
/
+33
*
|
Generate typed array parameters in C# bindings
Raul Santos
2022-06-03
2
-10
/
+69
|
/
*
Replace most uses of Map by HashMap
reduz
2022-05-16
2
-26
/
+26
*
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
3
-26
/
+24
|
/
*
Changed signals of ItemList
Vitika9
2022-05-06
1
-2
/
+7
*
Rename Transform2D "elements" to "columns"
Aaron Franke
2022-04-29
1
-1
/
+1
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
2
-11
/
+9
*
Refactor GDScript/C# script templates logic to be editor-only
Rémi Verschelde
2022-03-28
8
-0
/
+223
*
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 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
*
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
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-1
/
+2
*
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
*
Remove support for ARMv7 (32-bit) on iOS
Hugo Locurcio
2022-02-08
1
-1
/
+0
*
Merge pull request #57618 from Densorius/master
Ignacio Roldán Etcheverry
2022-02-04
1
-1
/
+1
|
\
|
*
Fixed opening new instances of VS 2022 while a instance is already open
Densorius
2022-02-04
1
-1
/
+1
*
|
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
1
-2
/
+2
|
/
*
Add Visual Studio 2022 support with fallback to 2019
Densorius
2022-02-04
1
-2
/
+21
*
BaseButton: Rename `pressed` property to `button_pressed`
Rémi Verschelde
2022-01-23
2
-4
/
+4
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
8
-16
/
+16
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-1
/
+1
*
Rename "items_count" property to "item_count"
Aaron Franke
2021-12-06
1
-3
/
+3
*
Replace deprecated GetItemCount() with ItemsCount
Raul Santos
2021-12-06
1
-4
/
+4
*
Bump Godot.NET.Sdk and SourceGenerators versions
Raul Santos
2021-12-05
1
-1
/
+1
*
Fix Godot.SourceGenerators for generic classes
Raul Santos
2021-12-05
2
-5
/
+30
*
Don't return reference on copy assignment operators
Rémi Verschelde
2021-11-30
1
-1
/
+1
*
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
[next]