aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2Deska2016-07-301-2/+26
|
* Array has() documentationPawel Kowal2016-07-271-0/+9
|
* Update Tween class documentationJavier López Úbeda2016-07-251-3/+3
|
* Update documentation.MarianoGNU2016-07-241-1/+1
|
* Add some doc to ImmediateGeometryJuan Linietsky2016-07-231-0/+16
|
* Merge pull request #5851 from 29jm/typo-scrollRémi Verschelde2016-07-221-4/+4
|\ | | | | Fix typo in ScrollContainer documentation
| * Fix typo in ScrollContainer documentationJohan Manuel2016-07-221-4/+4
| |
* | Merge pull request #5847 from 29jm/patch-3Rémi Verschelde2016-07-221-0/+19
|\| | | | | Expose virtual keyboard functions to GDScript
| * Expose virtual keyboard functions to GDScriptJohan Manuel2016-07-211-0/+19
| |
* | Added examples to RegEx docZher Huei Lee2016-07-211-17/+22
| |
* | Merge pull request #5560 from vnen/os-request-attentionRémi Verschelde2016-07-211-0/+5
|\ \ | |/ |/| Add OS.request_attention() for Windows
| * Add OS.request_attention() for WindowsGeorge Marques2016-07-051-0/+5
| |
* | Merge pull request #5819 from hurikhan/android_getScreenDPIRémi Verschelde2016-07-211-0/+9
|\ \ | | | | | | Implement get_screen_dpi() on Android
| * | Implement get_screen_dpi() on AndroidMario Schlack2016-07-201-0/+9
| | |
* | | classref: WIP improved docs for NodeRémi Verschelde2016-07-191-37/+53
| | | | | | | | | | | | Also clarified the purpose of Input.get_mouse_speed (see #1355)
* | | classref: Sync classes with sourceRémi Verschelde2016-07-191-74/+103
|/ /
* | Merge pull request #5527 from djrm/color_picker_fixesRémi Verschelde2016-07-181-2/+2
|\ \ | | | | | | Color picker fixes
| * | Added documentation for color picker raw modeDaniel J. Ramirez2016-07-151-2/+2
| | |
* | | Add a function to notify font users that the font changed. Closes #5774Juan Linietsky2016-07-181-0/+5
| | |
* | | Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712Rémi Verschelde2016-07-181-0/+5
|\ \ \ | | | | | | | | Fixed toggle breakpoint gutter not updating when the game is running, issue 5712
| * | | Update docs with breakpoint_toggled signalPaulb232016-07-151-0/+5
| | | |
* | | | Merge pull request #5718 from jay3d/masterRémi Verschelde2016-07-181-0/+7
|\ \ \ \ | | | | | | | | | | Added gyroscope support to Godot and Android
| * | | | Added gyroscope support to Godot and AndroidJamil Halabi2016-07-161-0/+7
| | |/ / | |/| |
* | | | Merge pull request #5657 from Paulb23/block_caretRémi Verschelde2016-07-181-0/+16
|\ \ \ \ | |/ / / |/| | | Added block caret to TextEdit
| * | | Added caret block mode to docsPaulb232016-07-121-0/+16
| | | |
* | | | Merge pull request #5705 from StraToN/doc-updateRémi Verschelde2016-07-151-1/+21
|\ \ \ \ | |_|/ / |/| | | Docs-update: AnimatedSprite, AnimatedSprite3D (unfinished)
| * | | Written AnimatedSprite, AnimatedSprite3D (unfinished)Julian Murgia2016-07-141-1/+21
| |/ /
* / / Fix classes.xml structureGeorge Marques2016-07-141-16/+11
|/ / | | | | | | Fix the addition in #4854 which added elements in the wrong place.
* | Update textedit docs with colors, show line number and highlight all occurencesPaulb232016-07-111-0/+40
| |
* | Merge pull request #4854 from Razzlegames/screenToLocalJuan Linietsky2016-07-111-0/+16
|\ \ | | | | | | Conversion function for screen coords to local Canvas coords
| * | Conversion function for screen coords to local Canvas coordsKyle Luce2016-07-101-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | | Merge pull request #5559 from Hinsbart/connected_joystickspunto-2016-07-101-0/+7
|\ \ \ | | | | | | | | Input: add get_connected_joysticks() method.
| * | | Input: add get_connected_joysticks() method.Andreas Haas2016-07-051-0/+7
| | |/ | |/| | | | | | | fixes #5465
* | | Merge pull request #5490 from timoschwarzer/masterJuan Linietsky2016-07-101-0/+11
|\ \ \ | | | | | | | | Add new Camera2D alignment functions
| * | | Add documentationTimo Schwarzer2016-06-291-0/+11
| |/ /
* | | Merge pull request #5489 from jejung/richtextlabel-get_textJuan Linietsky2016-07-101-0/+19
|\ \ \ | |_|/ |/| | RichTextLabel-get_text
| * | Adding support to get the raw text without formatting information from a ↵Jean Jung2016-06-291-0/+19
| |/ | | | | | | RichTextLabel.
* | classref: Add docs for InputEvent* and InputMapRémi Verschelde2016-07-081-11/+241
| |
* | classref: Fix arg name for is_action_pressed/releasedRémi Verschelde2016-07-081-20/+20
| | | | | | | | Also position TEXTURE_SPHERE constant properly.
* | classref: Fix descriptions indentation after #5588Rémi Verschelde2016-07-081-688/+442
| |
* | Classref: update with new doctool indentationJ08nY2016-07-081-3202/+3202
| |
* | Update String.capitalize() documentationPawel Kowal2016-07-061-1/+1
| |
* | Update classes.xml to fix sorting of constantsGeorge Marques2016-07-051-1545/+1591
|/
* Added ItemList.get_selected_items() docJean Jung2016-06-281-0/+1
|
* syncing the referenceJean Jung2016-06-281-40/+80
|
* Add *Array.invert() documentationGeorge Marques2016-06-251-0/+35
|
* Merge pull request #5380 from vnen/string-canvasitem-docsRémi Verschelde2016-06-241-20/+58
|\ | | | | Documentation for String and CanvasItem
| * Add docs for String and CanvasItemGeorge Marques2016-06-231-20/+58
| |
* | Merge pull request #5328 from Paulb23/line_edit_caretRémi Verschelde2016-06-241-0/+28
|\ \ | |/ |/| Added caret blink to line edit
| * Added caret blink documentationPaulb232016-06-221-0/+28
| |