summaryrefslogtreecommitdiff
path: root/doc/classes
AgeCommit message (Collapse)Author
2018-10-17Fix inconsistency in KinematicBodyDavid Sichma
- moved new infinite_inertia argument of move_and_slide and move_and_slide_with_snap in KinematicBody and KinematicBody2D to the end if not already there. This makes the order of arguments consistent and should keep projects from 3.0 compatible as this argument did not exist in 3.0. Docs updated accordingly. - renamed max_bounces to max_slides for consistency. Docs updated accordingly. - the argument infinite_inertia in test_move is now optional, as it is in every other movement related method. This closes #22829.
2018-10-16Merge pull request #23009 from AlexHolly/doc-tabcontainer-rearrangeRémi Verschelde
Doc Tabcontainer rearrange tabs
2018-10-15Doc Tabcontainer rearrange tabsAlexander Holland
2018-10-15Doc TabsAlexander Holland
2018-10-14Merge pull request #22942 from AlexHolly/doc-string-filedialogMax Hilbrunner
Filled missing Doc for String and FileDialog
2018-10-14Merge pull request #22986 from AlexHolly/doc-lineedit-clear-buttonMax Hilbrunner
Doc LineEdit MenuRedo and clear_button_enabled
2018-10-14Merge pull request #22978 from CakHuri/fix-get_button_count-linkMax Hilbrunner
[Docs] Fixed 'get_button_count's link and a typo related to 'button'.
2018-10-14Merge pull request #22924 from clayjohn/doc_MeshDataToolMax Hilbrunner
[DOCS] Added descriptions to MeshDataTool classref
2018-10-13Doc LineEdit MenuRedo and clear_button_enabledAlexander Holland
2018-10-13[Docs] Fixed 'get_button_count's link and a typo related to 'button'.M. Huri
2018-10-13Fixed a typo, sahpe to shape.M. Huri
2018-10-12Filled missing Doc for String and FileDialogAlexander Holland
2018-10-11added descriptions to MeshDataTool docclayjohn
2018-10-08update and expand surfacetool docclayjohn
2018-10-07Merge pull request #22808 from KellyThomas/vector-oneRémi Verschelde
Add ONE constants to Vector2 and Vector3
2018-10-07Update class documentation xmlKelly Thomas
2018-10-07add ONE constants to Vector2 and Vector3Kelly Thomas
2018-10-07Merge pull request #22678 from Dragoncraft89/set_pauseRémi Verschelde
Add Behaviour of SceneTree pausing to the doc
2018-10-07Merge pull request #22818 from cbscribe/kcc_doc_spatialmatMax Hilbrunner
[DOCS] SpatialMaterial descriptions
2018-10-06[DOCS] SpatialMaterial descriptionsChris Bradfield
2018-10-06Merge pull request #22773 from KellyThomas/docs-linksRémi Verschelde
[Docs] Fix some broken links
2018-10-06[Docs] Fix some broken linksKelly Thomas
2018-10-05[Docs] Add doc for Input::get_action_strengthGuilherme Felipe
2018-10-04[DOC] Complete the TextureProgress referenceNathan Lovato
Added 6 missing entries, clarified one definition
2018-10-03Merge pull request #22659 from YeldhamDev/animation_doc_exampleRémi Verschelde
Add example to Animation doc
2018-10-03Merge pull request #22671 from Dragoncraft89/masterRémi Verschelde
ItemList signals additional documentation
2018-10-03Merge pull request #22674 from Dragoncraft89/find_nodeRémi Verschelde
Document find_node()'s owner argument behaviour
2018-10-03Add example to Animation docMichael Alexsander Silva Dias
2018-10-03Document find_node()'s owner argument behaviourflorian
2018-10-03ItemList signals additional documentationflorian
Signals: * item_selected * item_rmb_select
2018-10-03Add Behaviour of SceneTree pausing to the docflorian
2018-10-03Fix warnings in Android platformRé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-03Merge pull request #22651 from cbscribe/kcc_docs_color_rigidbodyRémi Verschelde
[DOCS] Classref updates: Color, RigidBody*
2018-10-02[DOCS] Classref updates: Color, RigidBody*Chris Bradfield
2018-10-02Add note in ParallaxLayer doc about ignoring position/scale changes after ↵Michael Alexsander Silva Dias
entering the scene
2018-10-02Add critical info to TreeItem.set_custom_draw documentationflorian
Indicates that the method needs 2 arguments to be called
2018-10-02Merge pull request #22612 from Dragoncraft89/masterRémi Verschelde
Improve doc of ProjectSettings
2018-10-02Improve doc of ProjectSettingsflorian
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-02Merge pull request #21421 from YeldhamDev/mult_view_changesRémi Verschelde
Small improvements to the Spatial Editor's multiple viewport mode
2018-10-02Merge pull request #22355 from LikeLakers2/docs-tabsRémi Verschelde
[Docs] Remove double-spaces from descriptions, plus a couple other tiny fixes
2018-10-02Merge pull request #22601 from cbscribe/kcc_class_docsRémi Verschelde
[DOCS] Update VisibilityEnabler* and TileSet doc
2018-10-01[DOCS] Update VisibilityEnabler* and TileSet docChris Bradfield
2018-10-01Add Input buttons and axes missing descriptionsaBARICHELLO
2018-09-30[DOCS] NetworkedMultiplayerPeer: TransferMode(s)Max Hilbrunner
2018-09-29Fixed casting result in float.xmlFlamyAT
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 buttonsKelly Thomas
2018-09-28Merge pull request #22413 from lupoDharkael/array-mesh-docsRémi Verschelde
Add code example to ArrayMesh class docs
2018-09-28Merge pull request #22447 from akien-mga/fix-warnings-WswitchRémi Verschelde
Fix warnings about unhandled enum value in switch [-Wswitch]
2018-09-28[DOCS] InputEventMouseButton: correct description for doubleclick propertyKelly Thomas
2018-09-27Fix 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.