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: do second pass of parsing on release
George Marques
2019-01-23
1
-6
/
+9
*
GDScript: fix default value for autoexported typed vars
George Marques
2019-01-23
1
-1
/
+1
*
GDScript: read constants from parent scripts
George Marques
2019-01-23
1
-0
/
+15
*
GDScript: don't allow calling non-static function from script
George Marques
2019-01-23
1
-1
/
+2
*
GDScript: allow local classes to be used as types
George Marques
2019-01-23
1
-0
/
+6
*
Mono: Fix hot reload build errors and cleanup
Ignacio Etcheverry
2019-01-22
6
-15
/
+43
*
Mono: Add assembly reloading to running games
Ignacio Etcheverry
2019-01-21
3
-27
/
+19
*
Merge pull request #25180 from AndreaCatania/arov
Rémi Verschelde
2019-01-21
1
-4
/
+5
|
\
|
*
Fixed area overlaps if not move
Andrea Catania
2019-01-21
1
-4
/
+5
*
|
Fix C# script metadata creation error due to missing directory
Ignacio Etcheverry
2019-01-21
1
-0
/
+9
*
|
Workaround for bug with Mono's MSBuild and BaseIntermediateOutputPath
Ignacio Etcheverry
2019-01-21
2
-1
/
+3
|
/
*
GDScript: Fix return value of "lerp" builtin
Rémi Verschelde
2019-01-18
1
-1
/
+2
*
Merge pull request #25080 from neikeq/mm-c
Ignacio Etcheverry
2019-01-18
1
-3
/
+24
|
\
|
*
C# Bindings Generator: Fix vararg methods with custom return type
Ignacio Etcheverry
2019-01-18
1
-3
/
+24
*
|
Merge pull request #25079 from neikeq/mm-b
Ignacio Etcheverry
2019-01-18
3
-34
/
+42
|
\
\
|
*
|
C#: Fix trying to build when there's no solution
Ignacio Etcheverry
2019-01-18
3
-34
/
+42
|
|
/
*
|
Merge pull request #25078 from neikeq/mm-a
Ignacio Etcheverry
2019-01-18
1
-1
/
+1
|
\
\
|
*
|
C#: Fix crash due to missing gchandle ref null check
Ignacio Etcheverry
2019-01-17
1
-1
/
+1
|
|
/
*
|
Merge pull request #25069 from vnen/gdscript-fixes
Hein-Pieter van Braam
2019-01-17
3
-29
/
+19
|
\
\
|
|
/
|
/
|
|
*
GDScript compiler: check if subclass exists before comparison
George Marques
2019-01-17
1
-2
/
+2
|
*
GDScript: clarify error message about cycles
George Marques
2019-01-16
1
-3
/
+3
|
*
GDScript: fix type-check of indexed values
George Marques
2019-01-16
2
-24
/
+14
*
|
Merge pull request #25001 from jlahman/gdscript-export-var-fix
Rémi Verschelde
2019-01-16
1
-0
/
+4
|
\
\
|
*
|
Fixes export PackedScene "reset to default" throwing errors
jlahman
2019-01-15
1
-0
/
+4
*
|
|
Android: Add support for x86_64 architecture
Rémi Verschelde
2019-01-16
1
-2
/
+2
*
|
|
Merge pull request #25032 from akien-mga/static-analysis
Rémi Verschelde
2019-01-16
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix some errors found by static analysis
Rémi Verschelde
2019-01-16
1
-2
/
+2
|
|
/
*
|
GDScript: check for underscore prefix when type-checking
George Marques
2019-01-15
1
-2
/
+8
*
|
GDScript: consider constructors as always existing
George Marques
2019-01-15
1
-8
/
+7
*
|
GDScript: allow objects to be keys of dictionaries
George Marques
2019-01-15
1
-1
/
+1
*
|
GDScript: don't check types on release builds
George Marques
2019-01-15
1
-1
/
+1
*
|
GDScript autocomplete: don't carry values when guessing from `is`
George Marques
2019-01-15
1
-1
/
+5
|
/
*
Fixed infinite loop at end of video.
Anish
2019-01-12
1
-1
/
+1
*
Merge pull request #24877 from neikeq/issue-24280
Rémi Verschelde
2019-01-10
4
-22
/
+39
|
\
|
*
Fix properties being lost when reloading placeholder GDScript instance
Ignacio Etcheverry
2019-01-10
4
-22
/
+39
*
|
doc: Sync classref with current source + AUTHORS edit
Rémi Verschelde
2019-01-10
3
-0
/
+46
*
|
Merge pull request #24883 from akien-mga/resourceformat-unregister
Rémi Verschelde
2019-01-10
6
-29
/
+16
|
\
\
|
*
|
Consistency in resource format saver/loader de-registration
Rémi Verschelde
2019-01-10
6
-29
/
+16
*
|
|
Merge pull request #24884 from Xrayez/fix-#24881
Rémi Verschelde
2019-01-10
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix broken encrypted scripts during export
Andrii Doroshenko (Xrayez)
2019-01-10
1
-1
/
+1
*
|
|
Remove vsgdnative loader on exit
Marcin Zawiejski
2019-01-10
1
-5
/
+5
|
/
/
*
|
Merge pull request #20552 from KidRigger/gsoc-peer
Rémi Verschelde
2019-01-09
10
-0
/
+802
|
\
\
|
*
|
Adapt GDNative VideoStream to use ResourceFormatLoader
Rémi Verschelde
2018-12-13
5
-160
/
+55
|
*
|
Fix includes and initialization for GDNative Videodecoder
Rémi Verschelde
2018-12-13
6
-22
/
+32
|
*
|
Added interface for GDNative Videodecoder.
Anish
2018-12-13
12
-0
/
+897
*
|
|
Don't use -ffast-math or other unsafe math optimizations
Hein-Pieter van Braam
2019-01-09
1
-5
/
+0
*
|
|
Use 'release_debug' for mono export templates
Hein-Pieter van Braam
2019-01-08
2
-2
/
+2
*
|
|
Use 'release_debug' for mono export templates
Hein-Pieter van Braam
2019-01-07
1
-1
/
+1
*
|
|
doc: Fix wrong references found by Sphinx and new makerst.py
Rémi Verschelde
2019-01-07
1
-1
/
+1
*
|
|
doc: Fix wrong references found by new makerst.py
Rémi Verschelde
2019-01-07
5
-6
/
+6
[next]