summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2018-04-22Merge pull request #18176 from nikibobi/string-trimGeorge Marques
Add string trim_prefix, trim_suffix, lstrip and rstrip methods
2018-04-22Add detail to doc for add_surface_from_arrays (#17911)GaryO
Includes review comments from #17911 from @cbscribe and @Noshyaar
2018-04-22Merge pull request #18336 from PJB3005/18-04-21-command'sMax Hilbrunner
Fixes a typo in the VisualServer.canvas_item_add_set_transform docs.
2018-04-22[DOCS] Add note that Pool*Arrays are passed by value (#18340)krogank9
2018-04-22[DOCS] Popup.popup_exclusive descriptionhomer666
2018-04-21Fixes a typo in the VisualServer.canvas_item_add_set_transform docs.Pieter-Jan Briers
2018-04-20Merge pull request #18316 from Noshyaar/httpMax Hilbrunner
[DOCS] add HTTPRequest.request return values
2018-04-20[DOCS] add HTTPRequest.request return valuesPoommetee Ketson
2018-04-19Docs update for several classesCraigory V Coppola
Namely: Dictionary, GraphEdit, Object, TileMap, Script, ScollBar, ScrollContainer and SplitContainer
2018-04-17add string trim_prefix trim_suffix lstrip and rstrip methodsbosak
2018-04-16Add descriptions for GroupCall flagsbncastle
Add descriptions for GroupCall flags
2018-04-16Merge pull request #18210 from willvincent/feature/exp_doc_fixPoommetee Ketson
Fix/Remove potentially confusing references to Euler [ci skip]
2018-04-15Remove incorrect & potentially confusing references to EulerWill Vincent
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.
2018-04-14Minor fixes for the AnimationPlayer doc.Michael Alexsander Silva Dias
2018-04-11Update classref and docs, fix missing parameters' namePoommetee Ketson
2018-04-10[DOCS] OSMax Hilbrunner
2018-04-10doc: Sync classref with current sourceRémi Verschelde
2018-04-10Merge pull request #18071 from denisw/navigation2d-docsRémi Verschelde
[DOCS] Navigation & Navigation2D
2018-04-10Merge pull request #18091 from RandomShaper/icon-radio-itemRémi Verschelde
Add support for radio-looking items with icon
2018-04-10Merge pull request #17080 from simedis/pretty_print_treeRémi Verschelde
Made Node.print_tree() print prettily
2018-04-10Add Navigation docsDenis Washington
2018-04-10Add Navigation2D docsDenis Washington
2018-04-09Merge pull request #18083 from Noshyaar/tutorialRémi Verschelde
Add new transform tutorial to the appropriate classes
2018-04-09Add support for radio-looking items with iconPedro J. Estébanez
Letting users of `PopupMenu` use them. `OptionButton` was one of those interested and is updated in this commit. Fixes #18063.
2018-04-09Merge pull request #18069 from mhilbrunner/docs-scenetreeRémi Verschelde
[DOCS] SceneTree
2018-04-09Made print_tree_pretty() function which displays scene tree graphicallyGeoffrey
2018-04-09Add new transform tutorial to appropriate classesPoommetee Ketson
2018-04-08[DOCS] SceneTreeMax Hilbrunner
2018-04-08Merge pull request #16705 from Chaosus/generate_normals_flipJuan Linietsky
Add flip switch to SurfaceTool.generate_normals
2018-04-08Merge pull request #17150 from robfram/check-animation-playing-backwardsJuan Linietsky
Added `get_playing_speed` method to AnimationPlayer, returning the actual playing speed of the animation being played
2018-04-08Merge pull request #17443 from Noshyaar/tilesetcrashJuan Linietsky
Fix converting to tileset crashes Godot if existing file is not tileset
2018-04-07Merge pull request #17583 from RandomShaper/enhance-uri-utilsJuan Linietsky
Enhance uri utils
2018-04-07Merge pull request #17730 from RandomShaper/radio-buttons-in-menusJuan Linietsky
Radio buttons in menus
2018-04-03[DOCS] Tweaks and fixes for (Interpolated)CameraMel Collins
2018-03-30Added missing end points for brief descriptions in the docs.Michael Alexsander Silva Dias
2018-03-30[DOCS] Some content for InterpolatedCameraMel Collins
2018-03-30[DOCS] Typo fix for CollisionShape[2D]mhilbrunner
2018-03-29Merge pull request #17839 from Noshyaar/1Poommetee Ketson
[Docs] Control, VehicleWheel: fix typos [ci skip]
2018-03-29[Docs] fix typosPoommetee Ketson
2018-03-28[DOCS] Node & PackedScene (#17833)Max Hilbrunner
* [DOCS] Node: SceneSaver -> PackedScene * [DOCS] PackedScene: Code example, resolve TODO
2018-03-28[DOCS] Generic6DOFJoint fixesMax Hilbrunner
2018-03-27Add radio-button-looking entries to PopupMenuPedro J. Estébanez
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.
2018-03-27Enhance HTTPClient.query_string_from_dict()Pedro J. Estébanez
2018-03-23Fix converting to tileset crashes Godot if existing file is not tilesetPoommetee Ketson
also make TileSetEditorPlgn tile list updates the preview modulate
2018-03-21[DOCS] minor ParticlesMaterial docs fix Linear -> RadialPoommetee Ketson
2018-03-18Improve Input.is_action_just_* docs.Pieter-Jan Briers
More clarification.
2018-03-17Fixed small typo in the "InstancePlaceholder" doc.Michael Alexsander Silva Dias
2018-03-16[DOCS] Node: Remove duplicate informationMax Hilbrunner
2018-03-15Merge pull request #17376 from marcelofg55/file_get_pathHein-Pieter van Braam
Added File.get_path and File.get_path_absolute functions
2018-03-15Merge pull request #17514 from brylie/patch-1Rémi Verschelde
Add brief description