summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2018-08-28Fix for p_width - 1=-1 out of sizeMarcin Zawiejski
Fixes a zero-size image creation by moving the profiler plot update call to the Clear button handler so it is not called during initialization.
2018-08-28Merge pull request #21496 from tko/macos-completeRémi Verschelde
[macOS] change "Complete Symbol" shortcut to not conflict with Spotlight
2018-08-28Merge pull request #21495 from tko/macos-replaceRémi Verschelde
[macOS] fix conflicting keybindings for (Find and) Replace...
2018-08-27In the GLTF importer normalize Quaternions after every operation and when ↵K. S. Ernest (iFire) Lee
reading from the format.
2018-08-27[macOS] change "Complete Symbol" shortcut to not conflict with SpotlightTommi Komulainen
The default shortcut for Spotlight search is Command+Space so try not to use it. Instead use Ctrl+Space similar to Xcode.
2018-08-27[macOS] fix conflicting keybindings for (Find and) Replace...Tommi Komulainen
``` Play Scene Command+R (no change) Replace... Command+R => Option+Command+F Find Function... Option+Command+F => Ctrl+Command+J ``` On macOS Option+Command+F is commonly used for Find and Replace so use it instead to avoid conflicting with "Play Scene" And as Option+Command+F is currently used by "Find Function..." rebind the latter to Control+Command+J which is the Xcode shortcut for "Jump to Definition" Fixes #19817
2018-08-27Removed fallback system and merged bptc into s3tcJuan Linietsky
2018-08-27Merge pull request #21456 from MarianoGnu/tileset_editorRémi Verschelde
TileSet editor Fixes
2018-08-27Revert "Try closing gracefully before terminating process"Rémi Verschelde
2018-08-27Typo in text stringOmicron
reported by Yuri Chornoivan on weblate
2018-08-27Merge pull request #21381 from YeldhamDev/members_help_overview_fixRémi Verschelde
Fix Members/Help Overview getting their items deselected when a tooltip appears
2018-08-27Merge pull request #21432 from JFonS/fix_material_convertRémi Verschelde
Fix "Convert To ShaderMaterial" option not working, closes #20891
2018-08-27Merge pull request #21466 from elasota/fix-layered-texture-importRémi Verschelde
Fix crash when importing layered textures
2018-08-26Fix Members/Help Overview getting their items deselected when a tooltip appearsMichael Alexsander Silva Dias
2018-08-26Fix crash when importing layered textureselasota
2018-08-26TileSet editor FixesMariano Javier Suligoy
Properly draw navigation and oclusion polygons for SINGLE type tiles. Fixes #21398 Add some checks for TileID validation before accessing to it's properties. Fixes #21397 Fix 'Keep inside region' snap option for tiles with SINGLE_TILE mode. Fixes #21402 Restore hability to asign/unasign an script to a tileset. Fixes #20886
2018-08-26Fix "Convert To ShaderMaterial" option not working, closes #20891JFonS
2018-08-26Fixed physics bone crash: #20397Andrea Catania
2018-08-25Texture Region: Cache auto-slice information into the texture. Fixes #11503Mariano Suligoy
2018-08-24Style: Fix previous commits from @reduzRémi Verschelde
2018-08-24Merge pull request #21110 from natrim/particles2d_editorRémi Verschelde
Particles2D: fix editing Visibility Rect from new inspector
2018-08-24Merge pull request #21272 from paulloz/tilemap-tools-enhancementsRémi Verschelde
tilemap_editor: change move and duplicate tools
2018-08-24Merge pull request #21356 from akien-mga/drop-shadergraphRémi Verschelde
Drop old ShaderGraph code, obsoleted by VisualShader
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-08-24Merge pull request #21351 from akien-mga/print_verboseRémi Verschelde
Add print_verbose to print to stdout only in verbose mode
2018-08-24Merge pull request #21359 from dragmz/fix-plot-clear-when-stoppedRémi Verschelde
Fix clear button not clearing plot when stopped
2018-08-24some checks for node removed, may fix #20863Juan Linietsky
2018-08-24Fix clear button not clearing plot when stoppedMarcin Zawiejski
Fixes the profiler Clear button that did not clear the profiler plot if the profiler was stopped.
2018-08-24tilemap_editor: change move and duplicate toolsPaul Joannon
* Move now behaves like a Cut * Duplicate now behaves like a Copy * You can continue Pasting after Cut or Copy
2018-08-24Drop old ShaderGraph code, obsoleted by VisualShaderRémi Verschelde
2018-08-24Add print_verbose to print to stdout only in verbose modeRémi Verschelde
Equivalent of the cumbersome: if (OS::get_singleton()->is_stdout_verbose()) print_line(msg);
2018-08-23-Fix blend tree rename, closes #20210Juan Linietsky
-Fixed activity lines in blend tree
2018-08-23Merge pull request #21316 from AlexHolly/fix-update-2d-view-scene-tree-selectionRémi Verschelde
Fix update 2D view on selections in scene tree
2018-08-23Change how path properties are presented, so they can be edited. Fixes #20709Juan Linietsky
2018-08-23i18n: Fix extract.py after #17440Rémi Verschelde
As discussed in https://github.com/godotengine/godot/pull/17440#discussion_r212277597
2018-08-23i18n: Merge translation catalogs with updated templateRémi Verschelde
2018-08-23i18n: Sync translation template with current sourceRémi Verschelde
Finally unlocking translations for the master/3.1 branch on Weblate to prepare for the stable release.
2018-08-23Fix update 2D view on selections in scene treeAlexander Holland
2018-08-23i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit f16f9b2b8ae38b76e2a820c060561ebfc71644ab) Also adds initial Georgian and Latvian translations.
2018-08-23Remove material errors after opening new project, fixes #21073JFonS
2018-08-23Merge pull request #21254 from YeldhamDev/tile_grid_map_sideRémi Verschelde
Add option to move Tile/GridMap editors to another side
2018-08-23Merge pull request #21290 from elasota/texture-import-optionsRémi Verschelde
Hide unused options when not using "Video RAM" compression mode
2018-08-22Hide "no BPTC if RGB" and "HDR Mode" options when not using "Video RAM" import.elasota
2018-08-22Add option to move Tile/GridMap editors to another sideMichael Alexsander Silva Dias
2018-08-22Merge pull request #21283 from YeldhamDev/gridmap_meshlib_renameRémi Verschelde
Rename instances of the word "theme" to "mesh_library" in GridMap and MeshLibrary editors
2018-08-22Merge pull request #21150 from Calinou/more-window-placement-optionsRémi Verschelde
Add more project window placement options
2018-08-22Rename instances of the word "theme" to "mesh_library" in GridMap and ↵Michael Alexsander Silva Dias
MeshLibrary editors
2018-08-22Add more project window placement optionsHugo Locurcio
It is now possible to use the previous or next monitor (relative to the editor) to display running projects. If either end is reached, it will wrap around to the last or first monitor (respectively). This closes #20283.
2018-08-22Display tile ID along with nameMariano Javier Suligoy
Fixes #20895.
2018-08-22Fix crash when previewing null AudioStreamPoommetee Ketson