Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-31 | Merge pull request #10417 from bojidar-bg/x-fix-tilemap-transpose | Rémi Verschelde | |
Implement texture UV transpose in the gles3 renderer | |||
2017-08-31 | Merge pull request #10624 from letheed/master | Rémi Verschelde | |
Fix shadow filter pcf5 implemented as pcf7 | |||
2017-08-29 | -Fixed screen edge SSAO filter, fixes #9678 | Juan Linietsky | |
-Raised the SSAO limits, making the effect a lot more useful -Still pending to enable tresholding to avoid some hollow places | |||
2017-08-29 | removed DISCARD built in variable, replaced by actual discard GLSL ↵ | Juan Linietsky | |
instruction, fixes #9677 | |||
2017-08-29 | Implement texture UV transpose in the gles3 renderer | Bojidar Marinov | |
Now tilemap rotations work again \o/ | |||
2017-08-28 | Merge pull request #10662 from hoelzl/python3-v3 | Rémi Verschelde | |
Make build scripts Python 3 compatible | |||
2017-08-27 | -Moved script run to editor, removed from project | Juan Linietsky | |
-fixed to code completion -fix shader crash bug reported by tagcup | |||
2017-08-27 | Make build scripts Python3 compatible | Matthias Hoelzl | |
- The Windows, UWP, Android (on Windows) and Linux builds are tested with Scons 3.0 alpha using Python 3. - OSX and iOS should hopefully work but are not tested since I don't have a Mac. - Builds using SCons 2.5 and Python 2 should not be impacted. | |||
2017-08-25 | Fixed opaque unshaded materials, they go through the regular opaque render ↵ | Juan Linietsky | |
list, closes #9917 | |||
2017-08-25 | fix shadow filter pcf5 implemented as pcf7 | letheed | |
2017-08-23 | fix ssao issue with intel hd**** hardwares | Gilles Roudiere | |
2017-08-22 | Fade last cascade in directional shadow, closes #9779 | Juan Linietsky | |
2017-08-22 | Fix Reindhart tonemapping, invalid type in signature | Rémi Verschelde | |
Fixes #10533. | |||
2017-08-21 | Several fixes to subsurface scattering. Closes #9530 | Juan Linietsky | |
2017-08-11 | Some fixes for shaders and WebGL2 | Fabio Alessandrelli | |
Add padding to UBO data to be multiple of 16 bytes Add precision definition for samplers Replace texture2D (deprecated) with texture in shaders | |||
2017-08-08 | -Restored Sprite3D to working function, fixes #2061, fixes #9738 | Juan Linietsky | |
-Restored an alpha scissor property in Material | |||
2017-08-06 | Use vertex distance instead of z, fixes #9108 | Juan Linietsky | |
2017-07-29 | Few small GI Probe fixes | Juan Linietsky | |
2017-07-26 | Fixes to glow and auto exposure, closes #9797, closes #9106 | Juan Linietsky | |
2017-07-22 | Several changes to better run in mobile. | Juan Linietsky | |
2017-07-15 | Many fixes to improve GI Probe quality | Juan Linietsky | |
2017-07-15 | Fix to make voxel cone tracing work properly again | Juan Linietsky | |
2017-07-15 | -Fix for multiple reflection probes causing issues. | Juan Linietsky | |
-Fix for positional sound corruption to avoid making people deaf. | |||
2017-07-08 | Merge pull request #9564 from Noshyaar/pr-threshold | Rémi Verschelde | |
Refactor 'treshold' to 'threshold' | |||
2017-07-08 | Some adjustments to toon material to make it more flexible | Juan Linietsky | |
Ability to also disable specular | |||
2017-07-08 | Added triplanar mapping, toon mode, and more specular modes for materials. ↵ | Juan Linietsky | |
Added multipass support for materials. | |||
2017-07-08 | Refactor 'treshold' to 'threshold' | Poommetee Ketson | |
2017-07-08 | -Added triplanar mapping modes | Juan Linietsky | |
-Some fixes to shader lang | |||
2017-07-05 | Fixed bug regarding to strange black shapes appearing in ice from material ↵ | Juan Linietsky | |
tester demo | |||
2017-07-05 | Some changes to dual paraboloid envmap generation, fixes somme bleeding | Juan Linietsky | |
2017-07-04 | Implemented environment arrays for skybox reflection and roughness, quality ↵ | Juan Linietsky | |
increase is enormous. | |||
2017-06-28 | Fixed NinePatches not working on HTML5 | Robert Hernandez | |
2017-06-26 | -Fixed SCREEN_TEXTURE and other related 2D shader parameters. | Juan Linietsky | |
-Fixded BackBuffercopy object | |||
2017-06-25 | BuildSystem: generated files have .gen.extension | Poommetee Ketson | |
2017-06-24 | -Restored support for Canvas BG mode on Environment | Juan Linietsky | |
-Improved ease of use of WorldEnvironment (no longer extends Spatial) -2D editor viewport can now work in HDR! | |||
2017-06-23 | Small fixes required to get platformer to work. | Juan Linietsky | |
Added back CanvasItemMaterial | |||
2017-06-21 | -Moved NinePatch to shader, saves a ton of draw calls rendering UI | Juan Linietsky | |
-Implemented missing stretch modes, now tile and tile fit work | |||
2017-06-21 | 2D GPU Particles working.. | Juan Linietsky | |
2017-06-18 | Texture rect_region drawing now clamps UV to avoid bleeding. This avoids ↵ | Juan Linietsky | |
scenarios like single-texture tilemap tiles leaking pixels to the next tile when filter is enabled on it. | |||
2017-06-17 | Add normalmap support for drawing in all low level primitives. Only added ↵ | Juan Linietsky | |
support in Sprite so far. | |||
2017-06-17 | -Fixed shader lang to not be able to get scalar from matrix (ie mat.x), to ↵ | Juan Linietsky | |
make it more GLSL compatible -Fixed referencing of world_transform in fragment shader not working -Fixed unsycn bug related to getting shader param list from the server -Fixed getting all textures from shader properly, fixes #8353 | |||
2017-06-16 | TIME constant reverted to a single float, fixes #9123 | Juan Linietsky | |
2017-06-16 | Cleaned up Screen Space Reflections, closes #8119 | Juan Linietsky | |
2017-06-16 | Fixes to SSR, WIP. | Juan Linietsky | |
2017-06-14 | Merge pull request #9109 from RandomShaper/optimize-2d-lighting | Juan Linietsky | |
Add AT_LIGHT_PASS builtin to canvas shaders | |||
2017-06-15 | Add AT_LIGHT_PASS builtin to canvas shaders | Pedro J. Estébanez | |
This one allows for complex shaders paired with a simple lighting shader to skip code that would otherwise be pointlessly (and wastefully) run during the light pass. Depending on your game (number of items and lights), this can yield some performance gain. | |||
2017-06-14 | Fixed several bugs with directional light, and changed defaults to be more ↵ | Juan Linietsky | |
sensible. | |||
2017-06-13 | -Fixed occluder rendering, closes #8560 | Juan Linietsky | |
-Ability to smooth out 2D shadow filters | |||
2017-06-13 | Remove default shadow bias of 0.1 for spot and omni light, fixes #8654 | Juan Linietsky | |
2017-06-12 | Merge pull request #8835 from ippan/particles_shader_index | Juan Linietsky | |
add index to particles glsl |