summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #45855 from hoontee/fix-45718Rémi Verschelde2021-02-152-1/+5
|\ \ \
| * | | Implement CollisionPolygon3D marginhoontee2021-02-112-1/+5
* | | | [TextServer] Restore character and space extra spacing support.bruvzg2021-02-153-2/+76
| |/ / |/| |
* | | [CTL] Add missing font outline drawing routines and theme constants.bruvzg2021-02-1418-2/+107
| |/ |/|
* | Expose a `File.flush()` method to scriptingHugo Locurcio2021-02-131-1/+10
* | fixed typo in packedsceneEmily2021-02-111-1/+1
* | Merge pull request #45870 from gongpha/graphedit-connection-updateRémi Verschelde2021-02-111-0/+7
|\ \
| * | Update GraphEdit when GraphNode's slot is updatedKongfa Waroros2021-02-111-0/+7
| |/
* | Merge pull request #45846 from rcorre/importplugin_docRémi Verschelde2021-02-111-7/+5
|\ \ | |/ |/|
| * Clarify EditorImportPlugin.get_visible_name.Ryan Roden-Corrent2021-02-111-7/+5
* | Merge pull request #45797 from madmiraal/add-new-sdl-keywordsRémi Verschelde2021-02-081-1/+19
|\ \
| * | Add support for new SDL gamecontroller keywords.Marcel Admiraal2021-02-071-1/+19
* | | Merge pull request #43245 from HaSa1002/docs-objectRémi Verschelde2021-02-081-40/+200
|\ \ \
| * | | Docs: Object: Use new signal syntax and port to C#HaSa10022021-01-041-40/+200
* | | | doc: Sync classref with current sourceRémi Verschelde2021-02-085-16/+35
* | | | Improve the `SurfaceTool.generate_normals()` documentationHugo Locurcio2021-02-071-2/+2
| |/ / |/| |
* | | Merge pull request #45698 from KoBeWi/callables_are_love_callables_are_lifeRémi Verschelde2021-02-051-9/+5
|\ \ \
| * | | Change sort_custom/bsearch_custom to use Callableskobewi2021-02-041-9/+5
* | | | doc: Don't bind argument names with p_ prefixRémi Verschelde2021-02-042-8/+8
* | | | Merge pull request #42721 from Paulb23/update_syntax_highlighting_docsRémi Verschelde2021-02-046-1/+86
|\ \ \ \ | |/ / / |/| | |
| * | | Update SyntaxHighlighter documentationPaulb232020-10-116-1/+86
* | | | Merge pull request #45674 from Calinou/doc-file-endian-swapRémi Verschelde2021-02-031-2/+3
|\ \ \ \
| * | | | Improve the `File.endian_swap` documentationHugo Locurcio2021-02-021-2/+3
* | | | | Merge pull request #45593 from lyuma/audio_effect_captureRémi Verschelde2021-02-021-0/+75
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add AudioEffectCaptureLyuma2021-02-021-0/+75
* | | | | Replace ColorN and from HTML with a string constructorAaron Franke2021-02-011-1/+21
|/ / / /
* | | | Merge pull request #45137 from Calinou/doc-control-galleryRémi Verschelde2021-02-011-1/+2
|\ \ \ \
| * | | | Reference the control gallery image in the Control class documentationHugo Locurcio2021-01-291-1/+2
* | | | | Node::replace_by was not copying node properties - removed the dead code.nemerle2021-02-011-1/+2
* | | | | Merge pull request #45281 from Chaosus/vs_unifyRémi Verschelde2021-02-0116-162/+158
|\ \ \ \ \
| * | | | | Unified several visual shader nodesYuri Roubinsky2021-01-1816-162/+158
* | | | | | Docs: Fix TileMap::map_to_world descriptionkleonc2021-01-291-1/+1
* | | | | | docs: Add TreeItem method descriptionsJames Westman2021-01-281-1/+11
* | | | | | Unify URI encoding/decoding and add to C#Aaron Franke2021-01-283-36/+32
* | | | | | Make hex_to_int and bin_to_int handle the prefix automaticallyAaron Franke2021-01-281-9/+22
* | | | | | doc: Sync classref with current sourceRémi Verschelde2021-01-2813-43/+153
* | | | | | Merge pull request #43790 from Chaosus/rename_ord_atRémi Verschelde2021-01-271-9/+9
|\ \ \ \ \ \
| * | | | | | Renamed String.ord_at to unicode_atYuri Roubinsky2021-01-261-9/+9
* | | | | | | Added missed Button `font_hover_pressed_color` styleYuri Roubinsky2021-01-271-1/+4
* | | | | | | Reveals Button "icon_color" style properties to the userYuri Roubinsky2021-01-261-0/+15
|/ / / / / /
* | | | | | Merge pull request #44732 from Calinou/os-add-get-thread-caller-idRémi Verschelde2021-01-261-0/+8
|\ \ \ \ \ \
| * | | | | | Add an `OS.get_thread_caller_id()` methodHugo Locurcio2020-12-271-0/+8
* | | | | | | Merge pull request #44624 from Calinou/doc-array-hashRémi Verschelde2021-01-261-1/+2
|\ \ \ \ \ \ \