Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-08 | update and expand surfacetool doc | clayjohn | |
2018-10-07 | Merge pull request #22808 from KellyThomas/vector-one | Rémi Verschelde | |
Add ONE constants to Vector2 and Vector3 | |||
2018-10-07 | Update class documentation xml | Kelly Thomas | |
2018-10-07 | add ONE constants to Vector2 and Vector3 | Kelly Thomas | |
2018-10-07 | Merge pull request #22678 from Dragoncraft89/set_pause | Rémi Verschelde | |
Add Behaviour of SceneTree pausing to the doc | |||
2018-10-07 | Merge pull request #22818 from cbscribe/kcc_doc_spatialmat | Max Hilbrunner | |
[DOCS] SpatialMaterial descriptions | |||
2018-10-06 | [DOCS] SpatialMaterial descriptions | Chris Bradfield | |
2018-10-06 | Merge pull request #22773 from KellyThomas/docs-links | Rémi Verschelde | |
[Docs] Fix some broken links | |||
2018-10-06 | [Docs] Fix some broken links | Kelly Thomas | |
2018-10-05 | [Docs] Add doc for Input::get_action_strength | Guilherme Felipe | |
2018-10-04 | [DOC] Complete the TextureProgress reference | Nathan Lovato | |
Added 6 missing entries, clarified one definition | |||
2018-10-03 | Merge pull request #22659 from YeldhamDev/animation_doc_example | Rémi Verschelde | |
Add example to Animation doc | |||
2018-10-03 | Merge pull request #22671 from Dragoncraft89/master | Rémi Verschelde | |
ItemList signals additional documentation | |||
2018-10-03 | Merge pull request #22674 from Dragoncraft89/find_node | Rémi Verschelde | |
Document find_node()'s owner argument behaviour | |||
2018-10-03 | Add example to Animation doc | Michael Alexsander Silva Dias | |
2018-10-03 | Document find_node()'s owner argument behaviour | florian | |
2018-10-03 | ItemList signals additional documentation | florian | |
Signals: * item_selected * item_rmb_select | |||
2018-10-03 | Add Behaviour of SceneTree pausing to the doc | florian | |
2018-10-03 | Fix warnings in Android platform | Rémi Verschelde | |
Fixes the following Clang 7 warnings: ``` platform/android/os_android.h:240:16: warning: 'OS_Android::native_video_play' hides overloaded virtual function [-Woverloaded-virtual] platform/android/os_android.h:241:15: warning: 'OS_Android::native_video_is_playing' hides overloaded virtual function [-Woverloaded-virtual] platform/android/audio_driver_opensl.cpp:104:3: warning: suggest braces around initialization of subobject [-Wmissing-braces] platform/android/audio_driver_opensl.cpp:129:10: warning: unused variable 'numOutputs' [-Wunused-variable] platform/android/audio_driver_opensl.cpp:130:11: warning: unused variable 'deviceID' [-Wunused-variable] platform/android/java_glue.cpp:795:10: warning: unused variable 'clsio' [-Wunused-variable] platform/android/java_glue.cpp:890:12: warning: unused variable 'gob' [-Wunused-variable] platform/android/java_glue.cpp:592:13: warning: unused variable 'resized' [-Wunused-variable] platform/android/java_glue.cpp:593:13: warning: unused variable 'resized_reload' [-Wunused-variable] modules/mobile_vr/mobile_vr_interface.cpp:401:8: warning: unused variable 'aspect_ratio' [-Wunused-variable] drivers/unix/dir_access_unix.cpp:394:2: warning: THIS IS BROKEN [-W#warnings] ``` | |||
2018-10-03 | Merge pull request #22651 from cbscribe/kcc_docs_color_rigidbody | Rémi Verschelde | |
[DOCS] Classref updates: Color, RigidBody* | |||
2018-10-02 | [DOCS] Classref updates: Color, RigidBody* | Chris Bradfield | |
2018-10-03 | Merge pull request #22647 from YeldhamDev/parallaxlayer_doc_note | Rémi Verschelde | |
Add note in ParallaxLayer doc about ignoring position/scale changes after entering the scene | |||
2018-10-02 | Add extra newline after enum members and constants, to ensure they'll format ↵ | LikeLakers2 | |
properly after a multi-line description | |||
2018-10-02 | Add note in ParallaxLayer doc about ignoring position/scale changes after ↵ | Michael Alexsander Silva Dias | |
entering the scene | |||
2018-10-02 | Add critical info to TreeItem.set_custom_draw documentation | florian | |
Indicates that the method needs 2 arguments to be called | |||
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 |