summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2020-09-03Mention SubViewport.render_target_clear_mode property is intended for 2D usage.Yetizone
2020-09-02Updated PopupMenu documentation after merge of #41640 - PopupMenu reworkEric M
2020-09-01Merge pull request #40408 from Calinou/doc-font-missing-characterRémi Verschelde
Document missing character behavior when drawing text with fonts
2020-09-01Merge pull request #41668 from clayjohn/GLOW-HQRémi Verschelde
Add high quality glow mode
2020-09-01Merge pull request #41659 from umarcor/doc/FileDialog/warning-sandboxRémi Verschelde
doc/FileDialog: warn about access limitations in sandboxed apps
2020-09-01Merge pull request #41679 from Calinou/doc-projectsettings-name-user-dataRémi Verschelde
Document how renaming the project affects the user data path
2020-09-01Merge pull request #41641 from skyace65/TextEditRémi Verschelde
Document scroll horizontal and scroll vertical in text edit
2020-09-01Merge pull request #41677 from Calinou/doc-rigidbody-sleepingRémi Verschelde
Document RigidBodies in character mode never sleeping automatically
2020-09-01Merge pull request #40269 from Calinou/doc-animatedsprite2d-normal-specularRémi Verschelde
Document support for normal and specular maps in AnimatedSprite2D
2020-09-01Document how renaming the project affects the user data pathHugo Locurcio
2020-09-01Document RigidBodies in character mode never sleeping automaticallyHugo Locurcio
See #7996.
2020-09-01doc/FileDialog: warn about access limitations in sandboxed appsumarcor
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2020-09-01Document scroll horizontal and scroll vertical in text editskyace65
2020-09-01Document missing character behavior when drawing text with fontsHugo Locurcio
See #40405.
2020-09-01Merge pull request #41505 from SekoiaTree/neg-get-childRémi Verschelde
Made get_child support negative indexes
2020-09-01Made get_child support negative indexes, with documentationSekoiaTree
2020-08-31Add high quality glow modeclayjohn
2020-09-01Change Color HTML conversion from ARGB to RGBAAaron Franke
Also add support for 3 and 4 digit values in C#. Now it actually matches the HTML/CSS spec.
2020-08-31Merge pull request #40993 from Calinou/doc-collision-layer-maskRémi Verschelde
Reference the online documentation in collision layer/mask properties
2020-08-31Merge pull request #41048 from Calinou/doc-add-link-titlesRémi Verschelde
Add link titles for all links in the class reference
2020-08-31Reorder sprite h_frames & v_framesJonathan Vice
2020-08-31Add link titles for all links in the class referenceHugo Locurcio
This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.)
2020-08-31Merge pull request #41602 from Andy0903/option-button-signal-word-order-fixRémi Verschelde
OptionButton.xml word order fix
2020-08-31Merge pull request #41457 from KoBeWi/caRémi Verschelde
Explain editor usage of current_animation
2020-08-31Merge pull request #41012 from mrushyendra/cursor_openRémi Verschelde
Updated cursor positioning description for File open()
2020-08-31Merge pull request #40998 from Calinou/doc-httprequest-get-request-dataRémi Verschelde
Document HTTPRequest not supporting request data with GET method
2020-08-31Merge pull request #41018 from Calinou/doc-theme-constantsRémi Verschelde
Improve the documentation related to overriding GUI theme items
2020-08-31Merge pull request #41645 from akien-mga/classrefRémi Verschelde
doc: Sync classref with current source
2020-08-31Merge pull request #41077 from Calinou/doc-find-node-find-parentRémi Verschelde
Mention performance caveats about `find_node()` and `find_parent()`
2020-08-31doc: Sync classref with current sourceRémi Verschelde
2020-08-31Merge pull request #41638 from skyace65/TextureRémi Verschelde
Clarify get_data texture method
2020-08-31Merge pull request #40955 from Calinou/test-add-expressionRémi Verschelde
Add a test suite for Expression
2020-08-30Clarify get_data texture methodskyace65
2020-08-29Mention performance caveats about `find_node()` and `find_parent()`Hugo Locurcio
See https://github.com/godotengine/godot-proposals/issues/1303.
2020-08-29Explain editor usage of current_animationTomasz Chabora
2020-08-29OptionButton.xml word order fixAndreas Gustafsson
Change word order of 'Emitted the when...' into 'Emitted when the...'
2020-08-29Merge pull request #41521 from Calinou/doc-accelerometer-platformsRémi Verschelde
Document supported platforms for `Input.get_accelerometer()` and related
2020-08-29Merge pull request #41350 from skyace65/tilemapRémi Verschelde
Add defaults to tilemap set_cell function example
2020-08-29Document the GDScript debugger not supporting Thread yetHugo Locurcio
See https://github.com/godotengine/godot/issues/2446.
2020-08-29Document supported platforms for `Input.get_accelerometer()` and relatedHugo Locurcio
This closes #41303.
2020-08-28Merge pull request #41441 from YeldhamDev/input_docs_mouse_captureRémi Verschelde
State how 'MOUSE_MODE_CAPTURED' actually works in the 'Input' docs
2020-08-28Merge pull request #41507 from skyace65/AudioListenerRémi Verschelde
Mention listener node in AudioStreamPlayer3D description
2020-08-28State how 'MOUSE_MODE_CAPTURED' actually works in the 'Input' docsMichael Alexsander
2020-08-28Clarify that `KEY_BACK` is unrelated to the Back button on AndroidHugo Locurcio
This closes #19325.
2020-08-28Merge pull request #41573 from skyace65/ThreadRémi Verschelde
Add information to get thread id
2020-08-28Merge pull request #41566 from skyace65/TouchScreenButtonRémi Verschelde
Improve touch screen button description
2020-08-27Add information to get thread idskyace65
2020-08-27Improve touch screen button descriptionskyace65
2020-08-27Mention listener node in AudioStreamPlayer3D descriptionskyace65
2020-08-27Document where the center of mass is for RigidBody nodesskyace65