Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-09 | Added documenation for Line2D | Unknown | |
[ci skip] | |||
2017-10-08 | Merge pull request #11943 from Nallebeorn/documentation_2 | Chris Bradfield | |
[DOCS] Add documentation for Performance | |||
2017-10-09 | Merge pull request #11820 from cbscribe/kcc_particles_doc | Nathan Lovato | |
[DOCS] Update ParticlesMaterial, Particles, Particles2D class ref | |||
2017-10-08 | A minor documentation typo fix. | authenticate | |
2017-10-08 | Merge pull request #11938 from brunosxs/docs | Chris Bradfield | |
[DOCS] File Class method description | |||
2017-10-08 | [DOCS] File Class method description | brunosxs | |
2017-10-08 | Fix a typo in KinematicBody and KinematicBody2D. | Benjamin Larsson | |
2017-10-08 | Add documentation for Performance. | Benjamin Larsson | |
2017-10-07 | Merge pull request #11920 from mhilbrunner/docs-camera | Chris Bradfield | |
[DOCS] Camera documentation | |||
2017-10-08 | Merge pull request #11902 from GDquest/texture-button-progress | Poommetee Ketson | |
[DOCS] Write TextureButton, review and fill missing entries in TextureProgress [ci skip] | |||
2017-10-08 | Merge pull request #11918 from Nallebeorn/documentation | Poommetee Ketson | |
[DOCS] Write missing method and member descriptions of KinematicBody2D [ci skip] | |||
2017-10-07 | Merge pull request #11914 from diowonderland/docs-backbuffercopy | Chris Bradfield | |
[DOCS] BackBufferCopy: Document members | |||
2017-10-07 | Merge pull request #11917 from brunosxs/docs | Chris Bradfield | |
[DOCS] Add descriptions to members of Camera2D | |||
2017-10-07 | Minor fixes to KinematicBody and KinematicBody2D | Benjamin Larsson | |
2017-10-07 | [DOCS] Add descriptions to members of Camera2D | brunosxs | |
2017-10-07 | Edit move_and_slide, it does a bit more than I first thought. | Benjamin Larsson | |
2017-10-07 | Fixed an error in get_floor_velocity() docs | Benjamin Larsson | |
2017-10-07 | [DOCS] BackBufferCopy: Document members | Dio | |
2017-10-07 | Small changes to KinematicBody2D docs. | Benjamin Larsson | |
2017-10-07 | Update KinematicBody2D docs. | Benjamin Larsson | |
2017-10-07 | [DOCS] Camera documentation | mhilbrunner | |
2017-10-07 | Added Documentation for Sprite3D, AnimatedSprite3D and SpriteBase3D etc. | Grosskopf | |
2017-10-07 | [DOCS] Write TextureButton, review and finish TextureProgress | Nathan | |
2017-10-06 | [DOCS] Update ParticlesMaterial, Particles class ref | Chris Bradfield | |
2017-10-06 | Made a few tweaks to the interface | BastiaanOlij | |
2017-10-05 | Merge pull request #11828 from Jerome67000/regexmatch_doc | Poommetee Ketson | |
[DOCS] Adds RegExMatch doc and fix RegEx typo [ci skip] | |||
2017-10-04 | [DOCS] Adds RegExMatch doc and RegEx fix typo | Jerome67000 | |
2017-10-04 | Merge pull request #11816 from terahxluna/video_player_set_stream_position | Hein-Pieter van Braam | |
Add function set_stream_position to VideoPlayer. Closes #8727 | |||
2017-10-04 | Merge pull request #11802 from mhilbrunner/docstatus-todo-filter | Julian Murgia | |
doc_status.py: Add -t (--todo) option, show only non-empty items | |||
2017-10-04 | Add function set_stream_position to VideoPlayer | Terah | |
Also add docucmentation for set_stream_position in VideoPlayer | |||
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 #11793 from NathanWarden/updated_os_doc | Nathan Lovato | |
Updated some documentation for the OS class. | |||
2017-10-03 | Updated some documentation for the OS class. | Nathan Warden | |
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] |