summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-018-42/+1412
* Merge pull request #52684 from Frixuu/masterRémi Verschelde2021-10-011-0/+8
|\
| * Allow for mapping keycodes to current layoutFrixuu2021-09-211-0/+8
* | Allow shortcuts to have any number of bindings. Updated UI as required.Eric M2021-10-012-10/+10
* | Merge pull request #52850 from mashumafi/vector-bsearchRémi Verschelde2021-10-019-0/+81
|\ \
| * | Implement bsearch for Vector and Packed*Arraymashumafi2021-09-309-0/+81
* | | Merge pull request #53277 from YeldhamDev/tabs_renamingRémi Verschelde2021-10-011-13/+13
|\ \ \
| * | | Rename some elements of `Tabs`Michael Alexsander2021-09-301-13/+13
* | | | Merge pull request #53266 from nekomatata/remove-shape-metadataCamille Mohr-Daurat2021-09-305-42/+0
|\ \ \ \
| * | | | Remove shape metadata from 2D physics serverPouleyKetchoupp2021-09-305-42/+0
* | | | | Merge pull request #53076 from zacryol/dict-typo-fixMax Hilbrunner2021-09-301-6/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix typo with example variable name in Dictionary docs, and fix error in C# e...zacryol2021-09-261-6/+5
* | | | | Merge pull request #53197 from nekomatata/fix-motion-direction-in-slopeCamille Mohr-Daurat2021-09-301-10/+11
|\ \ \ \ \
| * | | | | Fix motion direction in slope for CharacterBody3DPouleyKetchoupp2021-09-301-10/+11
* | | | | | Merge pull request #53149 from fabriceci/port-move-and-slide-3D-new-changesCamille Mohr-Daurat2021-09-301-6/+43
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add latest changes added in the 3D versionfabriceci2021-09-301-6/+43
* | | | | | Merge pull request #53254 from Calinou/node-rename-filenameRémi Verschelde2021-09-301-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Rename Node's `filename` property to `scene_file_path` for clarityHugo Locurcio2021-09-301-3/+3
* | | | | | Merge pull request #52874 from Calinou/doc-ease-smoothstepRémi Verschelde2021-09-301-1/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Improve the documentation for `ease()` and `smoothstep()`Hugo Locurcio2021-09-201-1/+14
| | |_|_|/ | |/| | |
* | | | | Clarify what the `Node.filename` property containsHugo Locurcio2021-09-301-1/+1
* | | | | Merge pull request #53228 from timothyqiu/dict-eraseRémi Verschelde2021-09-291-1/+2
|\ \ \ \ \
| * | | | | Fix doc for Dictionary.eraseHaoyu Qiu2021-09-301-1/+2
* | | | | | Merge pull request #52724 from groud/improve_tilemap_physicsRémi Verschelde2021-09-292-0/+48
|\ \ \ \ \ \
| * | | | | | Improve TileMap physics for moving platforms and conveyor belts like movementsGilles Roudière2021-09-292-0/+48
* | | | | | | Merge pull request #53178 from Calinou/doc-sin-cos-degreesRémi Verschelde2021-09-291-27/+29
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Document how to use degrees with `sin()` and `cos()`Hugo Locurcio2021-09-291-27/+29
* | | | | | | Merge pull request #53217 from Faless/ext/fix_pointer_infoRémi Verschelde2021-09-293-6/+6
|\ \ \ \ \ \ \
| * | | | | | | Fix const pointers types in docs and extension API.Fabio Alessandrelli2021-09-293-6/+6
| |/ / / / / /
* | | | | | | Implement override of get_message and get_plural_messageO01eg2021-09-291-0/+18
* | | | | | | Merge pull request #53000 from Chaosus/lineedit_expose_selection_methodsRémi Verschelde2021-09-291-0/+18
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add selection getter methods to `LineEdit` Yuri Roubinsky2021-09-241-0/+18
* | | | | | | Merge pull request #52754 from nekomatata/dynamic-body-modesCamille Mohr-Daurat2021-09-284-36/+38
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Clarify RigidDynamicBody modesPouleyKetchoupp2021-09-164-36/+38
* | | | | | | Set stop on slope on by default on CharacterBody.fabriceci2021-09-282-2/+2
* | | | | | | Merge pull request #53174 from fabriceci/apply-delta-move-and-collideCamille Mohr-Daurat2021-09-282-8/+12
|\ \ \ \ \ \ \
| * | | | | | | Apply delta in move and collidefabriceci2021-09-282-8/+12
| | |_|/ / / / | |/| | | | |
* / | | | | | Sync to physics true by default for AnimatableBodyfabriceci2021-09-282-2/+2
|/ / / / / /
* | | | | | Merge pull request #52481 from Faless/net/4.x_native_peersFabio Alessandrelli2021-09-284-2/+184
|\ \ \ \ \ \
| * | | | | | [Net/Docs] Update extensions documentation.Fabio Alessandrelli2021-09-244-2/+184
* | | | | | | Merge pull request #53040 from pycbouh/docs-color-picker-and-buttonRémi Verschelde2021-09-282-0/+2
|\ \ \ \ \ \ \
| * | | | | | | Add usability notes to ColorPicker and ColorPickerButton descriptionsYuri Sizov2021-09-252-0/+2
* | | | | | | | Merge pull request #52953 from nekomatata/fix-collision-recovery-depthRémi Verschelde2021-09-283-5/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Improved logic for CharacterBody collision recovery depthPouleyKetchoupp2021-09-273-5/+1
* | | | | | | | | Merge pull request #53053 from LATRio/callable_in_thread_startRémi Verschelde2021-09-281-5/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use Callable in Thread::startLATRio2021-09-251-5/+4
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | [macOS, sandbox] Add export option to embed and sign helper executables.bruvzg2021-09-271-0/+2
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge pull request #52855 from Calinou/engine-editor-hint-getter-onlyRémi Verschelde2021-09-251-11/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove `Engine.editor_hint` in favor of `Engine.is_editor_hint()`Hugo Locurcio2021-09-201-11/+14
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #51518 from Calinou/doc-network-android-permissionRémi Verschelde2021-09-2512-1/+12
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |