Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-02 | Merge pull request #22612 from Dragoncraft89/master | Rémi Verschelde | |
Improve doc of ProjectSettings | |||
2018-10-02 | doc: Drop obsolete makemd.py, dates back to GitHub Wiki days | Rémi Verschelde | |
It has not been kept in sync with makerst.py, so it does not serve much purpose nowadays. | |||
2018-10-02 | Improve doc of ProjectSettings | florian | |
Documentation added for: * bool load_resource_pack(String) * bool property_can_revert(String) * Variant property_get_revert(String) * Error save() * Error save_custom(String) | |||
2018-10-02 | Merge pull request #21421 from YeldhamDev/mult_view_changes | Rémi Verschelde | |
Small improvements to the Spatial Editor's multiple viewport mode | |||
2018-10-02 | Merge pull request #22355 from LikeLakers2/docs-tabs | Rémi Verschelde | |
[Docs] Remove double-spaces from descriptions, plus a couple other tiny fixes | |||
2018-10-02 | Merge pull request #22601 from cbscribe/kcc_class_docs | Rémi Verschelde | |
[DOCS] Update VisibilityEnabler* and TileSet doc | |||
2018-10-01 | [DOCS] Update VisibilityEnabler* and TileSet doc | Chris Bradfield | |
2018-10-01 | Add Input buttons and axes missing descriptions | aBARICHELLO | |
2018-09-30 | [DOCS] NetworkedMultiplayerPeer: TransferMode(s) | Max Hilbrunner | |
2018-09-29 | Fixed casting result in float.xml | FlamyAT | |
The float-string parsing result in the documentation was inaccurate. 1e-3 is written as 0.001 when decimal. | |||
2018-09-29 | [DOCS] ButtonList - extra mouse buttons | Kelly Thomas | |
2018-09-28 | Merge pull request #22413 from lupoDharkael/array-mesh-docs | Rémi Verschelde | |
Add code example to ArrayMesh class docs | |||
2018-09-28 | Merge pull request #22447 from akien-mga/fix-warnings-Wswitch | Rémi Verschelde | |
Fix warnings about unhandled enum value in switch [-Wswitch] | |||
2018-09-28 | [DOCS] InputEventMouseButton: correct description for doubleclick property | Kelly Thomas | |
2018-09-27 | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde | |
Fixes GCC 5 warnings of the form: core/io/http_client.cpp:288:9: warning: enumeration value 'STATUS_SSL_HANDSHAKE_ERROR' not handled in switch [-Wswitch] core/io/marshalls.cpp:806:9: warning: enumeration value 'AABB' not handled in switch [-Wswitch] Those can be trivial cases where adding a default fallback is the solution, or more complex issues/hidden bugs where missed values are actually meant to be handled. | |||
2018-09-27 | doc: Fix OS.execute example (cf. #22412) | Rémi Verschelde | |
2018-09-26 | Add code example to ArrayMesh class docs | lupoDharkael | |
2018-09-25 | Doc: fix example in Array sort_custom() | Damien Picard | |
2018-09-23 | [Docs] Remove double-spaces from descriptions, as well a couple other small ↵ | LikeLakers2 | |
fixes | |||
2018-09-23 | [DOCS] PhysicsDirectSpaceState updates | homer666 | |
2018-09-22 | Merge pull request #22115 from akerudesu/find-parent | Max Hilbrunner | |
Added find_parent method to node class | |||
2018-09-22 | StreamPeer get[_utf8]_string with negative length. | Fabio Alessandrelli | |
If the "bytes" parameter of get_string and get_utf8_string is negative, the length will be read from the stream instead. The bytes parameter has now a default (-1), allowing to use them directly as reverses of put_string and put_utf8_string . put_string was not implemented, so I implemented it to allow sending ASCII strings (which are much smaller than UTF8 ones). | |||
2018-09-21 | doc: Misc formatting fixes | Rémi Verschelde | |
2018-09-21 | Merge pull request #22032 from Windfisch/docfix | Rémi Verschelde | |
Add documentation details about Image formats and color space conversion | |||
2018-09-21 | Merge pull request #22218 from char0xff/doc_editorpluginsinterface | Max Hilbrunner | |
Improve EditorPlugin.xml and EditorInterface.xml | |||
2018-09-21 | doc: Fixes to rst converter | Rémi Verschelde | |
2018-09-21 | doc: Sync classref with current source | Rémi Verschelde | |
2018-09-20 | Fix the weird method linking issue when the previous method's description ↵ | LikeLakers2 | |
ends with a code block | |||
2018-09-20 | Merge pull request #21426 from groud/add_files_to_tree_view | Rémi Verschelde | |
Add files to tree view | |||
2018-09-18 | Improve EditorPlugin.xml and EditorInterface.xml | char0xff | |
2018-09-18 | Fixes favorites not updating and rename favorite_dirs to favorites | groud | |
2018-09-17 | Merge pull request #22113 from char0xff/editor_interface | Rémi Verschelde | |
Update EditorInterface.xml | |||
2018-09-17 | Merge pull request #22119 from char0xff/doc_config | Rémi Verschelde | |
Fix mistake in ConfigFile.xml | |||
2018-09-17 | Merge pull request #22162 from cbscribe/kcc_classref | Rémi Verschelde | |
[DOCS] Classref additions and consistency fixes | |||
2018-09-16 | Small documentation clarification added to CanvasItem. | Jared | |
2018-09-16 | [DOCS] Classref additions and consistency fixes | Chris Bradfield | |
2018-09-15 | Fix mistake in ConfigFile.xml | char0xff | |
2018-09-15 | Update EditorInterface.xml | char0xff | |
2018-09-15 | Added find_parent method to node class | Unknown | |
2018-09-15 | Merge pull request #21973 from guilhermefelipecgs/fix_default_cursor_shape | Rémi Verschelde | |
Some fixes to mouse's cursor and shape | |||
2018-09-15 | doc: Sync classref with current source | Rémi Verschelde | |
2018-09-15 | Merge pull request #22087 from Faless/master_of_puppets | Rémi Verschelde | |
Deprecate slave keyword in favor of puppet. | |||
2018-09-15 | Clearly deprecate sync too in favor of remotesync. | Fabio Alessandrelli | |
NOTE: This changes the RPC_MODE_* enum values. Games should be re-exported. GDNative rebuilt. | |||
2018-09-15 | Rename slave keyword to puppet | Fabio Alessandrelli | |
The slave keyword will still be available as deprecated in 3.1 but will be dropped from future releases. | |||
2018-09-14 | Expose "get_modal_stack_top()" to GDScript | Michael Alexsander Silva Dias | |
2018-09-14 | doc: Mention get_node in Node.get_child documentation | Rémi Verschelde | |
See #22052. | |||
2018-09-13 | Mark AnimatedTexture frame_* properties as internal | Rémi Verschelde | |
This way they no longer appear in the documentation, and the related setters and getters do. | |||
2018-09-13 | Fix set_custom_mouse_cursor changing to incorrect cursor shape | Guilherme Felipe | |
[Docs] Add class ref for Input::set_default_cursor_shape | |||
2018-09-13 | [DOCS] Project Settings: Default clear color | Max Hilbrunner | |
2018-09-13 | Add documentation details about Image formats and color space conversion | Florian Jung | |