aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix !save_each_scene saving scenes with no filenamePoommetee Ketson2017-07-261-15/+14
| | | | | | 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.
* EditorNode: fix missing distraction-free tooltipPoommetee Ketson2017-07-241-0/+1
|
* -Ability to set default import presets for typeJuan Linietsky2017-07-231-1/+1
| | | | | | -More presets for scene importer -Option in scene importer to export root nodes as separate scenes -Fixed MeshInstance preview
* Suppress get_edited_scene_root errorPoommetee Ketson2017-07-231-0/+2
|
* Merge pull request #9790 from Noshyaar/pr-reqRémi Verschelde2017-07-231-2/+1
|\ | | | | EditorNode: request_attn when behind other windows
| * EditorNode: request_attn when behind other windowsPoommetee Ketson2017-07-231-2/+1
| | | | | | | | | | | | The current version requests attention only when minimized which might not work as expected when it's not minimized but doesn't have focus.
* | Move About dialog to editor_about.cppPoommetee Ketson2017-07-231-170/+3
|/
* Enhanched About dialog, Add ItemList auto_heightPoommetee Ketson2017-07-211-5/+10
| | | | | | | 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.
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-25/+25
| | | | -Added system for feature overrides, it's pretty cool :)
* Merge pull request #9565 from kubecz3k/tool-signalsRémi Verschelde2017-07-191-0/+11
|\ | | | | Make more informations available for Tool Plugins about the editor
| * Make available more informations about editor for Tool PluginsJakub Grzesik2017-07-181-0/+11
| |
* | Merge pull request #9695 from Noshyaar/pr-rcdRémi Verschelde2017-07-181-149/+5
|\ \ | | | | | | EditorNode: remove obsolete comments in constructor
| * | EditorNode: remove obsolete comments in constructorPoommetee Ketson2017-07-181-149/+5
| | |
* | | Added separators using StyleBoxLine, some theme style fixes, added variant iconDaniel J. Ramirez2017-07-181-2/+2
|/ /
* | -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-171-8/+9
| | | | | | | | | | (Lot's of bloat accumulated, so it was time for clean up.) -Made EditorSettings and ProjectSettings search more useful (search in sections too)
* | Improvements and fixes for the default theme.Daniel J. Ramirez2017-07-161-2/+3
| | | | | | | | Added customizable border size and window highlight.
* | Script editor usability fixesJuan Linietsky2017-07-151-4/+4
| |
* | Lots of work on Audio & Physics engine:Juan Linietsky2017-07-151-6/+1
|/ | | | | | | | -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.
* Added some missing icons, fixed some ui iconsDaniel J. Ramirez2017-07-121-1/+1
|
* ability to reposition scene tabs with drag & dropJakub Grzesik2017-07-101-0/+7
|
* Fix crash on closing [empty](*) scene tabPoommetee Ketson2017-07-101-0/+6
|
* About: center valign copyright labelPoommetee Ketson2017-07-081-0/+1
|
* About: add thirdparty license infoPoommetee Ketson2017-07-061-9/+93
|
* About: Add License infoPoommetee Ketson2017-07-041-0/+10
|
* Merge pull request #9447 from Noshyaar/prRémi Verschelde2017-07-031-0/+25
|\ | | | | EditorNode: mark opened deleted scenes as unsaved
| * EditorNode: mark opened deleted scenes as unsavedPoommetee Ketson2017-06-301-0/+25
| |
* | Merge pull request #9462 from Noshyaar/pr2Rémi Verschelde2017-07-031-2/+8
|\ \ | | | | | | SceneTab: MMB or double LMB to create new scene
| * | SceneTab: MMB or double LMB to create new scenePoommetee Ketson2017-07-011-2/+8
| | |
* | | Authors/About: support for multiple sectionsPoommetee Ketson2017-07-031-47/+68
|/ /
* / EditorNode: request attention when quit while minimizedPoommetee Ketson2017-06-301-0/+3
|/
* Reworked translation systemJuan Linietsky2017-06-281-0/+1
| | | | | -Label and Button reload translation on the fly -Resources are loaded and reload depending on locale
* Clean up redundancy in scene save confirmationPoommetee Ketson2017-06-271-3/+1
|
* Fix regression in dc1843201571707ee09f0592ef3b0cd4232c70b8Rémi Verschelde2017-06-271-1/+1
| | | | Closes #9407.
* Merge pull request #9402 from nunodonato/selectimportagainRémi Verschelde2017-06-271-2/+1
|\ | | | | Update import dock when editing a resource from the inspector
| * Update import dock when editing a resource from the inspector (improved version)Nuno Donato2017-06-261-2/+1
| | | | | | | | closes #8139. (just in case it wasn't closed well enough the first time :p)
* | Merge pull request #9304 from Noshyaar/pr-saveRémi Verschelde2017-06-261-73/+172
|\ \ | |/ |/| EditorNode: add Save/Discard/Cancel dialog
| * EditorNode: enhance save/quit dialogPoommetee Ketson2017-06-271-51/+73
| |
| * EditorNode: enhance quit dialogPoommetee Ketson2017-06-251-38/+88
| |
| * EditorNode: add Save/Discard/Cancel dialogPoommetee Ketson2017-06-251-26/+53
| |
* | Update import dock when editing a resource from the inspectorNuno Donato2017-06-251-0/+1
| |
* | -Added folding to property editor, persistent on objects it editsJuan Linietsky2017-06-251-0/+1
| | | | | | | | -Some changes to tree to support this properly
* | BuildSystem: generated files have .gen.extensionPoommetee Ketson2017-06-251-1/+1
|/
* GradientTexture now uses a GradientMarc Gilleron2017-06-241-2/+0
| | | | | - Added gradient property - Deleted duplicate code
* Added Curve resourceMarc Gilleron2017-06-241-1/+1
| | | | | | - New resource for curves in y(x) form - CurveTexture now has a Curve - Curve and CurveTexture share the same editor
* project and scene swapped, sorry could never get used to it :(Juan Linietsky2017-06-221-31/+30
| | | | Also reorganized menus a bit.
* Merge pull request #9099 from kubecz3k/plugin-camera-exposeThomas Herzog2017-06-191-1/+11
|\ | | | | EditorPlugin can request user inputs from editor 3d view
| * EditorPlugin can request user inputs from editor 3d viewUnknown2017-06-121-1/+11
| |
* | Added option to not save a scene when played.Kryptocron2017-06-171-3/+4
| |
* | Fix scene tab color not updated when theme changedvolzhs2017-06-171-0/+2
| |
* | Merge pull request #9196 from volzhs/scene-tabRémi Verschelde2017-06-161-1/+68
|\ \ | | | | | | Enhance scene tabs