Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #37963 from Calinou/doc-dynamicfont-limitations | Rémi Verschelde | 2020-04-17 | 1 | -0/+1 |
|\ | | | | | Document DynamicFont limitations and a possible workaround | ||||
| * | Document DynamicFont limitations and a possible workaround | Hugo Locurcio | 2020-04-17 | 1 | -0/+1 |
| | | | | | | | | This closes #30014. | ||||
* | | Merge pull request #37953 from clayjohn/VULKAN-sky-sun-size | Rémi Verschelde | 2020-04-17 | 1 | -4/+1 |
|\ \ | | | | | | | Add light size to Sky Shaders | ||||
| * | | Add light size to Sky Shaders | clayjohn | 2020-04-17 | 1 | -4/+1 |
| | | | |||||
* | | | Merge pull request #37962 from Calinou/doc-image-size-limits | Rémi Verschelde | 2020-04-17 | 2 | -0/+2 |
|\ \ \ | | | | | | | | | Document image size limits | ||||
| * | | | Document image size limits | Hugo Locurcio | 2020-04-17 | 2 | -0/+2 |
| | |/ | |/| | | | | | | | This closes #30238. | ||||
* / | | Clarify that angles must be specified as radians in the documentation | Hugo Locurcio | 2020-04-17 | 2 | -0/+2 |
|/ / | | | | | | | This closes #36356. | ||||
* / | Made possible to specify where to dump the contents when loading a ".pck" file | Michael Alexsander | 2020-04-16 | 1 | -1/+3 |
|/ | |||||
* | Merge pull request #37047 from YeldhamDev/tabcontainer_doc_control_fix | Rémi Verschelde | 2020-04-16 | 1 | -2/+2 |
|\ | | | | | Fix incorrect TabContainer documentation for 'get_tab_control()' | ||||
| * | Fix incorrect TabContainer documentation for 'get_tab_control()' | Michael Alexsander | 2020-03-14 | 2 | -4/+3 |
| | | |||||
* | | Merge pull request #37747 from KoBeWi/cam2center | Rémi Verschelde | 2020-04-16 | 1 | -1/+2 |
|\ \ | | | | | | | Improve Camera2D documentation | ||||
| * | | Improve Camera2D documentation | Tomasz Chabora | 2020-04-10 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #37856 from Calinou/doc-basebutton-keep-pressed-outside | Rémi Verschelde | 2020-04-16 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Mention `keep_pressed_outside` caveat in the BaseButton documentation | ||||
| * | | | Mention `keep_pressed_outside` caveat in the BaseButton documentation | Hugo Locurcio | 2020-04-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | This closes #37790. | ||||
* | | | | Merge pull request #37832 from Calinou/doc-improve-dictionary | Rémi Verschelde | 2020-04-16 | 1 | -6/+16 |
|\ \ \ \ | | | | | | | | | | | Improve the Dictionary class documentation | ||||
| * | | | | Improve the Dictionary class documentation | Hugo Locurcio | 2020-04-12 | 1 | -6/+16 |
| | | | | | | | | | | | | | | | | | | | | This closes https://github.com/godotengine/godot-docs/issues/3376. | ||||
* | | | | | Merge pull request #37824 from nekomatata/rigid-body-force-doc | Rémi Verschelde | 2020-04-16 | 1 | -2/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | More details in Rigid Body add_force documentation | ||||
| * | | | | | More details in Rigid Body add_force documentation | PouleyKetchoupp | 2020-04-12 | 1 | -2/+3 |
| | | | | | | |||||
* | | | | | | Improve the AudioStreamSample class documentation | Hugo Locurcio | 2020-04-15 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | This closes #37915. | ||||
* | | | | | | Merge pull request #37316 from nekomatata/physical-bone-settings | Rémi Verschelde | 2020-04-14 | 2 | -1/+42 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Add PhysicalBone rotation, damping, axis lock & can sleep | ||||
| * | | | | | Add PhysicalBone rotation, damping, axis lock & can sleep | PouleyKetchoupp | 2020-04-14 | 2 | -1/+42 |
| | | | | | | |||||
* | | | | | | Merge pull request #37749 from clayjohn/Vulkan-improved-ss | Rémi Verschelde | 2020-04-13 | 3 | -10/+25 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | Add vogel filter and settings to soft shadows | ||||
| * | | | | | Add proper quality settings to soft shadows | clayjohn | 2020-04-10 | 3 | -10/+25 |
| | | | | | | |||||
* | | | | | | Fix OptionButton docs godotengine#36803 | Zak Grumbles | 2020-04-10 | 1 | -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_file | Rémi Verschelde | 2020-04-10 | 1 | -0/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Improve the `File.store_{8,16,32,64}()` documentation | ||||
| * | | | | | | Improve the `File.store_{8,16,32,64}()` documentation | Danil Alexeev | 2020-03-25 | 1 | -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-rename | Rémi Verschelde | 2020-04-10 | 2 | -3/+3 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Rename "GodotPhysics" to "GodotPhysics{2D,3D}" | ||||
| * | | | | | | Rename "GodotPhysics" to "GodotPhysics{2D,3D}" | WARIO-MDMA | 2020-04-09 | 2 | -3/+3 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #37426 from pycbouh/docs-override-properties | Rémi Verschelde | 2020-04-10 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add more verbosity for property overrides in RST documentation | ||||
| * | | | | | | Add more verbosity for property overrides in RST documentation | Yuri Sizov | 2020-03-30 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #37482 from zak-grumbles/fix_dict_duplicate_docs | Rémi Verschelde | 2020-04-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Clarify Dictionary duplicate parameters in docs | ||||
| * | | | | | | | Clarify Dictionary duplicate params godotengine#37162 | Zak Grumbles | 2020-04-02 | 1 | -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_autotile | Rémi Verschelde | 2020-04-10 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | clarify autotile_coord in docs | ||||
| * | | | | | | | clarify autotile_coord in docs | lucaslcode | 2020-04-03 | 1 | -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-typo | Rémi Verschelde | 2020-04-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | Replace is_commiting_action with is_committing_action | ||||
| * | | | | | | | Replace is_commiting_action with is_committing_action | lupoDharkael | 2020-04-08 | 1 | -1/+1 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Clarify documentation and indicate that rect_clip_content affects only ↵ | Markus Sauermann | 2020-04-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CanvasItem based nodes. Resolves #37683 | ||||
* | | | | | | | Renaming all ARVR nodes to XR | Bastiaan Olij | 2020-04-09 | 10 | -57/+57 |
| | | | | | | | |||||
* | | | | | | | Improve the CameraServer and CameraFeed class documentations | Hugo Locurcio | 2020-04-08 | 2 | -7/+8 |
|/ / / / / / | | | | | | | | | | | | | | | | | | | This closes https://github.com/godotengine/godot-docs/issues/3255. | ||||
* | | | | | | i18n: Sync translate template for class reference | Rémi Verschelde | 2020-04-07 | 4 | -9082/+66051 |
| | | | | | | | | | | | | | | | | | | | | | | | | Adds initial fr.po translation for initialization on Weblate. | ||||
* | | | | | | Merge pull request #37589 from Nannaquin/updatecolordoc | Rémi Verschelde | 2020-04-07 | 1 | -1/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add reference of Color8 function to Color class documentation | ||||
| * | | | | | | Add reference of Color8 function to Color class documentation | Nannaquin | 2020-04-05 | 1 | -1/+2 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #37556 from KoBeWi/kill_get_index | Rémi Verschelde | 2020-04-06 | 1 | -8/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Remove Node.get_position_in_parent() | ||||
| * | | | | | | Remove Node.get_position_in_parent() | Tomasz Chabora | 2020-04-06 | 1 | -8/+1 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #37391 from dreamsComeTrue/embedded-windows-mode | Rémi Verschelde | 2020-04-04 | 1 | -0/+3 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Expose 'Embedded Windows Mode' as Editor and Project Settings | ||||
| * | | | | | | Expose 'Embedded Windows Mode' as Editor and Project Settings | Dominik 'dreamsComeTrue' Jasiński | 2020-04-03 | 1 | -0/+3 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Re-expose a simplified version of the stretch properties in SubViewport | Michael Alexsander | 2020-04-03 | 1 | -14/+20 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #37505 from YeldhamDev/viewcont_rename | Rémi Verschelde | 2020-04-03 | 3 | -26/+26 |
|\ \ \ \ \ | | | | | | | | | | | | | Rename ViewportContainer to SubViewportContainer | ||||
| * | | | | | Rename ViewportContainer to SubViewportContainer | Michael Alexsander | 2020-04-01 | 3 | -26/+26 |
| |/ / / / | |||||
* / / / / | doc: Sync classref with current source | Rémi Verschelde | 2020-04-03 | 6 | -17/+12 |
|/ / / / |