summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2017-08-21Fixes for new two-dash long command line argumentsRémi Verschelde
- Fixes some single-dash leftovers that were missed in the previous commit - Reorder the help output for clarity, and document missing options - Drop obsolete options: --noop, --pack, --editor-scene, --level, --import, --import-script, --no-quit - Improve error message on malformed arguments and do not display help on error - Always use long form of arguments when starting a new Godot process from C++, for clarity and easy grepping - Cleanup obsolete code here and there
2017-08-21Tweak command-line arguments to make them more UNIX-likeHugo Locurcio
Also improves the command-line help text readability.
2017-08-20simplify the way window is allowed to steal focus, no longer relying on ↵Juan Linietsky
project.godot. Closes #9459
2017-08-20Fix mismatched hints for filesystem/import/pvrtc_texture_toolRémi Verschelde
2017-08-20Merge pull request #10483 from Zylann/orbit_sensitivityRémi Verschelde
Reduced default orbit sensitivity for smoother rotation
2017-08-20Inspector is no longer cleared when game runs, fixes #9408Juan Linietsky
2017-08-20Reduced default orbit sensitivity for smoother rotationMarc Gilleron
2017-08-20Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky
Adds Engine::is_editor_hint() method
2017-08-20Merge pull request #10476 from Paulb23/delete_current_line_issue_9643Rémi Verschelde
Delete current line, issue 9643
2017-08-20Merge pull request #10473 from akien-mga/run_window_placement_defaultRémi Verschelde
Rename "Default" window placement mode to "Top Left"
2017-08-20Merge pull request #10460 from Zylann/orbit_sensitivityRémi Verschelde
Added option for mouse orbit sensitivity
2017-08-20Merge pull request #10455 from groud/control_margin_fixesRémi Verschelde
Some control fixes and removed other useless lines
2017-08-20Delete current line, issue 9643Paulb23
2017-08-20Rename "Default" window placement mode to "Top Left"Rémi Verschelde
It is no longer the default value ;)
2017-08-20SceneTreeEditor: Fix node_selected signal emission.Andreas Haas
Fixes #10131
2017-08-19Revert "Second take at making command-line arguments more UNIX-like + ↵Juan Linietsky
main.cpp and help cleanup"
2017-08-19Added option for mouse orbit sensitivityMarc Gilleron
2017-08-19Some control fixes and removed useless linesGilles Roudiere
2017-08-19Merge pull request #10449 from toger5/theme_redundant_border_script_panel_fixRémi Verschelde
Removed style box border for script panel. Fixes #10410
2017-08-19Merge pull request #10447 from Paulb23/smooth_scrollingRémi Verschelde
Added smooth scrolling to TextEdit
2017-08-19Removed style box border for script panel. Fixes #10410toger5
2017-08-19Fixes for new two-dash long command line argumentsRémi Verschelde
- Fixes some single-dash leftovers that were missed in the previous commit - Reorder the help output for clarity, and document missing options - Drop obsolete options: --noop, --pack, --editor-scene, --level, --import, --import-script, --no-quit - Improve error message on malformed arguments and do not display help on error - Cleanup obsolete code here and there
2017-08-19Tweak command-line arguments to make them more UNIX-likeHugo Locurcio
Also improves the command-line help text readability.
2017-08-19Added smooth scrolling to TextEditPaulb23
2017-08-19Fixes to label and code editor to make editing code hopefully fast again.Juan Linietsky
2017-08-19Merge pull request #10435 from endragor/export-quitRémi Verschelde
Quit after command-line export
2017-08-19Quit after command-line exportRuslan Mustakov
2017-08-19Removes editor_hint from SceneTreeIgnacio Etcheverry
2017-08-19Adds editor_hint to Engine classIgnacio Etcheverry
2017-08-18Inspector re-edits edited object when dock moves, closes #9287Juan Linietsky
2017-08-18Fix primitive mesh selection, closes #9210Juan Linietsky
2017-08-18-Volume sliders, mute, solo and fx bypass are functional, closes #9021Juan Linietsky
-Fixed tree reselect, makes reselecting an audio bux FX work
2017-08-18Update script signals in real-time when script changes. Fixes #8980Juan Linietsky
2017-08-18Properly manage drawing of primitives when they lack an area, fixes #8930Juan Linietsky
2017-08-18-Properly check limits to objects sent (regarding to size), fixes #9034Juan Linietsky
-Changed the way objects are marshalled and sent to the debugger -Editing debugged objects happens in the remote inspector now
2017-08-18Make sure local to scene resources are initialized after loading all nodes, ↵Juan Linietsky
fixes #9438
2017-08-17Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez
2017-08-17Several improvements and fixes to import system. Might fix many issues ↵Juan Linietsky
opened, but have to check in detail..
2017-08-17Fix progress dialog's bars overflowing.Gilles Roudiere
2017-08-17Fix/improve property evaluatorPedro J. Estébanez
Evolution of #10366 based on what has been discussed there. Now you can refer to the relevant object either by `self` or `s`. No conflicts with a potential `tool` script attached to the object. Proper cleanup since a dummy object is used to have an instance and the temporary script dies with it.
2017-08-16Tilemap Editor: Setting to hide tile info in the menu barRémi Verschelde
Based on e513ecb7a14560d7238408a16a3b855863fd6df9.
2017-08-16Merge pull request #10252 from neikeq/pr-fix-some-stuff-<3Rémi Verschelde
Some method fixes
2017-08-16Merge pull request #8899 from toger5/BetterFlatStyleboxRémi Verschelde
Better flat stylebox with rounded corners
2017-08-16EditorPlugin: Renames virtual method hiding inherited methodIgnacio Etcheverry
2017-08-16Merge pull request #10300 from H4kor/anchorRémi Verschelde
Show Anchor even when Control-Node is hidden
2017-08-16Merge pull request #10307 from Rubonnek/update-argument-namesRémi Verschelde
Updated function argument names
2017-08-16Merge pull request #10312 from kbake/pressed-scroll-bar-styleRémi Verschelde
Scroll bars now look different on press
2017-08-16Merge pull request #10326 from kubecz3k/spatial-click-improveRémi Verschelde
spatial selection if subscene geometry is far from origin
2017-08-16Merge pull request #10368 from RandomShaper/rename-layouts-fileRémi Verschelde
Rename layouts file to editor_layouts-3.cfg
2017-08-16Rename layouts file to editor_layouts-3.cfgPedro J. Estébanez
To avoid conflicts with 2.x, in the same fashion as editor_settings-3.tres.