| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | [DOCS] Popup.popup_exclusive description | homer666 | 2018-04-22 | 1 | -0/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #18316 from Noshyaar/http | Max Hilbrunner | 2018-04-20 | 1 | -0/+2 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | [DOCS] add HTTPRequest.request return values | |||||
| | * | | | | | | [DOCS] add HTTPRequest.request return values | Poommetee Ketson | 2018-04-20 | 1 | -0/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Docs update for several classes | Craigory V Coppola | 2018-04-19 | 8 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Namely: Dictionary, GraphEdit, Object, TileMap, Script, ScollBar, ScrollContainer and SplitContainer | |||||
| * | | | | | | | Add descriptions for GroupCall flags | bncastle | 2018-04-16 | 1 | -0/+4 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | Add descriptions for GroupCall flags | |||||
| * | | | | | | Merge pull request #18210 from willvincent/feature/exp_doc_fix | Poommetee Ketson | 2018-04-16 | 1 | -1/+2 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix/Remove potentially confusing references to Euler [ci skip] | |||||
| | * | | | | | | Remove incorrect & potentially confusing references to Euler | Will Vincent | 2018-04-15 | 1 | -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 Dias | 2018-04-14 | 1 | -3/+2 | |
| |/ / / / / | ||||||
| * | | | | | Update classref and docs, fix missing parameters' name | Poommetee Ketson | 2018-04-11 | 8 | -21/+16 | |
| | | | | | | ||||||
| * | | | | | [DOCS] OS | Max Hilbrunner | 2018-04-10 | 1 | -10/+61 | |
| | | | | | | ||||||
| * | | | | | doc: Sync classref with current source | Rémi Verschelde | 2018-04-10 | 29 | -93/+473 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #18071 from denisw/navigation2d-docs | Rémi Verschelde | 2018-04-10 | 2 | -12/+19 | |
| |\ \ \ \ \ | | | | | | | | | | | | | [DOCS] Navigation & Navigation2D | |||||
| | * | | | | | Add Navigation docs | Denis Washington | 2018-04-10 | 1 | -11/+11 | |
| | | | | | | | ||||||
| | * | | | | | Add Navigation2D docs | Denis Washington | 2018-04-10 | 1 | -1/+8 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #18091 from RandomShaper/icon-radio-item | Rémi Verschelde | 2018-04-10 | 1 | -0/+15 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Add support for radio-looking items with icon | |||||
| | * | | | | | | Add support for radio-looking items with icon | Pedro J. Estébanez | 2018-04-09 | 1 | -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_tree | Rémi Verschelde | 2018-04-10 | 1 | -1/+24 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Made Node.print_tree() print prettily | |||||
| | * | | | | | | Made print_tree_pretty() function which displays scene tree graphically | Geoffrey | 2018-04-09 | 1 | -1/+24 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #18083 from Noshyaar/tutorial | Rémi Verschelde | 2018-04-09 | 3 | -0/+3 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Add new transform tutorial to the appropriate classes | |||||
| | * | | | | | | Add new transform tutorial to appropriate classes | Poommetee Ketson | 2018-04-09 | 3 | -0/+3 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #18069 from mhilbrunner/docs-scenetree | Rémi Verschelde | 2018-04-09 | 1 | -3/+47 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | [DOCS] SceneTree | |||||
| | * | | | | | [DOCS] SceneTree | Max Hilbrunner | 2018-04-08 | 1 | -3/+47 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #16705 from Chaosus/generate_normals_flip | Juan Linietsky | 2018-04-08 | 1 | -0/+3 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | Add flip switch to SurfaceTool.generate_normals | |||||
| | * | | | | | Added flip switch to generate_normals | Chaosus | 2018-02-19 | 1 | -0/+3 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #17150 from robfram/check-animation-playing-backwards | Juan Linietsky | 2018-04-08 | 1 | -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 actual | robfram | 2018-03-03 | 1 | -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/tilesetcrash | Juan Linietsky | 2018-04-08 | 1 | -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 tileset | Poommetee Ketson | 2018-03-23 | 1 | -0/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | also make TileSetEditorPlgn tile list updates the preview modulate | |||||
| * | | | | | | | | Merge pull request #17583 from RandomShaper/enhance-uri-utils | Juan Linietsky | 2018-04-07 | 1 | -0/+6 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Enhance uri utils | |||||
| | * | | | | | | | | Enhance HTTPClient.query_string_from_dict() | Pedro J. Estébanez | 2018-03-27 | 1 | -0/+6 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #17730 from RandomShaper/radio-buttons-in-menus | Juan Linietsky | 2018-04-07 | 1 | -2/+48 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Radio buttons in menus | |||||
| | * | | | | | | | | Add radio-button-looking entries to PopupMenu | Pedro J. Estébanez | 2018-03-27 | 1 | -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)Camera | Mel Collins | 2018-04-03 | 2 | -14/+14 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Added missing end points for brief descriptions in the docs. | Michael Alexsander Silva Dias | 2018-03-30 | 9 | -9/+9 | |
| | | | | | | | | | ||||||
| * | | | | | | | | [DOCS] Some content for InterpolatedCamera | Mel Collins | 2018-03-30 | 1 | -0/+7 | |
| | | | | | | | | | ||||||
| * | | | | | | | | [DOCS] Typo fix for CollisionShape[2D] | mhilbrunner | 2018-03-30 | 2 | -2/+2 | |
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #17839 from Noshyaar/1 | Poommetee Ketson | 2018-03-29 | 2 | -8/+8 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Docs] Control, VehicleWheel: fix typos [ci skip] | |||||
| | * | | | | | | | | [Docs] fix typos | Poommetee Ketson | 2018-03-29 | 2 | -8/+8 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | [DOCS] Node & PackedScene (#17833) | Max Hilbrunner | 2018-03-28 | 2 | -2/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [DOCS] Node: SceneSaver -> PackedScene * [DOCS] PackedScene: Code example, resolve TODO | |||||
| * | | | | | | | | [DOCS] Generic6DOFJoint fixes | Max Hilbrunner | 2018-03-28 | 1 | -7/+7 | |
| |/ / / / / / / | ||||||
| * | | | | | | | [DOCS] minor ParticlesMaterial docs fix Linear -> Radial | Poommetee Ketson | 2018-03-21 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Improve Input.is_action_just_* docs. | Pieter-Jan Briers | 2018-03-18 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More clarification. | |||||
| * | | | | | | | Fixed small typo in the "InstancePlaceholder" doc. | Michael Alexsander Silva Dias | 2018-03-17 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | [DOCS] Node: Remove duplicate information | Max Hilbrunner | 2018-03-16 | 1 | -1/+1 | |
| | |_|_|_|/ / |/| | | | | | ||||||
| * | | | | | | Merge pull request #17376 from marcelofg55/file_get_path | Hein-Pieter van Braam | 2018-03-15 | 1 | -0/+14 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Added File.get_path and File.get_path_absolute functions | |||||
| | * | | | | | | Added File.get_path and File.get_path_absolute functions | Marcelo Fernandez | 2018-03-13 | 1 | -0/+14 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #17514 from brylie/patch-1 | Rémi Verschelde | 2018-03-15 | 1 | -0/+1 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Add brief description | |||||
| | * | | | | | | Add brief description | Brylie Christopher Oxley | 2018-03-14 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | [DOCS] Node: Networking updates, fix outdated and missing docs | mhilbrunner | 2018-03-15 | 1 | -30/+52 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #17489 from mhilbrunner/docs-input | Rémi Verschelde | 2018-03-14 | 1 | -3/+24 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | [DOCS] Input | |||||
