Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-05 | Some additions to the OS documentation (#6037) | MSC | |
2016-08-03 | [ci skip] update Raycast documentation | Hubert Jarosz | |
clarification that set_cast_to needs LOCAL point and get_collision_point gives GLOBAL point | |||
2016-07-30 | Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2D | eska | |
2016-07-27 | Array has() documentation | Pawel Kowal | |
2016-07-25 | Update Tween class documentation | Javier López Úbeda | |
2016-07-24 | Update documentation. | MarianoGNU | |
2016-07-23 | Add some doc to ImmediateGeometry | Juan Linietsky | |
2016-07-22 | Merge pull request #5851 from 29jm/typo-scroll | Rémi Verschelde | |
Fix typo in ScrollContainer documentation | |||
2016-07-22 | Fix typo in ScrollContainer documentation | Johan Manuel | |
2016-07-22 | Merge pull request #5847 from 29jm/patch-3 | Rémi Verschelde | |
Expose virtual keyboard functions to GDScript | |||
2016-07-21 | Expose virtual keyboard functions to GDScript | Johan Manuel | |
2016-07-21 | Added examples to RegEx doc | Zher Huei Lee | |
2016-07-21 | Merge pull request #5560 from vnen/os-request-attention | Rémi Verschelde | |
Add OS.request_attention() for Windows | |||
2016-07-21 | Merge pull request #5819 from hurikhan/android_getScreenDPI | Rémi Verschelde | |
Implement get_screen_dpi() on Android | |||
2016-07-20 | Implement get_screen_dpi() on Android | Mario Schlack | |
2016-07-19 | classref: WIP improved docs for Node | Rémi Verschelde | |
Also clarified the purpose of Input.get_mouse_speed (see #1355) | |||
2016-07-19 | classref: Sync classes with source | Rémi Verschelde | |
2016-07-18 | Merge pull request #5527 from djrm/color_picker_fixes | Rémi Verschelde | |
Color picker fixes | |||
2016-07-18 | Add a function to notify font users that the font changed. Closes #5774 | Juan Linietsky | |
2016-07-18 | Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712 | Rémi Verschelde | |
Fixed toggle breakpoint gutter not updating when the game is running, issue 5712 | |||
2016-07-18 | Merge pull request #5718 from jay3d/master | Rémi Verschelde | |
Added gyroscope support to Godot and Android | |||
2016-07-18 | Merge pull request #5657 from Paulb23/block_caret | Rémi Verschelde | |
Added block caret to TextEdit | |||
2016-07-15 | Added documentation for color picker raw mode | Daniel J. Ramirez | |
2016-07-16 | Added gyroscope support to Godot and Android | Jamil Halabi | |
2016-07-15 | Update docs with breakpoint_toggled signal | Paulb23 | |
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-12 | Added caret block mode to docs | Paulb23 | |
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 | Add OS.request_attention() for Windows | 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 |