summaryrefslogtreecommitdiff
path: root/doc/classes
AgeCommit message (Collapse)Author
2021-04-16Import: Cleanup and optimize etcpak compression methodRémi Verschelde
Avoid unnecessary allocation of temporary buffers for each mip, and creates only one Image with the compressed data. Also renames variable and reorders code for clarity. Clarify that squish is now only used for decompression. Documented which formats can be decompressed in Image.
2021-04-15Merge pull request #47878 from clayjohn/rename-get_surface_materialRémi Verschelde
Rename get_surface_material to get_surface_override_material
2021-04-14Rename get_surface_material to get_surface_override_materialclayjohn
2021-04-14Merge pull request #47797 from kleonc/capsulemesh_docs_fixRémi Verschelde
Fix docs description for CapsuleMesh::mid_height
2021-04-12Document overriding project settings that have feature tagsHugo Locurcio
This non-obvious behavior can take a while to discover and fix, so it's important to mention it in the class reference.
2021-04-12Merge pull request #43180 from nathanfranke/node-configuration-arrayRémi Verschelde
Use Array for node configuration warnings
2021-04-12Merge pull request #47709 from KoBeWi/node_that_changes_everythingRémi Verschelde
Expose edit_node() for editor plugins
2021-04-11Use Array for node configuration warningsNathan Franke
Previously, the warnings were passed as a string and delimitation of which were hard coded at each implementation.
2021-04-12Expose edit_node() for editor pluginskobewi
2021-04-11Fix docs description for CapsuleMesh::mid_heightkleonc
2021-04-10Merge pull request #46340 from gongpha/various-color-pickerRémi Verschelde
Add Various ColorPicker shapes
2021-04-09Add missing color argument in forward_canvas_draw_over_viewport example.Anders Stenberg
2021-04-07Merge pull request #43900 from nathanfranke/fix-stream-peer-tcp-ambiguityRémi Verschelde
Improve Ambiguous StreamPeerTCP `set_no_delay` Documentation
2021-04-06Add Various ColorPicker shapesKongfa Waroros
2021-04-05Merge pull request #47622 from pycbouh/editor-plugins-expose-scaleRémi Verschelde
Expose editor scale to the plugin API
2021-04-05Expose editor scale to the plugin APIYuri Sizov
2021-04-05Merge pull request #47638 from RoniPerson/patch-1Rémi Verschelde
Added missing `:` in gdscript example for `TileMap` class reference.
2021-04-05Merge pull request #47631 from pycbouh/update-misformatted-docsRémi Verschelde
Fix misformatted documentation from recent PRs
2021-04-05Added missing `:` in gdscript example.RoniPerson
2021-04-04Fix misformatted documentation from #47435, #42827, #46991Yuri Sizov
2021-04-04Merge pull request #46273 from Chaosus/vs_commentRémi Verschelde
Added Comment node to Visual Shaders
2021-04-03Merge pull request #47452 from BastiaanOlij/xr_positional_tracker_refRémi Verschelde
Change XRPositionalTracker to a reference (master)
2021-04-01Merge pull request #46991 from madmiraal/rename-invert-reverseRémi Verschelde
Rename Array.invert() to Array.reverse()
2021-03-31Merge pull request #47252 from KoBeWi/themecideRémi Verschelde
Add methods to remove theme overrides
2021-03-31Merge pull request #44289 from bruvzg/ctl_gl_contoursRémi Verschelde
Expose dynamic font vector outlines to the GDScript.
2021-03-31Merge pull request #44951 from KoBeWi/documintRémi Verschelde
Complete the docs for primitive types
2021-03-31[Complex Text Layouts] Provide access to glyph contour points.bruvzg
2021-03-31Complete the docs for primitive typeskobewi
2021-03-30Implement Tabs minimum sizeGilles Roudière
2021-03-29Merge pull request #47457 from bruvzg/rtl_spacingRémi Verschelde
RichTextLabel: fix font extra spacing and style box size usage.
2021-03-29Use extra font spacing in the RichTextLabel line height calculation, and ↵bruvzg
stylebox size in the minimum size calculation.
2021-03-29Change XRPositionalTracker to a reference and better expose it to GDNativeBastiaan Olij
2021-03-29Merge pull request #47435 from madmiraal/rename-texture-get_dataRémi Verschelde
Rename Texture.get_data() to get_image()
2021-03-29doc: Sync classref with current sourceRémi Verschelde
2021-03-28Merge pull request #47428 from Calinou/doc-giprobe-sdfgi-leaksRémi Verschelde
Document how to avoid light leaks with GIProbe and SDFGI
2021-03-28Rename Texture.get_data() to get_image()Marcel Admiraal
2021-03-28Document how to avoid light leaks with GIProbe and SDFGIHugo Locurcio
2021-03-27Add a warning on using directory to access of imported filesskyace65
2021-03-26Merge pull request #47163 from bruvzg/macos_sandbox_file_dialogRémi Verschelde
FileDialog: add Back/Forward buttons, add message for inaccessible folders.
2021-03-25Fix ParticlesMaterial spreadMorris Tabor
2021-03-25Merge pull request #47251 from pycbouh/theme-more-useful-methodsRémi Verschelde
Add utility methods to Theme, improve error messages and documentation
2021-03-25doc: Sync classref with current sourceRémi Verschelde
2021-03-24Clarify that get_unix_time() returns secondskobewi
2021-03-23Merge pull request #42974 from skyace65/NavMesh2Rémi Verschelde
Document more NavigationMesh properties
2021-03-23Rename some more global enums (Key, Joy, MIDI)Aaron Franke
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-03-23FileDialog: add Back/Forward buttons, add message for inaccessible folders.bruvzg
2021-03-23Merge pull request #43366 from Calinou/doc-surfacetool-method-orderRémi Verschelde
Make the expected method calling order in SurfaceTool more explicit
2021-03-23Remove the clearing behavior from add_overridekobewi
2021-03-23Add methods to remove theme overrideskobewi