Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-10 | Merge pull request #5489 from jejung/richtextlabel-get_text | Juan Linietsky | |
RichTextLabel-get_text | |||
2016-07-08 | classref: Add docs for InputEvent* and InputMap | Rémi Verschelde | |
2016-07-08 | classref: Fix arg name for is_action_pressed/released | Rémi Verschelde | |
Also position TEXTURE_SPHERE constant properly. | |||
2016-07-08 | classref: Fix descriptions indentation after #5588 | Rémi Verschelde | |
2016-07-08 | Classref: update with new doctool indentation | J08nY | |
2016-07-06 | Update String.capitalize() documentation | Pawel Kowal | |
2016-07-05 | Update classes.xml to fix sorting of constants | George Marques | |
2016-06-29 | Adding support to get the raw text without formatting information from a ↵ | Jean Jung | |
RichTextLabel. | |||
2016-06-28 | Added ItemList.get_selected_items() doc | Jean Jung | |
2016-06-28 | syncing the reference | Jean Jung | |
2016-06-25 | Add *Array.invert() documentation | George Marques | |
2016-06-24 | Merge pull request #5380 from vnen/string-canvasitem-docs | Rémi Verschelde | |
Documentation for String and CanvasItem | |||
2016-06-24 | Merge pull request #5328 from Paulb23/line_edit_caret | Rémi Verschelde | |
Added caret blink to line edit | |||
2016-06-23 | Add docs for String and CanvasItem | George Marques | |
2016-06-22 | Added caret blink documentation | Paulb23 | |
2016-06-22 | Classref: added for new *Array bindings | J08nY | |
- append(),append_array(),insert(),remove() | |||
2016-06-21 | Sync classes.xml with the new sorting | George Marques | |
2016-06-21 | Add classref for File class | George Marques | |
2016-06-19 | Add docs for String.bigrams() and String.similarity(text) | George Marques | |
2016-06-19 | Clarification about enter keys confusion | Mehmet 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-18 | Classref: Mutex, Semaphore, Thread, *Array (#5278) | J08nY | |
2016-06-18 | Fix type hint for the seed argument | Rémi Verschelde | |
Closes #5260. | |||
2016-06-16 | Classref: added PacketPeer* | J08nY | |
2016-06-16 | Sync classref | J08nY | |
2016-06-15 | Classref: Added docs for StreamPeer* (#5216) | J08nY | |
2016-06-15 | Merge pull request #5192 from J08nY/issue-5190 | Rémi Verschelde | |
Dictionary: rename param in .has() .has_all() .erase() | |||
2016-06-15 | Merge pull request #5210 from J08nY/issue-5189 | Rémi Verschelde | |
String documentation: .ord_at() returns int not String | |||
2016-06-15 | Add joystick vibration support on Linux (#5043) | Wilhem Barbier | |
2016-06-14 | String documentation: .ord_at() returns int not String | J08nY | |
fixes #5189 | |||
2016-06-13 | Dictionary: rename param in .has() .has_all() .erase() | J08nY | |
fixes #5190, param should be named key, not value | |||
2016-06-13 | Sync classref | J08nY | |
2016-06-13 | Merge pull request #5177 from vnen/string-subsequence | Juan Linietsky | |
Add subsequence search to tools | |||
2016-06-12 | Documented many Physics2D* classes | Ovnuniarchos | |
2016-06-12 | Add documentation to String.is_subsequence_of{,i} | George Marques | |
2016-06-10 | Add documentation for Array.find and Array.rfind | George Marques | |
2016-06-08 | Filling in documentation | CowThing | |
Documentation for BoneAttachment, KinematicBody, ParallaxBackground, ParallaxLayer, and TestCube | |||
2016-06-07 | Merge pull request #4861 from brakhane/negative-indexing | Juan Linietsky | |
Add support for Python-like negative indexing | |||
2016-06-07 | Classref for: ImageTexture, Image, LargeTexture | J08nY | |
2016-06-07 | Sync classref | J08nY | |
2016-06-05 | Add support for Python-like negative indexing | Dennis 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-05 | Added Dictionary.values() | J08nY | |
2016-06-05 | Document Viewport and ViewportSprite classes | Bojidar Marinov | |
2016-06-05 | Sync with -doctool | Bojidar Marinov | |
2016-06-04 | Added InputMap.get_actions() | J08nY | |
get_actions() lists all actions in the InputMap. | |||
2016-06-04 | Merge pull request #5027 from J08nY/gdscript | Rémi Verschelde | |
Add Array.find_last() and Array.count() | |||
2016-06-04 | Merge pull request #4300 from leezh/control_focus_mode | Rémi Verschelde | |
Exposed Control::focus_mode to the scene editor | |||
2016-06-03 | Added Array.find_last() and Array.count() | J08nY | |
2016-06-03 | Added classref for HTTPClient and HTTPRequest | J08nY | |
2016-06-03 | Sync classref | J08nY | |
2016-06-01 | StaticBody documentation | P-GLEZ | |
Documented StaticBody. Also corrected an error in StaticBody2D documentation |