aboutsummaryrefslogtreecommitdiff
path: root/tools/editor
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge pull request #5137 from nunodonato/fixaxismessagesJuan Linietsky2016-06-141-4/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | show correct message when transforming with axis-constraint (fixes #4870)
| * | | | | * fix messages when modifying on switching the active axisNuno Donato2016-06-101-4/+4
| | | | | |
* | | | | | Merge pull request #5127 from bojidar-bg/asset-library-update-onshowJuan Linietsky2016-06-131-1/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update asset library assets only when opening the respective tab
| * | | | | | Update asset library assets only when opening the respective tabBojidar Marinov2016-06-091-1/+5
| | | | | | |
* | | | | | | Merge pull request #5138 from Geequlim/TextureRegionEditorJuan Linietsky2016-06-132-6/+40
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Edit the region of AtlasTexture by TextureRegionEditorPlugin
| * | | | | | | Add support for AtlasTexture resourcesGeequlim2016-06-102-6/+40
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Add undo/redo support for texture region of stylebox and atlas texture resources.
* | | | | | | Merge pull request #5160 from neikeq/pr-issue-5136Juan Linietsky2016-06-131-2/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | FindReplaceBar: Fix search bug when text is selected
| * | | | | | | FindReplaceBar: Fix search bug when text is selectedIgnacio Etcheverry2016-06-111-2/+12
| | | | | | | |
* | | | | | | | Merge pull request #5165 from neikeq/pr-issue-5116Juan Linietsky2016-06-134-0/+97
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ConnectionsDock: Double click to create and go to signal connection
| * | | | | | | | ConnectionsDock: Double click to create and go to signal connectionIgnacio Etcheverry2016-06-124-0/+97
| |/ / / / / / /
* | | | | | | | Merge pull request #5187 from volzhs/find-nomatch-noticeJuan Linietsky2016-06-131-0/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | change "No matches" noticeable on finder
| * | | | | | | | change "No matches" noticeable on findervolzhs2016-06-131-0/+3
| | | | | | | | |
* | | | | | | | | Merge pull request #5177 from vnen/string-subsequenceJuan Linietsky2016-06-135-8/+8
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Add subsequence search to tools
| * | | | | | | | Add subsequence search to toolsGeorge Marques2016-06-125-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add it to the following searches: - Create node. - Scene tree. - Inspector properties. - Classes list in help. - Quick open.
* | | | | | | | | Changed reload logic to auto-hard-reload scripts on save. It's simpler to ↵Juan Linietsky2016-06-131-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use and also fixes #4756
* | | | | | | | | -Add visible IO errors when closing a file fails due to it being locked ↵Juan Linietsky2016-06-132-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (most likely on windows), closes #4760
* | | | | | | | | resolve numerical error when comparing instancing an inheritance to avoid ↵Juan Linietsky2016-06-121-0/+8
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | saving changed properties when they didn't, closes 4759
* | | | | | | | fixed tile map editor plugin, all previews are now the same size, closes #4983Juan Linietsky2016-06-121-0/+6
| | | | | | | |
* | | | | | | | Changed how min/max icon size in ItemList works and replaced it by a fixed ↵Juan Linietsky2016-06-123-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | size. Fixes many issues, closes #4907
* | | | | | | | project history was not being saved after a recent fix, this should fix itJuan Linietsky2016-06-121-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | rewrote LineEdit window repositioning code so it does not eat the last ↵Juan Linietsky2016-06-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | character, closes #4992
* | | | | | | Ability to discard instancing from menu, closes #4903Juan Linietsky2016-06-113-1/+49
| | | | | | |
* | | | | | | apply built-in scripts when running the game, closes #4987Juan Linietsky2016-06-111-1/+4
| | | | | | |
* | | | | | | remove (for now) the next/prev instance buttons in debugger, closes #4993Juan Linietsky2016-06-111-1/+3
| | | | | | |
* | | | | | | Fix the warning message from not using the editor theme, closes #5002Juan Linietsky2016-06-111-1/+1
| | | | | | |
* | | | | | | make sure editor forgets removed settings, closes #5010Juan Linietsky2016-06-112-3/+25
|/ / / / / /
* | | | | | Prevent crash in specific situation of removing a plugin, fixes #5019Juan Linietsky2016-06-111-0/+1
| | | | | |
* | | | | | Rewrote ConnectionsDialog to use containers, should work fine on HiDPI, ↵Juan Linietsky2016-06-111-70/+28
| |/ / / / |/| | | | | | | | | | | | | | closes #5608
* | | | | Better way to disable asset libraryJuan Linietsky2016-06-092-14/+14
| | | | |
* | | | | If a resource is delete from fs dialog, but the resource is currently loaded,Juan Linietsky2016-06-092-0/+6
| | | | | | | | | | | | | | | | | | | | clear the path of the resource. Fixes #5110
* | | | | Disable asset library compilation if no openssl existsJuan Linietsky2016-06-092-0/+8
| |/ / / |/| | |
* | | | Merge pull request #5124 from Paulb23/editor_help_focus_issuesRémi Verschelde2016-06-091-0/+1
|\ \ \ \ | | | | | | | | | | Fixed editor help focus issues and input propagation
| * | | | Fixed editor help focus issues and input propagationPaulb232016-06-091-0/+1
| |/ / /
* | | | Merge pull request #5123 from zaps166/fix-editorassetlibrary-crashRémi Verschelde2016-06-091-2/+0
|\ \ \ \ | | | | | | | | | | EditorAssetLibrary: Don't call add_child() on uninitialized pointer
| * | | | EditorAssetLibrary: Don't call add_child() on uninitialized pointerBłażej Szczygieł2016-06-091-2/+0
| |/ / / | | | | | | | | | | | | | | | | Fixes possible crash and fixes crash when using undefined sanitizer. The "search_hb" is already added into "library_main" container.
* / / / add line spacing option to script and shader editor (#5105)volzhs2016-06-092-0/+4
|/ / /
* | | -Ability to reload (and soft reload) tool scripts. Please test!Juan Linietsky2016-06-082-0/+15
| | |
* | | Assetlib: Update link for renamed repositoryRémi Verschelde2016-06-081-3/+3
| | |
* | | -properly use hidpi icons in hidpi, looks pretty!Juan Linietsky2016-06-081-5/+34
| | |
* | | Fixed some options in assetlibJuan Linietsky2016-06-084-6/+24
| | |
* | | Added asset library on project manager for templatesJuan Linietsky2016-06-085-100/+141
| | |
* | | Merge pull request #5007 from bojidar-bg/asset-storeJuan Linietsky2016-06-083-218/+422
|\ \ \ | | | | | | | | Update asset library editor plugin, adding a bit new functionality and fixes
| * | | Update asset library editor plugin - new functionality and fixesBojidar Marinov2016-06-073-218/+422
| | | |
* | | | Merge pull request #5088 from Paulb23/breakpoint_marker_scalingJuan Linietsky2016-06-081-1/+0
|\ \ \ \ | | | | | | | | | | Improved breakpoint marker position, and scales with font size
| * | | | Improved breakpoint marker position, and scales with font sizePaulb232016-06-071-1/+0
| |/ / /
* | | | Merge pull request #5089 from Hinsbart/resdock_copy_pathJuan Linietsky2016-06-082-1/+9
|\ \ \ \ | | | | | | | | | | Add a "copy path" item to the filesystem dock context menu.
| * | | | Add a "copy path" item to the filesystem dock context menu.Andreas Haas2016-06-062-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | Copies the path (in "res://" format) of the selected resource to the clipboard. Useful for preloads/extends etc.
* | | | | Merge pull request #5093 from DimOkGamer/more_translatable_stringsJuan Linietsky2016-06-083-4/+4
|\ \ \ \ \ | | | | | | | | | | | | Fixed localization in file dialogs
| * | | | | Fixed localization in file dialogsDimOkGamer2016-06-073-4/+4
| | |/ / / | |/| | | | | | | | | | | | | | | | | | and two more lines. 2 fixes in ru.po.
* | | | | Merge pull request #5094 from pkowal1982/masterJuan Linietsky2016-06-081-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Improved Blender/Collada shadeless->unshaded import