aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix animation toolbarFranklin Sobrinho2016-01-271-0/+1
|
* defer project export filesystem update if not visibleJuan Linietsky2016-01-271-1/+1
|
* Merge pull request #3435 from neikeq/output_focus_stealJuan Linietsky2016-01-251-0/+10
|\ | | | | Fix Output panel annoying focus steal
| * Fix Output panel annoying focus stealIgnacio Etcheverry2016-01-241-0/+10
| |
* | -Fixes a bunch of stdout errors, closes #2763 closes #2731Juan Linietsky2016-01-231-4/+4
| |
* | -Fixed revert scene, should work proprely now, fixes #2782Juan Linietsky2016-01-231-2/+15
|/
* EditorNode: Ignore unhandled input if there is a dialog visibleIgnacio Etcheverry2016-01-211-1/+1
|
* -Massive editor dialog cleanupJuan Linietsky2016-01-171-163/+207
| | | | -Added a bottom menu list
* -Moved all the "root" input handling for GUI from individual Controls to ↵Juan Linietsky2016-01-161-1/+2
| | | | | | | | Viewport. -Should fix several reported bugs when controls don't have a common parent This may have added new bugs, so please report if so!
* Merge pull request #2928 from akien-mga/pr-subscene-icon-in-dockRémi Verschelde2016-01-151-134/+0
|\ | | | | Moved subscene creation from scene menu to an icon on the scene dock
| * Moved subscene creation from scene menu to an icon on the scene dockRémi Verschelde2015-11-271-134/+0
| | | | | | | | | | Based on @Fiona's PR #2220. The previous "subscene" concept is also renamed to "new scene", as those subscene are just like regular scenes.
* | Merge pull request #3329 from SaracenOne/color_ramp_fixRémi Verschelde2016-01-151-1/+2
|\ \ | | | | | | Color Ramp Editor Plugin Fix
| * | Fixed color ramp editor plugin to allow editing color ramps while in the ↵Saracen2016-01-121-1/+2
| | | | | | | | | | | | spatial editor.
* | | properly export sample compression type optionJuan Linietsky2016-01-141-1/+1
| | |
* | | -Make sure scenes properly update when switching tabs, even if sub-instances ↵Juan Linietsky2016-01-141-1/+12
| | | | | | | | | | | | changed. Fixes #3201
* | | Properly fix tab scrolling, fixes #3128, fixes #3314Juan Linietsky2016-01-131-1/+2
|/ /
* | Merge pull request #3320 from neikeq/ed_layouts_defaultRémi Verschelde2016-01-111-29/+31
|\ \ | | | | | | Allow to override the default editor layout
| * | Allow to override the default editor layoutIgnacio Etcheverry2016-01-111-29/+31
| | |
* | | Update copyright in remaining files + prints in the UIRémi Verschelde2016-01-111-2/+2
|/ /
* | Merge pull request #3276 from TheHX/pr-quick-openRémi Verschelde2016-01-111-10/+17
|\ \ | | | | | | Quick open now can open multiple scenes and scripts
| * | Quick open now can open multiple scenes and scriptsFranklin Sobrinho2016-01-081-10/+17
| | |
* | | -Make a rare corner case where disabling/reenabling mipmaps causes invalid ↵Juan Linietsky2016-01-101-0/+2
| | | | | | | | | | | | texture state. Fixes #3102
* | | restored quit to project list keybinding, but kept change for OSX, closes #3185Juan Linietsky2016-01-101-0/+4
| | |
* | | wrong extensions shown when saving resources fixedJuan Linietsky2016-01-101-1/+1
| | |
* | | Fix some error messagesFranklin Sobrinho2016-01-091-1/+0
| | |
* | | Merge pull request #3280 from neikeq/issue_3227Rémi Verschelde2016-01-081-5/+10
|\ \ \ | | | | | | | | Fix TileSet not refreshed after exporting without merge
| * | | Fix TileSet not refreshed after exporting without mergeIgnacio Etcheverry2016-01-081-5/+10
| |/ /
* / / Scene->Close scene: ask confirmation only when unsaved changesIgnacio Etcheverry2016-01-081-1/+1
|/ /
* | Merge pull request #3208 from nounoursheureux/masterRémi Verschelde2016-01-061-4/+6
|\ \ | | | | | | You can now create an inherited scene based on an already opened scene
| * | You can create an inherited scene based on an already opened scene.Nounours Heureux2016-01-061-4/+6
| | |
* | | Merge pull request #3187 from neikeq/fix_3186Rémi Verschelde2016-01-061-6/+8
|\ \ \ | | | | | | | | Fix editor layout saving
| * | | Fix editor layout savingIgnacio Etcheverry2016-01-011-6/+8
| |/ /
* | | Merge pull request #3219 from nounoursheureux/change_subscene_stringRémi Verschelde2016-01-061-1/+1
|\ \ \ | | | | | | | | Change Import > Sub-Scene to Import > Node from scene
| * | | Change Import > Sub-Scene to Import > Node from sceneNounours Heureux2016-01-031-1/+1
| |/ /
* / / -Replaced tinyjpg for jpgd (public domain), fixes progressive encoded jpgs ↵Juan Linietsky2016-01-031-0/+1
|/ / | | | | | | | | | | and speeds up. Closes #2040 -Removed support of loading BitMap as image, now it must be load as a pnm, also closes #2040
* | Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
| |
* | changed shortcuts to be better friends with OSX, closes #2398Juan Linietsky2015-12-311-1/+1
| |
* | properly implement save as from script editor, fixes #2415Juan Linietsky2015-12-311-2/+10
| |
* | -Ensure .tscn and .tres always save in a deterministic way, fixes #2495Juan Linietsky2015-12-311-27/+34
| | | | | | | | | | | | | | -Scene edit state is saved outside the scene now, to avoid changes .tscn files when nothing really changed -Created a VariantWriter helper to unify all variant to text writing -Moved SceneFormatText writing to VariantWriter -Moved ConfigFile to use VariantWriter and VariantParser, added compatibility mode for old .cfg files that use engine.cfg format
* | -Fix to progress dialog, speding it upJuan Linietsky2015-12-211-2/+2
| | | | | | | | | | -Fix potential deadlock in stream player -Fix collada to support broken files from ColladaMaya
* | Merge pull request #3083 from TheHX/pr-file-dialogRémi Verschelde2015-12-151-0/+2
|\ \ | | | | | | Add editor setting for display mode on file dialog and filesystem dock
| * | Add editor setting for display mode on file dialog and filesystem dockFranklin Sobrinho2015-12-151-0/+2
| | |
* | | Added input actions renamingIgnacio Etcheverry2015-12-141-5/+2
|/ /
* | Fix editor layouts broken after 9a7ff65Ignacio Etcheverry2015-12-141-2/+1
| |
* | -scenes are properly reloaded when a dependency changes, fixes #2896Juan Linietsky2015-12-131-1/+28
| | | | | | | | (it's clevery done so local changes to scenes are kept even if unsaved)
* | Merge pull request #3047 from eska014/fix-play-project-buttonRémi Verschelde2015-12-131-2/+2
|\ \ | | | | | | Fix "Play Project" button icon
| * | Fix "Play Project" buttoneska2015-12-081-2/+2
| | |
* | | -ability to change scripts in external editor and still have properties ↵Juan Linietsky2015-12-091-0/+2
| | | | | | | | | | | | reloaded in godot UI, fixes #3003
* | | Merge pull request #2873 from neikeq/editor_layoutsJuan Linietsky2015-12-081-20/+190
|\ \ \ | |/ / |/| | Editor layouts menu
| * | Editor layouts menuneikeq2015-11-251-20/+190
| | |