summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Adding Raycast3D custom debug shape thickness and colorjmb4622021-03-041-0/+7
* Remove trivial examples in the ItemList class documentationHugo Locurcio2021-03-031-20/+1
* Merge pull request #36202 from YeldhamDev/sprite_region_hideRémi Verschelde2021-03-021-1/+1
|\
| * Hide extra options from various nodes if they're not enabledMichael Alexsander2021-03-021-1/+1
* | Fix examples in Callable docskleonc2021-03-021-6/+6
|/
* Merge pull request #42007 from HaSa1002/callable-docsRémi Verschelde2021-03-011-1/+9
|\
| * Document missing Callable methodsHaSa10022021-03-011-1/+9
* | Merge pull request #46508 from rcorre/pathbakeRémi Verschelde2021-03-012-2/+2
|\ \
| * | Clarify Curve.get_closest_point uses baked points.Ryan Roden-Corrent2021-02-282-2/+2
| |/
* | Merge pull request #46534 from asmaloney/doc-styleboxflat-grammarRémi Verschelde2021-03-011-4/+4
|\ \
| * | Fix some grammar in StyleBoxFlat class docsAndy Maloney2021-02-281-4/+4
| |/
* / Logger: Cache 'flush_stdout_on_print' to improve performance, and works befor...Mateo Kuruk Miccino2021-02-281-0/+2
|/
* Merge pull request #46446 from Faless/js/4.x_jsdocRémi Verschelde2021-02-261-3/+8
|\
| * [HTML5] Add jsdoc2rst tool.Fabio Alessandrelli2021-02-261-3/+8
* | Fixes typo in Array::bsearch_custom docHaoyu Qiu2021-02-261-1/+1
|/
* Remove GDScript bindings for OS.get/set_exit_code, SceneTree.quit(<exit_code>...Emmanuel Leblond2021-02-252-6/+4
* Merge pull request #46416 from nekomatata/draw-collision-outline-optionRémi Verschelde2021-02-251-0/+3
|\
| * Added option in project settings to draw Shape2D outlinesPouleyKetchoupp2021-02-251-0/+3
* | Improve the `OS.get_environment()`/`OS.set_environment()` documentationHugo Locurcio2021-02-251-6/+9
* | Expose set_environment to GDScriptBastiaan Olij2021-02-251-0/+11
* | Merge pull request #46360 from nmrkr/drag-preview-crash-after-freeRémi Verschelde2021-02-241-1/+1
|\ \ | |/ |/|
| * Fix crash during drag if user freed the drag previewDelf Neumärker2021-02-241-1/+1
* | Merge pull request #46045 from bruvzg/text_server_bmp_createRémi Verschelde2021-02-242-0/+110
|\ \
| * | [Text Server] Restores bitmap font dynamic construction functions.bruvzg2021-02-152-0/+110
* | | Use a more specific type for Area2D/3D body signalsAaron Franke2021-02-242-8/+8
| |/ |/|
* | Merge pull request #45994 from Jummit/expose-edit-selectedRémi Verschelde2021-02-221-0/+7
|\ \
| * | expose edit_selected in TreeJummit2021-02-221-0/+7
* | | Merge pull request #45934 from angad-k/fix-smoothstep-function-documentationRémi Verschelde2021-02-221-1/+1
|\ \ \
| * | | fix minor issue in smooth step function's documentationAngad Kambli2021-02-131-1/+1
* | | | Merge pull request #46253 from asmaloney/docs-themeRémi Verschelde2021-02-221-1/+3
|\ \ \ \
| * | | | [docs] Clarification on theme's get_styleboxAndy Maloney2021-02-201-1/+3
* | | | | Document theming a SpinBox's backgroundHugo Locurcio2021-02-211-0/+1
* | | | | Document that Button doesn't interpret touch input (= no multitouch)Hugo Locurcio2021-02-212-1/+2
|/ / / /
* | | | Update documentation for the new ProcessModeAaron Franke2021-02-194-2/+11
* | | | Merge pull request #46194 from Calinou/os-delay-no-negativeRémi Verschelde2021-02-191-2/+2
|\ \ \ \
| * | | | Don't allow negative values for `OS.delay_usec()`/`OS.delay_msec()`Hugo Locurcio2021-02-181-2/+2
* | | | | Merge pull request #46221 from akien-mga/doc-sync-classrefRémi Verschelde2021-02-1942-435/+696
|\ \ \ \ \
| * | | | | doc: Sync classref with current sourceRémi Verschelde2021-02-1942-435/+696
* | | | | | Merge pull request #46219 from pycbouh/doc-editor-plugin-buildRémi Verschelde2021-02-191-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Add documentation for EditorPlugin's build methodYuri Sizov2021-02-191-0/+2
| |/ / / /
* | | | | Merge pull request #44737 from KoBeWi/touch_shape_screen_centered_buttonRémi Verschelde2021-02-191-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix shape_centered property in TouchScreenButtonkobewi2020-12-271-1/+1
* | | | | Move tablet driver API from OS to DisplayServer.bruvzg2021-02-183-24/+42
* | | | | Add animation_finished signal and fix frame_changed signal for AnimatedSprite3DJitesh2021-02-171-0/+5
* | | | | Added signed_angle_to for Vector3JestemStefan2021-02-161-1/+12
* | | | | Expose RichTextLabel selection to scriptPouleyKetchoupp2021-02-151-0/+21
* | | | | Merge pull request #45991 from goostengine/makerst-filterRémi Verschelde2021-02-151-3/+12
|\ \ \ \ \
| * | | | | makerst: Add an option to filter which XML classes to outputAndrii Doroshenko (Xrayez)2021-02-151-3/+12
* | | | | | Merge pull request #46028 from Beuc/patch-passbyRémi Verschelde2021-02-151-1/+2
|\ \ \ \ \ \
| * | | | | | doc: explain TouchScreenButton passby modeSylvain Beucler2021-02-151-1/+2
| | |_|_|_|/ | |/| | | |