aboutsummaryrefslogtreecommitdiff
path: root/doc/base (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| |
* | Classref: added for new *Array bindingsJ08nY2016-06-221-0/+223
|/ | | | - append(),append_array(),insert(),remove()
* Sync classes.xml with the new sortingGeorge Marques2016-06-211-15476/+15546
|
* Add classref for File classGeorge Marques2016-06-211-2/+66
|
* Add docs for String.bigrams() and String.similarity(text)George Marques2016-06-191-0/+16
|
* Clarification about enter keys confusionMehmet Durgel2016-06-191-2/+2
| | | | | | Some Languages threat KEY_RETURN and KEY_ENTER keys having the same keycode (eg: Javascript). Added additional explanation about this issue. Related to #4595
* Classref: Mutex, Semaphore, Thread, *Array (#5278)J08nY2016-06-181-15/+43
|
* Fix type hint for the seed argumentRémi Verschelde2016-06-181-4/+22
| | | | Closes #5260.
* Classref: added PacketPeer*J08nY2016-06-161-2/+20
|
* Sync classrefJ08nY2016-06-161-30/+37
|
* Classref: Added docs for StreamPeer* (#5216)J08nY2016-06-151-0/+47
|
* Merge pull request #5192 from J08nY/issue-5190Rémi Verschelde2016-06-151-36/+43
|\ | | | | Dictionary: rename param in .has() .has_all() .erase()
| * Dictionary: rename param in .has() .has_all() .erase()J08nY2016-06-131-3/+3
| | | | | | | | fixes #5190, param should be named key, not value