summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \
| * | | | | | Improve the `Array.hash()` documentationHugo Locurcio2020-12-231-1/+2
* | | | | | | Merge pull request #44678 from Calinou/doc-videoplayer-html5-performanceRémi Verschelde2021-01-261-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Document the expected low performance of VideoPlayer on HTML5Hugo Locurcio2020-12-251-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #45368 from Xrayez/doc-tilemap-collider-shape-metadataRémi Verschelde2021-01-261-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Document shape metadata for `TileMap`Andrii Doroshenko (Xrayez)2021-01-221-0/+1
* | | | | | | | Exposed find_next_valid_focus and find_prev_valid_focus.Nils Reid2021-01-261-0/+14
* | | | | | | | Merge pull request #45458 from Calinou/doc-array-push-pop-front-performanceRémi Verschelde2021-01-261-6/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | Document low performance of `Array.push_front()` and `Array.pop_front()`Hugo Locurcio2021-01-261-6/+14
* | | | | | | | | Merge pull request #44194 from madmiraal/fix-font_selected_colorRémi Verschelde2021-01-2618-66/+66
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Change themes *_color_* to *_*_colorMarcel Admiraal2021-01-2418-66/+66
* | | | | | | | | | Merge pull request #45398 from Calinou/doc-resource-name-usageRémi Verschelde2021-01-251-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Document a built-in use of `Resource.resource_name`Hugo Locurcio2021-01-231-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #45394 from rcorre/timer-cleanupRémi Verschelde2021-01-251-0/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Clarify that create_timer does not require cleanup.Ryan Roden-Corrent2021-01-251-0/+1
| |/ / / / / / / /
* / / / / / / / / Document that the high-level multiplayer API is only for Godot serversHugo Locurcio2021-01-252-2/+4
|/ / / / / / / /
* | | | | | | | Added SDF nodes to visual shaderYuri Roubinsky2021-01-185-0/+75
* | | | | | | | RichTextLabel: adds separate `get_total_x_count`, `get_visible_x_count` and `...bruvzg2021-01-181-1/+24
| |_|_|/ / / / |/| | | | | |