summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |/ /
* / / doc: Sync classref with current sourceRémi Verschelde2020-04-036-17/+12
|/ /
* | Merge pull request #35765 from clayjohn/masterRémi Verschelde2020-03-311-3/+12
|\ \ | | | | | | Add a method to retrieve active material from MeshInstance
| * | Add a method to retrieve active material from MeshInstanceclayjohn2020-03-301-3/+12
| | |
* | | Merge pull request #37442 from YeldhamDev/subviewport_registerRémi Verschelde2020-03-311-0/+51
|\ \ \ | | | | | | | | Register SubViewport class
| * | | Register SubViewport classMichael Alexsander2020-03-301-0/+51
| | | |
* | | | doc: Sync classref with DisplayServer/Window changesRémi Verschelde2020-03-3124-1057/+1676
| | | |
* | | | Clarify docs for Thread.start() godotengine#36032Zak Grumbles2020-03-301-1/+1
| |/ / |/| | | | | | | | | | | * Updated docs for Thread.start() to specify that the method argument must accept one parameter.
* | | Merge pull request #37445 from nekomatata/hook-makerst-fixRémi Verschelde2020-03-311-1/+1
|\ \ \ | |/ / |/| | Fixed errors in makerst pre-commit hook
| * | Fixed errors in makerst pre-commit hookPouleyKetchoupp2020-03-311-1/+1
| | |
* | | Merge pull request #37436 from akien-mga/doc-node-renamesRémi Verschelde2020-03-30139-892/+864
|\ \ \ | |/ / |/| | doc: Update classref with node renames
| * | doc: Update classref with node renamesRémi Verschelde2020-03-30139-892/+864
| | | | | | | | | | | | A few extra renames for classes which were missed in last week's PRs.
* | | SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-304-398/+488
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configured for a max line length of 120 characters. psf/black is very opinionated and purposely doesn't leave much room for configuration. The output is mostly OK so that should be fine for us, but some things worth noting: - Manually wrapped strings will be reflowed, so by using a line length of 120 for the sake of preserving readability for our long command calls, it also means that some manually wrapped strings are back on the same line and should be manually merged again. - Code generators using string concatenation extensively look awful, since black puts each operand on a single line. We need to refactor these generators to use more pythonic string formatting, for which many options are available (`%`, `format` or f-strings). - CI checks and a pre-commit hook will be added to ensure that future buildsystem changes are well-formatted.
* | Merge pull request #37259 from Calinou/doc-editorfeatureprofileRémi Verschelde2020-03-261-0/+21
|\ \ | | | | | | Document the EditorFeatureProfile class
| * | Document the EditorFeatureProfile classHugo Locurcio2020-03-231-0/+21
| | |
* | | SCons: Drop support for Python 2Rémi Verschelde2020-03-251-7/+0
| | | | | | | | | | | | | | | | | | We now require SCons 3.0+ (first version with Python 3 support), and we set min required Python 3 version to 3.5 (3.4 and earlier are EOL).
* | | Merge pull request #33508 from nekomatata/object-has-signalRémi Verschelde2020-03-231-1/+10
|\ \ \ | |/ / |/| | Added has_signal method for Object
| * | Added has_signal method for ObjectPouleyKetchoupp2020-03-231-1/+10
| | |
* | | Merge pull request #37179 from clayjohn/VULKAN-sky-shaderRémi Verschelde2020-03-228-97/+124
|\ \ \ | | | | | | | | Implement Sky Shaders
| * | | Working sky shader implementationclayjohn2020-03-218-97/+124
| | | |
* | | | i18n: Generate translation template for class referenceRémi Verschelde2020-03-203-0/+58051
| | | |
* | | | i18n: Add Makefile to extract classref stringsRémi Verschelde2020-03-202-9/+36
| | | | | | | | | | | | | | | | | | | | | | | | Change extract script `path` argument to support specifying multiple paths, like `makerst.py`. This prevents parsing invalid XML files while scanning the whole repository.
* | | | i18n: Add header strings to translation catalogRémi Verschelde2020-03-201-5/+26
| |/ / |/| |
* | | Merge pull request #37114 from ThakeeNathees/translation-catalog-makerRémi Verschelde2020-03-201-0/+239
|\ \ \ | |/ / |/| | Add script to generate translation catalog for the class reference
| * | Add script to generate translation catalog for the class referenceThakee Nathees2020-03-191-0/+239
| | | | | | | | | | | | Fixes #37109.
* | | Merge pull request #37133 from theoway/DocEditRémi Verschelde2020-03-191-1/+2
|\ \ \ | | | | | | | | Doc edit at InputEventMouseMotion
| * | | Doc edit at InputEventMouseMotionUmang Kalra2020-03-191-1/+2
| | | | | | | | | | | | | | | | Doc edit
* | | | Merge pull request #37039 from Chaosus/astar2d_costRémi Verschelde2020-03-191-0/+24
|\ \ \ \ | | | | | | | | | | Implements estimate/compute_cost for AStar2D
| * | | | Implements estimate/compute_cost for AStar2DYuri Roubinsky2020-03-141-0/+24
| | |_|/ | |/| |
* | | | Merge pull request #37113 from KoBeWi/to_enable_or_not_to_enableRémi Verschelde2020-03-182-0/+2
|\ \ \ \ | |_|/ / |/| | | Fix visibility enabler flag toggling
| * | | Fix visibility enabler flag togglingTomasz Chabora2020-03-172-0/+2
| | | |
* | | | doc: Sync classref with current sourceRémi Verschelde2020-03-186-23/+22
|/ / / | | | | | | | | | Fix wrong binding after #37111.
* | | Merge pull request #37111 from RandomShaper/imvu/unexpose_include_driveRémi Verschelde2020-03-171-3/+0
|\ \ \ | | | | | | | | Remove meaningless parameter from bindings
| * | | Remove meaningless parameter from bindingsPedro J. Estébanez2020-03-171-3/+0
| | | |
* | | | Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For us, it practically only changes the fact that `A<A<int>>` is now used instead of the C++03 compatible `A<A<int> >`. Note: clang-format 10+ changed the `Standard` arguments to fully specified `c++11`, `c++14`, etc. versions, but we can't use `c++17` now if we want to preserve compatibility with clang-format 8 and 9. `Cpp11` is still supported as deprecated alias for `Latest`.
* | | | Merge pull request #36491 from AndreaCatania/edit_node_anim_state_macRémi Verschelde2020-03-161-0/+11
|\ \ \ \ | |_|/ / |/| | | Added new method to edit an already added node to anim state machine
| * | | Added new method to replace an already added node to the animation state machineAndrea Catania2020-03-161-0/+11
| | | |
* | | | doc: Sync classref with current sourceRémi Verschelde2020-03-134-6/+12
| | | |
* | | | Add LOTS of missing docsTomasz Chabora2020-03-1359-2/+332
| |/ / |/| |
* | | Improve the `Input.set_use_accumulated_input()` documentationHugo Locurcio2020-03-121-1/+2
| |/ |/|