aboutsummaryrefslogtreecommitdiff
path: root/doc/classes
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | [DOCS] InputMax Hilbrunner2018-03-131-3/+24
| | | | | | |
* | | | | | | [DOCS] Environment: Whitespace fixesMax Hilbrunner2018-03-131-3/+4
|/ / / / / /
* | | | | | Merge pull request #16971 from Noshyaar/tilemapRémi Verschelde2018-03-131-0/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | TileMap: add fix_invalid_tiles
| * | | | | | TileMap: add fix_invalid_tilesPoommetee Ketson2018-02-241-0/+7
| | | | | | |
* | | | | | | Merge pull request #17094 from Calinou/add-dynamicfont-hinting-optionsRémi Verschelde2018-03-131-0/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add an hinting mode setting to DynamicFonts
| * | | | | | | Add documentation for the DynamicFont hinting propertyHugo Locurcio2018-03-011-0/+12
| | | | | | | |
* | | | | | | | Update Image format enumeration documentationNeil Moore2018-03-101-0/+35
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Provides more information about each image format.
* | | | | | | Bring back Vector2.cross()Bernhard Liebl2018-03-071-0/+9
| | | | | | |
* | | | | | | [DOCS] Small fix to Area: Fix copy/paste errorsMax Hilbrunner2018-03-031-3/+3
| |_|/ / / / |/| | | | |
* | | | | | s/Camear/Camera in docsPoommetee Ketson2018-03-021-2/+2
| | | | | |
* | | | | | [DOCS] Small fix to PinJoint2DMax Hilbrunner2018-03-021-1/+1
| | | | | |
* | | | | | doc: Sync classref with current sourceRémi Verschelde2018-02-272-1/+3
| | | | | |
* | | | | | doc: Remove status from hardcoded version stringRémi Verschelde2018-02-27423-423/+423
| | | | | | | | | | | | | | | | | | | | | | | | It has no practical use case and just generates noise for each alpha, beta, etc.
* | | | | | added docs on Control's drag and drop apiindicainkwell2018-02-261-0/+55
|/ / / / /
* | | | | Merge pull request #17003 from Noshyaar/docsRémi Verschelde2018-02-2517-23/+159
|\ \ \ \ \ | | | | | | | | | | | | [DOCS] Sync classref with current source
| * | | | | [DOCS] Sync classref with current sourcePoommetee Ketson2018-02-2517-23/+159
| |/ / / /
* | | | | Merge pull request #16952 from Noshyaar/datadirRémi Verschelde2018-02-241-0/+4
|\ \ \ \ \ | |/ / / / |/| | | | [DOCS] clarify that OS.get_user_data_dir needs project name
| * | | | [DOCS] clarify that OS.get_user_data_dir needs project namePoommetee Ketson2018-02-241-0/+4
| | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | StyleBoxTexture: Texture instead of RES for texture and normal_map.Pieter-Jan Briers2018-02-221-2/+2
|/ / / /
* | | | Added documentation for VehicleBodyBastiaanOlij2018-02-222-0/+23
| | | |
* | | | Fix typos with codespellluz.paz2018-02-217-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ```
* | | | Merge pull request #16874 from volzhs/button-group-descRémi Verschelde2018-02-211-0/+1
|\ \ \ \ | | | | | | | | | | Mention about BaseButton.toggle_mode in ButtonGroup description
| * | | | Mention about BaseButton.toggle_mode in ButtonGroup descriptionvolzhs2018-02-211-0/+1
| | | | |
* | | | | Clarified what the Tree's signals "item_activated" and "item_double_clicked" do.Michael Alexsander Silva Dias2018-02-201-2/+2
|/ / / /
* | | | Merge pull request #15563 from poke1024/gdscript-shuffleRémi Verschelde2018-02-191-0/+5
|\ \ \ \ | | | | | | | | | | Add shuffle() method to Array
| * | | | Add shuffle() method to Arraypoke10242018-01-101-0/+5
| | | | |
* | | | | Merge pull request #16060 from sdfgeoff/apply_torqueRémi Verschelde2018-02-191-0/+9
|\ \ \ \ \ | | | | | | | | | | | | Exposed apply_torque_impulse to gdscript
| * | | | | Exposed apply_torque_impulse to gdscript and added documentation for added ↵sdfgeoff2018-02-151-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | apply_torque_impulse method
* | | | | | Merge pull request #16738 from YeldhamDev/rigidbodies_descriptionsRémi Verschelde2018-02-192-9/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Made modifications to the RigidBody(2D) descriptions
| * | | | | | Made modifications to the RigidBody(2D) descriptions.Michael Alexsander Silva Dias2018-02-192-9/+4
| | |_|/ / / | |/| | | |
* | | | | | doc: Sync classref with current sourceRémi Verschelde2018-02-1914-15/+2117
| | | | | |
* | | | | | doc: Update version string in headerRémi Verschelde2018-02-19418-418/+418
| | | | | |
* | | | | | Direct to InputEventJoypadButton for using buttonsBenjamin Stammen2018-02-161-1/+1
|/ / / / /
* | | | | Merge pull request #15864 from GodotExplorer/pr-get_unique_id-desktop-implRémi Verschelde2018-02-141-1/+2
|\ \ \ \ \ | | | | | | | | | | | | Implement more methods for OS on Desktop platforms
| * | | | | OSX: implement OS.get_unique_idgeequlim2018-02-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Update the documentations for OS.get_unique_id()
* | | | | | Merge pull request #16677 from YeldhamDev/itemlist_reselectRémi Verschelde2018-02-141-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added "allow_reselect" property to ItemList and enabled it for the method/help lists
| * | | | | | Added "allow_reselect" property to ItemList and enabled it for the ↵Michael Alexsander Silva Dias2018-02-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | method/help lists.
* | | | | | | Add mbedtls moduleFabio Alessandrelli2018-02-141-0/+7
|/ / / / / /
* | | | | | Merge pull request #16659 from vnen/plugin_orderRémi Verschelde2018-02-141-0/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Expose priority and order for custom import plugins
| * | | | | | Expose priority and order for custom import pluginsGeorge Marques2018-02-131-0/+14
| | | | | | |
* | | | | | | Add a function to remove controls from containersGeorge Marques2018-02-131-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #5968
* | | | | | | Merge pull request #16401 from YeldhamDev/json_example_fixRémi Verschelde2018-02-131-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixed wrong example in JSONParseResult
| * | | | | | | Fixed wrong example in JSONParseResult.Michael Alexsander Silva Dias2018-02-041-4/+4
| | | | | | | |
* | | | | | | | Merge pull request #16306 from mhilbrunner/mhilbrunner-docs-json-keyorderRémi Verschelde2018-02-123-2/+4
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | [DOCS] parse_json: Objects do not keep key order
| * | | | | | | [DOCS] parse_json: Objects do not keep key orderMax Hilbrunner2018-02-023-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Document JSON not guaranteeing key order.
* | | | | | | | Fixed KinematicBody move_and_slide documentation namingAndrew Silver2018-02-051-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Fix broken variant call of Vector3.snappedTimur Celik2018-02-031-1/+1
|/ / / / / /
* | | | | | Small fixes for the Control description in the docs.Michael Alexsander Silva Dias2018-02-011-3/+3
| | | | | |
* | | | | | Errata fix on Image get_format() descriptionProfesor Tartelett2018-01-311-1/+1
| | | | | | | | | | | | | | | | | | The description of this function seems to be duplicated from the preceding description.
* | | | | | Merge pull request #16188 from Schweigert/masterRémi Verschelde2018-01-311-0/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | Display set_nodelay to GDScript