summaryrefslogtreecommitdiff
path: root/doc/base
AgeCommit message (Collapse)Author
2016-08-31classref: Sync with recent changesRémi Verschelde
2016-08-30Merge pull request #5670 from timoschwarzer/feature/camera2d_limit_smoothingRémi Verschelde
Add an option to smooth camera limits when camera smoothing is enabled.
2016-08-30Merge pull request #5262 from vnen/button-signalsRémi Verschelde
Add button_down and button_up signals
2016-08-29Merge pull request #6159 from touilleMan/issue-6148Rémi Verschelde
Add Node2d global rot/rotd/scale methods
2016-08-27Merge pull request #6187 from TheHX/pr-pinfo-functionRémi Verschelde
Added add_property_info function to Globals and EditorSettings classes
2016-08-26Better document the BaseButton signalsGeorge Marques
2016-08-18Documentation for most of ItemList control.Gau o fthe Veldt
The icon stuff is incomplete since I haven't used icons.
2016-08-16Update Globals and EditorSettings docsFranklin Sobrinho
2016-08-15Update EditorPlugin docFranklin Sobrinho
2016-08-15Add Node2D's set_global_rot get_global_rot set_global_rotd get_global_rotd ↵Emmanuel Leblond
set_global_scale get_global_scale methods.
2016-08-10classref: Sync with current sourceRémi Verschelde
2016-08-05Some additions to the OS documentation (#6037)MSC
2016-08-03[ci skip] update Raycast documentationHubert Jarosz
clarification that set_cast_to needs LOCAL point and get_collision_point gives GLOBAL point
2016-07-30Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2Deska
2016-07-27Array has() documentationPawel Kowal
2016-07-25Update Tween class documentationJavier López Úbeda
2016-07-24Update documentation.MarianoGNU
2016-07-23Add some doc to ImmediateGeometryJuan Linietsky
2016-07-22Merge pull request #5851 from 29jm/typo-scrollRémi Verschelde
Fix typo in ScrollContainer documentation
2016-07-22Fix typo in ScrollContainer documentationJohan Manuel
2016-07-22Merge pull request #5847 from 29jm/patch-3Rémi Verschelde
Expose virtual keyboard functions to GDScript
2016-07-21Expose virtual keyboard functions to GDScriptJohan Manuel
2016-07-21Added examples to RegEx docZher Huei Lee
2016-07-21Merge pull request #5560 from vnen/os-request-attentionRémi Verschelde
Add OS.request_attention() for Windows
2016-07-21Merge pull request #5819 from hurikhan/android_getScreenDPIRémi Verschelde
Implement get_screen_dpi() on Android
2016-07-20Implement get_screen_dpi() on AndroidMario Schlack
2016-07-19classref: WIP improved docs for NodeRémi Verschelde
Also clarified the purpose of Input.get_mouse_speed (see #1355)
2016-07-19classref: Sync classes with sourceRémi Verschelde
2016-07-18Merge pull request #5527 from djrm/color_picker_fixesRémi Verschelde
Color picker fixes
2016-07-18Add a function to notify font users that the font changed. Closes #5774Juan Linietsky
2016-07-18Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712Rémi Verschelde
Fixed toggle breakpoint gutter not updating when the game is running, issue 5712
2016-07-18Merge pull request #5718 from jay3d/masterRémi Verschelde
Added gyroscope support to Godot and Android
2016-07-18Merge pull request #5657 from Paulb23/block_caretRémi Verschelde
Added block caret to TextEdit
2016-07-15Added documentation for color picker raw modeDaniel J. Ramirez
2016-07-16Added gyroscope support to Godot and AndroidJamil Halabi
2016-07-15Update docs with breakpoint_toggled signalPaulb23
2016-07-15Merge pull request #5705 from StraToN/doc-updateRémi Verschelde
Docs-update: AnimatedSprite, AnimatedSprite3D (unfinished)
2016-07-14Written AnimatedSprite, AnimatedSprite3D (unfinished)Julian Murgia
2016-07-14Fix classes.xml structureGeorge Marques
Fix the addition in #4854 which added elements in the wrong place.
2016-07-13Add an option to smooth camera limits when camera smoothing is enabled.Timo Schwarzer
2016-07-12Added caret block mode to docsPaulb23
2016-07-11Update textedit docs with colors, show line number and highlight all occurencesPaulb23
2016-07-11Merge pull request #4854 from Razzlegames/screenToLocalJuan Linietsky
Conversion function for screen coords to local Canvas coords
2016-07-10Conversion function for screen coords to local Canvas coordsKyle 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-10Merge pull request #5559 from Hinsbart/connected_joystickspunto-
Input: add get_connected_joysticks() method.
2016-07-10Merge pull request #5490 from timoschwarzer/masterJuan Linietsky
Add new Camera2D alignment functions
2016-07-10Merge pull request #5489 from jejung/richtextlabel-get_textJuan Linietsky
RichTextLabel-get_text
2016-07-08classref: Add docs for InputEvent* and InputMapRémi Verschelde
2016-07-08classref: Fix arg name for is_action_pressed/releasedRémi Verschelde
Also position TEXTURE_SPHERE constant properly.
2016-07-08classref: Fix descriptions indentation after #5588Rémi Verschelde