summaryrefslogtreecommitdiff
path: root/doc/classes
AgeCommit message (Collapse)Author
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.
2018-09-27doc: Fix OS.execute example (cf. #22412)Rémi Verschelde
2018-09-26Add code example to ArrayMesh class docslupoDharkael
2018-09-25Doc: fix example in Array sort_custom()Damien Picard
2018-09-23[DOCS] PhysicsDirectSpaceState updateshomer666
2018-09-22Merge pull request #22115 from akerudesu/find-parentMax Hilbrunner
Added find_parent method to node class
2018-09-22StreamPeer 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-21doc: Misc formatting fixesRémi Verschelde
2018-09-21Merge pull request #22032 from Windfisch/docfixRémi Verschelde
Add documentation details about Image formats and color space conversion
2018-09-21Merge pull request #22218 from char0xff/doc_editorpluginsinterfaceMax Hilbrunner
Improve EditorPlugin.xml and EditorInterface.xml
2018-09-21doc: Sync classref with current sourceRémi Verschelde
2018-09-20Merge pull request #21426 from groud/add_files_to_tree_viewRémi Verschelde
Add files to tree view
2018-09-18Improve EditorPlugin.xml and EditorInterface.xmlchar0xff
2018-09-18Fixes favorites not updating and rename favorite_dirs to favoritesgroud
2018-09-17Merge pull request #22113 from char0xff/editor_interfaceRémi Verschelde
Update EditorInterface.xml
2018-09-17Merge pull request #22119 from char0xff/doc_configRémi Verschelde
Fix mistake in ConfigFile.xml
2018-09-17Merge pull request #22162 from cbscribe/kcc_classrefRémi Verschelde
[DOCS] Classref additions and consistency fixes
2018-09-16Small documentation clarification added to CanvasItem.Jared
2018-09-16[DOCS] Classref additions and consistency fixesChris Bradfield
2018-09-15Fix mistake in ConfigFile.xmlchar0xff
2018-09-15Update EditorInterface.xmlchar0xff
2018-09-15Added find_parent method to node classUnknown
2018-09-15Merge pull request #21973 from guilhermefelipecgs/fix_default_cursor_shapeRémi Verschelde
Some fixes to mouse's cursor and shape
2018-09-15doc: Sync classref with current sourceRémi Verschelde
2018-09-15Merge pull request #22087 from Faless/master_of_puppetsRémi Verschelde
Deprecate slave keyword in favor of puppet.
2018-09-15Clearly 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-15Rename slave keyword to puppetFabio Alessandrelli
The slave keyword will still be available as deprecated in 3.1 but will be dropped from future releases.
2018-09-14Expose "get_modal_stack_top()" to GDScriptMichael Alexsander Silva Dias
2018-09-14doc: Mention get_node in Node.get_child documentationRémi Verschelde
See #22052.
2018-09-13Mark AnimatedTexture frame_* properties as internalRémi Verschelde
This way they no longer appear in the documentation, and the related setters and getters do.
2018-09-13Fix set_custom_mouse_cursor changing to incorrect cursor shapeGuilherme Felipe
[Docs] Add class ref for Input::set_default_cursor_shape
2018-09-13[DOCS] Project Settings: Default clear colorMax Hilbrunner
2018-09-13Add documentation details about Image formats and color space conversionFlorian Jung
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
Misc. typos
2018-09-12Misc. typosluz.paz
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"`
2018-09-13Revert "Drop deprecated compatibility methods from AnimatedSprite"Rémi Verschelde
2018-09-12Merge pull request #21705 from KellyThomas/tree-create-itemRémi Verschelde
Change return value of Tree.create_item() from Object to TreeItem
2018-09-12Merge pull request #21988 from KellyThomas/array-invert-2Rémi Verschelde
Standardize documentation for the pool arrays' invert methods
2018-09-12Merge pull request #21780 from akien-mga/animatedsprite-deprecatedRémi Verschelde
Drop deprecated compatibility methods from AnimatedSprite
2018-09-12Standardize documentation for the pool arrays' invert methodsKelly Thomas
2018-09-11doc: Sync classref with current sourceRémi Verschelde
2018-09-10Merge pull request #21937 from romlok/remotetransformRémi Verschelde
Clarify which direction RemoteTransform[2D] work
2018-09-10Merge pull request #21842 from merumelu/curve-point-countRémi Verschelde
Bind Curve::get_point_count