summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Correct the addition of a key and the duplication of a variable nameMarcel Admiraal2020-04-191-2/+2
| | | | in Dictionary class documentation.
* Merge pull request #37963 from Calinou/doc-dynamicfont-limitationsRémi Verschelde2020-04-171-0/+1
|\ | | | | Document DynamicFont limitations and a possible workaround
| * Document DynamicFont limitations and a possible workaroundHugo Locurcio2020-04-171-0/+1
| | | | | | | | This closes #30014.
* | Merge pull request #37953 from clayjohn/VULKAN-sky-sun-sizeRémi Verschelde2020-04-171-4/+1
|\ \ | | | | | | Add light size to Sky Shaders
| * | Add light size to Sky Shadersclayjohn2020-04-171-4/+1
| | |
* | | Merge pull request #37962 from Calinou/doc-image-size-limitsRémi Verschelde2020-04-172-0/+2
|\ \ \ | | | | | | | | Document image size limits
| * | | Document image size limitsHugo Locurcio2020-04-172-0/+2
| | |/ | |/| | | | | | | This closes #30238.
* / | Clarify that angles must be specified as radians in the documentationHugo Locurcio2020-04-172-0/+2
|/ / | | | | | | This closes #36356.
* / Made possible to specify where to dump the contents when loading a ".pck" fileMichael Alexsander2020-04-161-1/+3
|/
* Merge pull request #37047 from YeldhamDev/tabcontainer_doc_control_fixRémi Verschelde2020-04-161-2/+2
|\ | | | | Fix incorrect TabContainer documentation for 'get_tab_control()'
| * Fix incorrect TabContainer documentation for 'get_tab_control()'Michael Alexsander2020-03-142-4/+3
| |
* | Merge pull request #37747 from KoBeWi/cam2centerRémi Verschelde2020-04-161-1/+2
|\ \ | | | | | | Improve Camera2D documentation
| * | Improve Camera2D documentationTomasz Chabora2020-04-101-1/+2
| | |
* | | Merge pull request #37856 from Calinou/doc-basebutton-keep-pressed-outsideRémi Verschelde2020-04-161-0/+1
|\ \ \ | | | | | | | | Mention `keep_pressed_outside` caveat in the BaseButton documentation
| * | | Mention `keep_pressed_outside` caveat in the BaseButton documentationHugo Locurcio2020-04-131-0/+1
| | | | | | | | | | | | | | | | This closes #37790.
* | | | Merge pull request #37832 from Calinou/doc-improve-dictionaryRémi Verschelde2020-04-161-6/+16
|\ \ \ \ | | | | | | | | | | Improve the Dictionary class documentation
| * | | | Improve the Dictionary class documentationHugo Locurcio2020-04-121-6/+16
| | | | | | | | | | | | | | | | | | | | This closes https://github.com/godotengine/godot-docs/issues/3376.
* | | | | Merge pull request #37824 from nekomatata/rigid-body-force-docRémi Verschelde2020-04-161-2/+3
|\ \ \ \ \ | | | | | | | | | | | | More details in Rigid Body add_force documentation
| * | | | | More details in Rigid Body add_force documentationPouleyKetchoupp2020-04-121-2/+3
| | | | | |
* | | | | | Improve the AudioStreamSample class documentationHugo Locurcio2020-04-151-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | This closes #37915.
* | | | | | Merge pull request #37316 from nekomatata/physical-bone-settingsRémi Verschelde2020-04-142-1/+42
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Add PhysicalBone rotation, damping, axis lock & can sleep
| * | | | | Add PhysicalBone rotation, damping, axis lock & can sleepPouleyKetchoupp2020-04-142-1/+42
| | | | | |
* | | | | | Merge pull request #37749 from clayjohn/Vulkan-improved-ssRémi Verschelde2020-04-133-10/+25
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Add vogel filter and settings to soft shadows
| * | | | | Add proper quality settings to soft shadowsclayjohn2020-04-103-10/+25
| | | | | |
* | | | | | Fix OptionButton docs godotengine#36803Zak Grumbles2020-04-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * item_selected and item_focused docs incorrectly had 'id' as the parameter. Changed to 'index'. * Fix parameter name in ADD_SIGNAL callin code.
* | | | | | Merge pull request #37297 from dalexeev/doc_fileRémi Verschelde2020-04-101-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Improve the `File.store_{8,16,32,64}()` documentation
| * | | | | | Improve the `File.store_{8,16,32,64}()` documentationDanil Alexeev2020-03-251-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added information about the intervals of values that the functions `store_{8,16,32,64}()` can correctly write to the file.
* | | | | | | Merge pull request #37383 from WARIO-MDMA/godotphysics-renameRémi Verschelde2020-04-102-3/+3
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Rename "GodotPhysics" to "GodotPhysics{2D,3D}"
| * | | | | | Rename "GodotPhysics" to "GodotPhysics{2D,3D}"WARIO-MDMA2020-04-092-3/+3
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #37426 from pycbouh/docs-override-propertiesRémi Verschelde2020-04-101-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add more verbosity for property overrides in RST documentation
| * | | | | | Add more verbosity for property overrides in RST documentationYuri Sizov2020-03-301-1/+1
| | | | | | |
* | | | | | | Merge pull request #37482 from zak-grumbles/fix_dict_duplicate_docsRémi Verschelde2020-04-101-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Clarify Dictionary duplicate parameters in docs
| * | | | | | | Clarify Dictionary duplicate params godotengine#37162Zak Grumbles2020-04-021-1/+1
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | * Added additional clarification for the function of the 'deep' parameter in the Dictionary's `duplicate` method.
* | | | | | | Merge pull request #37566 from lucaslcode/clarify_autotileRémi Verschelde2020-04-101-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | clarify autotile_coord in docs
| * | | | | | | clarify autotile_coord in docslucaslcode2020-04-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | I had no idea what 'coordinate' meant in the context of autotiles, so just adding some clarification for future people who have the same problem.
* | | | | | | | Merge pull request #37699 from lupoDharkael/committing-typoRémi Verschelde2020-04-101-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | Replace is_commiting_action with is_committing_action
| * | | | | | | Replace is_commiting_action with is_committing_actionlupoDharkael2020-04-081-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Clarify documentation and indicate that rect_clip_content affects only ↵Markus Sauermann2020-04-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CanvasItem based nodes. Resolves #37683
* | | | | | | Renaming all ARVR nodes to XRBastiaan Olij2020-04-0910-57/+57
| | | | | | |
* | | | | | | Improve the CameraServer and CameraFeed class documentationsHugo Locurcio2020-04-082-7/+8
|/ / / / / / | | | | | | | | | | | | | | | | | | This closes https://github.com/godotengine/godot-docs/issues/3255.
* | | | | | i18n: Sync translate template for class referenceRémi Verschelde2020-04-074-9082/+66051
| | | | | | | | | | | | | | | | | | | | | | | | Adds initial fr.po translation for initialization on Weblate.
* | | | | | Merge pull request #37589 from Nannaquin/updatecolordocRémi Verschelde2020-04-071-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add reference of Color8 function to Color class documentation
| * | | | | | Add reference of Color8 function to Color class documentationNannaquin2020-04-051-1/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #37556 from KoBeWi/kill_get_indexRémi Verschelde2020-04-061-8/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove Node.get_position_in_parent()
| * | | | | | Remove Node.get_position_in_parent()Tomasz Chabora2020-04-061-8/+1
| | | | | | |
* | | | | | | Merge pull request #37391 from dreamsComeTrue/embedded-windows-modeRémi Verschelde2020-04-041-0/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Expose 'Embedded Windows Mode' as Editor and Project Settings
| * | | | | | Expose 'Embedded Windows Mode' as Editor and Project SettingsDominik 'dreamsComeTrue' Jasiński2020-04-031-0/+3
| | |_|/ / / | |/| | | |
* | | | | | Re-expose a simplified version of the stretch properties in SubViewportMichael Alexsander2020-04-031-14/+20
| |/ / / / |/| | | |
* | | | | Merge pull request #37505 from YeldhamDev/viewcont_renameRémi Verschelde2020-04-033-26/+26
|\ \ \ \ \ | | | | | | | | | | | | Rename ViewportContainer to SubViewportContainer
| * | | | | Rename ViewportContainer to SubViewportContainerMichael Alexsander2020-04-013-26/+26
| |/ / / /