Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-13 | Restore drag&drop textures in visual shaders | Yuri Roubinsky | |
2020-02-13 | Remove more deprecated methods and code | Rémi Verschelde | |
2020-02-13 | Remove obsolete GLES3 backend | Rémi Verschelde | |
Due to the port to Vulkan and complete redesign of the rendering backend, the `drivers/gles3` code is no longer usable in this state and is not planned to be ported to the new architecture. The GLES2 backend is kept (while still disabled and non-working) as it will eventually be ported to serve as the low-end renderer for Godot 4.0. Some GLES3 features might be selectively ported to the updated GLES2 backend if there's a need for them, and extensions we can use for that. So long, OpenGL driver bugs! | |||
2020-02-13 | Merge pull request #36172 from Chaosus/vs_custom_highend | Rémi Verschelde | |
Added virtual method to VisualShaderNodeCustom to enable high-end mark | |||
2020-02-13 | Merge pull request #36152 from Calinou/project-manager-rename-last-modified | Rémi Verschelde | |
Rename the "Last Modified" project list sorting option to "Last Edited" | |||
2020-02-13 | Merge pull request #36167 from Calinou/project-manager-disable-gles2 | Rémi Verschelde | |
Disable the GLES2 renderer option in the Project Manager | |||
2020-02-13 | Added virtual method to VisualShaderNodeCustom to enable high-end mark | Yuri Roubinsky | |
2020-02-13 | Disable the GLES2 renderer option in the Project Manager | Hugo Locurcio | |
It will be re-enabled once the GLES2 renderer is refactored to work in Godot 4.0. | |||
2020-02-12 | Added high-end (Vulkan) label to some functions in visual shader | Yuri Roubinsky | |
2020-02-12 | ObjectID converted to a structure, fixes many bugs where used incorrectly as ↵ | Juan Linietsky | |
32 bits. | |||
2020-02-12 | Rename the "Last Modified" project list sorting option to "Last Edited" | Hugo Locurcio | |
The `project.godot` file will always be modified when editing a project, but not when running it. This effectively makes the option sort by last edition date, rather than modification as is typically understood by users. This closes #36127. | |||
2020-02-12 | Changed in-text driver name to "Vulkan" | Teashrock | |
But it still requires a change of "driver_name" in backend itself. | |||
2020-02-12 | Merge pull request #36119 from YeldhamDev/tileeditor_concave_fixes | Rémi Verschelde | |
Fix problems with concave shapes in the TileSet editor | |||
2020-02-11 | Fix problems with concave shapes in the TileSet editor | Michael Alexsander | |
2020-02-11 | Don't flip screenshot. | K. S. Ernest (iFire) Lee | |
2020-02-11 | Vulkan: Move thirdparty code out of drivers, style fixes | Rémi Verschelde | |
- `vk_enum_string_helper.h` is a generated file taken from the SDK (Vulkan-ValidationLayers). - `vk_mem_alloc.h` is a library from GPUOpen: https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator | |||
2020-02-11 | Added normalmap guided roughness mipmap generator, and a global roughness ↵ | Juan Linietsky | |
limiter. | |||
2020-02-11 | Re-implemented screen space ambient occlusion | Juan Linietsky | |
2020-02-11 | DOF fully implemented, can be edited on the fly. | Juan Linietsky | |
2020-02-11 | Auto exposure re-implemented in Vulkan | Juan Linietsky | |
2020-02-11 | [Vulkan] Add repeat flag to texture preview checkerboard background | Yuri Roubinsky | |
2020-02-11 | Fix code formatting issues and VS compilation | Rémi Verschelde | |
Also temporarily disable multicheck build so that we get a full build even when there are style issues on Vulkan. Fixes #33356. | |||
2020-02-11 | Several fixes to GIProbes | Juan Linietsky | |
2020-02-11 | More GIProbe work and fixes | Juan Linietsky | |
2020-02-11 | Fix Vector3 ambiguities and out of bounds init. | bruvzg | |
2020-02-11 | Fixed display menu visualizations. | Juan Linietsky | |
2020-02-11 | GIProbes working. | Juan Linietsky | |
2020-02-11 | Fixes to Basis Universal. | Juan Linietsky | |
2020-02-11 | Rewritten StreamTexture for better code reuse, added basis universal support | Juan Linietsky | |
2020-02-11 | Untested support for compute shaders | Juan Linietsky | |
2020-02-11 | Visual GPU profiler and related profiling support in Vulkan. | Juan Linietsky | |
2020-02-11 | Proper texture reloading (was broken). | Juan Linietsky | |
2020-02-11 | Modernized default 3D material, fixes material bugs. | Juan Linietsky | |
2020-02-11 | Several fixes to 3D rendering, and multimesh implementation. | Juan Linietsky | |
2020-02-11 | Environment sky more or less working. | Juan Linietsky | |
2020-02-11 | Base 3D engine done, still untested, though. | Juan Linietsky | |
2020-02-11 | Merge pull request #29993 from bruvzg/vulkan | Rémi Verschelde | |
Initial Vulkan support for macOS (MoltenVK) and Windows | |||
2020-02-11 | Add static Vulkan loader. | bruvzg | |
Initial Vulkan support for Windows. Initial Vulkan support for macOS. | |||
2020-02-11 | Added a spinlock template as well as a thread work pool class. | Juan Linietsky | |
Also, optimized shader compilation to happen on threads. | |||
2020-02-11 | Changes to material required to add custom shaders in RD renderer | Juan Linietsky | |
2020-02-11 | Fix crash on import. | Juan Linietsky | |
2020-02-11 | Bugfixes and ability to better specify filter and repeat modes everywhere. | Juan Linietsky | |
Removes antialiased flag for draw_* methods. | |||
2020-02-11 | A lot of progress with canvas rendering, still far from working. | Juan Linietsky | |
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-11 | Merge pull request #36086 from KoBeWi/TOOL_MOVE_move | Rémi Verschelde | |
Allow to use arrow keys with TOOL_MOVE | |||
2020-02-11 | Fix selectable locked items | Tomasz Chabora | |
2020-02-10 | Allow to use arrow keys with TOOL_MOVE | Tomasz Chabora | |
2020-02-10 | Merge pull request #36085 from YeldhamDev/rip_animationtreeplayer_press_f | Rémi Verschelde | |
Remove AnimationTreePlayer node | |||
2020-02-10 | Remove AnimationTreePlayer node | Michael Alexsander | |
2020-02-10 | Fixes a crash in the 2D editor | Gilles Roudière | |