aboutsummaryrefslogtreecommitdiff
path: root/editor/editor_node.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| * New customizable editor themevolzhs2017-05-091-14/+44
| |
| * Revert "Add new editor and default theme (WIP)"volzhs2017-05-031-16/+10
| | | | | | | | This reverts commit f045efe007cffb87238ee519b7f33d710814ded7.
* | Merge pull request #8789 from Hinsbart/editor_shortcutsRémi Verschelde2017-05-181-22/+47
|\ \ | | | | | | Editor: Make "open 2d/3d/script editor" shortcuts configurable.
| * | Editor: Make "open 2d/3d/script editor" shortcuts configurable.Andreas Haas2017-05-181-22/+47
| | | | | | | | | | | | Also adds shortcuts for opening the AssetLib and for switching to the next/prev editor.
* | | Merge pull request #8716 from Hinsbart/import-pluginsRémi Verschelde2017-05-181-1/+1
|\ \ \ | | | | | | | | Bring back EditorImportPlugin
| * | | Bring back EditorImportPluginAndreas Haas2017-05-121-1/+1
| |/ / | | | | | | | | | | | | This adds a new implementation of the EditorImportPlugin class, allowing to leverage the new importing system via tool scripts. Will be especially useful when used together with GDNative, to support formats like fbx :)
* / / Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-2/+3
|/ /
* | Fixing previous merger's "not" vs. "!" mistake in C++ (#8664)Will Nations2017-05-061-3/+3
| | | | | | | | Also fix typo on the main editor confirmation prompt
* | Merge pull request #8532 from RameshRavone/patch-4Rémi Verschelde2017-05-051-1/+30
|\ \ | |/ |/| Separate distraction mode for scene & script editor
| * Separate fullscreen state for scene & script editorRamesh Ravone2017-04-261-1/+30
| |
* | Merge pull request #8569 from volzhs/editor-theme-1Rémi Verschelde2017-05-021-11/+0
|\ \ | | | | | | Fix to use editor theme instead of handling each UI
| * | Fix to use editor theme instead of handling each UIvolzhs2017-04-281-11/+0
| | |
* | | Merge pull request #8541 from RandomShaper/opt-out-capitalizationRémi Verschelde2017-05-021-0/+2
|\ \ \ | |/ / |/| | Add setting to opt-out of capitalization in property inspectors
| * | Add setting to opt-out of capitalization in the property inspectorPedro J. Estébanez2017-04-271-0/+2
| | |
* | | Update editor themevolzhs2017-04-281-3/+14
| | |
* | | Add new editor and default theme (WIP)Daniel J. Ramirez2017-04-271-10/+16
| |/ |/|
* | Fix property warnings and hide some debug printsRémi Verschelde2017-04-231-2/+5
| | | | | | | | | | | | | | | | | | | | "ALL IS GOOD" was a lie. In particular, removes verbose "path not recognized" false positive. The actual logic is to (somewhat naively) check all ResourceFormatLoaders and to pick the first good match, so no need to warn about the formats that do not match the type hint.
* | Merge pull request #8374 from nunodonato/killimportAndreas Haas2017-04-141-23/+0
|\ \ | | | | | | Removed the deprecated Import menu from the main editor.
| * | Removed the deprecated Import menu from the main editor.Nuno Donato2017-04-121-23/+0
| | |
* | | re-enabled obj importKarroffel2017-04-121-3/+3
|/ /
* | Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-9/+9
| | | | | | | | | | | | | | | | Control set_pos -> set_position Control set_global_pos -> set_global_position [gs]et_mouse_pos -> [gs]et_mouse_position [gs]et_global_mouse_pos -> [gs]et_global_mouse_position fixes #8005
* | -Fix eternal black screen on WindowsJuan Linietsky2017-04-091-3/+3
| | | | | | | | -Disabled warnings on windows, need to properly set up warnings
* | Fix warning message when EditorPlugin script is not in tool mode.Andreas Haas2017-04-091-1/+1
|/
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* New particle system, mostly working, some small features missing.Juan Linietsky2017-04-061-1/+5
|
* Fix highlight typosupaiku2017-04-061-1/+1
|
* Editor: Swap Scene and Import tabs in dock.Andreas Haas2017-04-031-1/+1
| | | | Swaps the ordering of those tabs. Now the editor defaults to displaying the scene tab instead of import, which I found a bit confusing.
* Fix typos in source code using codespellRémi Verschelde2017-03-241-2/+2
| | | | From https://github.com/lucasdemarchi/codespell
* Only assume HiDPI mode if DPI >= 192 and width > 2000Rémi Verschelde2017-03-241-5/+3
| | | | | Also fix detection of single-column dock if width < 1200, it only worked with hidpi_mode=auto.
* Export template management dialog.Juan Linietsky2017-03-211-74/+13
| | | | Missing download (need to discuss this!)