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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #29182 from clayjohn/radiance_map
Rémi Verschelde
2019-05-27
2
-2
/
+2
|
\
|
*
fix radiance map settings
clayjohn
2019-05-25
2
-2
/
+2
*
|
Merge pull request #29014 from mbrlabs/gles2_precision_fix
Rémi Verschelde
2019-05-27
1
-2
/
+7
|
\
\
|
|
/
|
/
|
|
*
Use highp precision for gles2 shader uniforms if not explicitly set.
Marcus Brummer
2019-05-25
1
-2
/
+7
*
|
Merge pull request #29132 from clayjohn/sort_depth_fix
Rémi Verschelde
2019-05-24
3
-13
/
+12
|
\
\
|
*
|
fix no depth test and render_priority sorting
clayjohn
2019-05-23
3
-13
/
+12
*
|
|
Merge pull request #28796 from clayjohn/GLES2-optimization
Rémi Verschelde
2019-05-24
7
-2
/
+83
|
\
\
\
|
*
|
|
Implement ability to render viewports directly to screen
clayjohn
2019-05-13
7
-2
/
+83
*
|
|
|
do not compute fog when using unshaded in GLES2
clayjohn
2019-05-23
1
-2
/
+2
*
|
|
|
Merge pull request #29031 from BastiaanOlij/alpha_shadow
Rémi Verschelde
2019-05-23
4
-27
/
+84
|
\
\
\
\
|
*
|
|
|
Implement shadow to opacity
Bastiaan Olij
2019-05-21
4
-27
/
+84
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #29041 from hbina/add_const
Rémi Verschelde
2019-05-21
2
-2
/
+2
|
\
\
\
\
|
*
|
|
|
added a const keyword for a methods that return constant literal...
hbina085
2019-05-21
2
-2
/
+2
|
|
/
/
/
*
/
/
/
Scale environment lighting correctly in GLES3
clayjohn
2019-05-19
1
-81
/
+86
|
/
/
/
*
|
/
Fix typos with codespell
Rémi Verschelde
2019-05-19
2
-2
/
+2
|
|
/
|
/
|
*
|
fix lighting bug introduced in clear color changes
clayjohn
2019-05-14
1
-19
/
+19
*
|
Merge pull request #27898 from clayjohn/metallic_radiance
Rémi Verschelde
2019-05-14
4
-44
/
+54
|
\
\
|
|
/
|
/
|
|
*
added radiance when using clear color and fixed brdf
clayjohn
2019-05-13
4
-44
/
+54
*
|
Merge pull request #27798 from clayjohn/gles2-proj-mat-bug
Rémi Verschelde
2019-05-13
1
-0
/
+3
|
\
\
|
*
|
fixes bug when setting projection matrix
clayjohn
2019-04-30
1
-0
/
+3
|
|
/
*
|
Merge pull request #28518 from clayjohn/GLES2-MSAA
Rémi Verschelde
2019-05-13
5
-69
/
+309
|
\
\
|
*
|
added MSAA to GLES backend
clayjohn
2019-05-02
5
-69
/
+309
*
|
|
Merge pull request #28723 from SouzaGuilherme/fix_shadows
Rémi Verschelde
2019-05-13
1
-0
/
+12
|
\
\
\
|
*
|
|
Fix SHADOWS_DISABLED flag in GLES2
Guilherme Souza
2019-05-07
1
-0
/
+12
*
|
|
|
Fix texture resource reload bug
Daniel Rakos
2019-05-08
2
-8
/
+2
|
/
/
/
*
|
|
Ignore a warning in _get_socket_error (-Wlogical-op).
marxin
2019-05-02
1
-0
/
+11
*
|
|
Merge pull request #25670 from aqnuep/bake_mode_affect_gi_prove
Rémi Verschelde
2019-04-30
5
-0
/
+43
|
\
\
\
|
*
|
|
Disable GI probe capturing lights with bake mode disabled
Daniel Rakos
2019-04-23
5
-0
/
+43
*
|
|
|
Merge pull request #28530 from akien-mga/scons-prepend-cpppath
Rémi Verschelde
2019-04-30
2
-3
/
+3
|
\
\
\
\
|
*
|
|
|
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2019-04-30
2
-3
/
+3
*
|
|
|
|
Merge pull request #28520 from clayjohn/GLES2-alpha-draw-order
Rémi Verschelde
2019-04-30
2
-2
/
+26
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Fixed GLES2 transparency order
clayjohn
2019-04-29
2
-2
/
+26
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #28431 from SouzaGuilherme/master
Rémi Verschelde
2019-04-29
1
-0
/
+6
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Adds flag AMBIENT_LIGHT_DISABLED to GLES2
Guilherme Souza
2019-04-25
1
-0
/
+6
*
|
|
|
SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGS
Rémi Verschelde
2019-04-24
1
-1
/
+1
*
|
|
|
Add FileAccess::set_unix_permissions for Unix platforms
Juan Linietsky
2019-04-07
6
-7
/
+50
*
|
|
|
Remove SIGCHILD handle in OS_Unix, interferes with pclose()
Juan Linietsky
2019-04-07
1
-17
/
+0
*
|
|
|
Merge pull request #27673 from qarmin/small_fixes
Rémi Verschelde
2019-04-22
2
-7
/
+5
|
\
\
\
\
|
*
|
|
|
Small fixes, mostly dupicated code
qarmin
2019-04-08
2
-7
/
+5
*
|
|
|
|
Added ability for multiple images to be imported as an atlas
Juan Linietsky
2019-04-19
1
-1
/
+5
*
|
|
|
|
Merge pull request #27967 from clayjohn/fix-mip-bug
Rémi Verschelde
2019-04-15
2
-4
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
fixed bug in mip map sigma
clayjohn
2019-04-12
2
-4
/
+6
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge pull request #27815 from Faless/unix/mem_access
Hein-Pieter van Braam
2019-04-10
1
-0
/
+1
|
\
\
\
\
\
|
*
|
|
|
|
Fix jump over uninitialized value in OS Unix/X11
Fabio Alessandrelli
2019-04-09
1
-0
/
+1
*
|
|
|
|
|
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
6
-22
/
+45
*
|
|
|
|
|
Merge pull request #27806 from JFonS/fix_27690
Rémi Verschelde
2019-04-09
1
-2
/
+8
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix hint_range for GLES2 shader uniforms
JFonS
2019-04-08
1
-2
/
+8
*
|
|
|
|
|
Merge pull request #27589 from Chaosus/fix_file
Rémi Verschelde
2019-04-08
2
-0
/
+34
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Fix File opened with READ_WRITE on Windows
Chaosus
2019-04-05
2
-0
/
+34
*
|
|
|
|
|
Merge pull request #26839 from toasteater/fix/keep-linear
Rémi Verschelde
2019-04-08
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
[next]