summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2017-10-15Merge pull request #11927 from Zylann/freelook_interpolation_fixRémi Verschelde
Freelook interpolation fixes
2017-10-15Merge pull request #11989 from minifigmaster125/export-fixRémi Verschelde
Fix export(float ...) so that step is .01
2017-10-15Merge pull request #12045 from vonzimr/masterRémi Verschelde
Add an option to clear recent scenes in the 'Open Recent' submenu
2017-10-15Merge pull request #12113 from RandomShaper/anim-easing-type-valueRémi Verschelde
Add ability to type easing value for key transition
2017-10-15Merge pull request #12115 from DmitriySalnikov/fix_deleting_remap_optionRémi Verschelde
Fix deleting localization remap option.
2017-10-15Merge pull request #12110 from djrm/pr_spatial_editor_fixesRémi Verschelde
Return camera to origin when creating a new scene and going to 3d edi…
2017-10-15Fix deleting localization remap option.DimOkGamer
2017-10-15Add ability to type easing value for key transitionPedro J. Estébanez
2017-10-14Return camera to origin when creating a new scene and going to 3d editor.Daniel J. Ramirez
2017-10-14keep display int if int rangeSuchaaver Chahal
2017-10-14Fixed help overview visibility, issue 12011 and 10407Paulb23
2017-10-14Merge pull request #12059 from AntiSC2/masterRémi Verschelde
Added error dialog when failing to export project
2017-10-13Added and improved some missing icons, plus some other visual fixes.Daniel J. Ramirez
2017-10-13EditorHelp: use '<' to show inheritancePoommetee Ketson
...making it consistent with official docs
2017-10-13Added error dialog when failing to export projectJakob Sinclair
Fixes #11836 Signed-off-by: Jakob Sinclair <sinclair.jakob@mailbox.org>
2017-10-12Added and improved some icons, plus some other minor visual fixes.Daniel J. Ramirez
2017-10-12Add an option to clear recent scenes in the 'Open Recent' submenuvonzimr
2017-10-11Merge pull request #12038 from Hinsbart/argument_namesRémi Verschelde
Fix argument names in method bindings. [ci skip]
2017-10-11Merge pull request #12017 from jagt/fix_clear_recent_scripts_crashRémi Verschelde
fix script editor clear recent scripts crash
2017-10-11Merge pull request #11998 from ↵Rémi Verschelde
DmitryKrutskikh/filter-input-events-in-project-manager-3-0 Skip unhandled input events on asset library tab. (3.0) [ci skip]
2017-10-11Merge pull request #11875 from endragor/fix-export-loopRémi Verschelde
Fix command-line export looping infinitely
2017-10-11Fix argument names in method bindings.Andreas Haas
Adds a couple of missing argument names.
2017-10-11fix script editor clear recent scripts crashjagt
2017-10-10Skip unhandled input events on asset library tab.DmitryKrutskikh
2017-10-09change step to .01 for floatSuchaaver Chahal
2017-10-10Freelook interpolation fixesMarc Gilleron
- Smooth freelook position more explicitely - Don't let orbit zoom produce translation when it shouldn't - Make base speed framerate-independent (and tweaked setting for that) - Don't rely on camera for calculations because it no longer reflect immediate state - Avoid potential divide-by-zero with zoom inertia - Make speed/zoom relation optional (if enabled, speed is adjusted from zoom) - Never change zoom distance when freelook is active - Orbit inertia also applies on freelook
2017-10-09Merge pull request #11019 from poke1024/refactor-polygon-v2Gilles Roudiere
Refactoring of polygon editors to a common code base (v2)
2017-10-09Merge pull request #11965 from SaracenOne/navgen_fixRémi Verschelde
Navmesh Generation Fix [ci skip]
2017-10-09Merge pull request #11941 from Paulb23/members_selected_scroll_issue_11648Rémi Verschelde
Consistant scroll when using members overview, issue 11648
2017-10-09Merge pull request #11922 from Toizi/editor_double_escapeRémi Verschelde
Fixed double escape for quotes in generated about files [ci skip]
2017-10-09Fix bug in navmesh generation when using meshes with multipleSaracen
surfaces.
2017-10-09Merge pull request #11887 from Hinsbart/vs_crash_get_nodeRémi Verschelde
VisualScript: Fix crash with get_node(). [ci skip]
2017-10-09Merge pull request #11846 from gabrielformiga/fix-ik-bone-dragRémi Verschelde
Fix IK Bone Drag on Viewport
2017-10-09Merge pull request #11842 from n-pigeon/rotate_gizmo_fixRémi Verschelde
Fixed rotating in local space using 3D Gizmo.
2017-10-09Merge pull request #11821 from groud/margins_preset_menuRémi Verschelde
Replaces (and extends) the anchor menu to a Layout one
2017-10-09Merge pull request #11718 from poke1024/retinaRémi Verschelde
Fixes some retina problems on multi monitor setups
2017-10-08Consistant scroll when using members overview, issue 11648Paulb23
2017-10-07fixed double escape for quotes in editor/SCsubMarius Guggenmos
2017-10-07Merge pull request #11843 from hoelzl/pr-python3-buildRémi Verschelde
Fix Python 3 build
2017-10-06VisualScript: Fix crash with get_node().Andreas Haas
2017-10-06EditorSettings: remove duplicate set_favorite_dirsPoommetee Ketson
2017-10-06Merge pull request #11814 from groud/fix_draw_pre_drag_rectAndreas Haas
Fixes the Control pre-drag rect not drawn correctly
2017-10-06Fix command-line export looping infinitelyRuslan Mustakov
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
2017-10-05Extends the anchors menu to a presetsGilles Roudiere
2017-10-05Added the set/get_setting function in Editor/Project settings. Renamed has() ↵Juan Linietsky
to has_setting. Fixes #11844
2017-10-05fixes several scaling problems on multi monitor retina/non-retina setups on OS XBernhard Liebl
2017-10-04Fix IK Bone Drag on ViewportGabriel
2017-10-04Fix Python 3 buildMatthias Hoelzl
- 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.
2017-10-04Fixed rotating in local space using 3D Gizmo.Przemysław Gołąb (n-pigeon)
2017-10-03Fixes the pre drag rect not drawn correctlyGilles Roudiere