Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-08 | Merge pull request #17421 from Chaosus/fixshaderbugs | Juan Linietsky | |
Fix few bugs in shader definitions | |||
2018-03-28 | Removed redundant abs shader builtin | Chaosus | |
2018-03-23 | Merge pull request #17532 from BastiaanOlij/arvr_enhancements | Rémi Verschelde | |
A few enhancements on the ARVR Server | |||
2018-03-19 | Fix crash in `canvas_item_add_polyline` when passing more points than colors | robfram | |
When `p_points.size() > p_colors.size()`, it crashed with invalid array access to `p_colors`. Also, when `p_colors` was an empty `Vector` it crashed due a missing `else` checking the `size` condition, as the code handling that special case exists. This PR fixes the missing `else` for `p_colors.size == 0` and, following the `canvas_item_add_multiline` spirit, it only uses the first color for the whole polyline if points and colors differ in size. Fix #17621. | |||
2018-03-15 | Merge pull request #17248 from Cygon/implement-extra-culling-margin | Hein-Pieter van Braam | |
Apply culling margin (fixes issue #16115) | |||
2018-03-15 | Hinted shader uniforms can have a default value | JFonS | |
2018-03-15 | A few fixes on the ARVR Server | Bastiaan Olij | |
2018-03-13 | Merge pull request #17402 from Chaosus/fixmix | Rémi Verschelde | |
Fix invalid mix function overload | |||
2018-03-13 | Fixed several leaks in VisualServerScene, RasterizerSceneGLES3 and ↵ | Wilson E. Alvarez | |
RasterizerGLES3 | |||
2018-03-10 | Fix few bugs in shader definitions | Chaosus | |
2018-03-10 | Fix invalid mix function overload | Chaosus | |
2018-03-07 | Make the shader token names consistent. | Saracen | |
2018-03-04 | Implement VisualServerScene::instance_set_extra_visibility_margin() method ↵ | Markus Ewald | |
to actually apply extra culling margin and mark instance AABB dirty | |||
2018-03-03 | Fix floatBitsToUint function | Chaosus | |
2018-02-21 | 2D Skeletons WORK IN PROGRESS | Juan Linietsky | |
2018-02-21 | Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion. | Juan Linietsky | |
2018-02-20 | Revert "Handle single-argument constructors in uniform default values" | Juan Linietsky | |
2018-02-20 | Merge pull request #15985 from Nallebeorn/uniforms-single-argument-constructors | Rémi Verschelde | |
Handle single-argument constructors in uniform default values | |||
2018-02-18 | Added missing shader functions | Chaosus | |
2018-02-01 | Fix inconsistencies and typos in argument names | Paolo Perkovic | |
2018-01-22 | Handle single-argument constructors in shaders. | Benjamin | |
Expand these (fill vectors, fill matrix diagonals) in _reduce_expression() so they're handled properly even as uniform default values (where they previously caused a crash). | |||
2018-01-18 | Fix typos in code and docs with codespell | Rémi Verschelde | |
Using v1.11.0 from https://github.com/lucasdemarchi/codespell | |||
2018-01-18 | Fix wrong viewport transparent-bg | binbitten | |
2018-01-06 | Properly dispose of instance capture data, fixes #14795 | Juan Linietsky | |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | |
Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module. | |||
2018-01-04 | Merge pull request #15251 from binbitten/fix-assign-vardecl | Rémi Verschelde | |
Fix premature declaration of shader variables created with assignment | |||
2018-01-04 | Merge pull request #15191 from Jerome67000/z_renaming | Rémi Verschelde | |
renames "z" Node2D property to "z_index" | |||
2018-01-03 | Fix broken Info.plist after copyright update | Razah | |
Fixes #15293. + related misc fixes by @akien-mga. | |||
2018-01-03 | #15078 renamed "z" -> "z_index" property in Node2D | Jerome67000 | |
2018-01-03 | Fix premature declaration of shader variables created with assignment | binbitten | |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2017-12-29 | Fixed wrong highlighted line when erroring and using single-line comments, ↵ | binbitten | |
fixes #15167 | |||
2017-12-27 | Merge pull request #14971 from mrcdk/particles_emitting | Noshyaar | |
Set particles emitting to false when particles finish emitting with one-shot enabled | |||
2017-12-26 | Fix sidedness check in material. Also remove SIDE built-in. | Juan Linietsky | |
2017-12-23 | Set particles emitting to false when particles finish emitting with one-shot ↵ | MrCdK | |
enabled | |||
2017-12-17 | Cleanup some #if 0'd code | Rémi Verschelde | |
2017-12-17 | Shader Language: Add in-for declared variables within for-block scope. | Enzo Nocera | |
2017-12-16 | Add epic hack so vsync can be toggled in run-time from script. Fixes #14458. | Juan Linietsky | |
Call needs to be routed via visual server to reach the proper thread. | |||
2017-12-15 | Made built-in identifiers properly constant in shaders. Fixes #14449, closes ↵ | Juan Linietsky | |
#14629 | |||
2017-12-14 | -Add lightmapper | Juan Linietsky | |
-Fixes to unwrapper (remove degenerates), makes Thekla not crash -Added optional cancel button in EditorProgress -Added function to force processing of events (needed for cancel button) | |||
2017-12-09 | Fix #14429 GIProbe does not work with SpotLights | Przemyslaw Czarnota | |
2017-12-09 | -Ability to and unwrap lightmap coordinates on import | Juan Linietsky | |
-Added unwrap functionality to Mesh -Ability to display and debug mesh UVs -Added multiline draw, so it's easier and faster to draw UVs -Many fixes to SurfaceTool -Fixes to Thekla Unwrap, but it's a piece of ass and it keeps crashing. Will have to go away | |||
2017-12-09 | Merge pull request #13341 from scayze/interp_v2 | Rémi Verschelde | |
Added interpolation qualifiers to shaderlang | |||
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | |
2017-12-06 | Fixes to some thread safety situations to avoid GIProbe from freezing on ↵ | Juan Linietsky | |
save. Fixes #13338 | |||
2017-12-06 | Attempt to see if this can solve the problem with #13338 | Juan Linietsky | |
2017-12-04 | -Implemented Proxy Textures (needed to solve the problem with ViewportTexture) | Juan Linietsky | |
-Properly use hierarchy to initialize resources local to scene (solves problem of GUI in 3D) | |||
2017-11-27 | Added interpolation modifiers to shaderlang | Scayze | |
2017-11-27 | Merge pull request #13294 from RaXaR/master | Rémi Verschelde | |
Added overloads of vector parameters for shader Trig functions. | |||
2017-11-27 | Added overloads of vector parameters for shader Trig functions. | RaXaR | |
Ammend: Removed whitespace from blank lines. Ammend2: Removed extra spaces in an attempt to make Clang happy. :) |