aboutsummaryrefslogtreecommitdiff
path: root/doc/base/classes.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| |
* | Edited classes.xml : GraphEdit finished (#4450)Julian Murgia2016-04-261-0/+8
|/
* string ends_withAlexander Holland2016-04-171-0/+192
|
* Sync docs with sourceRémi Verschelde2016-04-071-36/+388
|
* doc/base/classes.xml: String.match, Node.find_nodeJosh Grams2016-03-271-2/+3
| | | | Clarify wildcard behavior.
* Add function to convert Date time from a dictionary to EpochKyle Luce2016-03-161-1/+31
| | | | | | | | - Also changed get_time_from_unix_time to get_date_time_from_unix_time to be consistent. Ticket: https://github.com/godotengine/godot/issues/4038
* Fixes the month consistency issue in enums and get_date etcKyle Luce2016-03-131-12/+24
| | | | | | | | | | - Also updated the docs to reflect this. - Added some vim temp files to gitignore - Changed NaCL to be consistent with the other OS_Unix::get_date implementation (added 1 to month to map to 1-12) Ticket: https://github.com/godotengine/godot/issues/4025
* Add option to keep margins when changing anchors, closes #3979Bojidar Marinov2016-03-091-1/+5
| | | | | Amend: Fixed an issue for non-tool builds Amend2: Same, just fixed doing nothing at some times
* Merge pull request #3833 from AlexHolly/feature-file-md5Rémi Verschelde2016-03-081-0/+10
|\ | | | | expose md5 for file(s) to gdscript
| * expose md5 for file(s) to gdscriptAlexander Holland2016-02-251-1/+27
| |
* | doc: fix joystick left/right trigger axis description (index 6/7 instead of 4/5)hondres2016-03-061-2/+2
| |
* | Add more verbose build-in functions descriptionsMartin Chuckeles2016-03-061-28/+143
| | | | | | | | Add descriptions for some global constants
* | Write GDScript documentationMartin Chuckeles2016-03-051-1/+10
| |
* | set_time_scale docsStabington2016-03-031-0/+1
| | | | | | | | This is correct?
* | Revert "Merge pull request #3814 from est31/iterators_for_for"Rémi Verschelde2016-03-011-43/+0
| | | | | | | | | | This reverts commit adf50568890cefb5fc354dbc1b21c4140bb410f9, reversing changes made to ee2bc87c0ef3cc1a432655ff935e60f32977904d.
* | Quick fixes to tween documentation formattingRémi Verschelde2016-03-011-15/+5
| | | | | | | | Maybe the reST parser should be improved instead though ;)
* | Merge pull request #3864 from leezh/editorplugin_extrasJuan Linietsky2016-02-281-7/+13
|\ \ | | | | | | Adds EditorPlugin::remove_control_from_bottom_panel()
| * | Updated the docs for EditorPluginZher Huei Lee2016-02-281-7/+13
| | | | | | | | | | | | | | | One thing to note is that visibilty of the bottom panel items are automatically managed by the buttons along the bottom.
* | | Add xrange builtin functionest312016-02-281-0/+43
| | | | | | | | | | | | Also update classes.xml in order to document xrange