aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Documented Light2D and LightOccluder2DJulian Murgia - StraToN2016-05-291-0/+48
|
* Documented BackBufferCopy. Need validation for the different copy modes ↵Julian Murgia - StraToN2016-05-281-0/+9
| | | | (constants)
* VehicleBody: Cosmetic fixes to previous commitRémi Verschelde2016-05-211-9/+6
|
* Add get_linear_velocity() method to VehicleBody classAgustin Benavidez2016-05-211-0/+14
| | | Doc added also.
* Document the FileDialog and partial OS methodsGeequlim2016-05-201-0/+14
|
* Fix a XML error with the documentationBojidar Marinov2016-05-201-1/+1
|
* Filling in documentation.CowThing2016-05-151-0/+38
| | | | AABB, Color, Rect2, Transform, Vector2, and Vector3.
* Merge pull request #4563 from djrm/classref-editRémi Verschelde2016-05-131-3/+116
|\ | | | | Documented @GlobalScope singletons and some keys
| * Documented @GlobalScope singletons and some keysDaniel J. Ramirez2016-05-051-3/+116
| |
* | Fix some errors in some rotation functions, also clarify that certain ↵Daniel J. Ramirez2016-05-121-7/+8
| | | | | | | | parameters are expressed in radians
* | classref: Fixed return types in Area and Area2D (#4635)MattUV2016-05-121-2/+2
| |
* | classref: Directory and ConfigFileRémi Verschelde2016-05-121-26/+68
| |
* | classref: Sync with current sourceRémi Verschelde2016-05-121-2/+62
| |
* | Updated caret blink method documentationPaulb232016-05-111-0/+28
| |
* | Sync classes.xml with current sourcesRémi Verschelde2016-05-091-33/+127
|/ | | | Also fix a typo in the binding of Control::set_drag_forwarding.
* Partial documentation for OS methodsDaniel J. Ramirez2016-05-051-1/+19
|
* Documented LinkButtonDaniel J. Ramirez2016-05-051-0/+8
|
* Input DocumentationCowThing2016-05-031-0/+16
| | | | Input Documentation
* Sync class referenceRémi Verschelde2016-05-031-63/+107
|
* Documented bool methodsDaniel J. Ramirez2016-05-021-0/+3
|
* Merge pull request #4529 from djrm/classref-floatRémi Verschelde2016-05-021-0/+5
|\ | | | | Documented float
| * Documented floatDaniel J. Ramirez2016-05-021-0/+5
| |
* | Documented int methodsDaniel J. Ramirez2016-05-021-0/+3
| |
* | Finished AnimationPlayer DocumentationCowThing2016-05-021-0/+4
| | | | | | | | Finished AnimationPlayer Documentation
* | Finished Timer DocumentationCowThing2016-05-021-0/+3
|/ | | | Finished Timer Documentation
* Documented YSort (#4515)CowThing2016-05-011-0/+4
| | | Documented YSort
* Documented ColorRampDaniel J. Ramirez2016-05-011-0/+14
|
* Partial documentation for Particles2DDaniel J. Ramirez2016-05-011-0/+36
|
* Document Popup, PopupDialog, PopupMenu, and PopupPanelBojidar Marinov2016-05-011-7/+29
|
* classref: Run doctool and merge BitmapFontRémi Verschelde2016-04-291-201/+207
| | | | | BitmapFont was split from the Font class, so the relevant method descriptions were readded manually.
* Add more documentations for this classes:Geequlim2016-04-291-1/+39
| | | | | | | | | | * BoxContainer * CenterContainer * ScrollContainer * SplitContainer * Vector2 * StringArray * FileDiloags
* Merge pull request #4482 from Geequlim/masterRémi Verschelde2016-04-291-0/+14
|\ | | | | Add more documentations and fix AcceptDialog::add_cancel
| * Add more documentations and fix AcceptDialog::add_cancelGeequlim2016-04-291-0/+14
| |
* | Merge pull request #4387 from JoshuaGrams/rigidbody2d-torqueRémi Verschelde2016-04-291-6/+56
|\ \ | |/ |/| Hooked up RigidBody2D torque methods
| * RigidBody2D (add_force, set_inertia): new methods.Josh Grams2016-04-261-3/+30
| |
| * RigidBody2D: add and bind get_inertia() method.Josh Grams2016-04-201-4/+15
| | | | | | | | | | | | | | You can't set this value very well, since it's automatically computed from the mass and the collision shapes. But since the values are higher than many people might suspect, so being able to read it helps estimate the amount of torque you might need to apply.
| * RigidBody2D: add and bind get/set_applied_torque.Josh Grams2016-04-201-0/+56
| |
* | Fill in the blank in the Array, CenterContainer and Dictionary class ↵Geequlim2016-04-291-0/+7
| | | | | | | | reference (#4476)
* | Documentation for Canvas Modulate, ColorPicker, ColorPickerButtonDaniel J. Ramirez2016-04-291-1/+17
| |
* | Merge pull request #4451 from JoshuaGrams/anim-tree-filterRémi Verschelde2016-04-281-0/+10
|\ \ | | | | | | Anim tree: add filters on Animation nodes
| * | AnimationTree: add filters to Animation nodes.Josh Grams2016-04-261-0/+60
| | |
* | | Partial documentation for Polygon2D and Raycast2D (#4467)Daniel Ramirez2016-04-281-1/+32
| | |
* | | Classref: Document Button and ButtonArrayRémi Verschelde2016-04-281-23/+39
| | | | | | | | | | | | | | | Also bind relevant constants and define some object types and better argument names for the docs.
* | | Merge pull request #4461 from djrm/classref-editRémi Verschelde2016-04-271-0/+8
|\ \ \ | | | | | | | | Added GridContainer documentation
| * | | GridContainer, CheckBox documentation, descriptions for Vector2 and ↵Daniel J. Ramirez2016-04-271-0/+8
| | | | | | | | | | | | | | | | CenterContainer.set_use_top_left
* | | | fixed some mistakes in WeakRef documentationJan Heemstra2016-04-271-4/+4
| | | |
* | | | Documented WeakRef and member functionsJan Heemstra2016-04-271-1/+4
| | | |
* | | | Sync classes reference template with current code baseJan Heemstra2016-04-271-0/+50
|/ / /
* | | Documented Node2DJulian Murgia - StraToN2016-04-261-3/+20
| | |
* | | Various improvements to doc_status.pyRémi Verschelde2016-04-261-10/+10
| | | | | | | | | | | | | | | | | | | | | - Make comments opt-in (smaller table in width) - Reduce length of Brief Description and Description (also smaller table as output) - Make names cyan (blue is too dark on black terminal) - Drop some redundant synonyms for the flags