aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
* EditorHelp: use '<' to show inheritancePoommetee Ketson2017-10-131-1/+1
| | | | ...making it consistent with official docs
* Added and improved some icons, plus some other minor visual fixes.Daniel J. Ramirez2017-10-1222-41/+46
|
* Merge pull request #12038 from Hinsbart/argument_namesRémi Verschelde2017-10-111-1/+1
|\ | | | | | | | | Fix argument names in method bindings. [ci skip]
| * Fix argument names in method bindings.Andreas Haas2017-10-111-1/+1
| | | | | | | | Adds a couple of missing argument names.
* | Merge pull request #12017 from jagt/fix_clear_recent_scripts_crashRémi Verschelde2017-10-111-1/+4
|\ \ | | | | | | fix script editor clear recent scripts crash
| * | fix script editor clear recent scripts crashjagt2017-10-111-1/+4
| |/
* | Merge pull request #11998 from ↵Rémi Verschelde2017-10-111-0/+3
|\ \ | | | | | | | | | | | | | | | | | | DmitryKrutskikh/filter-input-events-in-project-manager-3-0 Skip unhandled input events on asset library tab. (3.0) [ci skip]
| * | Skip unhandled input events on asset library tab.DmitryKrutskikh2017-10-101-0/+3
| | |
* | | Merge pull request #11875 from endragor/fix-export-loopRémi Verschelde2017-10-111-0/+3
|\ \ \ | |_|/ |/| | Fix command-line export looping infinitely
| * | Fix command-line export looping infinitelyRuslan Mustakov2017-10-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | EditorProgress calls Main::iteration which calls MessageQueue::flush which may result in _fs_changed being called again. This fixes the loop Godot enters in such case. Fixes #11189
* | | 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
| | | | | |