aboutsummaryrefslogtreecommitdiff
path: root/tools/editor
Commit message (Collapse)AuthorAgeFilesLines
* remove warnings if a script is missing and can't be openedJuan Linietsky2016-07-081-0/+2
| | | | (cherry picked from commit d8c31e0e7480906ccf230892b090e3c3cbe1b271)
* Fixed bug in instance state ordering, closes #3904Juan Linietsky2016-07-081-3/+1
| | | | (cherry picked from commit 8e1c0f287db96f73c8715ac1fa387b430f3758ca)
* Avoid recursion in filesystem scanning, closes #3838Juan Linietsky2016-07-081-16/+25
| | | | (cherry picked from commit 41a26528e4dc1e9204cbac20e3339ad89a2ed0ce)
* Properly complain when a scene file has not be selected, closes #3811Juan Linietsky2016-07-081-0/+22
| | | | (cherry picked from commit d41b7a66e9e01b55310d68e216139d6b6cc712f1)
* Ability to rotate controls using tool, closes #3800Juan Linietsky2016-07-081-8/+30
| | | | (cherry picked from commit e2d208f1226f802b941d099c2f16223e7446cb07)
* remove the warning of instances in use at exitJuan Linietsky2016-07-081-1/+1
| | | | (cherry picked from commit 8baa85d6b4428b3fcbcd7ef160e608471ea7606b)
* Fix error reporting when a scene is not imported properly, closes #3968Juan Linietsky2016-07-083-12/+18
| | | | (cherry picked from commit 33f1204dc4e919660bd923f366897349a9f9fdbb)
* Fix network IP setting changevolzhs2016-06-251-1/+1
| | | | | | Fix #5368 (cherry picked from commit 515472bc524b3432667678bd1191042c3b6b03b1)
* Fixed save as not working with scriptsPaulb232016-06-251-0/+1
| | | | (cherry picked from commit c68e4e8cbe4ac1ff0e52fa9f8f652c82d8cba9b2)
* Fixed error using the same atlas rect for all images, closes #4139Juan Linietsky2016-06-252-2/+13
| | | | (cherry picked from commit 3edf66477a49696ae82074b4675aff818dda68fe)
* Renamed Trackpad Hint to Emulate 3 Button Mouse. (#5258)sunnystormy2016-06-252-2/+2
| | | | (cherry picked from commit b3b1fdae85f845d92d749ec268877b87bb9bc47a)
* do not crash when generating preview of very large sound files, fixes #4123Juan Linietsky2016-06-252-12/+12
| | | | (cherry picked from commit 9b8f2741aee4604bd7a84ac746fae58ae06a4267)
* update EditorDirDialog on external change, closes #4629Juan Linietsky2016-06-252-0/+9
| | | | (cherry picked from commit 5e7f1fc79b03f0c1eb9877ff82f24b921d2c43ea)
* Make ".." always appear even if dir is unlistable (likely lacking ↵Juan Linietsky2016-06-251-0/+5
| | | | | | permissions), closes #1938 (cherry picked from commit adc13e902722d62555d112a74c5b8ce39348aceb)
* resolve numerical error when comparing instancing an inheritance to avoid ↵Juan Linietsky2016-06-251-0/+8
| | | | | | saving changed properties when they didn't, closes 4759 (cherry picked from commit f0abda999e179faf1577026d0369062349cb4897)
* rewrote LineEdit window repositioning code so it does not eat the last ↵Juan Linietsky2016-06-251-0/+1
| | | | | | character, closes #4992 (cherry picked from commit 83bf8036def06e8038891b1f143ac86c1d9b0c0c)
* apply built-in scripts when running the game, closes #4987Juan Linietsky2016-06-251-1/+4
| | | | (cherry picked from commit 482b21a5a4562ac2dd4f5bb2c35b53f4d8b860c7)
* * fix messages when modifying on switching the active axisNuno Donato2016-06-251-4/+4
| | | | (cherry picked from commit a7131883888b31f972025a248c16e8ea1e02f09a)
* If a resource is delete from fs dialog, but the resource is currently loaded,Juan Linietsky2016-06-252-0/+6
| | | | | | clear the path of the resource. Fixes #5110 (cherry picked from commit f4ff30dff0468880c6b36c347e83ebacb9db2d5e)
* add line spacing option to script and shader editor (#5105)volzhs2016-06-252-0/+4
| | | | (cherry picked from commit 990956c4e0db8de0a2031a416e6b8298e25a2ba4)
* Fixed editor help focus issues and input propagationPaulb232016-06-251-0/+1
| | | | (cherry picked from commit eb14373d699870e5f2cbd3e0160dc8799c8de83f)
* Improved Blender/Collada shadeless->unshaded importPawel Kowal2016-06-251-0/+1
| | | | (cherry picked from commit 101e0c9ec6db92a842a8ca8fc7b4e475a6f2f477)
* Improved breakpoint marker position, and scales with font sizePaulb232016-06-251-1/+0
| | | | (cherry picked from commit d66b034bd1557bb8a3b8e29a1fa64b10b94e408c)
* The create dialog starts collapsed now.Warlaan2016-06-052-0/+14
| | | | | | The original behavior can be reactivated in the editor settings. (cherry picked from commit 987192775a713c61bc7ac17b54b3bbd1d1e067f3)
* deselect in help when click somewherevolzhs2016-06-052-0/+10
| | | | (cherry picked from commit bf22e698229797284c3145c2750533c2eb4046cc)
* Added classes' short descriptions as tooltips in the create dialog.Warlaan2016-06-041-0/+4
| | | | (cherry picked from commit fe3a68c4c2c2608ea1d5d17483771bead501c794)
* Icon: Remove more grey capsules behind official logoRémi Verschelde2016-06-041-0/+0
| | | | (cherry picked from commit e6e878e139eb48f587bf4f6e111b08ebf0121749)
* Editor: Fix base dir when going back to project managerRémi Verschelde2016-06-041-2/+2
| | | | | | | This caused the PM to load with the parameters of the previously loaded project. Was a regression from ea751724a21e3513ff2291aa24491e9d91c8c0f0. Closes #4045. (cherry picked from commit 6fefcfd46a7b37d06311819d390bbc87ecb044a7)
* Remove focus from Sprite Region Editor dialog. Fixes #4751MarianoGNU2016-06-041-0/+1
| | | | (cherry picked from commit e7b7dfefd39308083fa7329d8acde03b94df2c32)
* Added, goto next and previous breakpoint and remove all, issue 1690Paulb232016-06-042-0/+61
| | | | (cherry picked from commit daf0ed646f90ed149a45838e5e6ebf9c577672f7)
* Added breakpoint markers, issue 4750Paulb232016-06-042-1/+4
| | | | (cherry picked from commit 72fda444d198108a250e019d1437b6383c5258da)
* Debugger: show error message if description is not availableIgnacio Etcheverry2016-06-041-1/+1
| | | | (cherry picked from commit ea9cde884279a665c89d89915559ae3ddc5f8cc1)
* use node name as filename when save scenevolzhs2016-06-042-2/+4
| | | | | | fix #4723 (cherry picked from commit 9e1ee568a6683fcd9a0f97d00da892d47eb5e8ec)
* Change the default comment color to #676767 (#4763)Hugo Locurcio2016-06-041-1/+1
| | | | | A neutral gray color, more readable than the old brown one. (cherry picked from commit e75701e0b5ab909b8ec434c060340d6706537647)
* Multiline duplication, issue #4661Paulb232016-06-041-6/+25
| | | | (cherry picked from commit 2eb4e7c103793c7ca915b5f1cfc1a8bf356c0152)
* Check the save path before importing a 3D MeshWilhem Barbier2016-06-041-9/+9
| | | | (cherry picked from commit f38473f65bd570467f485ca63af718454a70c546)
* Member variable syntax highlightingPaulb232016-06-042-0/+2
| | | | (cherry picked from commit fc9f9adcb25cde432f888b8b29aee862eb0d8f95)
* Add SpinBox to Lossy Quality on Image Groupsvolzhs2016-06-041-2/+9
| | | | | | fixes #3653 (cherry picked from commit 82600944bde132c6240a6c05840b18828848ce24)
* Merge pull request #5021 from zaps166/2.0-last_sample_playing-fixRémi Verschelde2016-06-031-1/+1
|\ | | | | SampleLibraryEditor: Initialize "is_playing" variable
| * SampleLibraryEditor: Initialize "is_playing" variableBłażej Szczygieł2016-06-031-1/+1
| | | | | | | | | | | | | | Fixes crash caused by jumping to wrong place due to uninitialized variable. Closes #4703
* | Revert "Revert "-make sure single select after multi select works better""Rémi Verschelde2016-05-182-2/+2
|/ | | | | This reverts commit 9ed2084b420ef39d1ed2330047def39224b8a3ce. Will then add the proper fix.
* Revert "-make sure single select after multi select works better"2.0.3-stableRémi Verschelde2016-05-132-2/+2
| | | | | This reverts commit f909634832a72cfc669fd1b6281c8a960ea3d40f. It caused various regressions (#4556 and #4607).
* Added caret blink in text editorPaulb232016-05-123-0/+14
| | | | (cherry picked from commit e03e7deb1bbc25d1d7e3506058e090a14eabde97)
* Fixed animation player auto-queue duplication and undo/redoPaulb232016-05-122-7/+29
| | | | (cherry picked from commit 488495852bcee4e92038657abd166b83f78f2a2a)
* -make sure single select after multi select works betterJuan Linietsky2016-05-062-2/+2
| | | | | | -fixed some warnings for OSX (cherry picked from commit f909634832a72cfc669fd1b6281c8a960ea3d40f)
* Changed barely visible PROPERTY_HINT_ALL_FLAGS buttons for checkboxesDaniel J. Ramirez2016-05-062-3/+4
| | | | (cherry picked from commit 723c0d730c0bb3df888934dd94ed1e45f24b7acd)
* Fix checking unsaved changes only in current sceneIgnacio Etcheverry2016-05-061-1/+5
| | | | (cherry picked from commit 107e62be7045ae69415f8069a6f49ec912ec3799)
* Debugger: Fix breaked signal binding (#4508)Rémi Verschelde2016-05-061-1/+1
| | | | | Closes #4270. (cherry picked from commit 8ceab5ddaf141434cda982a04bdf4a8f4b0b5155)
* FileDialog: reset mkdir label after use (#4500)Rémi Verschelde2016-05-012-1/+2
| | | | | Closes #1686. (cherry picked from commit ab7886ffc41326db9c1b578ff008e90a42cad446)
* AnimationPlayer: Prevent resetting timeline when pinned (#4497)Rémi Verschelde2016-05-011-0/+3
| | | | | Fixes #1019 (cherry picked from commit 0b4f27718420c0b27218ecb79616b4f11f59773d)