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
*
Merge pull request #41813 from madmiraal/add-missing-header-guards
Rémi Verschelde
2020-09-06
7
-5
/
+30
|
\
|
*
Fix header guards in modules:
Marcel Admiraal
2020-09-06
7
-5
/
+30
*
|
Merge pull request #41803 from ThakeeNathees/parameter-type-infer-bug-fix
Rémi Verschelde
2020-09-06
2
-6
/
+10
|
\
\
|
|
/
|
/
|
|
*
GDScript: parameter infer type bug fix
Thakee Nathees
2020-09-06
2
-6
/
+10
*
|
Handle csproj "Remove" globs
Alex de la Mare
2020-09-06
2
-3
/
+5
*
|
Fix Mono path utils char types.
bruvzg
2020-09-04
1
-6
/
+16
*
|
Merge pull request #41760 from ThakeeNathees/null-dereference-on-gdscript-fun...
Rémi Verschelde
2020-09-04
1
-1
/
+1
|
\
\
|
*
|
null pointer dereference at GDScriptFunction::call fix
Thakee Nathees
2020-09-04
1
-1
/
+1
|
|
/
*
|
Merge pull request #41753 from neikeq/csharp-hide-build-button-if-no-proj
Rémi Verschelde
2020-09-04
1
-9
/
+12
|
\
\
|
*
|
C#: Hide Build button if there's no solution to build
Ignacio Etcheverry
2020-09-04
1
-9
/
+12
*
|
|
Merge pull request #41747 from neikeq/issue-41446
Rémi Verschelde
2020-09-04
1
-3
/
+4
|
\
\
\
|
*
|
|
Fix parsing of C# files with spaces in the path
Ignacio Etcheverry
2020-09-04
1
-3
/
+4
|
|
/
/
*
|
|
Merge pull request #41750 from neikeq/issue-41745
Rémi Verschelde
2020-09-04
1
-1
/
+1
|
\
\
\
|
*
|
|
C#: Fix Godot failing to find class namespace
Ignacio Etcheverry
2020-09-04
1
-1
/
+1
|
|
/
/
*
|
|
Merge pull request #41748 from neikeq/issue-41712
Rémi Verschelde
2020-09-04
1
-2
/
+6
|
\
\
\
|
*
|
|
Fix 'Parameter "assembly" is null' error
Ignacio Etcheverry
2020-09-04
1
-2
/
+6
|
|
/
/
*
|
|
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
20
-814
/
+862
*
|
|
Ensure header guards enclose entire header.
Marcel Admiraal
2020-09-03
3
-12
/
+12
*
|
|
Merge pull request #41459 from Paulb23/nested_color_regions
Rémi Verschelde
2020-09-03
1
-13
/
+17
|
\
\
\
|
*
|
|
Fix color region end key seach and start key order
Paulb23
2020-08-22
1
-13
/
+17
*
|
|
|
C#: Fix Windows detection for copying MSBuild stub
Ignacio Etcheverry
2020-09-03
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Fix GDScript codegen leak.
bruvzg
2020-09-02
1
-0
/
+7
*
|
|
Merge python EnvironmentError, IOError and WindowsError into OSError.
Marcel Admiraal
2020-09-02
1
-5
/
+5
|
|
/
|
/
|
*
|
Register GDScript test tools as test commands to run via command-line
Andrii Doroshenko (Xrayez)
2020-09-02
4
-26
/
+38
*
|
Move GDScript tests to respective folder under modules
Andrii Doroshenko (Xrayez)
2020-09-02
2
-0
/
+298
*
|
Add GDScript disassembler
George Marques
2020-09-01
2
-18
/
+515
*
|
Change GDScript compiler to use codegen abstraction
George Marques
2020-09-01
6
-1756
/
+1068
*
|
Add GDScript code generation interface
George Marques
2020-09-01
4
-0
/
+1174
*
|
GDScript: Don't mark function parameters as constant
George Marques
2020-09-01
1
-0
/
+1
*
|
GDScript: Properly set class inheritance for global classes
George Marques
2020-09-01
1
-0
/
+1
*
|
GDScript: Check for missing exponent when parsing numbers
George Marques
2020-09-01
1
-0
/
+32
*
|
GDScript: Fix analysis of singleton dependencies
George Marques
2020-09-01
1
-0
/
+24
*
|
GDScript: Allow "extends" to be used inside inner class
George Marques
2020-09-01
1
-0
/
+8
*
|
GDScript: Allow "self" to be used in class level
George Marques
2020-09-01
1
-2
/
+2
*
|
GDScript: Don't try to parse constant scripts that aren't valid
George Marques
2020-09-01
2
-43
/
+50
*
|
Simplify html_is_valid and allow it to work with 3 and 4 hex digits
Aaron Franke
2020-09-01
1
-30
/
+8
*
|
Change Color HTML conversion from ARGB to RGBA
Aaron Franke
2020-09-01
1
-48
/
+47
*
|
Merge pull request #40993 from Calinou/doc-collision-layer-mask
Rémi Verschelde
2020-08-31
2
-3
/
+3
|
\
\
|
*
|
Reference the online documentation in collision layer/mask properties
Hugo Locurcio
2020-08-03
2
-3
/
+3
*
|
|
Add link titles for all links in the class reference
Hugo Locurcio
2020-08-31
6
-8
/
+8
*
|
|
Merge pull request #41613 from neikeq/possibly
Rémi Verschelde
2020-08-30
2
-9
/
+14
|
\
\
\
|
*
|
|
Fix clang-tidy warnings due to semicolon after mono module macros
Ignacio Etcheverry
2020-08-30
2
-9
/
+14
*
|
|
|
Merge pull request #41611 from neikeq/issue-41444
Rémi Verschelde
2020-08-30
1
-19
/
+22
|
\
\
\
\
|
*
|
|
|
C#: Fix crash on export when incorrectly freeing MonoAssemblyName
Ignacio Etcheverry
2020-08-30
1
-19
/
+22
|
|
/
/
/
*
/
/
/
C#: Fix InvalidCastException on export
Ignacio Etcheverry
2020-08-30
1
-1
/
+1
|
/
/
/
*
|
|
Mono: Improve MSBuildFinder logic on Windows
Thaina Yu
2020-08-29
1
-2
/
+15
*
|
|
Cross-reference GDScript built-in rounding methods to ease discovery
Hugo Locurcio
2020-08-28
1
-0
/
+4
*
|
|
Merge pull request #41547 from vnen/gdscript-2-fixes
Rémi Verschelde
2020-08-28
8
-49
/
+89
|
\
\
\
|
*
|
|
GDScript: Fix crash when parsing properties
George Marques
2020-08-26
1
-1
/
+1
|
*
|
|
GDScript: Show error when there's an inheritance cycle
George Marques
2020-08-26
1
-1
/
+14
[next]