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
...
|
*
|
GDScript: Fix type conversion in assignment with operation
George Marques
2019-12-13
3
-21
/
+28
*
|
|
doc: Sync classref with current source
Rémi Verschelde
2019-12-13
1
-1
/
+2
*
|
|
Merge pull request #34295 from aaronfranke/potato-knishes
Rémi Verschelde
2019-12-13
1
-7
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix string Find methods having reversed case sensitivity
Aaron Franke
2019-12-12
1
-7
/
+7
*
|
|
Merge pull request #34286 from bojidar-bg/31818-cast-autocomplete
Rémi Verschelde
2019-12-12
1
-0
/
+11
|
\
\
\
|
*
|
|
Fix GDScript autocompletion with `as` or typed variables
Bojidar Marinov
2019-12-12
1
-0
/
+11
|
|
|
/
|
|
/
|
*
|
|
Mono formatting
Aaron Franke
2019-12-11
31
-549
/
+543
|
|
/
|
/
|
*
|
Add note in 'load()' docs that the path must be absolute
Michael Alexsander
2019-12-11
1
-2
/
+3
*
|
Merge pull request #34271 from vnen/gdscript-unused-class-variable-disable
Rémi Verschelde
2019-12-11
1
-1
/
+2
|
\
\
|
*
|
Disable GDScript warning for unused class variable by default
George Marques
2019-12-11
1
-1
/
+2
|
|
/
*
|
Merge pull request #34227 from akien-mga/scons-mingw-split-libmodules
Rémi Verschelde
2019-12-11
1
-1
/
+1
|
\
\
|
*
|
SCons: Add 'split_libmodules' option to workaround linker issue
Rémi Verschelde
2019-12-11
1
-1
/
+1
|
|
/
*
|
Merge pull request #33018 from Xrayez/fix-inst2dict-getters
Rémi Verschelde
2019-12-11
1
-17
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix `inst2dict` calling to getters to retrieve value
Andrii Doroshenko (Xrayez)
2019-10-24
1
-17
/
+3
*
|
Merge pull request #34181 from van800/rider
Rémi Verschelde
2019-12-11
11
-5
/
+595
|
\
\
|
*
|
Support Rider as External Editor
Ivan Shakhov
2019-12-11
11
-5
/
+595
*
|
|
Merge pull request #34040 from qarmin/unused_variable_more_precise_numbers
Rémi Verschelde
2019-12-10
9
-29
/
+11
|
\
\
\
|
*
|
|
Removed unused variables, add some constants numbers
Rafał Mikrut
2019-12-10
9
-29
/
+11
*
|
|
|
Check that motion is not zero before doing a sweep test.
Marcel Admiraal
2019-12-09
1
-2
/
+2
*
|
|
|
doc: Markup fixes for enums and constants
Rémi Verschelde
2019-12-06
2
-8
/
+8
*
|
|
|
Fix missing null checks in Mono Binding of GD
Jonas
2019-12-06
1
-4
/
+4
*
|
|
|
Merge pull request #34018 from dsge/show-template-directory-path-in-error-mes...
Ignacio Roldán Etcheverry
2019-12-05
1
-4
/
+6
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Make sure to include the path in the "Data template directory not found" erro...
dsge
2019-11-30
1
-4
/
+6
*
|
|
|
Fixes wrong position when adding node in VS editor
codecustard
2019-12-04
1
-0
/
+1
*
|
|
|
Mono/C#: Several android fixes
Ignacio Etcheverry
2019-12-04
12
-69
/
+702
*
|
|
|
C#: Add Duplicate method to the Array and Dictionary bindings
Ignacio Etcheverry
2019-12-04
4
-0
/
+40
*
|
|
|
Merge pull request #34094 from volzhs/compile-windows-on-linux
Rémi Verschelde
2019-12-04
1
-0
/
+0
|
\
\
\
\
|
*
|
|
|
Fix compile error for Windows on Linux
volzhs
2019-12-04
1
-0
/
+0
*
|
|
|
|
Merge pull request #34067 from bojidar-bg/32370-retype-message
Rémi Verschelde
2019-12-04
1
-1
/
+6
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Make error when accidentially redeclaring a variable's type clearer
Bojidar Marinov
2019-12-02
1
-1
/
+6
*
|
|
|
|
Mention that `int()` can be used as an alternative to `floor()`
Hugo Locurcio
2019-12-03
1
-2
/
+3
*
|
|
|
|
Merge pull request #33992 from bruvzg/ios_modular_build
Rémi Verschelde
2019-12-01
12
-4
/
+1154
|
\
\
\
\
\
|
*
|
|
|
|
iOS modular build and export implementation.
bruvzg
2019-12-01
12
-4
/
+1154
*
|
|
|
|
|
Add missing on error manifest struct destroy in pluginscript script init
Emmanuel Leblond
2019-12-01
1
-7
/
+16
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #34002 from KoBeWi/crashonat
Rémi Verschelde
2019-12-01
1
-1
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
Don't try to initialize empty NativeLibrary
Tomasz Chabora
2019-11-29
1
-1
/
+4
*
|
|
|
|
|
Merge pull request #33997 from akien-mga/doc-makerst-escape
Rémi Verschelde
2019-12-01
1
-3
/
+0
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
makerst: Escape default values using reST markup
Rémi Verschelde
2019-11-29
1
-3
/
+0
|
|
/
/
/
/
*
|
|
|
|
Add docs for is_equal_approx on structures
Aaron Franke
2019-11-30
1
-2
/
+2
*
|
|
|
|
Fixed typo in docs for Script and GDScript classes ("exends" -> "extends")
miere43
2019-11-30
1
-1
/
+1
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #34009 from flyingpimonster/gridmap-docs
Rémi Verschelde
2019-11-30
1
-9
/
+23
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Docs: GridMap and MeshLibrary
James Westman
2019-11-29
1
-9
/
+23
*
|
|
|
Merge pull request #33982 from neikeq/issue-29349
Rémi Verschelde
2019-11-29
8
-71
/
+145
|
\
\
\
\
|
*
|
|
|
Mono/C#: Add option to export assemblies outside of PCK
Ignacio Etcheverry
2019-11-29
8
-71
/
+145
|
|
/
/
/
*
/
/
/
Mono/C#: Fix crash on exported games that don't use C#
Ignacio Etcheverry
2019-11-29
1
-1
/
+2
|
/
/
/
*
|
|
Document how to bypass the unused argument/variable warning in message
Hugo Locurcio
2019-11-27
1
-5
/
+3
*
|
|
Merge pull request #33946 from NeoSpark314/remove_exr_dbgprint
Rémi Verschelde
2019-11-27
1
-4
/
+0
|
\
\
\
|
*
|
|
Remove .exr saver debug print
Holger Dammertz
2019-11-27
1
-4
/
+0
*
|
|
|
VideoStreamGDNative: Fix playing video files without audio stream
marcosjouron
2019-11-27
1
-3
/
+7
*
|
|
|
Merge pull request #33939 from KoBeWi/grideprecatedmap
Rémi Verschelde
2019-11-27
2
-30
/
+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
[prev]
[next]