summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2016-06-04Merge pull request #5027 from J08nY/gdscriptRémi Verschelde
Add Array.find_last() and Array.count()
2016-06-04Merge pull request #4300 from leezh/control_focus_modeRémi Verschelde
Exposed Control::focus_mode to the scene editor
2016-06-03Added Array.find_last() and Array.count()J08nY
2016-06-03Added classref for HTTPClient and HTTPRequestJ08nY
2016-06-03Sync classrefJ08nY
2016-06-01StaticBody documentationP-GLEZ
Documented StaticBody. Also corrected an error in StaticBody2D documentation
2016-06-01Merge pull request #4933 from J08nY/classrefRémi Verschelde
Added RigidBody and finished Resource class-reference
2016-05-31classref: Area documentationP-GLEZ
One method was missing.
2016-05-31Area DocumentationP-GLEZ
Ported the Area2D documentation into its 3D counterpart. Also fixed some typos
2016-05-30Merge pull request #4931 from CowThing/classref-editRémi Verschelde
Filling in documentation
2016-05-30Added classref for RigidBody, and finished classref for ResourceJ08nY
2016-05-30Sync class-ref with code base.J08nY
2016-05-30Filling in documentationCowThing
VisibilityNotifier and VisibilityEnabler (2D and 3D).
2016-05-29Merge pull request #4845 from vnen/pr-magnetometerRémi Verschelde
Add magnetometer sensor support for Android
2016-05-29Documented Light2D and LightOccluder2DJulian Murgia - StraToN
2016-05-28Documented BackBufferCopy. Need validation for the different copy modes ↵Julian Murgia - StraToN
(constants)
2016-05-27Add documentation for Input.get_magnetometer()George Marques
2016-05-23GUI Focus mode improvementsZher Huei Lee
Exposed `get_focus_mode()` to the script Added `focus_mode` to the property panels for line-edit and sliders Added `enabled_focus_mode` to the property panels for buttons enabled_focus_mode is used when button is enabled/disabled
2016-05-21VehicleBody: Cosmetic fixes to previous commitRémi Verschelde
2016-05-21Add get_linear_velocity() method to VehicleBody classAgustin Benavidez
Doc added also.
2016-05-20Document the FileDialog and partial OS methodsGeequlim
2016-05-20Fix a XML error with the documentationBojidar Marinov
2016-05-15Filling in documentation.CowThing
AABB, Color, Rect2, Transform, Vector2, and Vector3.
2016-05-13Merge pull request #4563 from djrm/classref-editRémi Verschelde
Documented @GlobalScope singletons and some keys
2016-05-12Fix some errors in some rotation functions, also clarify that certain ↵Daniel J. Ramirez
parameters are expressed in radians
2016-05-12classref: Fixed return types in Area and Area2D (#4635)MattUV
2016-05-12classref: Directory and ConfigFileRémi Verschelde
2016-05-12classref: Sync with current sourceRémi Verschelde
2016-05-11Updated caret blink method documentationPaulb23
2016-05-09Sync classes.xml with current sourcesRémi Verschelde
Also fix a typo in the binding of Control::set_drag_forwarding.
2016-05-05Documented @GlobalScope singletons and some keysDaniel J. Ramirez
2016-05-05Partial documentation for OS methodsDaniel J. Ramirez
2016-05-05Documented LinkButtonDaniel J. Ramirez
2016-05-03Input DocumentationCowThing
Input Documentation
2016-05-03Sync class referenceRémi Verschelde
2016-05-02Documented bool methodsDaniel J. Ramirez
2016-05-02Merge pull request #4529 from djrm/classref-floatRémi Verschelde
Documented float
2016-05-02Documented floatDaniel J. Ramirez
2016-05-02Documented int methodsDaniel J. Ramirez
2016-05-02Finished AnimationPlayer DocumentationCowThing
Finished AnimationPlayer Documentation
2016-05-02Finished Timer DocumentationCowThing
Finished Timer Documentation
2016-05-01Documented YSort (#4515)CowThing
Documented YSort
2016-05-01Documented ColorRampDaniel J. Ramirez
2016-05-01Partial documentation for Particles2DDaniel J. Ramirez
2016-05-01Document Popup, PopupDialog, PopupMenu, and PopupPanelBojidar Marinov
2016-04-29classref: Run doctool and merge BitmapFontRémi Verschelde
BitmapFont was split from the Font class, so the relevant method descriptions were readded manually.
2016-04-29Add more documentations for this classes:Geequlim
* BoxContainer * CenterContainer * ScrollContainer * SplitContainer * Vector2 * StringArray * FileDiloags
2016-04-29Merge pull request #4482 from Geequlim/masterRémi Verschelde
Add more documentations and fix AcceptDialog::add_cancel
2016-04-29Add more documentations and fix AcceptDialog::add_cancelGeequlim
2016-04-29Merge pull request #4387 from JoshuaGrams/rigidbody2d-torqueRémi Verschelde
Hooked up RigidBody2D torque methods