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 #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
*
|
C#: Fix always saving copy of csproj even with no changes
Ignacio Etcheverry
2020-04-23
1
-2
/
+23
*
|
Merge pull request #38110 from neikeq/csproj-safer-migration
Ignacio Roldán Etcheverry
2020-04-22
5
-43
/
+76
|
\
\
|
*
|
C#: Save copy of sln and csproj before applying fixes
Ignacio Etcheverry
2020-04-22
5
-43
/
+76
*
|
|
Mono/C#: Allow debugging exported games
Ignacio Etcheverry
2020-04-22
4
-37
/
+49
|
/
/
*
/
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
5
-23
/
+22
*
Replace more occurrences of NULL with nullptr
Rémi Verschelde
2020-04-02
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
5
-45
/
+45
*
Mono/C#: Add iOS support
Ignacio Etcheverry
2020-03-31
7
-358
/
+815
*
Multiple changes to DisplayServerX11
Mateo Kuruk Miccino
2020-03-26
1
-1
/
+1
*
Move DocData and Collada out of their subfolders
Rémi Verschelde
2020-03-24
1
-1
/
+1
*
Merge pull request #37210 from van800/fix-36995
Rémi Verschelde
2020-03-22
2
-1
/
+6
|
\
|
*
Fix warning: Property not found: mono/editor/editor_path_optional (#36995)
Ivan.Shakhov
2020-03-21
2
-1
/
+6
*
|
Make file formatting comply with POSIX and Unix standards
Aaron Franke
2020-03-21
3
-3
/
+3
|
/
*
Merge pull request #37116 from neikeq/issue-12917
Rémi Verschelde
2020-03-18
6
-15
/
+179
|
\
|
*
Sync csproj when files are changed from the Godot FileSystem dock
Ignacio Etcheverry
2020-03-18
6
-15
/
+179
*
|
Merge pull request #37131 from van800/master
Ignacio Roldán Etcheverry
2020-03-18
1
-2
/
+2
|
\
\
|
*
|
fix RiderPathLocator - searching for toolbox on Mac
Ivan.Shakhov
2020-03-18
1
-2
/
+2
*
|
|
[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
6
-56
/
+363
*
|
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
2
-2
/
+2
*
|
C#: Replace uses of old Configuration and update old csprojs
Ignacio Etcheverry
2020-03-14
7
-52
/
+173
*
|
reorder solution configurations + migration
Ivan Shakhov
2020-03-11
3
-15
/
+34
|
/
*
On Windows find Rider installed for CurrentUser
Ivan Shakhov
2020-02-28
1
-11
/
+20
*
Merge pull request #36602 from van800/jetbrains_msbuild
Rémi Verschelde
2020-02-27
3
-23
/
+35
|
\
|
*
use Rider MSBuild on Windows, when Rider is selected as external editor
Ivan Shakhov
2020-02-27
3
-23
/
+35
*
|
Support toolbox custom "Tools install location", by reading .settings.json
Ivan Shakhov
2020-02-27
1
-18
/
+60
|
/
*
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-10
/
+12
*
Huge Debugger/EditorDebugger refactor.
Fabio Alessandrelli
2020-02-21
3
-10
/
+10
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-1
/
+1
*
Mono: Fix build after ObjectID and Texture2D changes
Rémi Verschelde
2020-02-18
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
*
Merge pull request #35524 from neikeq/issue-35496
Rémi Verschelde
2020-01-24
1
-10
/
+9
|
\
|
*
Fix C# preprocessor infinite loop and incorrect parsing of `#if!`
Ignacio Etcheverry
2020-01-24
1
-10
/
+9
*
|
Merge pull request #35478 from neikeq/issue-32260
Rémi Verschelde
2020-01-23
1
-0
/
+49
|
\
\
|
|
/
|
/
|
|
*
Mono/C#: Add setting to include I18N assemblies in the exported game
Ignacio Etcheverry
2020-01-23
1
-0
/
+49
*
|
Mono/C#: Default to net47 for new projects
Ignacio Etcheverry
2020-01-23
6
-10
/
+10
|
/
*
Make script class parser errors to not abort the build
Ignacio Etcheverry
2020-01-21
2
-4
/
+14
*
Add dummy preprocessor for the C# script class parser
Ignacio Etcheverry
2020-01-21
1
-0
/
+81
*
Mono/C#: Fix error when parsing nested generics
Ignacio Etcheverry
2020-01-20
3
-6
/
+15
*
Mono/C#: Fix wrong HintPath for package in GodotTools
Ignacio Etcheverry
2020-01-03
1
-1
/
+1
*
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
10
-20
/
+20
*
Merge pull request #34699 from van800/godot-guid
Ignacio Roldán Etcheverry
2019-12-31
1
-0
/
+2
|
\
|
*
add custom property to csproj, which identifies that project is generated by ...
Ivan Shakhov
2019-12-30
1
-0
/
+2
[next]