Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-03 | doc_status.py: Add -e (--empty) option to hide items with nothing left to do | mhilbrunner | |
2017-10-03 | Merge pull request #11782 from eska014/persistent-userfs-test | Hein-Pieter van Braam | |
Add OS::is_userfs_persistent, allow starting HTML5 platform in private mode | |||
2017-10-03 | Merge pull request #11653 from bojidar-bg/doc-vscript-1 | Nathan Lovato | |
[DOCS] Document some of the VisualScript classes | |||
2017-10-03 | Document some of the VisualScript classes. | Bojidar Marinov | |
2017-10-02 | Merge pull request #11757 from mhilbrunner/doc_status_py27 | Andreas Haas | |
doc_status.py Python 2.7 backwards compatibility & Windows support | |||
2017-10-02 | Merge pull request #11768 from cbscribe/kcc_polygon2d_doc | Andreas Haas | |
[DOCS] Update Polygon2D and CollisionPolygon2D | |||
2017-10-02 | Add OS::is_userfs_persistent to check user:// persistence | Leon Krause | |
Allows starting HTML5 export when IndexedDB is not available. | |||
2017-10-02 | Merge pull request #11725 from GDquest/control-docs | Poommetee Ketson | |
[DOCS] Write member, signals and constants in the Control class [ci skip] | |||
2017-10-02 | Merge pull request #11734 from Jerome67000/json_doc | Poommetee Ketson | |
[DOCS] Adds JSON and JSONParseResult doc [ci skip] | |||
2017-10-02 | [DOCS] Update Polygon2D and CollisionPolygon2D | Chris Bradfield | |
2017-10-02 | Merge pull request #11654 from bojidar-bg/docstatus-fnmatch | Poommetee Ketson | |
Allow using wildcards to filter docstatus class names | |||
2017-10-02 | [DOCS] Adds JSON and JSONParseResult doc | Jerome67000 | |
2017-10-02 | [DOCS] Write member, signals and constants in the Control class | Nathan | |
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. | |||
2017-10-01 | doc_status.py Python 2.7 backwards compatibility | mhilbrunner | |
2017-10-01 | Merge pull request #11635 from Jerome67000/docs_AudioEffects | Poommetee Ketson | |
[DOCS] AudioEffects doc [ci skip] | |||
2017-09-29 | Fixed typo: 'texure' to 'texture' | Indah Sylvia | |
2017-09-28 | [DOCS] Adds AudioEffects doc | Jerome67000 | |
2017-09-28 | Allow using wildcards to filter docstatus class names | Bojidar Marinov | |
[ci skip] | |||
2017-09-26 | [DOCS] Update AnimatedSprite class ref | Chris Bradfield | |
2017-09-24 | [DOCS] Update SpriteFrames class ref | Chris Bradfield | |
2017-09-24 | Merge pull request #11530 from cbscribe/kcc_area_doc | Poommetee Ketson | |
[DOCS] Area/Area2D class ref update [ci skip] | |||
2017-09-24 | [DOCS] Area/Area2D class ref update | Chris Bradfield | |
2017-09-24 | Merge pull request #11526 from cbscribe/kcc_collision_doc | Poommetee Ketson | |
[DOCS] Update CollisionObject/CollisionObject2D class ref [ci skip] | |||
2017-09-23 | [DOCS] Update CollisionObject/CollisionObject2D class ref | Chris Bradfield | |
2017-09-23 | Added documentation for Range | FigyTuna | |
2017-09-23 | Merge pull request #11515 from cbscribe/kcc_staticbody2d_doc | Poommetee Ketson | |
[DOCS] Update StaticBody2D class ref | |||
2017-09-23 | [DOCS] Update StaticBody2D class ref. | Chris Bradfield | |
2017-09-23 | Merge pull request #11514 from cbscribe/kcc_sprite_doc | Poommetee Ketson | |
[DOCS] Update Sprite class ref [ci skip] | |||
2017-09-23 | [DOCS] Update Sprite class ref | Chris Bradfield | |
2017-09-23 | Merge pull request #11509 from StraToN/docs-environment | Rémi Verschelde | |
Partial documentation for Environment resource. [ci skip] | |||
2017-09-23 | Rename get_position => get_playback_position and seek_pos => seek on audio ↵ | Marcelo Fernandez | |
classes | |||
2017-09-23 | Partial documentation for Environment resource. | Julian Murgia | |
2017-09-23 | RayShape, Shape, SphereShape | Linus | |
2017-09-23 | doc: Sync classref with current source | Rémi Verschelde | |
[ci skip] | |||
2017-09-23 | makerst.py: Support split classes XML and use folders and/or single files as ↵ | Alexander Meerhoff | |
input The new syntax is (from `doc/`): `tools/makerst.py classes/ ../modules/`. Also adapted `make rst` target accordingly. [ci skip] | |||
2017-09-22 | Changed get_audio_bus and set functions to get_audio_bus_name and set | Marcelo Paez | |
and edited docs for Area2D due to renaming o get_audio_bus and set_audio_bus | |||
2017-09-21 | Fixed a bunch of typos, including an error code. | Ross Hadden | |
2017-09-21 | Merge pull request #11304 from rminderhoud/editor_import_docs | Rémi Verschelde | |
Added EditorImportPlugin class ref docs [ci skip] | |||
2017-09-20 | Rename pos to position in user facing methods and variables | letheed | |
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. | |||
2017-09-18 | Modified/Added documentation for RigidBody and RigidBody2D | FigyTuna | |
2017-09-18 | Added code tags and corrected some lines | RaTi17 | |
2017-09-17 | Merge pull request #11313 from deliciousfudge/boxcontainershape-docs | Rémi Verschelde | |
Refactor the docuementation of BoxContainer and BoxShape classes [ci skip] | |||
2017-09-17 | Merge pull request #11352 from FigyTuna/physics_body_docs | Rémi Verschelde | |
[DOCS] Modified/Added documentation for PhysicsBody and PhysicsBody2D | |||
2017-09-17 | Merge pull request #11351 from cbscribe/kcc_kinematiccollision_doc | Rémi Verschelde | |
[DOCS] Add KinematicCollision descriptions [ci skip] | |||
2017-09-17 | Merge pull request #11349 from willt/getsetmove | Rémi Verschelde | |
[DOCS] added member descriptions to various shapes [ci skip] | |||
2017-09-17 | doc: Sync classref and escape comparators | Rémi Verschelde | |
[ci skip] | |||
2017-09-17 | Added Documentation of AudioStream | Grosskopf | |
2017-09-17 | Merge pull request #11322 from Grosskopf/audio-stream-player-3D-docs | Poommetee Ketson | |
[DOCS] wrote documentation for audio stream player 3D [ci skip] | |||
2017-09-17 | wrote documentation for audio stream player 3D | Grosskopf | |
2017-09-17 | Merge pull request #11346 from cbscribe/kcc_light2d_doc | Rémi Verschelde | |
[DOCS] Add Light2D member descriptions. [ci skip] |