aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| * | Enhance scene tabsvolzhs2017-06-161-1/+68
| | | | | | | | | | | | | | | | | | | | | | | | - show scene thumbnail on hover - resize if has many tabs - show full scene file name with current edited scene - can be customized EditorSettings > Interface > Scene Tab - close scene with mouse middle button
* | | renamed occurances of ColorRamp with GradientKarroffel2017-06-141-2/+2
|/ / | | | | | | ColorRamp got renamed to Gradient recently, reduz missed some occurances though.
* | Properly adjust the visible editor rect and make limits respected, closes #8328Juan Linietsky2017-06-121-0/+2
| |
* | Restored multiple viewport function, as well as view modes.Juan Linietsky2017-06-111-0/+1
|/
* -Restored multithread capability to VisualServerJuan Linietsky2017-06-091-45/+42
| | | | -Restored resource previews!
* Merge pull request #9092 from Noshyaar/pr-runRémi Verschelde2017-06-081-1/+1
|\ | | | | Fix unsaved scene not running after save
| * Fix unsaved scene not running after savePoommetee Ketson2017-06-081-1/+1
| |
* | Run project after selecting main scene. Fixes #9077Nuno Donato2017-06-071-0/+1
|/
* Merge pull request #9007 from noshyaar/pr-aboutRémi Verschelde2017-06-051-2/+38
|\ | | | | AboutBox: update copyright, add contributors list
| * About: add contributors listPoommetee Ketson2017-06-011-2/+38
| |
* | renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-2/+2
| |
* | InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-1/+1
|/ | | | Make the naming consistent with other classes.
* Several fixes related to PBR and EnvironmentJuan Linietsky2017-05-301-1/+1
|
* -Added .hdr format supportJuan Linietsky2017-05-281-4/+28
| | | | | | -Added default environment editor setting -Added environment created by default in new projects -Removed default light and ambient from spatial editor, to make the editor more PBR compliant
* Added an help menuNuno Donato2017-05-261-6/+36
| | | | | Also renamed the "tutorials" button in the script editor to be consistent with the help menu entry. Fixed #8921
* Merge pull request #8901 from tagcup/path_editor_pluginRémi Verschelde2017-05-261-1/+1
|\ | | | | Revive PathEditorPlugin.
| * Applied clang-format.Ferenc Arn2017-05-251-1/+1
| | | | | | | | Since PathEditorPlugin was commented out, it didn't get clang-format'ed.
| * Revive PathEditorPlugin.Ferenc Arn2017-05-241-1/+1
| | | | | | | | | | | | Adapted the plugin to recent changes in input classes and pool arrays. Fixed an out-of-bounds bug in the process. Doesn't display anything for a single point (existing issue).
* | Join text menus on the top-left, move shortcut buttons to new locationNuno Donato2017-05-241-153/+109
|/
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-8/+13
| | | | this might cause bugs I haven't found yet..
* Merge pull request #8631 from volzhs/editor-theme-customRémi Verschelde2017-05-201-23/+47
|\ | | | | New customizable editor theme