summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2017-10-02Merge pull request #11659 from AndreaCatania/prephysicsAndreas Haas
Renamed fixed_process to physics_process
2017-10-02Merge pull request #11706 from toger5/create_node_preferred_logicAndreas Haas
added smart searching with preferrence to root node
2017-10-02Merge pull request #11747 from Noshyaar/pr-๑Andreas Haas
EditorAudioBus: restore delete option on master bus
2017-10-02Merge pull request #11767 from Noshyaar/pr-๒Andreas Haas
3DEditorGizmo: fix spotlight and camera gizmo & handle
2017-10-02Merge pull request #11575 from marcelofg55/move_path_to_trashPoommetee Ketson
FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash
2017-10-02Merge pull request #11646 from djrm/pr_visual_improvementsPoommetee Ketson
Several visual improvements.
2017-10-02Merge pull request #11661 from mhilbrunner/issue-11616-always-validatePoommetee Ketson
Editor: Run validation on every text change, not only inserts
2017-10-02Merge pull request #11674 from marcelofg55/masterPoommetee Ketson
Prevent a possible crash when exporting to MeshLibrary
2017-10-02Merge pull request #11743 from groud/zoom_button_fixPoommetee Ketson
Fix zoom button not zooming on the screen center
2017-10-023DEditorGizmo: fix spotlight and camera gizmo & handlePoommetee Ketson
2017-10-01Merge pull request #11755 from gabrielformiga/fix-draw-bonesGilles Roudiere
Fix bone draw on viewport
2017-10-01Merge pull request #11399 from toger5/bottom_panel_debuggerGilles Roudiere
Bottom panel debugger
2017-10-01Fix bones draw on viewportGabriel
2017-10-01EditorAudioBus: restore delete option on master busPoommetee Ketson
2017-10-01Fix zoom button not zooming on the screen centerGilles Roudiere
2017-09-30Merge pull request #11720 from ↵Poommetee Ketson
ISylvox/EnhanceExperience-onUsing-DragNDropAssetTo2DViewport Rename Patch9Rect into NinePatchRect on "Drag & Drop Asset to 2D Viewport" Feature
2017-09-30Renamed fixed_process to physics_processAndreaCatania
2017-09-30Fixes node2D not lockable/groupableGilles Roudiere
2017-09-30Renamed Patch9Rect (which was expected to be renamed to NinePacthRect) into ↵Indah Sylvia
NinePatchRect on "drag & drop asset to 2D viewport" feature.
2017-09-30Merge pull request #11668 from scayze/open_empty_script_fixGilles Roudiere
fixed not beeing able to open empty scripts
2017-09-30Merge pull request #11704 from Hinsbart/move_interface_propertiesGilles Roudiere
EditorSettings: Move interface/ properties to interface/editor
2017-09-29Restored ability to import OBJ files as meshes directly. Finally closes #9445.Juan Linietsky
2017-09-30Editor: Run validation on every text change, not only insertsmhilbrunner
2017-09-29create dialog search preferrence fixes: #11697toger5
2017-09-29EditorSettings: Move interface/ properties to interface/editorAndreas 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-28Prevent a possible crash when exporting to MeshLibraryMarcelo Fernandez
2017-09-28fix not beeing able to open empty scriptsScayze
2017-09-28fixed help bgtoger5
2017-09-28Several 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 exceptiontoger5
- make it work in combination with the border for tabs - fixed updating when changing theme
2017-09-27Merge pull request #11617 from groud/fix_bad_displayRémi Verschelde
Fixes bad display
2017-09-27Fix remove icon in autoload panelGuilherme Felipe
2017-09-27Remove unecessary anchors&margins set causing bad display (sons of containers)Gilles Roudiere
2017-09-26Update theme property respectivelyvolzhs
2017-09-26Merge pull request #11598 from djrm/pr_fix_code_editor_closeRémi Verschelde
Fix missing code editor find and replace missing hover icon. [ci skip]
2017-09-26Merge pull request #11597 from djrm/pr_interface_colorsRémi Verschelde
Removed most of the custom colors from the interface.
2017-09-25Fix missing code editor find and replace missing hover icon.Daniel J. Ramirez
2017-09-25Removed transparency from spatial editor grid.Daniel J. Ramirez
2017-09-25Removed most of the custom colors from the interface.Daniel J. Ramirez
2017-09-25FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trashMarcelo Fernandez
2017-09-26Merge pull request #11424 from groud/control_node_presetsRémi Verschelde
Implements set_margins_preset(...)
2017-09-25Merge pull request #11542 from marcelofg55/bucket_limitRémi Verschelde
Bucket fill will now incrementally process the queue on preview mode
2017-09-25Merge pull request #11564 from djrm/pr_editor_settings_undoRémi Verschelde
Added the ability to revert to initial value in editor settings.
2017-09-25Merge pull request #11567 from QuLogic/scons-var-typesRémi Verschelde
Add types to scons command-line options
2017-09-25Merge pull request #11569 from djrm/pr_audio_buses_fixesRémi Verschelde
Improved audio buses editor
2017-09-25Merge pull request #11576 from volzhs/output-consoleRémi Verschelde
Add font size setting for output panel
2017-09-25Merge pull request #11580 from endragor/ios-exportRémi Verschelde
Enhance iOS export
2017-09-25Use BoolVariable in target/component/advanced options.Elliott Sales de Andrade
2017-09-26Enhance iOS exportRuslan Mustakov
- The export process now builds complete .ipa on macOS, instead of just creating XCode project. - The project includes Capabilities games usually require: Game Center, Push Notifications, In-App Purchase. - Icons and launch screens can be specified in export preset.
2017-09-252DEditor: fix duplicated 'id_pressed' connectionPoommetee Ketson