Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-29 | Fix updating OccluderPolygon shapes | sakrel | |
2022-08-27 | Fix collision solving between world boundary and motion shape | Ricardo Buring | |
2022-08-26 | Merge pull request #64223 from Calinou/taa-fxaa-use-negative-mipmap-lod-bias | Rémi Verschelde | |
Automatically use negative mipmap LOD bias when TAA and/or FXAA are enabled | |||
2022-08-26 | Merge pull request #64367 from Mickeon/rename-var-to-str | Rémi Verschelde | |
Rename `str2var` to `str_to_var` and similar | |||
2022-08-26 | Merge pull request #64777 from bruvzg/extend_to_title | Rémi Verschelde | |
[macOS] Extend editor contents to the window title bar for better space usage. | |||
2022-08-26 | Rename `str2var` to `str_to_var` and similar | Micky | |
Affects the Math class, a good chunk of the audio code, and a lot of other miscellaneous classes, too. - `var2str` -> `var_to_str` - `str2var` -> `str_to_var` - `bytes2var` -> `bytes_to_var` - `bytes2var_with_objects` -> `bytes_to_var_with_objects` - `var2bytes` -> `var_to_bytes` - `var2bytes_with_objects` -> `var_to_bytes_with_objects` - `linear2db` -> `linear_to_db` - `db2linear` -> `db_to_linear` - `deg2rad` -> `deg_to_rad` - `rad2deg` -> `rad_to_deg` - `dict2inst` -> `dict_to_inst` - `inst2dict` -> `inst_to_dict` | |||
2022-08-26 | [macOS] Extend editor contents to the window titlebar for better space usage. | bruvzg | |
2022-08-26 | Restore RigidBody2/3D, SoftBody names in physics | fabriceci | |
2022-08-26 | Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0 | Rémi Verschelde | |
2022-08-26 | Rename ParticlesMaterial to ParticleProcessMaterial | Micky | |
Also affects their file names, related classes and documentation. | |||
2022-08-25 | Automatically use negative mipmap LOD bias when TAA and/or FXAA are enabled | Hugo Locurcio | |
This improves texture sharpness when TAA and/or FXAA are enabled, without requiring manual user intervention. | |||
2022-08-25 | Merge pull request #64749 from tefusion/fix_skeleton_editor_mesh_free_errors | Rémi Verschelde | |
Fix typo in RendererSceneCull which caused mesh_free errors | |||
2022-08-25 | Merge pull request #64354 from Mickeon/rename-navigation-distance | Rémi Verschelde | |
2022-08-25 | Merge pull request #64820 from Chaosus/shader_fix_varyings | Rémi Verschelde | |
2022-08-25 | Allow using integer varyings with `flat` interpolation modifier | Yuri Rubinsky | |
2022-08-25 | Merge pull request #64607 from RandomShaper/safe_audio_threading | Rémi Verschelde | |
2022-08-24 | Merge pull request #64082 from KoBeWi/array3k | Rémi Verschelde | |
2022-08-24 | Merge pull request #64346 from firefly2442/patch-1 | Rémi Verschelde | |
2022-08-24 | Replace Array return types with TypedArray 3 | kobewi | |
2022-08-24 | Merge pull request #64009 from KoBeWi/arrayy_lmao | Rémi Verschelde | |
Replace Array return types with TypedArray (part 2) | |||
2022-08-23 | Replace Array return types with TypedArray 2 | kobewi | |
2022-08-23 | Merge pull request #64719 from akien-mga/property-slasher | Rémi Verschelde | |
2022-08-23 | Merge pull request #63091 from MinusKube/editor-window-render-bug | Rémi Verschelde | |
2022-08-23 | Rename properties unnecessarily using slash (`/`) in their names | Rémi Verschelde | |
This is a legacy of Godot 2 days before the inspector had support for groups. "Properties" with a slash in their name can't be accessed from script unless using `set()`/`get()` so they were not actual properties as far as script languages are concerned. Part of #17558. | |||
2022-08-23 | Add font LCD sub-pixel anti-aliasing support. | bruvzg | |
2022-08-22 | Replace Array return types with TypedArray | kobewi | |
2022-08-22 | Fix typo in RendererSceneCull | tefusion | |
Frees skeleton 3d gizmo now correctly | |||
2022-08-22 | Merge pull request #64339 from YuriSizov/core-multilevel-validate-property | Rémi Verschelde | |
2022-08-22 | Merge pull request #60309 from The-O-King/oct | Rémi Verschelde | |
2022-08-22 | Make `_validate_property` a multilevel method | Yuri Sizov | |
2022-08-22 | Merge pull request #64343 from TokageItLab/priority-ph | Rémi Verschelde | |
2022-08-20 | Add Blendshape Support | Omar El Sheikh | |
Update the blendshape shader to decode/encode octahedral normals | |||
2022-08-20 | Merge pull request #64110 from Geometror/fix-light-shadow-off | Hugo Locurcio | |
2022-08-20 | Add `defined` keyword support to shader preprocessor | Yuri Rubinsky | |
2022-08-20 | Merge pull request #62046 from clayjohn/vertexless-draw | Max Hilbrunner | |
Allow creating meshes without vertex positions | |||
2022-08-20 | Fix OmniLight/SpotLight shadow opacity calculation | Hendrik Brucker | |
2022-08-19 | Remove requirement to have vertex positions when creating a mesh. Meshes can ↵ | clayjohn | |
now be constructed from an index buffer alone | |||
2022-08-19 | Merge pull request #63960 from bitsawer/fix-macro-expansion | Yuri Rubinsky | |
2022-08-19 | Merge pull request #64167 from clayjohn/screen-texture-hint | Max Hilbrunner | |
Add shader uniform hints for screen textures | |||
2022-08-19 | Merge pull request #64342 from clayjohn/DOF-scale | Max Hilbrunner | |
Properly scale depth in bokeh_dof effect | |||
2022-08-19 | Make audio thread control flags safe | Pedro J. Estébanez | |
2022-08-19 | Merge pull request #64459 from Chaosus/shader_elif | Yuri Rubinsky | |
2022-08-19 | Merge pull request #63950 from bruvzg/menu_bar3 | Max Hilbrunner | |
Implement MenuBar control to wrap Popup menus or native menu, use native menu for editor. | |||
2022-08-18 | Implement `MenuBar` control to wrap `PopupMenu`s or native menu, use native ↵ | bruvzg | |
menu for editor. | |||
2022-08-18 | Use a const ref for the bone AABB in rendering code | Aaron Franke | |
2022-08-18 | Merge pull request #64534 from YuriSizov/docs-navigation-takes-a-nap | Max Hilbrunner | |
Fix a typo in navigation server documentation | |||
2022-08-17 | Merge pull request #64416 from aaronfranke/aabb | Clay John | |
Don't try to merge unused bone AABBs in the rendering server | |||
2022-08-18 | Add collision weight to PhysicsBody for penetrations must be avoided | Silc Renew | |
Co-authored-by: Juan Linietsky <reduzio@gmail.com> | |||
2022-08-17 | Fix a typo in navigation server documentation | Yuri Sizov | |
2022-08-15 | Add `elif` directive to shader preprocessor | Yuri Rubinsky | |