Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-12 | doc: Sync classref with current source | Rémi Verschelde | |
Lots of internal API changes and some docstrings were lost in the conversion. I manually salvaged many of them but for all the rendering-related ones, an additional pass is needed. Added missing enum bindings in BaseMaterial3D and VisualServer. | |||
2020-02-11 | A lot of progress with canvas rendering, still far from working. | Juan Linietsky | |
2020-02-11 | Merge pull request #36072 from RandomShaper/imvu/configfile_parse | Rémi Verschelde | |
Add ConfigFile::parse() | |||
2020-02-10 | Merge pull request #34776 from AndreaCatania/nav_pr | Rémi Verschelde | |
Integrated the new `NavigationServer` and `NavigationServer2D` | |||
2020-02-10 | Documented the new NavigationServer and all its associated nodes (2D and 3D) | Duroxxigar | |
2020-02-10 | Allow per pixel transparency in javascript platform | muiroc | |
2020-02-10 | Add ConfigFile::parse() | Pedro J. Estébanez | |
2020-02-09 | Merge pull request #35858 from MostafaMTH/doc_editor_inspector | Rémi Verschelde | |
Brief and Description for Editor Inspector | |||
2020-02-09 | Merge pull request #35808 from clayjohn/unexpose-compress-base | Rémi Verschelde | |
Unexpose ARRAY_COMPRESS_BASE | |||
2020-02-09 | Merge pull request #35814 from timothyqiu/line-edit-shortcut | Rémi Verschelde | |
Adds CTRL-A CTRL-E support to LineEdit on macOS | |||
2020-02-09 | doc: Sync classref with current source | Rémi Verschelde | |
2020-02-08 | Update EditorSceneImporterAssimp description to reflect current status | Hugo Locurcio | |
2020-02-07 | Merge pull request #35950 from Chaosus/vs_scalar_uniform_range | Rémi Verschelde | |
Implemented hint_range for VisualShaderNodeScalarUniform | |||
2020-02-07 | Merge pull request #35925 from seenloitering/doc-Skeleton2D | Rémi Verschelde | |
Add documentation for Skeleton2D | |||
2020-02-07 | Implemented hint_range for VisualShaderNodeScalarUniform | Yuri Roubinsky | |
2020-02-07 | Completes doc for ItemList and Tree | Haoyu Qiu | |
2020-02-06 | Fixed Grammer | Yuri Roubinsky | |
2020-02-05 | Merge pull request #35911 from clayjohn/DOCS-misc3 | Rémi Verschelde | |
Finish documenting BakedLightmap and TextureLayered | |||
2020-02-05 | Finish documenting BakedLightmap and TextureLayered | clayjohn | |
2020-02-05 | Merge pull request #35807 from Calinou/improve-doc-status-output | Rémi Verschelde | |
Improve the `doc_status.py` console output | |||
2020-02-05 | Add documentation for Skeleton2D | seenloitering | |
Signal bone_setup_changed remains undocumented. I took a quick look at the cpp code, but its purpose remained unclear to me. If anyone can steer me in the right direction, I'm happy to flesh this out. | |||
2020-02-05 | Completes doc for button classes | Haoyu Qiu | |
2020-02-01 | Merge pull request #35809 from clayjohn/DOCS-update-version | Rémi Verschelde | |
Update docs to version 4.0 | |||
2020-02-01 | Adds CTRL-A CTRL-E support to LineEdit on macOS | Haoyu Qiu | |
2020-01-31 | Update docs to version 4.0 | clayjohn | |
2020-01-31 | Unexpose ARRAY_COMPRESS_BASE | clayjohn | |
2020-02-01 | Improve the `doc_status.py` console output | Hugo Locurcio | |
- Duplicate the header when the `-a` flag is enabled. Since lots of items are displayed in this case, this helps the user remember which column is which without having to scroll back to the top. - Bolden the overall percentages for easier visual grepping. | |||
2020-01-31 | doc: Add an example for `Array.sort()` | Hugo Locurcio | |
This may help people understand the difference between alphabetical and natural order more quickly. | |||
2020-01-31 | Merge pull request #35790 from Calinou/doc-animationplayer-vs-tween | Rémi Verschelde | |
doc: Add a short AnimationPlayer versus Tween comparison | |||
2020-01-31 | doc: Add a short AnimationPlayer versus Tween comparison | Hugo Locurcio | |
Many newcomers are confused about which one to choose for animating properties. This should help clarify the situation with regards to AnimationPlayer versus Tween. | |||
2020-01-31 | Improve the CheckBox and CheckButton class documentations | Hugo Locurcio | |
This makes the CheckBox and CheckButton classes 100% documented. | |||
2020-01-29 | Fix some URLs to use HTTPS when available | Rémi Verschelde | |
2020-01-28 | Mention 2D polygon limits and how to increase them in the documentation | Hugo Locurcio | |
This closes #21793. | |||
2020-01-28 | doc: Sync classref with current source | Rémi Verschelde | |
Fix a few typos. | |||
2020-01-28 | Docs for some nodes in visual shader(part 2) | Yuri Roubinsky | |
2020-01-28 | Hide "control" methods from VisualShaderNodeGroupBase | Yuri Roubinsky | |
2020-01-28 | Hide "editable" property from VisualShaderNodeGroupBase public interface | Yuri Roubinsky | |
2020-01-27 | Added missing property "size" to VisualShaderNodeGroupBase | Yuri Roubinsky | |
2020-01-27 | Removed unused method "build" from VisualShaderNodeExpression | Yuri Roubinsky | |
2020-01-27 | Document theme_items of multiple classes | Tomasz Chabora | |
2020-01-26 | doc: Remove mention of nonexistent StaticBody simulated motion mode | Hugo Locurcio | |
The StaticBody2D documentation doesn't mention it, so it doesn't need to be touched. This closes #30560. | |||
2020-01-26 | Merge pull request #35589 from akien-mga/doc-drop-category-property | Rémi Verschelde | |
doc: Drop unused 'category' property from header | |||
2020-01-26 | doc: Do not expose Variant::NIL as a type in the class reference | Rémi Verschelde | |
Fix signals Variant arguments incorrectly listed as Nil. Fixes #12520. | |||
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde | |
We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0. | |||
2020-01-26 | doc: Document all remaining ProjectSettings | Rémi Verschelde | |
2020-01-26 | Merge pull request #35581 from akien-mga/doc-color-constants | Rémi Verschelde | |
doc: Document named color constants | |||
2020-01-26 | doc: Document named color constants | Rémi Verschelde | |
Busywork but it's good for our completion rate :) | |||
2020-01-26 | doc: Complete documentation for VideoStreams | Rémi Verschelde | |
Also quick clean up of the matching C++ files. | |||
2020-01-26 | Merge pull request #35566 from Xrayez/doc-parse-property-return | Rémi Verschelde | |
Document the return value of `EditorInspectorPlugin.parse_property` | |||
2020-01-26 | Merge pull request #35574 from clayjohn/DOCS-odds-n-ends | Rémi Verschelde | |
Complete various class references |