aboutsummaryrefslogtreecommitdiff
path: root/doc/classes
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Updated some documentation for the OS class.Nathan Warden2017-10-031-0/+7
| | |
* | | Merge pull request #11782 from eska014/persistent-userfs-testHein-Pieter van Braam2017-10-031-0/+7
|\ \ \ | | | | | | | | Add OS::is_userfs_persistent, allow starting HTML5 platform in private mode
| * | | Add OS::is_userfs_persistent to check user:// persistenceLeon Krause2017-10-021-0/+7
| | | | | | | | | | | | | | | | Allows starting HTML5 export when IndexedDB is not available.
* | | | Merge pull request #11653 from bojidar-bg/doc-vscript-1Nathan Lovato2017-10-0314-0/+206
|\ \ \ \ | |_|/ / |/| | | [DOCS] Document some of the VisualScript classes
| * | | Document some of the VisualScript classes.Bojidar Marinov2017-10-0314-0/+206
| | | |
* | | | Merge pull request #11768 from cbscribe/kcc_polygon2d_docAndreas Haas2017-10-022-8/+22
|\ \ \ \ | |_|_|/ |/| | | [DOCS] Update Polygon2D and CollisionPolygon2D
| * | | [DOCS] Update Polygon2D and CollisionPolygon2DChris Bradfield2017-10-022-8/+22
| | |/ | |/|
* | | Merge pull request #11725 from GDquest/control-docsPoommetee Ketson2017-10-021-34/+103
|\ \ \ | | | | | | | | | | | | | | | | [DOCS] Write member, signals and constants in the Control class [ci skip]
| * | | [DOCS] Write member, signals and constants in the Control classNathan2017-10-021-34/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I left the following properties and constants out: - rect_clip_content, I think it should let me resize the node below the content's size, but even with the minimum size set to (0,0) Godot won't let me - mouse_filter, grow_horizontal and grow_vertical, same issue, after testing I don't know when they're necessary, so can't document them. - GROW_DIRECTION_BEGIN, GROW_DIRECTION_END, MOUSE_FILTER_STOP, MOUSE_FILTER_PASS, MOUSE_FILTER_IGNORE, constants that correspond to the member variables above For the mouse_filter, I couldn't see what it does in 3.0 alpha 1. For the grow_direction, I can see they might change the size calculation when the node's size changes, but in practice, with containers, I couldn't see a difference. If you know when to use it, please tell me and I'll add them to the PR.
* | | | Merge pull request #11734 from Jerome67000/json_docPoommetee Ketson2017-10-022-0/+18
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | [DOCS] Adds JSON and JSONParseResult doc [ci skip]
| * | | [DOCS] Adds JSON and JSONParseResult docJerome670002017-10-022-0/+18
| |/ /
* | | Merge pull request #11635 from Jerome67000/docs_AudioEffectsPoommetee Ketson2017-10-0113-5/+138
|\ \ \ | |/ / |/| | | | | | | | [DOCS] AudioEffects doc [ci skip]
| * | [DOCS] Adds AudioEffects docJerome670002017-09-2813-5/+138
| | |
* | | Fixed typo: 'texure' to 'texture'Indah Sylvia2017-09-292-3/+3
| | |
* | | [DOCS] Update AnimatedSprite class refChris Bradfield2017-09-261-3/+11
| | |
* | | [DOCS] Update SpriteFrames class refChris Bradfield2017-09-241-1/+17
| | |
* | | Merge pull request #11530 from cbscribe/kcc_area_docPoommetee Ketson2017-09-242-50/+66
|\ \ \ | | | | | | | | | | | | | | | | [DOCS] Area/Area2D class ref update [ci skip]
| * | | [DOCS] Area/Area2D class ref updateChris Bradfield2017-09-242-50/+66
| | | |
* | | | Merge pull request #11526 from cbscribe/kcc_collision_docPoommetee Ketson2017-09-242-19/+40
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | [DOCS] Update CollisionObject/CollisionObject2D class ref [ci skip]
| * | | | [DOCS] Update CollisionObject/CollisionObject2D class refChris Bradfield2017-09-232-19/+40
| |/ / /
* / / / Added documentation for RangeFigyTuna2017-09-231-0/+9
|/ / /
* | | Merge pull request #11515 from cbscribe/kcc_staticbody2d_docPoommetee Ketson2017-09-231-3/+6
|\ \ \ | | | | | | | | [DOCS] Update StaticBody2D class ref
| * | | [DOCS] Update StaticBody2D class ref.Chris Bradfield2017-09-231-3/+6
| | | |
* | | | Merge pull request #11514 from cbscribe/kcc_sprite_docPoommetee Ketson2017-09-231-1/+13
|\ \ \ \ | |/ / / |/| | | | | | | | | | | [DOCS] Update Sprite class ref [ci skip]
| * | | [DOCS] Update Sprite class refChris Bradfield2017-09-231-1/+13
| | | |
* | | | Merge pull request #11509 from StraToN/docs-environmentRémi Verschelde2017-09-231-1/+85
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Partial documentation for Environment resource. [ci skip]
| * | | | Partial documentation for Environment resource.Julian Murgia2017-09-231-1/+85
| | | | |
* | | | | Rename get_position => get_playback_position and seek_pos => seek on audio ↵Marcelo Fernandez2017-09-233-2/+8
| | | | | | | | | | | | | | | | | | | | classes
* | | | | RayShape, Shape, SphereShapeLinus2017-09-233-0/+8
| |_|/ / |/| | |
* | | | doc: Sync classref with current sourceRémi Verschelde2017-09-2310-14/+131
| |/ / |/| | | | | | | | [ci skip]
* | | Changed get_audio_bus and set functions to get_audio_bus_name and setMarcelo Paez2017-09-221-3/+3
| | | | | | | | | | | | and edited docs for Area2D due to renaming o get_audio_bus and set_audio_bus
* | | Fixed a bunch of typos, including an error code.Ross Hadden2017-09-211-1/+1
| | |
* | | Merge pull request #11304 from rminderhoud/editor_import_docsRémi Verschelde2017-09-211-0/+54
|\ \ \ | | | | | | | | | | | | | | | | Added EditorImportPlugin class ref docs [ci skip]
| * | | Added EditorImportPlugin class ref docsRalph Minderhoud2017-09-161-0/+54
| | | |
* | | | Rename pos to position in user facing methods and variablesletheed2017-09-2051-153/+153
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is.
* | | | Modified/Added documentation for RigidBody and RigidBody2DFigyTuna2017-09-182-19/+43
| | | |
* | | | Added code tags and corrected some linesRaTi172017-09-181-75/+75
| | | |
* | | | Merge pull request #11313 from deliciousfudge/boxcontainershape-docsRémi Verschelde2017-09-172-8/+9
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Refactor the docuementation of BoxContainer and BoxShape classes [ci skip]
| * | | | Refactor the BoxContainer and BoxShape classesRoger Smith2017-09-162-8/+9
| | |_|/ | |/| |
* | | | Merge pull request #11352 from FigyTuna/physics_body_docsRémi Verschelde2017-09-172-5/+16
|\ \ \ \ | | | | | | | | | | [DOCS] Modified/Added documentation for PhysicsBody and PhysicsBody2D
| * | | | Modified/Added documentation for PhysicsBody and PhysicsBody2DFigyTuna2017-09-162-5/+16
| | | | |
* | | | | Merge pull request #11351 from cbscribe/kcc_kinematiccollision_docRémi Verschelde2017-09-171-0/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Add KinematicCollision descriptions [ci skip]
| * | | | | [DOCS] Add KinematicCollision descriptionsChris Bradfield2017-09-161-0/+14
| |/ / / /
* | | | | Merge pull request #11349 from willt/getsetmoveRémi Verschelde2017-09-177-14/+25
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] added member descriptions to various shapes [ci skip]
| * | | | | [DOCS] added member descriptions to various shapesWilliam Taylor2017-09-167-14/+25
| |/ / / /
* | | | | doc: Sync classref and escape comparatorsRémi Verschelde2017-09-177-13/+153
| | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | Added Documentation of AudioStreamGrosskopf2017-09-173-0/+22
| |_|_|/ |/| | |
* | | | Merge pull request #11322 from Grosskopf/audio-stream-player-3D-docsPoommetee Ketson2017-09-171-0/+32
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | [DOCS] wrote documentation for audio stream player 3D [ci skip]
| * | | | wrote documentation for audio stream player 3DGrosskopf2017-09-171-0/+32
| | |/ / | |/| |
* | | | Merge pull request #11346 from cbscribe/kcc_light2d_docRémi Verschelde2017-09-171-0/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | [DOCS] Add Light2D member descriptions. [ci skip]