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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Link the Random number generation tutorial in the class reference
Hugo Locurcio
2020-10-14
1
-0
/
+1
*
Merge pull request #42731 from opl-/fix/csharpscript-load-code-duplication
Rémi Verschelde
2020-10-13
2
-116
/
+75
|
\
|
*
Fix code duplication in CSharpScript
opl-
2020-10-13
2
-116
/
+75
*
|
Merge pull request #42592 from madmiraal/fix-42567
Rémi Verschelde
2020-10-13
1
-0
/
+1
|
\
\
|
*
|
Initialise Bullet RigidBody friction to the expected value of 1.0
Marcel Admiraal
2020-10-06
1
-0
/
+1
*
|
|
Bind missing constant in VisualScriptPropertyGet
Tomasz Chabora
2020-10-12
1
-0
/
+1
|
|
/
|
/
|
*
|
doc: Sync classref with current source
Rémi Verschelde
2020-10-09
1
-2
/
+0
*
|
Mono: Fix typo in Godot.NET.Sdk.nuspec
Rémi Verschelde
2020-10-09
1
-1
/
+1
*
|
Merge pull request #42623 from lolleko/incorrect-macos-platform-name-csharp
Rémi Verschelde
2020-10-09
8
-22
/
+22
|
\
\
|
*
|
Adressed Review
Lorenz Junglas
2020-10-08
8
-22
/
+22
|
*
|
C# GodotTools: Replace platform Identifier "OSX" with "macOS"
Lorenz Junglas
2020-10-08
8
-22
/
+22
*
|
|
Merge pull request #41881 from ThakeeNathees/crash-on-builtin-constructor
George Marques
2020-10-08
1
-0
/
+1
|
\
\
\
|
*
|
|
GDScript crash on builtin type constructor fix
Thakee Nathees
2020-09-08
1
-0
/
+1
*
|
|
|
Fixed #41040 in an alternative way now that #39726 is reverted
Andrea Catania
2020-10-08
1
-1
/
+1
*
|
|
|
Revert "Optimized physics object spawn time and optimized shape usage when th...
Andrea Catania
2020-10-08
12
-205
/
+72
*
|
|
|
Revert "- Enhanced the flush mechanism by flushing only needed thing."
Andrea Catania
2020-10-08
11
-217
/
+170
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #42610 from jak6jak/set_values
Rémi Verschelde
2020-10-08
1
-1
/
+3
|
\
\
\
|
*
|
|
added temp variable because *p_inputs[2] is the same as *p_outputs[0]
Jacob Edie
2020-10-06
1
-1
/
+3
*
|
|
|
Improve the Vector2 rotated code in C#
Aaron Franke
2020-10-06
1
-2
/
+5
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #42439 from Xrayez/doc-gdscript-load-and-resloader-xref
Rémi Verschelde
2020-10-04
1
-0
/
+1
|
\
\
\
|
*
|
|
Cross-reference GDScript `load` and `ResourceLoader.load` in classref
Andrii Doroshenko (Xrayez)
2020-09-30
1
-0
/
+1
*
|
|
|
Merge pull request #42518 from Duroxxigar/update-getter-and-setters
Rémi Verschelde
2020-10-03
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
Updated getters and setters names for toplevel
Duroxxigar
2020-10-02
1
-2
/
+2
*
|
|
|
|
Switch from recursion to iterative for backfilling colour regions
Paulb23
2020-10-03
1
-0
/
+7
|
/
/
/
/
*
|
|
|
Merge pull request #42503 from naithar/feature/ios-cleanup-arc
Rémi Verschelde
2020-10-02
4
-29
/
+23
|
\
\
\
\
|
*
|
|
|
iOS: Refactoring
Sergey Minakov
2020-10-02
4
-29
/
+23
*
|
|
|
|
Check entire basis column for zero size when unscaling Bullet basis.
Marcel Admiraal
2020-10-02
1
-7
/
+7
|
/
/
/
/
*
|
|
|
Merge pull request #42480 from ssw99/sprintf-function-bug-fix
Rémi Verschelde
2020-10-02
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fixed padding bug of sprintf function
Serhat
2020-10-02
1
-1
/
+1
*
|
|
|
|
Link to demos from within the class reference
Aaron Franke
2020-10-01
1
-0
/
+2
|
/
/
/
/
*
|
|
|
Merge pull request #41829 from RandomShaper/fix_40353
Rémi Verschelde
2020-10-01
1
-2
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Avoid warning about harmless unfulfilled yields
Pedro J. Estébanez
2020-09-06
1
-2
/
+6
*
|
|
|
Fix error message when exporting a write-only property without a setter
Eduardo Rodrigues
2020-09-29
1
-2
/
+2
*
|
|
|
Merge pull request #38704 from aaronfranke/mono-dotgodot
Rémi Verschelde
2020-09-28
3
-9
/
+9
|
\
\
\
\
|
*
|
|
|
Rename the ".mono" folder to ".godot/mono"
Aaron Franke
2020-09-23
3
-9
/
+9
*
|
|
|
|
Merge pull request #42262 from akien-mga/ios-pvrtc-fixes
Rémi Verschelde
2020-09-28
1
-3
/
+5
|
\
\
\
\
\
|
*
|
|
|
|
iOS: Fix multiple issues with PVRTC import, disable ETC1
Vasiliy Makarov
2020-09-23
1
-3
/
+5
*
|
|
|
|
|
Avoid infinite loop in GDScript at shutdown
Pedro J. Estébanez
2020-09-26
1
-2
/
+12
*
|
|
|
|
|
Style: Fix black formatting after #42332
Rémi Verschelde
2020-09-25
1
-3
/
+1
*
|
|
|
|
|
Enable the `copy_mono_root` SCons option by default
Hugo Locurcio
2020-09-25
2
-6
/
+5
*
|
|
|
|
|
Merge pull request #42283 from Calinou/doc-print-push-error-warning
Rémi Verschelde
2020-09-24
1
-0
/
+2
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Improve documentation related to printing error/warning messages
Hugo Locurcio
2020-09-24
1
-0
/
+2
|
|
|
/
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #42070 from Razoric480/ignore-cancel-request
Rémi Verschelde
2020-09-24
1
-0
/
+4
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Make LSP ignore $/ messages
Francois Belair
2020-09-15
1
-0
/
+4
*
|
|
|
|
|
|
Merge pull request #42293 from ricardoalcantara/fix_basis_csharp
Rémi Verschelde
2020-09-24
1
-1
/
+1
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Basis RotationQuat should be public.
Ricardo Alcantara
2020-09-24
1
-1
/
+1
*
|
|
|
|
|
|
Merge pull request #42259 from zaevi/fix-mono-IsAbsPath
Rémi Verschelde
2020-09-23
1
-2
/
+7
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Fix C# string.IsAbsPath()
Zae
2020-09-23
1
-2
/
+7
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge pull request #42126 from Calinou/doc-videoplayer-formats
Rémi Verschelde
2020-09-23
2
-3
/
+5
|
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
Improve documentation about VideoPlayer video formats
Hugo Locurcio
2020-09-23
2
-3
/
+5
[next]