Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-13 | Merge pull request #33591 from zaksnet/fix-string-docs-split | Rémi Verschelde | |
Fix split/rsplit docs | |||
2019-11-13 | Fix split/rsplit docs | Zak | |
2019-11-12 | Merge pull request #33576 from merumelu/doc-reload-current-scene | Rémi Verschelde | |
Doc: Add return values for SceneTree::reload_current_scene | |||
2019-11-12 | doc: PCKPacker class example code | IlyaStuurFedorov | |
2019-11-12 | Doc: Add return values for SceneTree::reload_current_scene | merumelu | |
2019-11-11 | doc: Sync classref with current source | Rémi Verschelde | |
2019-11-11 | Mention that `Dictionary.hash()` can be used for equality comparisons | Hugo Locurcio | |
See #27615. | |||
2019-11-11 | Merge pull request #33518 from BastiaanOlij/msaa_ext_modes | Rémi Verschelde | |
Add MSAA mode for Quest | |||
2019-11-11 | Add special external MSAA modes for GLES2 Rift S/Quest and OpenXR optimisation | Bastiaan Olij | |
2019-11-11 | Merge pull request #33453 from Calinou/expose-low-processor-mode-sleep-usec | Rémi Verschelde | |
Expose the `OS.low_processor_usage_mode_sleep_usec` property | |||
2019-11-11 | Merge pull request #33496 from QbieShay/spring-arm-doc | Rémi Verschelde | |
Added documentation for SpringArm doc | |||
2019-11-10 | Added documentation for SpringArm doc | QbieShay | |
2019-11-10 | Camera: Don't set default value for project_position | Rémi Verschelde | |
A z_depth of 0 returns the camera position, which is not really useful. This also makes the API breakage from 3.1 clearer as 3.1 code will now fail to compile, so users will have to adapt and use the new parameter. For the reference, in 3.1, the z_depth was hardcoded to the near plane. Closes #33493. | |||
2019-11-09 | Merge pull request #33464 from KoBeWi/backdroid | Rémi Verschelde | |
Clarify how to handle go back button on mobile | |||
2019-11-09 | Clarify how to handle go back button on mobile | Tomasz Chabora | |
2019-11-08 | Fix some small text mistakes | Tomasz Chabora | |
2019-11-08 | Expose the `OS.low_processor_usage_mode_sleep_usec` property | Hugo Locurcio | |
This makes it possible to change it at runtime in projects. | |||
2019-11-08 | doc: Sync classref with current source | Rémi Verschelde | |
Fix incomplete binding. | |||
2019-11-08 | Clarify shape_centered property | Gilles Roudière | |
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 | |