summaryrefslogtreecommitdiff
path: root/doc/base/classes.xml
AgeCommit message (Collapse)Author
2016-07-10Merge pull request #5489 from jejung/richtextlabel-get_textJuan Linietsky
RichTextLabel-get_text
2016-07-08classref: Add docs for InputEvent* and InputMapRémi Verschelde
2016-07-08classref: Fix arg name for is_action_pressed/releasedRémi Verschelde
Also position TEXTURE_SPHERE constant properly.
2016-07-08classref: Fix descriptions indentation after #5588Rémi Verschelde
2016-07-08Classref: update with new doctool indentationJ08nY
2016-07-06Update String.capitalize() documentationPawel Kowal
2016-07-05Update classes.xml to fix sorting of constantsGeorge Marques
2016-06-29Adding support to get the raw text without formatting information from a ↵Jean Jung
RichTextLabel.
2016-06-28Added ItemList.get_selected_items() docJean Jung
2016-06-28syncing the referenceJean Jung
2016-06-25Add *Array.invert() documentationGeorge Marques
2016-06-24Merge pull request #5380 from vnen/string-canvasitem-docsRémi Verschelde
Documentation for String and CanvasItem
2016-06-24Merge pull request #5328 from Paulb23/line_edit_caretRémi Verschelde
Added caret blink to line edit
2016-06-23Add docs for String and CanvasItemGeorge Marques
2016-06-22Added caret blink documentationPaulb23
2016-06-22Classref: added for new *Array bindingsJ08nY
- append(),append_array(),insert(),remove()
2016-06-21Sync classes.xml with the new sortingGeorge Marques
2016-06-21Add classref for File classGeorge Marques
2016-06-19Add docs for String.bigrams() and String.similarity(text)George Marques
2016-06-19Clarification about enter keys confusionMehmet Durgel
Some Languages threat KEY_RETURN and KEY_ENTER keys having the same keycode (eg: Javascript). Added additional explanation about this issue. Related to #4595
2016-06-18Classref: Mutex, Semaphore, Thread, *Array (#5278)J08nY
2016-06-18Fix type hint for the seed argumentRémi Verschelde
Closes #5260.
2016-06-16Classref: added PacketPeer*J08nY
2016-06-16Sync classrefJ08nY
2016-06-15Classref: Added docs for StreamPeer* (#5216)J08nY
2016-06-15Merge pull request #5192 from J08nY/issue-5190Rémi Verschelde
Dictionary: rename param in .has() .has_all() .erase()
2016-06-15Merge pull request #5210 from J08nY/issue-5189Rémi Verschelde
String documentation: .ord_at() returns int not String
2016-06-15Add joystick vibration support on Linux (#5043)Wilhem Barbier
2016-06-14String documentation: .ord_at() returns int not StringJ08nY
fixes #5189
2016-06-13Dictionary: rename param in .has() .has_all() .erase()J08nY
fixes #5190, param should be named key, not value
2016-06-13Sync classrefJ08nY
2016-06-13Merge pull request #5177 from vnen/string-subsequenceJuan Linietsky
Add subsequence search to tools
2016-06-12Documented many Physics2D* classesOvnuniarchos
2016-06-12Add documentation to String.is_subsequence_of{,i}George Marques
2016-06-10Add documentation for Array.find and Array.rfindGeorge Marques
2016-06-08Filling in documentationCowThing
Documentation for BoneAttachment, KinematicBody, ParallaxBackground, ParallaxLayer, and TestCube
2016-06-07Merge pull request #4861 from brakhane/negative-indexingJuan Linietsky
Add support for Python-like negative indexing
2016-06-07Classref for: ImageTexture, Image, LargeTextureJ08nY
2016-06-07Sync classrefJ08nY
2016-06-05Add support for Python-like negative indexingDennis Brakhane
Negative indexing is a useful feature in Python, especially when combined with array slicing. Array slicing will hopefully be implemented later, but negative indexing is useful in its own right. A negative index is indexing from the end of an array, "array[-1] == array[array.size()-1]", using a negative index larger/smaller than the length of the array is still an error. While primarily useful for arrays and strings, support is also added to "array like" structures like Vector3 and Color. This is done just to be consistent; vector3[2] is much clearer than vector3[-1], but disallowing it while allowing it for an array with 3 elements seems confusing.
2016-06-05Added Dictionary.values()J08nY
2016-06-05Document Viewport and ViewportSprite classesBojidar Marinov
2016-06-05Sync with -doctoolBojidar Marinov
2016-06-04Added InputMap.get_actions()J08nY
get_actions() lists all actions in the InputMap.
2016-06-04Merge pull request #5027 from J08nY/gdscriptRémi Verschelde
Add Array.find_last() and Array.count()
2016-06-04Merge pull request #4300 from leezh/control_focus_modeRémi Verschelde
Exposed Control::focus_mode to the scene editor
2016-06-03Added Array.find_last() and Array.count()J08nY
2016-06-03Added classref for HTTPClient and HTTPRequestJ08nY
2016-06-03Sync classrefJ08nY
2016-06-01StaticBody documentationP-GLEZ
Documented StaticBody. Also corrected an error in StaticBody2D documentation