| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | 2017-03-05 | 1 | -833/+0 |
* | Editor Export Settings Dialog is completed!! Now on to make some exporters.. | Juan Linietsky | 2017-02-19 | 1 | -3/+3 |
* | Save and restore debug options | volzhs | 2017-02-08 | 1 | -0/+1 |
* | completed scene importing (I hope?) | Juan Linietsky | 2017-02-04 | 1 | -1/+7 |
* | Lot of work in new importer, importing textures now works. | Juan Linietsky | 2017-02-01 | 1 | -9/+4 |
* | Removed import/export system, will start new one from scratch. | Juan Linietsky | 2017-01-25 | 1 | -6/+3 |
* | Remove Quick Filter Files and fix FS search hotkey | Rémi Verschelde | 2017-01-21 | 1 | -3/+2 |
* | Add a API to add/remove items to the "Tools" menu | Franklin Sobrinho | 2017-01-15 | 1 | -1/+22 |
* | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -1/+1 |
* | Type renames: | Juan Linietsky | 2017-01-11 | 1 | -2/+2 |
* | Removed ratio anchoring (will have to fix multiple 3D views later..) | Juan Linietsky | 2017-01-08 | 1 | -2/+1 |
* | renamed _input_event for GUI events to _gui_input, so it's more differentiate... | Juan Linietsky | 2017-01-08 | 1 | -2/+2 |
* | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde | 2017-01-02 | 1 | -2/+2 |
|\ |
|
| * | -Added ViewportContainer, this is the only way to make viewports show up in G... | Juan Linietsky | 2016-10-05 | 1 | -2/+2 |
* | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
* | | Merge pull request #6673 from J08nY/issue-update-spinner | Rémi Verschelde | 2016-10-09 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | editor_node: add an option to stop the update spinner from spinning, fixes #6653 | J08nY | 2016-10-08 | 1 | -0/+1 |
* | | Merge pull request #6479 from RandomShaper/improve-debug-focus | Rémi Verschelde | 2016-10-03 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Improve debug focus behavior | Pedro J. Estébanez | 2016-09-14 | 1 | -0/+1 |
* | | Call run callback | Juan Linietsky | 2016-09-14 | 1 | -0/+1 |
* | | Added API version and hashing to ObjectTypeDB | Juan Linietsky | 2016-09-14 | 1 | -1/+7 |
* | | -Add a distraction free mode button (so users know it's there) | Juan Linietsky | 2016-09-13 | 1 | -1/+5 |
* | | Made it possible to properly draw over the 2D canvas for 2D objects. Arranged... | Juan Linietsky | 2016-09-10 | 1 | -1/+2 |
|/ |
|
* | Likely with bugs and with some features are missing, as well as profiler supp... | Juan Linietsky | 2016-08-06 | 1 | -0/+12 |
* | More progress on visual script editing | Juan Linietsky | 2016-08-03 | 1 | -0/+1 |
* | "FileSystem" dock now instance all selected scenes in one action | Franklin Sobrinho | 2016-07-21 | 1 | -1/+2 |
* | Renamed scenes_dock to filesystem_dock (makes more sense, it has not been a s... | Juan Linietsky | 2016-07-21 | 1 | -3/+3 |
* | Save all edited scenes when Runing (and auto-save is enabled). Fixes #4410 | MarianoGNU | 2016-07-08 | 1 | -2/+3 |
* | Cleanup: drop ImportSettingsDialog, replaced by contextual actions | Rémi Verschelde | 2016-07-08 | 1 | -3/+0 |
* | Fix addon disabling | Franklin Sobrinho | 2016-07-04 | 1 | -1/+1 |
* | Editor properly reloads scenes if they changed on disk or were reimported | Juan Linietsky | 2016-06-28 | 1 | -1/+3 |
* | Ask about selecting a main scene if one has not been selected. | Juan Linietsky | 2016-06-27 | 1 | -0/+2 |
* | Fix error reporting when a scene is not imported properly, closes #3968 | Juan Linietsky | 2016-06-26 | 1 | -2/+2 |
* | Drop empty files that are not used anywhere | Rémi Verschelde | 2016-06-18 | 1 | -1/+0 |
* | -added missing .inc files | Juan Linietsky | 2016-06-17 | 1 | -0/+1 |
* | -Add visible IO errors when closing a file fails due to it being locked (most... | Juan Linietsky | 2016-06-13 | 1 | -0/+1 |
* | -Heavily improved editor startup and exit performance | Juan Linietsky | 2016-06-07 | 1 | -0/+3 |
* | Created a NodeDock with signals and groups | Juan Linietsky | 2016-06-04 | 1 | -1/+3 |
* | Signals became a tab | Juan Linietsky | 2016-06-03 | 1 | -0/+1 |
* | Cleaned up remote menu | Juan Linietsky | 2016-06-03 | 1 | -1/+1 |
* | Merge pull request #4926 from Paulb23/fullscreen_and_distraction_free_mode | Rémi Verschelde | 2016-06-02 | 1 | -1/+9 |
|\ |
|
| * | Added fullscreen and distraction free modes | Paulb23 | 2016-05-30 | 1 | -1/+9 |
* | | Ability to reload scripts on running game | Juan Linietsky | 2016-06-01 | 1 | -0/+1 |
|/ |
|
* | -Some fixes to OSX retina scaling for window functions | Juan Linietsky | 2016-05-30 | 1 | -0/+1 |
* | Changed import workflow | Juan Linietsky | 2016-05-27 | 1 | -0/+5 |
* | -Improve resource previews | Juan Linietsky | 2016-05-23 | 1 | -0/+2 |
* | Merge remote-tracking branch 'origin/master' | Juan Linietsky | 2016-05-21 | 1 | -2/+2 |
|\ |
|
| * | remove trailing whitespace | Hubert Jarosz | 2016-05-21 | 1 | -2/+2 |
* | | First version of Profiler | Juan Linietsky | 2016-05-21 | 1 | -1/+3 |
|/ |
|