Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-19 | Merge pull request #9099 from kubecz3k/plugin-camera-expose | Thomas Herzog | |
EditorPlugin can request user inputs from editor 3d view | |||
2017-06-17 | Added option to not save a scene when played. | Kryptocron | |
2017-06-17 | Fix scene tab color not updated when theme changed | volzhs | |
2017-06-16 | Merge pull request #9196 from volzhs/scene-tab | Rémi Verschelde | |
Enhance scene tabs | |||
2017-06-16 | Enhance scene tabs | volzhs | |
- 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 | |||
2017-06-14 | renamed occurances of ColorRamp with Gradient | Karroffel | |
ColorRamp got renamed to Gradient recently, reduz missed some occurances though. | |||
2017-06-12 | Properly adjust the visible editor rect and make limits respected, closes #8328 | Juan Linietsky | |
2017-06-12 | EditorPlugin can request user inputs from editor 3d view | Unknown | |
2017-06-11 | Restored multiple viewport function, as well as view modes. | Juan Linietsky | |
2017-06-09 | -Restored multithread capability to VisualServer | Juan Linietsky | |
-Restored resource previews! | |||
2017-06-08 | Merge pull request #9092 from Noshyaar/pr-run | Rémi Verschelde | |
Fix unsaved scene not running after save | |||
2017-06-08 | Fix unsaved scene not running after save | Poommetee Ketson | |
2017-06-07 | Run project after selecting main scene. Fixes #9077 | Nuno Donato | |
2017-06-05 | Merge pull request #9007 from noshyaar/pr-about | Rémi Verschelde | |
AboutBox: update copyright, add contributors list | |||
2017-06-04 | renamed all Rect2.pos to Rect2.position | alexholly | |
2017-06-03 | InputEvent: Renamed "pos" property to "position" | Andreas Haas | |
Make the naming consistent with other classes. | |||
2017-06-01 | About: add contributors list | Poommetee Ketson | |
2017-05-30 | Several fixes related to PBR and Environment | Juan Linietsky | |
2017-05-28 | -Added .hdr format support | Juan Linietsky | |
-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 | |||
2017-05-26 | Added an help menu | Nuno Donato | |
Also renamed the "tutorials" button in the script editor to be consistent with the help menu entry. Fixed #8921 | |||
2017-05-26 | Merge pull request #8901 from tagcup/path_editor_plugin | Rémi Verschelde | |
Revive PathEditorPlugin. | |||
2017-05-25 | Applied clang-format. | Ferenc Arn | |
Since PathEditorPlugin was commented out, it didn't get clang-format'ed. | |||
2017-05-24 | Revive PathEditorPlugin. | Ferenc Arn | |
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). | |||
2017-05-24 | Join text menus on the top-left, move shortcut buttons to new location | Nuno Donato | |
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | |
this might cause bugs I haven't found yet.. | |||
2017-05-20 | Merge pull request #8631 from volzhs/editor-theme-custom | Rémi Verschelde | |
New customizable editor theme | |||
2017-05-18 | Merge pull request #8789 from Hinsbart/editor_shortcuts | Rémi Verschelde | |
Editor: Make "open 2d/3d/script editor" shortcuts configurable. | |||
2017-05-18 | Editor: Make "open 2d/3d/script editor" shortcuts configurable. | Andreas Haas | |
Also adds shortcuts for opening the AssetLib and for switching to the next/prev editor. | |||
2017-05-18 | Merge pull request #8716 from Hinsbart/import-plugins | Rémi Verschelde | |
Bring back EditorImportPlugin | |||
2017-05-17 | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | |
2017-05-12 | Bring back EditorImportPlugin | Andreas Haas | |
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 :) | |||
2017-05-09 | New customizable editor theme | volzhs | |
2017-05-06 | Fixing previous merger's "not" vs. "!" mistake in C++ (#8664) | Will Nations | |
Also fix typo on the main editor confirmation prompt | |||
2017-05-05 | Merge pull request #8532 from RameshRavone/patch-4 | Rémi Verschelde | |
Separate distraction mode for scene & script editor | |||
2017-05-03 | Revert "Add new editor and default theme (WIP)" | volzhs | |
This reverts commit f045efe007cffb87238ee519b7f33d710814ded7. | |||
2017-05-02 | Merge pull request #8569 from volzhs/editor-theme-1 | Rémi Verschelde | |
Fix to use editor theme instead of handling each UI | |||
2017-05-02 | Merge pull request #8541 from RandomShaper/opt-out-capitalization | Rémi Verschelde | |
Add setting to opt-out of capitalization in property inspectors | |||
2017-04-28 | Fix to use editor theme instead of handling each UI | volzhs | |
2017-04-28 | Update editor theme | volzhs | |
2017-04-27 | Add setting to opt-out of capitalization in the property inspector | Pedro J. Estébanez | |
2017-04-27 | Add new editor and default theme (WIP) | Daniel J. Ramirez | |
2017-04-26 | Separate fullscreen state for scene & script editor | Ramesh Ravone | |
2017-04-23 | Fix property warnings and hide some debug prints | Rémi Verschelde | |
"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. | |||
2017-04-14 | Merge pull request #8374 from nunodonato/killimport | Andreas Haas | |
Removed the deprecated Import menu from the main editor. | |||
2017-04-12 | re-enabled obj import | Karroffel | |
2017-04-12 | Removed the deprecated Import menu from the main editor. | Nuno Donato | |
2017-04-10 | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei | |
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 | |||
2017-04-09 | -Fix eternal black screen on Windows | Juan Linietsky | |
-Disabled warnings on windows, need to properly set up warnings | |||
2017-04-09 | Fix warning message when EditorPlugin script is not in tool mode. | Andreas Haas | |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde | |