index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
servers
/
visual
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in y shift
Bastiaan Olij
2018-06-23
1
-5
/
+5
*
Moved culling, updated lights and shadows into a prepare function so it is on...
Bastiaan Olij
2018-06-11
2
-13
/
+91
*
Fix return type of isnan and isinf in the shader language
Oliver Rausch
2018-06-01
1
-6
/
+6
*
Fix bad operator check in `ShaderLanguage::_validate_assign`
nemerle
2018-05-16
1
-1
/
+1
*
Merge pull request #17845 from JFonS/disable_spatial_shadows
Juan Linietsky
2018-05-07
1
-0
/
+2
|
\
|
*
Added flag on SpatialMaterial to disable shadows
JFonS
2018-03-29
1
-0
/
+2
*
|
Merge pull request #18533 from JFonS/fix_shader_compile
Juan Linietsky
2018-05-07
2
-3
/
+44
|
\
\
|
*
|
Fix vector reduction in shader language
JFonS
2018-05-07
2
-3
/
+44
*
|
|
Merge pull request #18495 from Zylann/partial_texture_update
Juan Linietsky
2018-05-07
3
-0
/
+3
|
\
\
\
|
*
|
|
Added partial texture update to VisualServer
Marc Gilleron
2018-04-29
3
-0
/
+3
|
|
/
/
*
|
|
Merge pull request #18677 from BastiaanOlij/add_no_blend
Juan Linietsky
2018-05-07
1
-0
/
+1
|
\
\
\
|
*
|
|
Add no-blend canvas item render_mode
Bastiaan Olij
2018-05-07
1
-0
/
+1
*
|
|
|
Added option to viewport to keep linear color
Bastiaan Olij
2018-05-06
5
-9
/
+33
|
/
/
/
*
|
|
Skeleton for 2D WIP
Juan Linietsky
2018-05-03
5
-6
/
+15
*
|
|
Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-var
Rémi Verschelde
2018-05-01
1
-0
/
+1
|
\
\
\
|
*
|
|
Fix Coverity reports of uninitialized scalar variable
Rémi Verschelde
2018-04-19
1
-0
/
+1
*
|
|
|
Merge pull request #18321 from Crazy-P/Fixes-logically-dead-code
Rémi Verschelde
2018-05-01
1
-10
/
+5
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Fixes logically dead code (Coverity)
Crazy-P
2018-04-21
1
-10
/
+5
|
|
/
/
*
/
/
Change ".." punctuation for "..." in editor strings (#16507)
Hugo Locurcio
2018-04-22
1
-5
/
+5
|
/
/
*
|
Merge pull request #17391 from PJB3005/18-03-09-fix-canvas-light-shaders
Rémi Verschelde
2018-04-18
1
-1
/
+1
|
\
\
|
*
|
Fixes canvas light shaders.
Pieter-Jan Briers
2018-04-13
1
-1
/
+1
*
|
|
Fix typos in shader_language.cpp
Poommetee Ketson
2018-04-17
1
-3
/
+3
|
/
/
*
|
Merge pull request #17421 from Chaosus/fixshaderbugs
Juan Linietsky
2018-04-08
1
-3
/
+1
|
\
\
|
*
|
Fix few bugs in shader definitions
Chaosus
2018-03-10
1
-3
/
+1
*
|
|
Removed redundant abs shader builtin
Chaosus
2018-03-28
1
-5
/
+0
|
|
/
|
/
|
*
|
Merge pull request #17532 from BastiaanOlij/arvr_enhancements
Rémi Verschelde
2018-03-23
1
-4
/
+6
|
\
\
|
*
|
A few fixes on the ARVR Server
Bastiaan Olij
2018-03-15
1
-4
/
+6
*
|
|
Fix crash in `canvas_item_add_polyline` when passing more points than colors
robfram
2018-03-19
1
-4
/
+8
*
|
|
Merge pull request #17248 from Cygon/implement-extra-culling-margin
Hein-Pieter van Braam
2018-03-15
1
-0
/
+5
|
\
\
\
|
*
|
|
Implement VisualServerScene::instance_set_extra_visibility_margin() method to...
Markus Ewald
2018-03-04
1
-0
/
+5
*
|
|
|
Hinted shader uniforms can have a default value
JFonS
2018-03-15
1
-20
/
+21
|
|
/
/
|
/
|
|
*
|
|
Merge pull request #17402 from Chaosus/fixmix
Rémi Verschelde
2018-03-13
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix invalid mix function overload
Chaosus
2018-03-10
1
-1
/
+1
|
|
|
/
|
|
/
|
*
/
|
Fixed several leaks in VisualServerScene, RasterizerSceneGLES3 and Rasterizer...
Wilson E. Alvarez
2018-03-13
2
-0
/
+2
|
/
/
*
/
Make the shader token names consistent.
Saracen
2018-03-07
1
-0
/
+3
|
/
*
Fix floatBitsToUint function
Chaosus
2018-03-03
1
-4
/
+4
*
2D Skeletons WORK IN PROGRESS
Juan Linietsky
2018-02-21
5
-16
/
+26
*
Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion.
Juan Linietsky
2018-02-21
5
-8
/
+16
*
Revert "Handle single-argument constructors in uniform default values"
Juan Linietsky
2018-02-20
1
-54
/
+0
*
Merge pull request #15985 from Nallebeorn/uniforms-single-argument-constructors
Rémi Verschelde
2018-02-20
1
-0
/
+54
|
\
|
*
Handle single-argument constructors in shaders.
Benjamin
2018-01-22
1
-0
/
+54
*
|
Added missing shader functions
Chaosus
2018-02-18
1
-0
/
+38
*
|
Fix inconsistencies and typos in argument names
Paolo Perkovic
2018-02-01
1
-1
/
+1
|
/
*
Fix typos in code and docs with codespell
Rémi Verschelde
2018-01-18
2
-2
/
+2
*
Fix wrong viewport transparent-bg
binbitten
2018-01-18
1
-1
/
+1
*
Properly dispose of instance capture data, fixes #14795
Juan Linietsky
2018-01-06
1
-1
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
20
-0
/
+20
*
Merge pull request #15251 from binbitten/fix-assign-vardecl
Rémi Verschelde
2018-01-04
1
-3
/
+3
|
\
|
*
Fix premature declaration of shader variables created with assignment
binbitten
2018-01-03
1
-3
/
+3
*
|
Merge pull request #15191 from Jerome67000/z_renaming
Rémi Verschelde
2018-01-04
4
-9
/
+9
|
\
\
[next]