Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-08 | doc: Sync classref with current source | Rémi Verschelde | |
2019-11-07 | Merge pull request #33412 from Calinou/doc-httprequest-example | Rémi Verschelde | |
Add an HTTPRequest usage example to the class reference | |||
2019-11-07 | Added link to raycasting tutorial to RayCast/RayCast2D | Yuri Roubinsky | |
2019-11-07 | Add an HTTPRequest usage example to the class reference | Hugo Locurcio | |
This also adds a link to the "Making HTTP requests" tutorial. | |||
2019-11-07 | Merge pull request #32900 from willnationsdev/variant-docs | Rémi Verschelde | |
Updated Variant docs with more detailed info/tuts. | |||
2019-11-07 | Merge pull request #31209 from ReyAnthony/master | Rémi Verschelde | |
Added more details for set_drag_preview() | |||
2019-11-07 | Clarify that String.insert returns a copy | Rémi Verschelde | |
Supersedes and closes #32620. | |||
2019-11-07 | [Doc] Added more details for set_drag_preview() | Anthony Rey | |
2019-11-07 | Merge pull request #30556 from kawa-yoiko/astar-directed | Rémi Verschelde | |
Improve support for directed graphs in A*; docs update included | |||
2019-11-04 | Remove unused `editor/active` project setting | Hugo Locurcio | |
This closes #33322. | |||
2019-11-02 | Merge pull request #33261 from Jummit/document-tilemap | Rémi Verschelde | |
Finish TileMap documentation | |||
2019-11-02 | Merge pull request #33243 from Muller-Castro/BackBufferCopyDescription | Rémi Verschelde | |
Make BackBufferCopy's description more specific | |||
2019-11-02 | Merge pull request #33151 from thiagoamendola/doc_setpixelv | Rémi Verschelde | |
Add documentation for Image's set_pixelv method | |||
2019-11-02 | Add documentation for Image's set_pixelv method | Thiago Amendola | |
2019-11-02 | Code format for true/false/null to make documentation consistent | PouleyKetchoupp | |
2019-11-02 | finish TileMap docs | Jummit | |
2019-11-01 | Make BackBufferCopy's description more specific | Muller-Castro | |
The current description can be confusing for those who didn't mess with shaders yet and couldn't find SCREEN_TEXTURE and texture() in the SHIFT+F1 panel | |||
2019-11-01 | Merge pull request #33202 from nekomatata/text-edit-search-usability | Rémi Verschelde | |
Improved TextEdit search usability & documentation | |||
2019-11-01 | Merge pull request #33209 from Jummit/soft-body-tutorial | Rémi Verschelde | |
Link SoftBody tutorial in docs | |||
2019-11-01 | Merge pull request #33210 from nekomatata/pool-array-empty | Rémi Verschelde | |
Added empty() function to pool array types | |||
2019-11-01 | Merge pull request #33211 from drentsoft/os_midi_documentation_branch | Rémi Verschelde | |
Added documentation for the OS class MIDI functions. | |||
2019-11-01 | Merge pull request #33229 from Jummit/document-force_update_transform | Rémi Verschelde | |
Document force_update_transform | |||
2019-11-01 | document force_update_transform | Jummit | |
2019-11-01 | link SoftBody tutorial in docs and add ray_pickable property | Jummit | |
2019-10-31 | Added link to Area2D tutorial in documentation. | Derwent Ready (drentsoft) | |
2019-10-31 | Added documentation for the OS class MIDI functions. | Derwent Ready (drentsoft) | |
2019-10-31 | Added empty() function to pool array types | PouleyKetchoupp | |
2019-10-31 | Improved TextEdit search usability & documentation | PouleyKetchoupp | |
2019-10-31 | Merge pull request #33195 from conankzhang/doc-project-settings | Rémi Verschelde | |
Add descriptions to set_initial_value and set_setting. | |||
2019-10-30 | Add descriptions to set_initial_value and set_setting. | conankzhang | |
2019-10-30 | Add descriptions to clear and copy_theme. | conankzhang | |
2019-10-30 | [macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to ↵ | bruvzg | |
InputEventMouseMotion event. | |||
2019-10-30 | Merge pull request #33176 from conankzhang/doc-spatial-scale | Rémi Verschelde | |
Add descriptions to scale functions. | |||
2019-10-30 | Add descriptions to scale functions. | conankzhang | |
2019-10-30 | Add descriptions to setting and getting draw pass meshes. | conankzhang | |
2019-10-27 | Add "panel" style to PopupDialog | Michael Alexsander | |
2019-10-26 | Merge pull request #32748 from SamuelDeboni/doc-VisualShader | Rémi Verschelde | |
Added documentation for VisualShader | |||
2019-10-26 | doc: Sync classref with current source | Rémi Verschelde | |
2019-10-25 | Document `override.cfg` behavior in the ProjectSettings class | Hugo Locurcio | |
2019-10-24 | Document AnimationPlayer's quirks in regards to play updating on next ↵ | 20kdc | |
process & similar. (Squashed Edition) | |||
2019-10-23 | Merge pull request #32600 from cagdasc/3.2-auto-permission-manager | Rémi Verschelde | |
Add request defined permissions in AndroidManifest.xml | |||
2019-10-23 | Merge pull request #32994 from Calinou/http-document-body-length-caveats | Rémi Verschelde | |
Mention body length getter caveats in HTTPClient and HTTPRequest | |||
2019-10-22 | Add request permission automatically at android | Cagdas | |
2019-10-22 | Merge pull request #32940 from nekomatata/text-edit-clear-colors | Rémi Verschelde | |
TextEdit syntax highlighting fixes | |||
2019-10-22 | Mention body length getter caveats in HTTPClient and HTTPRequest | Hugo Locurcio | |
2019-10-22 | Merge pull request #32842 from LikeLakers2/animation-idx-to-track-idx | Rémi Verschelde | |
Changes the name of all parameters referring to track indices within Animation, to `track_idx` | |||
2019-10-22 | Merge pull request #32864 from nekomatata/rich-text-image-size | Rémi Verschelde | |
Support for resized images in RichTextLabel | |||
2019-10-22 | Merge pull request #32889 from nekomatata/node-update-config-warning | Rémi Verschelde | |
Expose Node::update_configuration_warning() to scripts | |||
2019-10-20 | TextEdit syntax highlighting fixes | PouleyKetchoupp | |
- Fixed visual update when using add_keyword_color(), add_color_region(), clear_colors() in scripts - More accurate description for clear_colors() in TextEdit documentation | |||
2019-10-18 | Updated Variant docs with more detailed info/tuts. | willnationsdev | |