Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-15 | Merge pull request #5705 from StraToN/doc-update | Rémi Verschelde | |
Docs-update: AnimatedSprite, AnimatedSprite3D (unfinished) | |||
2016-07-14 | Written AnimatedSprite, AnimatedSprite3D (unfinished) | Julian Murgia | |
2016-07-14 | Fix classes.xml structure | George Marques | |
Fix the addition in #4854 which added elements in the wrong place. | |||
2016-07-11 | Update textedit docs with colors, show line number and highlight all occurences | Paulb23 | |
2016-07-11 | Merge pull request #4854 from Razzlegames/screenToLocal | Juan Linietsky | |
Conversion function for screen coords to local Canvas coords | |||
2016-07-10 | Conversion function for screen coords to local Canvas coords | Kyle Luce | |
- Useful if you need to Convert screen coords to the coordinate space of a CanvasItem, but don't have an associated InputEvent to use in #make_event_local. For example, if you have a particular point on the screen you'd like to project into World Space, for various reasons, you would use this function on the root of the scene. This is analogous to ray casting from screen space in 3D. | |||
2016-07-10 | Merge pull request #5559 from Hinsbart/connected_joysticks | punto- | |
Input: add get_connected_joysticks() method. | |||
2016-07-10 | Merge pull request #5490 from timoschwarzer/master | Juan Linietsky | |
Add new Camera2D alignment functions | |||
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-07-05 | Input: add get_connected_joysticks() method. | Andreas Haas | |
fixes #5465 | |||
2016-06-29 | Add documentation | Timo Schwarzer | |
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-22 | Merge pull request #5350 from vnen/fix-classesxml-sorting | Rémi Verschelde | |
Fix classes.xml sorting | |||
2016-06-22 | classref: Fix UTF-8 parsing in makerst | Rémi Verschelde | |
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 | |