Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-27 | Implement custom non-trivial shader functions | Patrick Exner | |
2022-08-27 | Merge pull request #64935 from YuriSizov/makerst-make-stable-link | Rémi Verschelde | |
Make cross-link generation more reliable in RST documentation | |||
2022-08-27 | Merge pull request #63249 from V-Sekai/animation_tree_editor_read_only | Rémi Verschelde | |
Add read-only mode to AnimationTreeEditor plugins | |||
2022-08-27 | Add linear/cubic angle interpolation to Animation interpolation type | Silc Renew | |
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 #64928 from YuriSizov/editor-tooltip-or-not-tooltip | Rémi Verschelde | |
Remove Inspector tooltip hack that never actually worked | |||
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 | Merge pull request #64207 from bruvzg/rcs | Rémi Verschelde | |
[macOS export] Simplify code signing options, add support for rcodesign tool for signing and notarization. | |||
2022-08-26 | Make cross-link generation more reliable in RST documentation | Yuri Sizov | |
2022-08-26 | Remove Inspector tooltip hack that never actually worked | Yuri Sizov | |
2022-08-26 | Merge pull request #64894 from fabriceci/remove-dynamic-bodies-name | Rémi Verschelde | |
2022-08-26 | Merge pull request #54546 from KoBeWi/➖ | Rémi Verschelde | |
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 | Merge pull request #64665 from Mickeon/rename-label-visible | Rémi Verschelde | |
2022-08-26 | [macOS] Extend editor contents to the window titlebar for better space usage. | bruvzg | |
2022-08-26 | [macOS export] Simplify code signing options, add support for rcodesign tool ↵ | bruvzg | |
for signing and notarization. | |||
2022-08-26 | Easier setting properties of last TileMap layer | kobewi | |
2022-08-26 | Restore RigidBody2/3D, SoftBody names in physics | fabriceci | |
2022-08-26 | Rename Label & RichTextLabel.`percent_visible` to `visible_ratio` | Micky | |
Also updates the documentation of both `visible_characters` and `visible_ratio` to, better describe what they do and improve consistency between the two Classes. | |||
2022-08-26 | Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0 | Rémi Verschelde | |
2022-08-26 | Merge pull request #64243 from bruvzg/multiline_textmesh | Rémi Verschelde | |
2022-08-26 | Merge pull request #62771 from bruvzg/line_edit_trim | Rémi Verschelde | |
2022-08-26 | Merge pull request #62845 from AaronRecord/dont_update_theme_outside_of_tree | Rémi Verschelde | |
Refactor and remove excessive calls of `NOTIFICATION_THEME_CHANGED` | |||
2022-08-26 | Merge pull request #64879 from TokageItLab/cubic-to-cubicintime | Rémi Verschelde | |
Replace `Cubic` to `CubicInTime` in the animation track interpolation type | |||
2022-08-26 | Rename ParticlesMaterial to ParticleProcessMaterial | Micky | |
Also affects their file names, related classes and documentation. | |||
2022-08-26 | Make Cubic to CubicInTime and reduce items in the track intrp type | Silc Renew | |
2022-08-25 | Refactor and remove excessive calls of `NOTIFICATION_THEME_CHANGED` | Aaron Record | |
2022-08-25 | Merge pull request #53299 from Calinou/viewport-tweak-configuration-warning | Rémi Verschelde | |
2022-08-25 | Merge pull request #58530 from Calinou/os-remove-dump-memory-to-file | Rémi Verschelde | |
Remove unimplemented `OS.dump_memory_to_file()` method | |||
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 #64891 from Calinou/doc-editorsettings-code-font | Rémi Verschelde | |
Fix outdated mentions of default code font in EditorSettings documentation | |||
2022-08-25 | Merge pull request #64804 from Mickeon/rename-path-progress | Rémi Verschelde | |
2022-08-25 | Merge pull request #64354 from Mickeon/rename-navigation-distance | Rémi Verschelde | |
2022-08-25 | Merge pull request #64355 from Mickeon/rename-follow-viewport | Rémi Verschelde | |
2022-08-25 | Merge pull request #64824 from Mickeon/rename-polygon-invert | Rémi Verschelde | |
2022-08-25 | Fix outdated mentions of default code font in EditorSettings documentation | Hugo Locurcio | |
2022-08-25 | Merge pull request #64820 from Chaosus/shader_fix_varyings | Rémi Verschelde | |
2022-08-25 | Merge pull request #64802 from benbot/master | Rémi Verschelde | |
2022-08-25 | Add read-only mode to AnimationTreeEditor plugins | SaracenOne | |
2022-08-25 | Allow using integer varyings with `flat` interpolation modifier | Yuri Rubinsky | |
2022-08-25 | Shorten variable names for moving platforms in CharacterBody | fabriceci | |
2022-08-25 | Merge pull request #64868 from timothyqiu/see-url | Rémi Verschelde | |
Fix missing URL text in the classref | |||
2022-08-25 | Merge pull request #64801 from clayjohn/plane-quad | Rémi Verschelde | |
Remove QuadMesh and add orientation parameter to PlaneMesh | |||
2022-08-25 | Merge pull request #64781 from raulsntos/csharp_children | Rémi Verschelde | |
Add `includeInternal` to C# NodeExtensions and avoid printing errors in `GetChildOrNull` | |||
2022-08-25 | Merge pull request #64829 from fabriceci/improve-monitor-contact-api | Rémi Verschelde | |
Improves the API for monitoring contacts in RigidDynamicBody | |||
2022-08-25 | Fix missing URL text in the classref | Haoyu Qiu | |
2022-08-24 | Remove QuadMesh and add orientation parameter to PlaneMesh | clayjohn | |
2022-08-25 | Merge pull request #61238 from ↵ | Rémi Verschelde | |
Calinou/particlesmaterial-add-fade-on-contact-collision-mode Add "Hide on Contact" collision mode to ParticlesMaterial | |||
2022-08-24 | removes unused skeleton functions and stray comments in RigidDynamicBody3D | benbot | |