aboutsummaryrefslogtreecommitdiff
path: root/doc/classes
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | [DOCS] Popup.popup_exclusive descriptionhomer6662018-04-221-0/+1
|/ / / / / /
* | | | | | Merge pull request #18316 from Noshyaar/httpMax Hilbrunner2018-04-201-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | [DOCS] add HTTPRequest.request return values
| * | | | | | [DOCS] add HTTPRequest.request return valuesPoommetee Ketson2018-04-201-0/+2
| | | | | | |
* | | | | | | Docs update for several classesCraigory V Coppola2018-04-198-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Namely: Dictionary, GraphEdit, Object, TileMap, Script, ScollBar, ScrollContainer and SplitContainer
* | | | | | | Add descriptions for GroupCall flagsbncastle2018-04-161-0/+4
|/ / / / / / | | | | | | | | | | | | | | | | | | Add descriptions for GroupCall flags
* | | | | | Merge pull request #18210 from willvincent/feature/exp_doc_fixPoommetee Ketson2018-04-161-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix/Remove potentially confusing references to Euler [ci skip]
| * | | | | | Remove incorrect & potentially confusing references to EulerWill Vincent2018-04-151-1/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e is referred to as Euler’s number, so technically the MATH_EXP description in VisualScript doc was not incorrect, though could potentially lead to confusion. e is different from Euler’s constant however, making the existing GDScript exp & VisualScriptMathConstant descriptions nvalid.
* / / / / / Minor fixes for the AnimationPlayer doc.Michael Alexsander Silva Dias2018-04-141-3/+2
|/ / / / /
* | | | | Update classref and docs, fix missing parameters' namePoommetee Ketson2018-04-118-21/+16
| | | | |
* | | | | [DOCS] OSMax Hilbrunner2018-04-101-10/+61
| | | | |
* | | | | doc: Sync classref with current sourceRémi Verschelde2018-04-1029-93/+473
| | | | |
* | | | | Merge pull request #18071 from denisw/navigation2d-docsRémi Verschelde2018-04-102-12/+19
|\ \ \ \ \ | | | | | | | | | | | | [DOCS] Navigation & Navigation2D
| * | | | | Add Navigation docsDenis Washington2018-04-101-11/+11
| | | | | |
| * | | | | Add Navigation2D docsDenis Washington2018-04-101-1/+8
| | | | | |
* | | | | | Merge pull request #18091 from RandomShaper/icon-radio-itemRémi Verschelde2018-04-101-0/+15
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add support for radio-looking items with icon
| * | | | | | Add support for radio-looking items with iconPedro J. Estébanez2018-04-091-0/+15
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Letting users of `PopupMenu` use them. `OptionButton` was one of those interested and is updated in this commit. Fixes #18063.
* | | | | | Merge pull request #17080 from simedis/pretty_print_treeRémi Verschelde2018-04-101-1/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Made Node.print_tree() print prettily
| * | | | | | Made print_tree_pretty() function which displays scene tree graphicallyGeoffrey2018-04-091-1/+24
| |/ / / / /
* | | | | | Merge pull request #18083 from Noshyaar/tutorialRémi Verschelde2018-04-093-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add new transform tutorial to the appropriate classes
| * | | | | | Add new transform tutorial to appropriate classesPoommetee Ketson2018-04-093-0/+3
| |/ / / / /
* | | | | | Merge pull request #18069 from mhilbrunner/docs-scenetreeRémi Verschelde2018-04-091-3/+47
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [DOCS] SceneTree
| * | | | | [DOCS] SceneTreeMax Hilbrunner2018-04-081-3/+47
| | | | | |
* | | | | | Merge pull request #16705 from Chaosus/generate_normals_flipJuan Linietsky2018-04-081-0/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add flip switch to SurfaceTool.generate_normals
| * | | | | Added flip switch to generate_normalsChaosus2018-02-191-0/+3
| | | | | |
* | | | | | Merge pull request #17150 from robfram/check-animation-playing-backwardsJuan Linietsky2018-04-081-0/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added `get_playing_speed` method to AnimationPlayer, returning the actual playing speed of the animation being played
| * | | | | | Added `get_playing_speed` method to AnimationPlayer, returning the actualrobfram2018-03-031-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | playing speed of the animation being played. As stated in #16550, there is no way to get the playing speed of an animation. The `playback_speed` property is for the whole AnimationPlayer node, and the argument passed to `play` method is another scale applied in top of the AnimationPlayer properties. Thus, the actual playing speed is AnimationPlayer.speed_scale * AnimationPlayer.playback.current.speed_scale. If it is not playing, the method returns 0.
* | | | | | | Merge pull request #17443 from Noshyaar/tilesetcrashJuan Linietsky2018-04-081-0/+20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix converting to tileset crashes Godot if existing file is not tileset
| * | | | | | | Fix converting to tileset crashes Godot if existing file is not tilesetPoommetee Ketson2018-03-231-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also make TileSetEditorPlgn tile list updates the preview modulate
* | | | | | | | Merge pull request #17583 from RandomShaper/enhance-uri-utilsJuan Linietsky2018-04-071-0/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Enhance uri utils
| * | | | | | | | Enhance HTTPClient.query_string_from_dict()Pedro J. Estébanez2018-03-271-0/+6
| |/ / / / / / /
* | | | | | | | Merge pull request #17730 from RandomShaper/radio-buttons-in-menusJuan Linietsky2018-04-071-2/+48
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Radio buttons in menus
| * | | | | | | | Add radio-button-looking entries to PopupMenuPedro J. Estébanez2018-03-271-2/+48
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They work exactly the same as current checkbox-decorated items, but in order to preserve compatibility, separate methods are used, like `add_radio_check_item()`. The other option would have been to add a new parameter at the end of `add_check_item()` and the like, but that would have forced callers to provide the defaults manually. `is_item_checkable()`, `is_item_checked()` and `set_item_checked()` are used regardless the item is set to look as check box or radio button. Keeping check in the name adds an additional clue about these facts. Closes #13055.
* | | | | | | | [DOCS] Tweaks and fixes for (Interpolated)CameraMel Collins2018-04-032-14/+14
| | | | | | | |
* | | | | | | | Added missing end points for brief descriptions in the docs.Michael Alexsander Silva Dias2018-03-309-9/+9
| | | | | | | |
* | | | | | | | [DOCS] Some content for InterpolatedCameraMel Collins2018-03-301-0/+7
| | | | | | | |
* | | | | | | | [DOCS] Typo fix for CollisionShape[2D]mhilbrunner2018-03-302-2/+2
| | | | | | | |
* | | | | | | | Merge pull request #17839 from Noshyaar/1Poommetee Ketson2018-03-292-8/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Docs] Control, VehicleWheel: fix typos [ci skip]
| * | | | | | | | [Docs] fix typosPoommetee Ketson2018-03-292-8/+8
| |/ / / / / / /
* | | | | | | | [DOCS] Node & PackedScene (#17833)Max Hilbrunner2018-03-282-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [DOCS] Node: SceneSaver -> PackedScene * [DOCS] PackedScene: Code example, resolve TODO
* | | | | | | | [DOCS] Generic6DOFJoint fixesMax Hilbrunner2018-03-281-7/+7
|/ / / / / / /
* | | | | | | [DOCS] minor ParticlesMaterial docs fix Linear -> RadialPoommetee Ketson2018-03-211-1/+1
| | | | | | |
* | | | | | | Improve Input.is_action_just_* docs.Pieter-Jan Briers2018-03-181-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | More clarification.
* | | | | | | Fixed small typo in the "InstancePlaceholder" doc.Michael Alexsander Silva Dias2018-03-171-1/+1
| | | | | | |
* | | | | | | [DOCS] Node: Remove duplicate informationMax Hilbrunner2018-03-161-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #17376 from marcelofg55/file_get_pathHein-Pieter van Braam2018-03-151-0/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Added File.get_path and File.get_path_absolute functions
| * | | | | | Added File.get_path and File.get_path_absolute functionsMarcelo Fernandez2018-03-131-0/+14
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #17514 from brylie/patch-1Rémi Verschelde2018-03-151-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add brief description
| * | | | | | Add brief descriptionBrylie Christopher Oxley2018-03-141-0/+1
| | | | | | |
* | | | | | | [DOCS] Node: Networking updates, fix outdated and missing docsmhilbrunner2018-03-151-30/+52
|/ / / / / /
* | | | | | Merge pull request #17489 from mhilbrunner/docs-inputRémi Verschelde2018-03-141-3/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | [DOCS] Input