| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Updated some documentation for the OS class. | Nathan Warden | 2017-10-03 | 1 | -0/+7 | |
| | | | | ||||||
| * | | | Merge pull request #11782 from eska014/persistent-userfs-test | Hein-Pieter van Braam | 2017-10-03 | 1 | -0/+7 | |
| |\ \ \ | | | | | | | | | Add OS::is_userfs_persistent, allow starting HTML5 platform in private mode | |||||
| | * | | | Add OS::is_userfs_persistent to check user:// persistence | Leon Krause | 2017-10-02 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | Allows starting HTML5 export when IndexedDB is not available. | |||||
| * | | | | Merge pull request #11653 from bojidar-bg/doc-vscript-1 | Nathan Lovato | 2017-10-03 | 14 | -0/+206 | |
| |\ \ \ \ | |_|/ / |/| | | | [DOCS] Document some of the VisualScript classes | |||||
| | * | | | Document some of the VisualScript classes. | Bojidar Marinov | 2017-10-03 | 14 | -0/+206 | |
| | | | | | ||||||
| * | | | | Merge pull request #11768 from cbscribe/kcc_polygon2d_doc | Andreas Haas | 2017-10-02 | 2 | -8/+22 | |
| |\ \ \ \ | |_|_|/ |/| | | | [DOCS] Update Polygon2D and CollisionPolygon2D | |||||
| | * | | | [DOCS] Update Polygon2D and CollisionPolygon2D | Chris Bradfield | 2017-10-02 | 2 | -8/+22 | |
| | | |/ | |/| | ||||||
| * | | | Merge pull request #11725 from GDquest/control-docs | Poommetee Ketson | 2017-10-02 | 1 | -34/+103 | |
| |\ \ \ | | | | | | | | | | | | | | | | | [DOCS] Write member, signals and constants in the Control class [ci skip] | |||||
| | * | | | [DOCS] Write member, signals and constants in the Control class | Nathan | 2017-10-02 | 1 | -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_doc | Poommetee Ketson | 2017-10-02 | 2 | -0/+18 | |
| |\ \ \ \ | |_|/ / |/| | | | | | | | | | | | [DOCS] Adds JSON and JSONParseResult doc [ci skip] | |||||
| | * | | | [DOCS] Adds JSON and JSONParseResult doc | Jerome67000 | 2017-10-02 | 2 | -0/+18 | |
| | |/ / | ||||||
| * | | | Merge pull request #11635 from Jerome67000/docs_AudioEffects | Poommetee Ketson | 2017-10-01 | 13 | -5/+138 | |
| |\ \ \ | |/ / |/| | | | | | | | | [DOCS] AudioEffects doc [ci skip] | |||||
| | * | | [DOCS] Adds AudioEffects doc | Jerome67000 | 2017-09-28 | 13 | -5/+138 | |
| | | | | ||||||
| * | | | Fixed typo: 'texure' to 'texture' | Indah Sylvia | 2017-09-29 | 2 | -3/+3 | |
| | | | | ||||||
| * | | | [DOCS] Update AnimatedSprite class ref | Chris Bradfield | 2017-09-26 | 1 | -3/+11 | |
| | | | | ||||||
| * | | | [DOCS] Update SpriteFrames class ref | Chris Bradfield | 2017-09-24 | 1 | -1/+17 | |
| | | | | ||||||
| * | | | Merge pull request #11530 from cbscribe/kcc_area_doc | Poommetee Ketson | 2017-09-24 | 2 | -50/+66 | |
| |\ \ \ | | | | | | | | | | | | | | | | | [DOCS] Area/Area2D class ref update [ci skip] | |||||
| | * | | | [DOCS] Area/Area2D class ref update | Chris Bradfield | 2017-09-24 | 2 | -50/+66 | |
| | | | | | ||||||
| * | | | | Merge pull request #11526 from cbscribe/kcc_collision_doc | Poommetee Ketson | 2017-09-24 | 2 | -19/+40 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | [DOCS] Update CollisionObject/CollisionObject2D class ref [ci skip] | |||||
| | * | | | | [DOCS] Update CollisionObject/CollisionObject2D class ref | Chris Bradfield | 2017-09-23 | 2 | -19/+40 | |
| | |/ / / | ||||||
| * / / / | Added documentation for Range | FigyTuna | 2017-09-23 | 1 | -0/+9 | |
| |/ / / | ||||||
| * | | | Merge pull request #11515 from cbscribe/kcc_staticbody2d_doc | Poommetee Ketson | 2017-09-23 | 1 | -3/+6 | |
| |\ \ \ | | | | | | | | | [DOCS] Update StaticBody2D class ref | |||||
| | * | | | [DOCS] Update StaticBody2D class ref. | Chris Bradfield | 2017-09-23 | 1 | -3/+6 | |
| | | | | | ||||||
| * | | | | Merge pull request #11514 from cbscribe/kcc_sprite_doc | Poommetee Ketson | 2017-09-23 | 1 | -1/+13 | |
| |\ \ \ \ | |/ / / |/| | | | | | | | | | | | [DOCS] Update Sprite class ref [ci skip] | |||||
| | * | | | [DOCS] Update Sprite class ref | Chris Bradfield | 2017-09-23 | 1 | -1/+13 | |
| | | | | | ||||||
| * | | | | Merge pull request #11509 from StraToN/docs-environment | Rémi Verschelde | 2017-09-23 | 1 | -1/+85 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Partial documentation for Environment resource. [ci skip] | |||||
| | * | | | | Partial documentation for Environment resource. | Julian Murgia | 2017-09-23 | 1 | -1/+85 | |
| | | | | | | ||||||
| * | | | | | Rename get_position => get_playback_position and seek_pos => seek on audio ↵ | Marcelo Fernandez | 2017-09-23 | 3 | -2/+8 | |
| | | | | | | | | | | | | | | | | | | | | | classes | |||||
| * | | | | | RayShape, Shape, SphereShape | Linus | 2017-09-23 | 3 | -0/+8 | |
| | |_|/ / |/| | | | ||||||
| * | | | | doc: Sync classref with current source | Rémi Verschelde | 2017-09-23 | 10 | -14/+131 | |
| | |/ / |/| | | | | | | | | [ci skip] | |||||
| * | | | Changed get_audio_bus and set functions to get_audio_bus_name and set | Marcelo Paez | 2017-09-22 | 1 | -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 Hadden | 2017-09-21 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge pull request #11304 from rminderhoud/editor_import_docs | Rémi Verschelde | 2017-09-21 | 1 | -0/+54 | |
| |\ \ \ | | | | | | | | | | | | | | | | | Added EditorImportPlugin class ref docs [ci skip] | |||||
| | * | | | Added EditorImportPlugin class ref docs | Ralph Minderhoud | 2017-09-16 | 1 | -0/+54 | |
| | | | | | ||||||
| * | | | | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 51 | -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 RigidBody2D | FigyTuna | 2017-09-18 | 2 | -19/+43 | |
| | | | | | ||||||
| * | | | | Added code tags and corrected some lines | RaTi17 | 2017-09-18 | 1 | -75/+75 | |
| | | | | | ||||||
| * | | | | Merge pull request #11313 from deliciousfudge/boxcontainershape-docs | Rémi Verschelde | 2017-09-17 | 2 | -8/+9 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Refactor the docuementation of BoxContainer and BoxShape classes [ci skip] | |||||
| | * | | | | Refactor the BoxContainer and BoxShape classes | Roger Smith | 2017-09-16 | 2 | -8/+9 | |
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #11352 from FigyTuna/physics_body_docs | Rémi Verschelde | 2017-09-17 | 2 | -5/+16 | |
| |\ \ \ \ | | | | | | | | | | | [DOCS] Modified/Added documentation for PhysicsBody and PhysicsBody2D | |||||
| | * | | | | Modified/Added documentation for PhysicsBody and PhysicsBody2D | FigyTuna | 2017-09-16 | 2 | -5/+16 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #11351 from cbscribe/kcc_kinematiccollision_doc | Rémi Verschelde | 2017-09-17 | 1 | -0/+14 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] Add KinematicCollision descriptions [ci skip] | |||||
| | * | | | | | [DOCS] Add KinematicCollision descriptions | Chris Bradfield | 2017-09-16 | 1 | -0/+14 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #11349 from willt/getsetmove | Rémi Verschelde | 2017-09-17 | 7 | -14/+25 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] added member descriptions to various shapes [ci skip] | |||||
| | * | | | | | [DOCS] added member descriptions to various shapes | William Taylor | 2017-09-16 | 7 | -14/+25 | |
| | |/ / / / | ||||||
| * | | | | | doc: Sync classref and escape comparators | Rémi Verschelde | 2017-09-17 | 7 | -13/+153 | |
| | | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | | | Added Documentation of AudioStream | Grosskopf | 2017-09-17 | 3 | -0/+22 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | Merge pull request #11322 from Grosskopf/audio-stream-player-3D-docs | Poommetee Ketson | 2017-09-17 | 1 | -0/+32 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | [DOCS] wrote documentation for audio stream player 3D [ci skip] | |||||
| | * | | | | wrote documentation for audio stream player 3D | Grosskopf | 2017-09-17 | 1 | -0/+32 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #11346 from cbscribe/kcc_light2d_doc | Rémi Verschelde | 2017-09-17 | 1 | -0/+21 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | [DOCS] Add Light2D member descriptions. [ci skip] | |||||
