aboutsummaryrefslogtreecommitdiff
path: root/editor (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11019 from poke1024/refactor-polygon-v2Gilles Roudiere2017-10-098-1378/+877
|\ | | | | Refactoring of polygon editors to a common code base (v2)
| * Refactoring of polygon editors to a common code baseBernhard Liebl2017-10-038-1378/+877
| | | | | | | | includes rebase and manual application 67a706fc1b9721f3f06eef8be7312f175e2041ce and 4537977d6dd2a76580d9ab611a18634efab55c74
* | Merge pull request #11965 from SaracenOne/navgen_fixRémi Verschelde2017-10-091-1/+3
|\ \ | | | | | | | | | | | | Navmesh Generation Fix [ci skip]
| * | Fix bug in navmesh generation when using meshes with multipleSaracen2017-10-091-1/+3
| | | | | | | | | | | | surfaces.
* | | Merge pull request #11941 from Paulb23/members_selected_scroll_issue_11648Rémi Verschelde2017-10-092-2/+6
|\ \ \ | | | | | | | | Consistant scroll when using members overview, issue 11648
| * | | Consistant scroll when using members overview, issue 11648Paulb232017-10-082-2/+6
| | | |
* | | | Merge pull request #11922 from Toizi/editor_double_escapeRémi Verschelde2017-10-091-4/+4
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | Fixed double escape for quotes in generated about files [ci skip]
| * | | fixed double escape for quotes in editor/SCsubMarius Guggenmos2017-10-071-4/+4
| |/ /
* | | Merge pull request #11887 from Hinsbart/vs_crash_get_nodeRémi Verschelde2017-10-091-1/+1
|\ \ \ | | | | | | | | | | | | | | | | VisualScript: Fix crash with get_node(). [ci skip]
| * | | VisualScript: Fix crash with get_node().Andreas Haas2017-10-061-1/+1
| | | |
* | | | Merge pull request #11846 from gabrielformiga/fix-ik-bone-dragRémi Verschelde2017-10-091-1/+1
|\ \ \ \ | | | | | | | | | | Fix IK Bone Drag on Viewport
| * | | | Fix IK Bone Drag on ViewportGabriel2017-10-041-1/+1
| | | | |
* | | | | Merge pull request #11842 from n-pigeon/rotate_gizmo_fixRémi Verschelde2017-10-091-18/+28
|\ \ \ \ \ | | | | | | | | | | | | Fixed rotating in local space using 3D Gizmo.
| * | | | | Fixed rotating in local space using 3D Gizmo.Przemysław Gołąb (n-pigeon)2017-10-041-18/+28
| | | | | |
* | | | | | Merge pull request #11821 from groud/margins_preset_menuRémi Verschelde2017-10-092-124/+212
|\ \ \ \ \ \ | | | | | | | | | | | | | | Replaces (and extends) the anchor menu to a Layout one
| * | | | | | Extends the anchors menu to a presetsGilles Roudiere2017-10-052-124/+212
| |/ / / / /
* | | | | | Merge pull request #11718 from poke1024/retinaRémi Verschelde2017-10-092-2/+4
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Fixes some retina problems on multi monitor setups
| * | | | | fixes several scaling problems on multi monitor retina/non-retina setups on OS XBernhard Liebl2017-10-052-2/+4
| | |/ / / | |/| | |
* | | | | Merge pull request #11843 from hoelzl/pr-python3-buildRémi Verschelde2017-10-071-11/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | Fix Python 3 build
| * | | | Fix Python 3 buildMatthias Hoelzl2017-10-041-11/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | - Take care of the differences in handling unicode characters in `escape_string` (formerly in `editor/SCsub`, now in `compat.py)`. - Conditionally include `_winreg` or `winreg` in the Mono editor module.
* | | | EditorSettings: remove duplicate set_favorite_dirsPoommetee Ketson2017-10-061-2/+0
| | | |
* | | | Merge pull request #11814 from groud/fix_draw_pre_drag_rectAndreas Haas2017-10-062-5/+10
|\ \ \ \ | | | | | | | | | | Fixes the Control pre-drag rect not drawn correctly
| * | | | Fixes the pre drag rect not drawn correctlyGilles Roudiere2017-10-032-5/+10
| | |/ / | |/| |
* | | | Added the set/get_setting function in Editor/Project settings. Renamed has() ↵Juan Linietsky2017-10-0511-30/+50
| |/ / |/| | | | | | | | to has_setting. Fixes #11844
* | | fixed the OS.has_feature() API, and added support for 32 and 64.Juan Linietsky2017-10-032-0/+8
|/ /
* | VS now supports white themes.Daniel J. Ramirez2017-10-025-24/+41
| |
* | Added correct initialization for script editor theme.Daniel J. Ramirez2017-10-023-10/+45
|/ | | | Some style fixes for VS interface.
* added spacing to tabstoger52017-10-031-3/+9
|
* Merge pull request #11770 from Noshyaar/pr-๓Andreas Haas2017-10-031-9/+9
|\ | | | | CurveEditor: fix can't edit right tangent
| * CurveEditor: fix can't edit right tangentPoommetee Ketson2017-10-031-9/+9
| |
* | Merge pull request #11478 from n-pigeon/scale_gizmoAndreas Haas2017-10-032-54/+190
|\ \ | | | | | | Scale editing Gizmo for Spatial Editor
| * | Scale editing Gizmo for Spatial EditorPrzemysław Gołąb (n-pigeon)2017-09-262-54/+190
| | | | | | | | | | | | | | | | | | Added support for axis locked scaling with handles, supports both world and local space. Local space recommended for most editing tasks. Also fixed some small bugs, polished Gizmo looks and cleaned up some dead code. Happy scaling! :)
* | | Merge pull request #11592 from SaracenOne/header_generator_fixAndreas Haas2017-10-021-8/+22
|\ \ \ | | | | | | | | Python header generator now generates strings with escape characters.
| * | | Python header generator now generates strings with escape characters.Saracen2017-09-261-8/+22
| | | |
* | | | Merge pull request #11659 from AndreaCatania/prephysicsAndreas Haas2017-10-0217-34/+34
|\ \ \ \ | | | | | | | | | | Renamed fixed_process to physics_process
| * | | | Renamed fixed_process to physics_processAndreaCatania2017-09-3017-34/+34
| | | | |
* | | | | Merge pull request #11706 from toger5/create_node_preferred_logicAndreas Haas2017-10-023-7/+34
|\ \ \ \ \ | |_|_|_|/ |/| | | | added smart searching with preferrence to root node
| * | | | create dialog search preferrence fixes: #11697toger52017-09-293-7/+34
| | | | |
* | | | | Merge pull request #11747 from Noshyaar/pr-๑Andreas Haas2017-10-021-3/+2
|\ \ \ \ \ | | | | | | | | | | | | EditorAudioBus: restore delete option on master bus
| * | | | | EditorAudioBus: restore delete option on master busPoommetee Ketson2017-10-011-3/+2
| | | | | |
* | | | | | Merge pull request #11767 from Noshyaar/pr-๒Andreas Haas2017-10-021-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | 3DEditorGizmo: fix spotlight and camera gizmo & handle
| * | | | | | 3DEditorGizmo: fix spotlight and camera gizmo & handlePoommetee Ketson2017-10-021-2/+2
| |/ / / / /
* | | | | | Merge pull request #11575 from marcelofg55/move_path_to_trashPoommetee Ketson2017-10-022-13/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash
| * | | | | | FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trashMarcelo Fernandez2017-09-252-13/+20
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #11646 from djrm/pr_visual_improvementsPoommetee Ketson2017-10-0220-86/+144
|\ \ \ \ \ \ | | | | | | | | | | | | | | Several visual improvements.
| * | | | | | Several visual improvements.Daniel J. Ramirez2017-09-2820-86/+144
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added proper label sizing Improved text editor status bar Fixed some issues with ItemList and also some style fixes Added background to color picker samples (the mrcdk fix) Fixed slider ticks. Added VS breakpoint and error styleboxes.
* | | | | | Merge pull request #11661 from mhilbrunner/issue-11616-always-validatePoommetee Ketson2017-10-021-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Editor: Run validation on every text change, not only inserts
| * | | | | | Editor: Run validation on every text change, not only insertsmhilbrunner2017-09-301-1/+2
| |/ / / / /
* | | | | | Merge pull request #11674 from marcelofg55/masterPoommetee Ketson2017-10-021-1/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Prevent a possible crash when exporting to MeshLibrary
| * | | | | | Prevent a possible crash when exporting to MeshLibraryMarcelo Fernandez2017-09-281-1/+3
| |/ / / / /