aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_node.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Contextualized Scene Tree menuJuan Linietsky2016-05-161-0/+1
| | | | | | -Added context menu to Scene Tree Dock -Removed Buttons -Added a filter to search for nods more easily in the dock
* ability to drag scenes from filesystem to tree for instancingJuan Linietsky2016-05-111-1/+1
|
* -begun implementing drag & drop editor wideJuan Linietsky2016-05-111-1/+9
| | | | | | -filesystem dock dnd support -property list dnd support -scene tree dnd support
* Move export GUI debug toggle to export settings windoweska2016-04-281-1/+0
|
* Enables the possibility of editing on multiple plugins at same time on same ↵hodes2016-04-021-3/+33
| | | | object type.
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-121-1/+1
| | | | | | | | | -Made asset sharing support https -Many fixes to HTTPRequest -Added an asset installer dialog -Visual cleanups to asset sharing tab -Fixed some issues in ScrollContainer, hope it does not break things -Asset sharing tab is not visible (hidden on purpose) for now.
* remove trailing whitespaceHubert Jarosz2016-03-091-4/+4
|
* Adds EditorPlugin::remove_control_from_bottom_panel()Zher Huei Lee2016-02-281-0/+1
| | | | | | Also renames `add_control_to_bottom_dock` to `add_control_to_bottom_panel` so that it would be clear that the removal functions are different too.
* Completed the support for plugins! It is not possible to add plugins.Juan Linietsky2016-02-271-11/+27
| | | | | | Not all APIs are provided yet, please request whathever you are missing. Some example plugins are provided in demos/plugins. Just copy them to a folder in your project named addons/ and then enable them from the project settings. Have fun!
* Added option to restart custom sceneIgnacio Etcheverry2016-02-171-0/+1
|
* Fix _quick_run method (Play custom scene)Ignacio Etcheverry2016-02-171-1/+1
|
* -Property apply limits to V/H Splits in main editor window. Fixes #3567Juan Linietsky2016-02-081-1/+1
|
* Fix Output panel annoying focus stealIgnacio Etcheverry2016-01-241-0/+1
|
* -Massive editor dialog cleanupJuan Linietsky2016-01-171-15/+29
| | | | -Added a bottom menu list
* Merge pull request #2928 from akien-mga/pr-subscene-icon-in-dockRémi Verschelde2016-01-151-5/+3
|\ | | | | 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-5/+3
| | | | | | | | | | Based on @Fiona's PR #2220. The previous "subscene" concept is also renamed to "new scene", as those subscene are just like regular scenes.
* | Allow to override the default editor layoutIgnacio Etcheverry2016-01-111-2/+2
| |
* | Quick open now can open multiple scenes and scriptsFranklin Sobrinho2016-01-081-1/+1
| |
* | Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
| |
* | -Ensure .tscn and .tres always save in a deterministic way, fixes #2495Juan Linietsky2015-12-311-2/+2
| | | | | | | | | | | | | | -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
* | Added input actions renamingIgnacio Etcheverry2015-12-141-2/+2
| |
* | -scenes are properly reloaded when a dependency changes, fixes #2896Juan Linietsky2015-12-131-0/+1
| | | | | | | | (it's clevery done so local changes to scenes are kept even if unsaved)
* | Merge pull request #2873 from neikeq/editor_layoutsJuan Linietsky2015-12-081-1/+15
|\ \ | | | | | | Editor layouts menu
| * | Editor layouts menuneikeq2015-11-251-1/+15
| | |
* | | -orphan resource explorer dialog + tools menuJuan Linietsky2015-11-291-0/+3
| |/ |/|
* | Put 2D, 3D and Script editor index in enumneikeq2015-11-251-0/+6
| | | | | | | | To avoid invalid index out of bounds mistakes.
* | Implement name filter to PropertyEditorFranklin Sobrinho2015-11-211-0/+7
|/ | | | - Add search bar to Inspector tab and to Project and Editor settings dialog
* Ask confirmation on closing a scene tabJulian Murgia - StraToN2015-11-191-0/+2
|
* -fixed tabsJuan Linietsky2015-11-181-1/+5
|
* Fix #2623Julian Murgia - StraToN2015-10-221-0/+1
|
* Merge pull request #2380 from StraToN/tabs-buttonsJuan Linietsky2015-10-171-0/+1
|\ | | | | Tab close button + display policies + application on Scenes Tabs
| * Added close button to tab. Added 4 display policies for this close button ↵Julian Murgia - StraToN2015-08-181-0/+1
| | | | | | | | (show always, show never, show active tab only, show hover). Set the scene tabs in editor to follow the hover policy.
* | Large improvements on scene packing and managementreduz2015-10-101-1/+2
| | | | | | | | | | -Ability to edit and keep changes of instanced scenes and sub-scenes -Ability to inherit from other scenes
* | Ability to visually debug geometry visually:Juan Linietsky2015-09-201-0/+2
| | | | | | | | | | | | | | -Visible 2D and 3D Shapes, Polygons, Tile collisions, etc. -Visible Navmesh and Navpoly -Visible collision contacts for 2D and 3D as a red point -Customizable colors in project settings
* | -removed resources dock, good bye old friendJuan Linietsky2015-09-011-1/+14
| |
* | **WARNING BEFORE PULLING**Juan Linietsky2015-08-231-1/+18
|/ | | | | | | | | | | This push changes the binary and XML formats and bumps the major version to 2.0. As such, files saved in this version WILL NO LONGER WORK IN PREVIOUS VERSIONS. This compatibility breakage with older versions was required in order to properly provide project refactoring tools. If I were you, unless you are brave, I would wait a week or two before pulling, in case of bugs :) Summary of Changes -New Filesystem dock, with filesystem & tree view modes. -New refactoring tools, to change or fix dependencies. -Quick search dialog, to quickly search any file
* -Merged the file server with the live editing and remote debugJuan Linietsky2015-08-061-2/+4
| | | | -It is now really easy to deploy an android build with debug, and debug it
* Live edit WORK IN PROGRESSJuan Linietsky2015-08-021-0/+2
| | | | | | | | | | 1) press the heart while the game is running 2) select a scene to live edit from the opened scenes 3) edit/add/remove nodes or resources, change their properties, etc. 4) watch changes reflected in running game, in all places this scene is edited 5) It's not perfect obviously, but the aim of it is to try to reflect your changes as best as possible in the running game.
* QOL, script buttons in scene tabsJuan Linietsky2015-07-261-0/+1
|
* Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky2015-06-221-7/+26
| | | | | | | | | | | -ability to edit multiple scenes at the same time -resource internal IDs are now persistent, this makes multiple scene editing possible but maaaaay result in file corruption bugs (tested and could not find anything but possibility exists because core code changed, report immediately if you find this). -properly save settings, layout, etc when edited -script editing is independent from scene editing now -show a yellow box when a script belongs to the scene
* fixes for dock motionJuan Linietsky2015-06-141-0/+3
|
* some editor window changesJuan Linietsky2015-06-131-7/+51
| | | | | -ability to make dock position configurable, and it gets saved -editor starts maximized default
* work in progress, resource previewsJuan Linietsky2015-05-311-2/+10
|
* improved animation editorJuan Linietsky2015-05-251-1/+1
| | | | | | | | | -same-value link keys -new layout -forward, backwards playback -integrated curve/property editor -auto increment sprite frame after insert -copy & paste animation resoucres
* properly save external resources, fixes #1924Juan Linietsky2015-05-171-2/+3
| | | | added API to get scancode names to OS
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* New Navigation & Pathfinding support for 2DJuan Linietsky2015-02-141-0/+4
| | | | | | | -Added Navigation & NavigationPolygon nodes -Added corresponding visual editor -New pathfinding algorithm is modern and fast! -Similar API to 3D Pathfinding (more coherent)
* Merge pull request #1346 from Nulifier/import-pluginJuan Linietsky2015-02-111-0/+5
|\ | | | | Added the ability to add and remove editor import plugins.
| * Added the ability to add and remove editor import plugins.Jeffrey Steward2015-02-091-0/+5
| |