aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12850 from Paulb23/help_file_lookup_issue_11867Rémi Verschelde2017-11-121-21/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed help lookup not finding classes, issue 11867
| * | | | | | | | | | | | | | | | | | | | | | | | | Fixed help lookup not finding classes, issue 11867Paulb232017-11-111-21/+21
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12855 from Hinsbart/remove_previewRémi Verschelde2017-11-122-4/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove preview when closing "change default type" dialog.
| * | | | | | | | | | | | | | | | | | | | | | | | | Remove preview when closing "change default type" dialog.Andreas Haas2017-11-122-4/+12
| |/ / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12826 from BastiaanOlij/align_sensors_androidRémi Verschelde2017-11-128-14/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Align sensors and implement gravity sensor for Android
| * | | | | | | | | | | | | | | | | | | | | | | | | Align sensors and implement gravity sensor for AndroidBastiaan Olij2017-11-118-14/+39
| | |_|_|/ / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12823 from Web-eWorks/meshdropfixRémi Verschelde2017-11-121-1/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Fix #12571: Dragging OBJ mesh files no longer instances a scene
| * | | | | | | | | | | | | | | | | | | | | | | | Dropping a mesh file into the scene no longer creates an instanced scene.Webster Sheets2017-11-101-1/+3
| |/ / / / / / / / / / / / / / / / / / / / / / /
* | | | / / / / / / / / / / / / / / / / / / / / -Added ramp fadeout in AudioStreamPlayer, removes clips on audio restartJuan Linietsky2017-11-123-26/+57
| |_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Fixed bug in AudioStreamPlayerSampler not completely writing the target buffer if sample ends, fixes #12307
* | | | | | | | | | | | | | | | | | | | | | | Properly fix node path selection in input ports, closes #12152Juan Linietsky2017-11-121-0/+17
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | remove half_texpixel in canvas since no longer usedJuan Linietsky2017-11-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #12828 from NathanWarden/pixel_stretch_fixJuan Linietsky2017-11-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed a bug where clamp_uv was clamping one pixel short, stretching the last pixels.
| * | | | | | | | | | | | | | | | | | | | | | | Fixed a bug where clamp_uv was clamping one pixel short, stretching the last ↵Nathan Warden2017-11-111-1/+1
| |/ / / / / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pixels.
* | | / / / / / / / / / / / / / / / / / / / / Set ambient contribution by default to 1, fixes #11850Juan Linietsky2017-11-121-1/+2
| |_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #12844 from YeldhamDev/is_readonlyPoommetee Ketson2017-11-123-0/+19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added "is_readonly()" to TextEdit and made it a property
| * | | | | | | | | | | | | | | | | | | | | | Added "is_readonly()" to TextEdit and made it a property.Michael Alexsander Silva Dias2017-11-113-0/+19
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #12841 from djrm/pr_fixesPoommetee Ketson2017-11-124-14/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | Fixed theme update and some widgets.
| * | | | | | | | | | | | | | | | | | | | | Fixed theme update and some widgets.Daniel J. Ramirez2017-11-114-14/+29
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #12822 from Web-eWorks/importerfixesAndreas Haas2017-11-112-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow changing importers in the import dock.
| * | | | | | | | | | | | | | | | | | | | | Allow changing importers in the import dock.Webster Sheets2017-11-102-0/+12
| | |_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Still needs a major refactor to allow editing the properties of the new importer without having to reimport and re-select the items again.
* | | | | | | | | | | | | | | | | | | | | Merge pull request #12829 from ianb96/project_settings_fixAndreas Haas2017-11-111-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | Project Settings Crash fix
| * | | | | | | | | | | | | | | | | | | | fix #12769 project settings crashIan2017-11-101-0/+1
| |/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge pull request #12789 from ianb96/context_menu_fixPoommetee Ketson2017-11-116-1/+63
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | Context menu disable
| * | | | | | | | | | | | | | | | | | | add context menu enable getters, setters, and properties in LineEdit and ↵Ian2017-11-116-1/+63
|/ / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TextEdit
* | | | | | | | | | | | | | | | | | | Merge pull request #12825 from mrcdk/particles_fix_tangent_randomPoommetee Ketson2017-11-111-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix particles' tangential acceleration randomness
| * | | | | | | | | | | | | | | | | | | Fix particles' tangential acceleration randomnessMrCdK2017-11-101-2/+2
| |/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge pull request #12806 from letheed/unify-degreesPoommetee Ketson2017-11-1117-70/+70
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unify degree methods and properties
| * | | | | | | | | | | | | | | | | | | Unify degree members and propertiesletheed2017-11-1017-70/+70
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #12821 from viprip/fix_remove_iconPoommetee Ketson2017-11-112-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace Del icon by Remove icon
| * | | | | | | | | | | | | | | | | | | | Replace Del icon by Remove iconWilliam McKIE2017-11-102-4/+4
| | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It would seem there are editors that still used the old del icon inherited from 2.X instead of the fresh remove icon from 3.X resulting to be replaced to an "Error" textual icon.
* | | | | | | | | | | | | | | | | | | | Merge pull request #12827 from djrm/pr_fixesPoommetee Ketson2017-11-118-24/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | Some fixes and improvements.
| * | | | | | | | | | | | | | | | | | | Some fixes and improvements.Daniel J. Ramirez2017-11-108-24/+47
|/ / / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed FileDialogs for EditorFileDialogs in EditorNode. Updated CheckButton.
* | | | | | | | | | | | | | | | | | | Disabled filter clip by default and made it optional, fixes #12368, likely ↵Juan Linietsky2017-11-106-7/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | others too
* | | | | | | | | | | | | | | | | | | Merge pull request #12807 from karroffel/gdnative-api-struct-refactorThomas Herzog2017-11-101-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [GDNative] renamed nativearvr to arvr in api.json
| * | | | | | | | | | | | | | | | | | | [GDNative] renamed nativearvr to arvr in api.jsonKarroffel2017-11-101-2/+2
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #12803 from karroffel/gdnative-api-struct-refactorThomas Herzog2017-11-1012-29/+60
|\| | | | | | | | | | | | | | | | | | | | |/ / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | [GDNative] better API struct versioning
| * | | | | | | | | | | | | | | | | | [GDNative] rename nativearvr extension to arvrKarroffel2017-11-109-10/+10
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | [GDNative] better API struct versioningKarroffel2017-11-104-19/+50
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Remove node from list before calling queries, fixes #10886Juan Linietsky2017-11-102-3/+3
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #12802 from ptodorov0123/masterRémi Verschelde2017-11-101-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for disappearing import panel contents (#11451)
| * | | | | | | | | | | | | | | | | | Fix for disappearing import panel contents (#11451)Peter Todorov2017-11-101-0/+5
|/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | Merge pull request #12800 from hoelzl/pr-no-pp-directive-in-macro-argumentsRémi Verschelde2017-11-101-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove preprocessor directives from macro arguments
| * | | | | | | | | | | | | | | | | | Remove preprocessor directives from macro argumentsMatthias Hoelzl2017-11-101-5/+5
|/ / / / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preprocessor directives within macro arguments lead to undefined behavior, and VC++ actually rejects them as compiler errors.
* | | | | | | | | | | | | | | | | | Merge pull request #12797 from ↵Gilles Roudiere2017-11-101-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | viprip/12668_fix_texture_region_dock_zoom_icon_is_misaligned Fix misaligned zoom icon in Texture Region Editor plugin
| * | | | | | | | | | | | | | | | | | Fix misaligned zoom icon in Texture Region Editor pluginWilliam McKIE2017-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The zoom icon was aligned on top compared to the others zoom buttons from the HBox container. Closes #12668.
* | | | | | | | | | | | | | | | | | | Merge pull request #12796 from djrm/pr_some_virtual_classesRémi Verschelde2017-11-101-3/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose some editor singletons as virtual
| * | | | | | | | | | | | | | | | | | | Expose some editor singletons as virtualDaniel J. Ramirez2017-11-091-3/+3
| | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #12402 from MillionOstrich/filesystem-drag-moveRémi Verschelde2017-11-102-79/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Filesystem drag & drop moving fixes
| * | | | | | | | | | | | | | | | | | | Fix dragging a resource onto filesystem dockMillionOstrich2017-11-031-35/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Call push_item before save_resource_as because the save button uses editor_history current. Reject the drop in can_drop_data if it isn't on a folder or the files list. Removed some duplicated code
| * | | | | | | | | | | | | | | | | | | Don't try to move if dragging a folder into itselfMillionOstrich2017-11-032-44/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a folder would be moved to an invalid location disallow the drag Don't treat dragging a file/folder to its current location as invalid Allow dragging onto empty space / files in the files list Fix dragging a folder onto "Favourites" starting an invalid move