summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2022-08-26Merge pull request #64223 from Calinou/taa-fxaa-use-negative-mipmap-lod-biasRémi Verschelde
Automatically use negative mipmap LOD bias when TAA and/or FXAA are enabled
2022-08-26Merge pull request #64928 from YuriSizov/editor-tooltip-or-not-tooltipRémi Verschelde
Remove Inspector tooltip hack that never actually worked
2022-08-26Merge pull request #64367 from Mickeon/rename-var-to-strRémi Verschelde
Rename `str2var` to `str_to_var` and similar
2022-08-26Merge pull request #64777 from bruvzg/extend_to_titleRémi Verschelde
[macOS] Extend editor contents to the window title bar for better space usage.
2022-08-26Merge pull request #64207 from bruvzg/rcsRémi Verschelde
[macOS export] Simplify code signing options, add support for rcodesign tool for signing and notarization.
2022-08-26Remove Inspector tooltip hack that never actually workedYuri Sizov
2022-08-26Merge pull request #64894 from fabriceci/remove-dynamic-bodies-nameRémi Verschelde
2022-08-26Merge pull request #54546 from KoBeWi/➖Rémi Verschelde
2022-08-26Rename `str2var` to `str_to_var` and similarMicky
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-26Merge pull request #64665 from Mickeon/rename-label-visibleRé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-26Easier setting properties of last TileMap layerkobewi
2022-08-26Restore RigidBody2/3D, SoftBody names in physicsfabriceci
2022-08-26Rename 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-26Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0Rémi Verschelde
2022-08-26Merge pull request #64243 from bruvzg/multiline_textmeshRémi Verschelde
2022-08-26Merge pull request #62771 from bruvzg/line_edit_trimRémi Verschelde
2022-08-26Merge pull request #62845 from AaronRecord/dont_update_theme_outside_of_treeRémi Verschelde
Refactor and remove excessive calls of `NOTIFICATION_THEME_CHANGED`
2022-08-26Merge pull request #64879 from TokageItLab/cubic-to-cubicintimeRémi Verschelde
Replace `Cubic` to `CubicInTime` in the animation track interpolation type
2022-08-26Rename ParticlesMaterial to ParticleProcessMaterialMicky
Also affects their file names, related classes and documentation.
2022-08-26Make Cubic to CubicInTime and reduce items in the track intrp typeSilc Renew
2022-08-25Refactor and remove excessive calls of `NOTIFICATION_THEME_CHANGED`Aaron Record
2022-08-25Merge pull request #53299 from Calinou/viewport-tweak-configuration-warningRémi Verschelde
2022-08-25Merge pull request #58530 from Calinou/os-remove-dump-memory-to-fileRémi Verschelde
Remove unimplemented `OS.dump_memory_to_file()` method
2022-08-25Automatically use negative mipmap LOD bias when TAA and/or FXAA are enabledHugo Locurcio
This improves texture sharpness when TAA and/or FXAA are enabled, without requiring manual user intervention.
2022-08-25Merge pull request #64891 from Calinou/doc-editorsettings-code-fontRémi Verschelde
Fix outdated mentions of default code font in EditorSettings documentation
2022-08-25Merge pull request #64804 from Mickeon/rename-path-progressRémi Verschelde
2022-08-25Merge pull request #64354 from Mickeon/rename-navigation-distanceRémi Verschelde
2022-08-25Merge pull request #64355 from Mickeon/rename-follow-viewportRémi Verschelde
2022-08-25Merge pull request #64824 from Mickeon/rename-polygon-invertRémi Verschelde
2022-08-25Fix outdated mentions of default code font in EditorSettings documentationHugo Locurcio
2022-08-25Merge pull request #64820 from Chaosus/shader_fix_varyingsRémi Verschelde
2022-08-25Merge pull request #64802 from benbot/masterRémi Verschelde
2022-08-25Allow using integer varyings with `flat` interpolation modifierYuri Rubinsky
2022-08-25Shorten variable names for moving platforms in CharacterBodyfabriceci
2022-08-25Merge pull request #64868 from timothyqiu/see-urlRémi Verschelde
Fix missing URL text in the classref
2022-08-25Merge pull request #64801 from clayjohn/plane-quadRémi Verschelde
Remove QuadMesh and add orientation parameter to PlaneMesh
2022-08-25Merge pull request #64781 from raulsntos/csharp_childrenRémi Verschelde
Add `includeInternal` to C# NodeExtensions and avoid printing errors in `GetChildOrNull`
2022-08-25Merge pull request #64829 from fabriceci/improve-monitor-contact-apiRémi Verschelde
Improves the API for monitoring contacts in RigidDynamicBody
2022-08-25Fix missing URL text in the classrefHaoyu Qiu
2022-08-24Remove QuadMesh and add orientation parameter to PlaneMeshclayjohn
2022-08-25Merge 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-24removes unused skeleton functions and stray comments in RigidDynamicBody3Dbenbot
2022-08-24Improves the API for monitoring contacts in RigidDynamicBodyfabriceci
2022-08-24Merge pull request #64734 from Mickeon/docs-percent-visibleMax Hilbrunner
Improve `percent_visible` and `visible_characters` description
2022-08-24Merge pull request #62988 from jtnicholl/animation_library_docsMax Hilbrunner
Add classref documentation for AnimationLibrary
2022-08-24Merge pull request #64793 from rburing/concave_area_docsMax Hilbrunner
Document behavior of areas with concave shapes
2022-08-24Merge pull request #64691 from TokageItLab/Quaternion-editorRémi Verschelde
2022-08-24Merge pull request #64082 from KoBeWi/array3kRémi Verschelde