Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-06 | Merge pull request #34128 from akien-mga/doc-animplayer-play-stop | Rémi Verschelde | |
doc: Fix and clarify AnimationPlayer play and stop descriptions | |||
2019-12-06 | Merge pull request #34132 from flyingpimonster/arvr-docs | Rémi Verschelde | |
Docs: ARVRController and ARVRInterface | |||
2019-12-05 | Docs: ARVRController and ARVRInterface | James Westman | |
This commit clarifies a few methods and members in the AR/VR docs. It also updates some wording according to the style guide and fixes a couple typos. | |||
2019-12-05 | doc: Fix and clarify AnimationPlayer play and stop descriptions | Rémi Verschelde | |
Closes #34125. | |||
2019-12-05 | Merge pull request #34039 from Eoin-ONeill-Yokai/multimeshfix | Rémi Verschelde | |
Added Missing Binding for `multimesh_create` to VisualServer | |||
2019-12-04 | Added method binding for `multimesh_create` that was missing from ↵ | Eoin O'Neill | |
VisualServer class. | |||
2019-12-04 | Added support for vertical syncing via the Windows OS compositor (DWM.) | TerminalJack | |
2019-12-03 | [ci skip] OS class documentations, adds platform compatibility notes. | bruvzg | |
2019-12-03 | doc: Fix markup errors | Rémi Verschelde | |
2019-12-03 | Merge pull request #34077 from Calinou/doc-improve-dynamicfont | Rémi Verschelde | |
Improve the DynamicFont class documentation | |||
2019-12-03 | Merge pull request #34076 from Calinou/doc-listener | Rémi Verschelde | |
Add documentation for the Listener class | |||
2019-12-03 | Improve the DynamicFont class documentation | Hugo Locurcio | |
2019-12-03 | Add documentation for the Listener class | Hugo Locurcio | |
2019-12-03 | Improve the Camera class documentation | Hugo Locurcio | |
This makes the Camera class 100% documented. | |||
2019-12-03 | Merge pull request #33857 from nekomatata/polygon-2d-antialiasing | Rémi Verschelde | |
Fixed antialiased option for Polygon2D | |||
2019-11-30 | Add docs for is_equal_approx on structures | Aaron Franke | |
2019-11-30 | Fixed typo in docs for Script and GDScript classes ("exends" -> "extends") | miere43 | |
2019-11-29 | Docs: GridMap and MeshLibrary | James Westman | |
The only methods left to document are resource_changed, set_clip, and the methods dealing with baked meshes. | |||
2019-11-28 | Fixed antialiased option for Polygon2D / Line2D | PouleyKetchoupp | |
Polygon2D: The property wasn't used anymore after switching from canvas_item_add_polygon() to canvas_item_add_triangle_array() for drawing. Line2D: Added the same property as for Polygon2D & fixed smooth line drawing to use indices correctly. Fixes #26823 | |||
2019-11-27 | Document the `ViewportContainer.stretch_shrink` property | Hugo Locurcio | |
2019-11-27 | document popup behaviour | HaSa1002 | |
2019-11-26 | Only display Environment sky rotation in degrees in the Inspector | Hugo Locurcio | |
This makes it consistent with Spatial. | |||
2019-11-25 | Merge pull request #33867 from rcorre/get_node_docs | Rémi Verschelde | |
Clarify get_node vs get_node_or_null. | |||
2019-11-25 | Merge pull request #33862 from Faless/net/http_request_chunk_size | Rémi Verschelde | |
Add download_chunk_size property to HTTPRequest. | |||
2019-11-24 | Add download_chunk_size property to HTTPRequest. | Fabio Alessandrelli | |
This allows setting the `read_chunk_size` of the internal HTTPClient. This is important to reduce the allocation overhead and number of file writes when downloading large files, allowing for better download speed. | |||
2019-11-24 | Update Viewport.xml | Robert Colton | |
Add description for gui_is_dragging to document drag and drop behavior. | |||
2019-11-22 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 1.16.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear dof doubleclick leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | |||
2019-11-21 | Better description of the binds parameter of connect | Benjamin Navarro | |
Now states how binds are handled if they are used together with parameters passed to emit_signal | |||
2019-11-19 | Editor: fix typo in VCS plugin method names | merumelu | |
2019-11-17 | Merge pull request #33663 from Calinou/add-node-get-process-priority | Rémi Verschelde | |
Implement `Node::get_process_priority()` and its associated property | |||
2019-11-17 | Implement `Node::get_process_priority()` and its associated property | Hugo Locurcio | |
This closes #33660. | |||
2019-11-16 | Merge pull request #33658 from NeoSpark314/rename_ext_msaa | Rémi Verschelde | |
Rename External MSAA to AndroidVR MSAA | |||
2019-11-16 | Rename External MSAA to AndroidVR MSAA | Holger Dammertz | |
A new external MSAA setting was introduced in https://github.com/godotengine/godot/pull/33518 that fixed issues on GLES2 and Oculus Mobile VR. To avoid misunderstanding it was suggested by @BastiaanOlij and discussed on discord to rename it to AndroidVR. | |||
2019-11-13 | Added more in-depth examples of NodePaths in API docs. | willnationsdev | |
2019-11-13 | Merge pull request #33591 from zaksnet/fix-string-docs-split | Rémi Verschelde | |
Fix split/rsplit docs | |||
2019-11-13 | Fix split/rsplit docs | Zak | |
2019-11-12 | Merge pull request #33576 from merumelu/doc-reload-current-scene | Rémi Verschelde | |
Doc: Add return values for SceneTree::reload_current_scene | |||
2019-11-12 | doc: PCKPacker class example code | IlyaStuurFedorov | |
2019-11-12 | Doc: Add return values for SceneTree::reload_current_scene | merumelu | |
2019-11-11 | doc: Sync classref with current source | Rémi Verschelde | |
2019-11-11 | Mention that `Dictionary.hash()` can be used for equality comparisons | Hugo Locurcio | |
See #27615. | |||
2019-11-11 | Merge pull request #33518 from BastiaanOlij/msaa_ext_modes | Rémi Verschelde | |
Add MSAA mode for Quest | |||
2019-11-11 | Add special external MSAA modes for GLES2 Rift S/Quest and OpenXR optimisation | Bastiaan Olij | |
2019-11-11 | Merge pull request #33453 from Calinou/expose-low-processor-mode-sleep-usec | Rémi Verschelde | |
Expose the `OS.low_processor_usage_mode_sleep_usec` property | |||
2019-11-11 | Merge pull request #33496 from QbieShay/spring-arm-doc | Rémi Verschelde | |
Added documentation for SpringArm doc | |||
2019-11-10 | Added documentation for SpringArm doc | QbieShay | |
2019-11-10 | Camera: Don't set default value for project_position | Rémi Verschelde | |
A z_depth of 0 returns the camera position, which is not really useful. This also makes the API breakage from 3.1 clearer as 3.1 code will now fail to compile, so users will have to adapt and use the new parameter. For the reference, in 3.1, the z_depth was hardcoded to the near plane. Closes #33493. | |||
2019-11-09 | Merge pull request #33464 from KoBeWi/backdroid | Rémi Verschelde | |
Clarify how to handle go back button on mobile | |||
2019-11-09 | Clarify how to handle go back button on mobile | Tomasz Chabora | |
2019-11-08 | Fix some small text mistakes | Tomasz Chabora | |