summaryrefslogtreecommitdiff
path: root/tools/editor
AgeCommit message (Collapse)Author
2016-06-13Changed reload logic to auto-hard-reload scripts on save. It's simpler to ↵Juan Linietsky
use and also fixes #4756
2016-06-13-Add visible IO errors when closing a file fails due to it being locked ↵Juan Linietsky
(most likely on windows), closes #4760
2016-06-12resolve numerical error when comparing instancing an inheritance to avoid ↵Juan Linietsky
saving changed properties when they didn't, closes 4759
2016-06-12fixed tile map editor plugin, all previews are now the same size, closes #4983Juan Linietsky
2016-06-12Changed how min/max icon size in ItemList works and replaced it by a fixed ↵Juan Linietsky
size. Fixes many issues, closes #4907
2016-06-12project history was not being saved after a recent fix, this should fix itJuan Linietsky
2016-06-12rewrote LineEdit window repositioning code so it does not eat the last ↵Juan Linietsky
character, closes #4992
2016-06-11Ability to discard instancing from menu, closes #4903Juan Linietsky
2016-06-11apply built-in scripts when running the game, closes #4987Juan Linietsky
2016-06-11remove (for now) the next/prev instance buttons in debugger, closes #4993Juan Linietsky
2016-06-11Fix the warning message from not using the editor theme, closes #5002Juan Linietsky
2016-06-11make sure editor forgets removed settings, closes #5010Juan Linietsky
2016-06-11Prevent crash in specific situation of removing a plugin, fixes #5019Juan Linietsky
2016-06-11Rewrote ConnectionsDialog to use containers, should work fine on HiDPI, ↵Juan Linietsky
closes #5608
2016-06-09Better way to disable asset libraryJuan Linietsky
2016-06-09If a resource is delete from fs dialog, but the resource is currently loaded,Juan Linietsky
clear the path of the resource. Fixes #5110
2016-06-09Disable asset library compilation if no openssl existsJuan Linietsky
2016-06-09Merge pull request #5124 from Paulb23/editor_help_focus_issuesRémi Verschelde
Fixed editor help focus issues and input propagation
2016-06-09Merge pull request #5123 from zaps166/fix-editorassetlibrary-crashRémi Verschelde
EditorAssetLibrary: Don't call add_child() on uninitialized pointer
2016-06-09add line spacing option to script and shader editor (#5105)volzhs
2016-06-09Fixed editor help focus issues and input propagationPaulb23
2016-06-09EditorAssetLibrary: Don't call add_child() on uninitialized pointerBłażej Szczygieł
Fixes possible crash and fixes crash when using undefined sanitizer. The "search_hb" is already added into "library_main" container.
2016-06-08-Ability to reload (and soft reload) tool scripts. Please test!Juan Linietsky
2016-06-08Assetlib: Update link for renamed repositoryRémi Verschelde
2016-06-08-properly use hidpi icons in hidpi, looks pretty!Juan Linietsky
2016-06-08Fixed some options in assetlibJuan Linietsky
2016-06-08Added asset library on project manager for templatesJuan Linietsky
2016-06-08Merge pull request #5007 from bojidar-bg/asset-storeJuan Linietsky
Update asset library editor plugin, adding a bit new functionality and fixes
2016-06-08Merge pull request #5088 from Paulb23/breakpoint_marker_scalingJuan Linietsky
Improved breakpoint marker position, and scales with font size
2016-06-08Merge pull request #5089 from Hinsbart/resdock_copy_pathJuan Linietsky
Add a "copy path" item to the filesystem dock context menu.
2016-06-08Merge pull request #5093 from DimOkGamer/more_translatable_stringsJuan Linietsky
Fixed localization in file dialogs
2016-06-08Merge pull request #5094 from pkowal1982/masterJuan Linietsky
Improved Blender/Collada shadeless->unshaded import
2016-06-08Regenerated icons with the new faster exporter, Added and fixed some iconsDaniel J. Ramirez
2016-06-07-Heavily improved editor startup and exit performanceJuan Linietsky
2016-06-07Revert "Fix ui layout for EditorFontImportDialog"Juan Linietsky
2016-06-07Merge pull request #5082 from Geequlim/EditorFontImportDialog-layoutRémi Verschelde
Fix ui layout for EditorFontImportDialog
2016-06-07Improved Blender/Collada shadeless->unshaded importPawel Kowal
2016-06-07Fixed localization in file dialogsDimOkGamer
and two more lines. 2 fixes in ru.po.
2016-06-07Update asset library editor plugin - new functionality and fixesBojidar Marinov
2016-06-07listener iconsDaniel J. Ramirez
2016-06-07Improved breakpoint marker position, and scales with font sizePaulb23
2016-06-07Merge pull request #5057 from pkowal1982/masterRémi Verschelde
Improved Blender/Collada -colonly import creating collision shapes fo…
2016-06-07Fix ui layout for EditorFontImportDialogGeequlim
2016-06-06Merge pull request #4101 from SaracenOne/listenerJuan Linietsky
Added New Listener Spatial Node.
2016-06-06Merge pull request #4824 from 29jm/pr-3481Juan Linietsky
Ability to rename autoloads
2016-06-06Merge pull request #5026 from Geequlim/patch9frame-extensionJuan Linietsky
Enhanced Patch9Frame
2016-06-06Merge pull request #5056 from SaracenOne/bitmask_import_pluginJuan Linietsky
Bitmask import plugin
2016-06-06Fixed some icons given the feedback, also added some missing iconsDaniel J. Ramirez
2016-06-06Fixed bottom left and right icon order for anchor editor.Saracen
2016-06-06Add a "copy path" item to the filesystem dock context menu.Andreas Haas
Copies the path (in "res://" format) of the selected resource to the clipboard. Useful for preloads/extends etc.