Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! 2020 has been a tough year for most of us personally, but a good year for Godot development nonetheless with a huge amount of work done towards Godot 4.0 and great improvements backported to the long-lived 3.2 branch. We've had close to 400 contributors to engine code this year, authoring near 7,000 commit! (And that's only for the `master` branch and for the engine code, there's a lot more when counting docs, demos and other first-party repos.) Here's to a great year 2021 for all Godot users 🎆 | |||
2020-12-29 | Consistently use normal_map | Marcel Admiraal | |
2020-11-26 | Added extra warning to VisualShaderNodeTexture + fix warning appearing | Yuri Roubinsky | |
2020-10-18 | Added VisualShaderNodeCurve to easy gather data from a CurveTexture | Yuri Roubinsky | |
2020-10-04 | Fix typo in VisualShaderNodeSample3D::generate_code | Yuri Roubinsky | |
2020-10-03 | Fix def parameter in Texture visual shader nodes for sky/particles modes | Yuri Roubinsky | |
2020-09-29 | Merge pull request #42078 from Chaosus/vs_rename_type | Rémi Verschelde | |
Renames Type to OpType in VisualShaderNodeMultiplyAdd | |||
2020-09-21 | Fix some bugs in visual shader editor | Yuri Roubinsky | |
2020-09-15 | Renames Type to OpType in VisualShaderNodeMultiplyAdd | Yuri Roubinsky | |
To prevent possible conflicts with C# and other languages. | |||
2020-09-11 | Fix triplanar texture code generation in visual shaders | Yuri Roubinsky | |
2020-09-10 | Added Texture3D to visual shaders | Yuri Roubinsky | |
2020-09-07 | Fix some broken visual shader nodes | Yuri Roubinsky | |
2020-09-05 | Cleanup constructor code in visual shader nodes | Yuri Roubinsky | |
2020-07-27 | Added default value for uniforms in visual shaders | Yuri Roubinsky | |
2020-07-27 | Optimize code generation for fresnel node in visual shaders | Yuri Roubinsky | |
2020-07-26 | Removes redundant code generation in VisualShaderNodeTextureUniform | Yuri Roubinsky | |
2020-07-10 | Added 'fma' function to shader language | Yuri Roubinsky | |
2020-06-19 | Added Texture2DArray support to visual shaders | Yuri Roubinsky | |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde | |
Using clang-tidy's `readability-braces-around-statements`. https://clang.llvm.org/extra/clang-tidy/checks/readability-braces-around-statements.html | |||
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | |
Which means that reduz' beloved style which we all became used to will now be changed automatically to remove the first empty line. This makes us lean closer to 1TBS (the one true brace style) instead of hybridating it with some Allman-inspired spacing. There's still the case of braces around single-statement blocks that needs to be addressed (but clang-format can't help with that, but clang-tidy may if we agree about it). Part of #33027. | |||
2020-05-10 | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde | |
Part of #33027. | |||
2020-05-05 | Added uniform qualifiers to visual shaders | Yuri Roubinsky | |
2020-02-26 | Add support for integer type in visual shaders | Yuri Roubinsky | |
2020-02-25 | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | |
- Renames PackedIntArray to PackedInt32Array. - Renames PackedFloatArray to PackedFloat32Array. - Adds PackedInt64Array and PackedFloat64Array. - Renames Variant::REAL to Variant::FLOAT for consistency. Packed arrays are for storing large amount of data and creating stuff like meshes, buffers. textures, etc. Forcing them to be 64 is a huge waste of memory. That said, many users requested the ability to have 64 bits packed arrays for their games, so this is just an optional added type. For Variant, the float datatype is always 64 bits, and exposed as `float`. We still have `real_t` which is the datatype that can change from 32 to 64 bits depending on a compile flag (not entirely working right now, but that's the idea). It affects math related datatypes and code only. Neither Variant nor PackedArray make use of real_t, which is only intended for math precision, so the term is removed from there to keep only float. | |||
2020-02-11 | Texture refactor | Juan Linietsky | |
-Texture renamed to Texture2D -TextureLayered as base now inherits 2Darray, cubemap and cubemap array -Removed all references to flags in textures (they will go in the shader) -Texture3D gone for now (will come back later done properly) -Create base rasterizer for RenderDevice, RasterizerRD | |||
2020-02-07 | Implemented hint_range for VisualShaderNodeScalarUniform | Yuri Roubinsky | |
2020-02-03 | Added missing '\n' in visual shader fresnel node code generation | Yuri Roubinsky | |
2020-02-01 | Few extra formatting fixes for visual shader node generation | Yuri Roubinsky | |
For 'If' and 'Switch' nodes | |||
2020-02-01 | Better visual shader code generation | Yuri Roubinsky | |
2020-01-27 | Added missed bracket to VisualShaderNodeCubeMap | Yuri Roubinsky | |
2020-01-27 | Fix VisualShaderNodeCubeMap generation | Yuri Roubinsky | |
2020-01-23 | Docs for some nodes in visual shader | Yuri Roubinsky | |
Fix typo in `VisualShaderNodeCompare.ComparisonType` name. | |||
2020-01-08 | Merge pull request #33817 from Chaosus/vs_fresnel | Yuri Roubinsky | |
Make Fresnel node in visual shaders to use default NORMAL/VIEW | |||
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it. | |||
2019-12-12 | Added missed enum constant VisualShaderNodeTexture::SOURCE_PORT | Yuri Roubinsky | |
2019-11-22 | Makes Fresnel node in visual shaders to use default NORMAL/VIEW | Yuri Roubinsky | |
2019-11-03 | Added sampler inputs for visual shaders | Yuri Roubinsky | |
2019-11-01 | Fix some crashes, overflows and using variables without values | Rafał Mikrut | |
2019-10-11 | [VShaders] Added sampler port to CubeMap, fixed parsing in expresssion s | Yuri Roubinsky | |
2019-10-10 | Uses LoD even if UV slot is not used in visual shader textures | Yuri Roubinsky | |
2019-10-09 | Makes cube maps to be works in visual shaders | Yuri Roubinsky | |
2019-10-03 | Makes Texture and TextureUniform in visual shaders to use UV by default | Yuri Roubinsky | |
2019-10-01 | Added sampler port type for visual shaders | Chaosus | |
2019-09-18 | Some formatting fixes in visual_shader_nodes.cpp | Yuri Rou | |
2019-09-05 | Removed useless code from Switch in visual shader | Chaosus89 | |
2019-09-03 | Some improvements for Switch node in visual shaders | Chaosus89 | |
2019-08-06 | Some improvements to Mix visual shader function | Yuri Roubinski | |
2019-08-01 | Fix outerProduct function in visual shaders | Chaosus | |
2019-07-19 | i18n: Sync translation template with current source | Rémi Verschelde | |
Fix a few typos in new strings. | |||
2019-07-15 | Merge pull request #30532 from Chaosus/vs_triplanar | Rémi Verschelde | |
Added triplanar uniform texture node to visual shaders |