Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-13 | Added and improved some missing icons, plus some other visual fixes. | Daniel J. Ramirez | |
2017-10-13 | EditorHelp: use '<' to show inheritance | Poommetee Ketson | |
...making it consistent with official docs | |||
2017-10-12 | Added and improved some icons, plus some other minor visual fixes. | Daniel J. Ramirez | |
2017-10-11 | Merge pull request #12038 from Hinsbart/argument_names | Rémi Verschelde | |
Fix argument names in method bindings. [ci skip] | |||
2017-10-11 | Merge pull request #12017 from jagt/fix_clear_recent_scripts_crash | Rémi Verschelde | |
fix script editor clear recent scripts crash | |||
2017-10-11 | Merge 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-11 | Merge pull request #11875 from endragor/fix-export-loop | Rémi Verschelde | |
Fix command-line export looping infinitely | |||
2017-10-11 | Fix argument names in method bindings. | Andreas Haas | |
Adds a couple of missing argument names. | |||
2017-10-11 | fix script editor clear recent scripts crash | jagt | |
2017-10-10 | Skip unhandled input events on asset library tab. | DmitryKrutskikh | |
2017-10-09 | Merge pull request #11019 from poke1024/refactor-polygon-v2 | Gilles Roudiere | |
Refactoring of polygon editors to a common code base (v2) | |||
2017-10-09 | Merge pull request #11965 from SaracenOne/navgen_fix | Rémi Verschelde | |
Navmesh Generation Fix [ci skip] | |||
2017-10-09 | Merge pull request #11941 from Paulb23/members_selected_scroll_issue_11648 | Rémi Verschelde | |
Consistant scroll when using members overview, issue 11648 | |||
2017-10-09 | Merge pull request #11922 from Toizi/editor_double_escape | Rémi Verschelde | |
Fixed double escape for quotes in generated about files [ci skip] | |||
2017-10-09 | Fix bug in navmesh generation when using meshes with multiple | Saracen | |
surfaces. | |||
2017-10-09 | Merge pull request #11887 from Hinsbart/vs_crash_get_node | Rémi Verschelde | |
VisualScript: Fix crash with get_node(). [ci skip] | |||
2017-10-09 | Merge pull request #11846 from gabrielformiga/fix-ik-bone-drag | Rémi Verschelde | |
Fix IK Bone Drag on Viewport | |||
2017-10-09 | Merge pull request #11842 from n-pigeon/rotate_gizmo_fix | Rémi Verschelde | |
Fixed rotating in local space using 3D Gizmo. | |||
2017-10-09 | Merge pull request #11821 from groud/margins_preset_menu | Rémi Verschelde | |
Replaces (and extends) the anchor menu to a Layout one | |||
2017-10-09 | Merge pull request #11718 from poke1024/retina | Rémi Verschelde | |
Fixes some retina problems on multi monitor setups | |||
2017-10-08 | Consistant scroll when using members overview, issue 11648 | Paulb23 | |
2017-10-07 | fixed double escape for quotes in editor/SCsub | Marius Guggenmos | |
2017-10-07 | Merge pull request #11843 from hoelzl/pr-python3-build | Rémi Verschelde | |
Fix Python 3 build | |||
2017-10-06 | VisualScript: Fix crash with get_node(). | Andreas Haas | |
2017-10-06 | EditorSettings: remove duplicate set_favorite_dirs | Poommetee Ketson | |
2017-10-06 | Merge pull request #11814 from groud/fix_draw_pre_drag_rect | Andreas Haas | |
Fixes the Control pre-drag rect not drawn correctly | |||
2017-10-06 | Fix command-line export looping infinitely | Ruslan 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-05 | Extends the anchors menu to a presets | Gilles Roudiere | |
2017-10-05 | Added the set/get_setting function in Editor/Project settings. Renamed has() ↵ | Juan Linietsky | |
to has_setting. Fixes #11844 | |||
2017-10-05 | fixes several scaling problems on multi monitor retina/non-retina setups on OS X | Bernhard Liebl | |
2017-10-04 | Fix IK Bone Drag on Viewport | Gabriel | |
2017-10-04 | Fix Python 3 build | Matthias 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-04 | Fixed rotating in local space using 3D Gizmo. | Przemysław Gołąb (n-pigeon) | |
2017-10-03 | Fixes the pre drag rect not drawn correctly | Gilles Roudiere | |
2017-10-03 | fixed the OS.has_feature() API, and added support for 32 and 64. | Juan Linietsky | |
2017-10-03 | Refactoring of polygon editors to a common code base | Bernhard Liebl | |
includes rebase and manual application 67a706fc1b9721f3f06eef8be7312f175e2041ce and 4537977d6dd2a76580d9ab611a18634efab55c74 | |||
2017-10-02 | VS now supports white themes. | Daniel J. Ramirez | |
2017-10-02 | Added correct initialization for script editor theme. | Daniel J. Ramirez | |
Some style fixes for VS interface. | |||
2017-10-03 | added spacing to tabs | toger5 | |
2017-10-03 | Merge pull request #11770 from Noshyaar/pr-๓ | Andreas Haas | |
CurveEditor: fix can't edit right tangent | |||
2017-10-03 | Merge pull request #11478 from n-pigeon/scale_gizmo | Andreas Haas | |
Scale editing Gizmo for Spatial Editor | |||
2017-10-02 | Merge pull request #11592 from SaracenOne/header_generator_fix | Andreas Haas | |
Python header generator now generates strings with escape characters. | |||
2017-10-02 | Merge pull request #11659 from AndreaCatania/prephysics | Andreas Haas | |
Renamed fixed_process to physics_process | |||
2017-10-02 | Merge pull request #11706 from toger5/create_node_preferred_logic | Andreas Haas | |
added smart searching with preferrence to root node | |||
2017-10-03 | CurveEditor: fix can't edit right tangent | Poommetee Ketson | |
2017-10-02 | Merge pull request #11747 from Noshyaar/pr-๑ | Andreas Haas | |
EditorAudioBus: restore delete option on master bus | |||
2017-10-02 | Merge pull request #11767 from Noshyaar/pr-๒ | Andreas Haas | |
3DEditorGizmo: fix spotlight and camera gizmo & handle | |||
2017-10-02 | Merge pull request #11575 from marcelofg55/move_path_to_trash | Poommetee Ketson | |
FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash | |||
2017-10-02 | Merge pull request #11646 from djrm/pr_visual_improvements | Poommetee Ketson | |
Several visual improvements. | |||
2017-10-02 | Merge pull request #11661 from mhilbrunner/issue-11616-always-validate | Poommetee Ketson | |
Editor: Run validation on every text change, not only inserts |