Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-10 | Skip unhandled input events on asset library tab. | DmitryKrutskikh | |
2017-10-07 | Merge pull request #11843 from hoelzl/pr-python3-build | Rémi Verschelde | |
Fix Python 3 build | |||
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-05 | Added the set/get_setting function in Editor/Project settings. Renamed has() ↵ | Juan Linietsky | |
to has_setting. Fixes #11844 | |||
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-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-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 | |||
2017-10-02 | Merge pull request #11674 from marcelofg55/master | Poommetee Ketson | |
Prevent a possible crash when exporting to MeshLibrary | |||
2017-10-02 | Merge pull request #11743 from groud/zoom_button_fix | Poommetee Ketson | |
Fix zoom button not zooming on the screen center | |||
2017-10-02 | 3DEditorGizmo: fix spotlight and camera gizmo & handle | Poommetee Ketson | |
2017-10-01 | Merge pull request #11755 from gabrielformiga/fix-draw-bones | Gilles Roudiere | |
Fix bone draw on viewport | |||
2017-10-01 | Merge pull request #11399 from toger5/bottom_panel_debugger | Gilles Roudiere | |
Bottom panel debugger | |||
2017-10-01 | Fix bones draw on viewport | Gabriel | |
2017-10-01 | EditorAudioBus: restore delete option on master bus | Poommetee Ketson | |
2017-10-01 | Fix zoom button not zooming on the screen center | Gilles Roudiere | |
2017-09-30 | Merge pull request #11720 from ↵ | Poommetee Ketson | |
ISylvox/EnhanceExperience-onUsing-DragNDropAssetTo2DViewport Rename Patch9Rect into NinePatchRect on "Drag & Drop Asset to 2D Viewport" Feature | |||
2017-09-30 | Renamed fixed_process to physics_process | AndreaCatania | |
2017-09-30 | Fixes node2D not lockable/groupable | Gilles Roudiere | |
2017-09-30 | Renamed Patch9Rect (which was expected to be renamed to NinePacthRect) into ↵ | Indah Sylvia | |
NinePatchRect on "drag & drop asset to 2D viewport" feature. | |||
2017-09-30 | Merge pull request #11668 from scayze/open_empty_script_fix | Gilles Roudiere | |
fixed not beeing able to open empty scripts | |||
2017-09-30 | Merge pull request #11704 from Hinsbart/move_interface_properties | Gilles Roudiere | |
EditorSettings: Move interface/ properties to interface/editor | |||
2017-09-29 | Restored ability to import OBJ files as meshes directly. Finally closes #9445. | Juan Linietsky | |
2017-09-30 | Editor: Run validation on every text change, not only inserts | mhilbrunner | |
2017-09-29 | create dialog search preferrence fixes: #11697 | toger5 | |
2017-09-29 | EditorSettings: Move interface/ properties to interface/editor | Andreas Haas | |
Fixes inconsistent behaviour where clicking on the "Interface" in the Editor Settings wouldn't collapse the category as is the case for all the other categories. | |||
2017-09-28 | Prevent a possible crash when exporting to MeshLibrary | Marcelo Fernandez | |
2017-09-28 | fix not beeing able to open empty scripts | Scayze | |
2017-09-28 | fixed help bg | toger5 | |
2017-09-28 | Several visual improvements. | Daniel J. Ramirez | |
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. | |||
2017-09-28 | fixed bottom panel debugger exception | toger5 | |
- make it work in combination with the border for tabs - fixed updating when changing theme | |||
2017-09-27 | Merge pull request #11617 from groud/fix_bad_display | Rémi Verschelde | |
Fixes bad display | |||
2017-09-27 | Fix remove icon in autoload panel | Guilherme Felipe | |
2017-09-27 | Remove unecessary anchors&margins set causing bad display (sons of containers) | Gilles Roudiere | |
2017-09-26 | Scale editing Gizmo for Spatial Editor | PrzemysÅaw GoÅÄ b (n-pigeon) | |
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! :) | |||
2017-09-26 | Update theme property respectively | volzhs | |