summaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
AgeCommit message (Collapse)Author
2017-08-21Merge pull request #10433 from djrm/pr_svg_supportRémi Verschelde
SVG support
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-20Added missing icon and svgs upscalingDaniel J. Ramirez
2017-08-20Added pure vector theme, with dark icons variationDaniel J. Ramirez
2017-08-20Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky
Adds Engine::is_editor_hint() method
2017-08-19Revert "Second take at making command-line arguments more UNIX-like + ↵Juan Linietsky
main.cpp and help cleanup"
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-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-16Merge pull request #10307 from Rubonnek/update-argument-namesRémi Verschelde
Updated function argument names
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.
2017-08-15Merge pull request #10337 from endragor/command-line-exportkubecz3k
Enable command-line export
2017-08-15Small fix for problem of nodes losing type, this is not good enough to solve ↵Juan Linietsky
a core reimport problem, but so far fixes #8116
2017-08-15Fix Editor dimming.Andreas Haas
Fixes #10353
2017-08-15Converting to MeshLibrary works again, fixes #8092Juan Linietsky
2017-08-14Enable command-line exportRuslan Mustakov
The syntax is identical to what it was in 2.1, but now you specify preset name instead of platform name.
2017-08-12Updated function argument namesWilson E. Alvarez
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia
2017-08-02-Added GLTF scene support (still missing animations and .glb extension)Juan Linietsky
-Fixed bugs regarding tangent generation in SurfaceTool
2017-08-02Revert "Tweak command-line arguments to make them more UNIX-like"Juan Linietsky
2017-08-02Tweak command-line arguments to make them more UNIX-likeHugo Locurcio
Also improves the command-line help text readability.
2017-07-26Fix !save_each_scene saving scenes with no filenamePoommetee Ketson
When save_each_scene is false, only scenes that have been saved at least once are saved. But EditorNode tries to save scenes with no filename too (they're never saved), so it crashes.
2017-07-24EditorNode: fix missing distraction-free tooltipPoommetee Ketson
2017-07-23-Ability to set default import presets for typeJuan Linietsky
-More presets for scene importer -Option in scene importer to export root nodes as separate scenes -Fixed MeshInstance preview
2017-07-23Suppress get_edited_scene_root errorPoommetee Ketson
2017-07-23Merge pull request #9790 from Noshyaar/pr-reqRémi Verschelde
EditorNode: request_attn when behind other windows
2017-07-23EditorNode: request_attn when behind other windowsPoommetee Ketson
The current version requests attention only when minimized which might not work as expected when it's not minimized but doesn't have focus.
2017-07-23Move About dialog to editor_about.cppPoommetee Ketson
2017-07-21Enhanched About dialog, Add ItemList auto_heightPoommetee Ketson
Add set/has_auto_height for ItemList to automatically set minimum size by content. Add hash to About dialog. Resize About dialog so that dev list appears in 3 columns.
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
-Added system for feature overrides, it's pretty cool :)
2017-07-19Merge pull request #9565 from kubecz3k/tool-signalsRémi Verschelde
Make more informations available for Tool Plugins about the editor
2017-07-18Merge pull request #9695 from Noshyaar/pr-rcdRémi Verschelde
EditorNode: remove obsolete comments in constructor
2017-07-18Make available more informations about editor for Tool PluginsJakub Grzesik
2017-07-18EditorNode: remove obsolete comments in constructorPoommetee Ketson
2017-07-18Added separators using StyleBoxLine, some theme style fixes, added variant iconDaniel J. Ramirez
2017-07-17-Reorganized all properties of project settings (Sorry, Again).Juan Linietsky
(Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too)
2017-07-16Improvements and fixes for the default theme.Daniel J. Ramirez
Added customizable border size and window highlight.
2017-07-15Script editor usability fixesJuan Linietsky
2017-07-15Lots of work on Audio & Physics engine:Juan Linietsky
-Added new 3D stream player node -Added ability for Area to capture sound from streams -Added small features in physics to be able to properly guess distance to areas for sound -Fixed 3D CollisionObject so shapes are added the same as in 2D, directly from children -Fixed KinematicBody API to make it the same as 2D.
2017-07-12Added some missing icons, fixed some ui iconsDaniel J. Ramirez
2017-07-10ability to reposition scene tabs with drag & dropJakub Grzesik
2017-07-10Fix crash on closing [empty](*) scene tabPoommetee Ketson
2017-07-08About: center valign copyright labelPoommetee Ketson
2017-07-06About: add thirdparty license infoPoommetee Ketson
2017-07-04About: Add License infoPoommetee Ketson