Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-28 | Fix for p_width - 1=-1 out of size | Marcin 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-28 | Merge pull request #21496 from tko/macos-complete | Rémi Verschelde | |
[macOS] change "Complete Symbol" shortcut to not conflict with Spotlight | |||
2018-08-28 | Merge pull request #21495 from tko/macos-replace | Rémi Verschelde | |
[macOS] fix conflicting keybindings for (Find and) Replace... | |||
2018-08-27 | In 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 Spotlight | Tommi 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-27 | Removed fallback system and merged bptc into s3tc | Juan Linietsky | |
2018-08-27 | Merge pull request #21456 from MarianoGnu/tileset_editor | Rémi Verschelde | |
TileSet editor Fixes | |||
2018-08-27 | Revert "Try closing gracefully before terminating process" | Rémi Verschelde | |
2018-08-27 | Typo in text string | Omicron | |
reported by Yuri Chornoivan on weblate | |||
2018-08-27 | Merge pull request #21381 from YeldhamDev/members_help_overview_fix | Rémi Verschelde | |
Fix Members/Help Overview getting their items deselected when a tooltip appears | |||
2018-08-27 | Merge pull request #21432 from JFonS/fix_material_convert | Rémi Verschelde | |
Fix "Convert To ShaderMaterial" option not working, closes #20891 | |||
2018-08-27 | Merge pull request #21466 from elasota/fix-layered-texture-import | Rémi Verschelde | |
Fix crash when importing layered textures | |||
2018-08-26 | Fix Members/Help Overview getting their items deselected when a tooltip appears | Michael Alexsander Silva Dias | |
2018-08-26 | Fix crash when importing layered textures | elasota | |
2018-08-26 | TileSet editor Fixes | Mariano 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-26 | Fix "Convert To ShaderMaterial" option not working, closes #20891 | JFonS | |
2018-08-26 | Fixed physics bone crash: #20397 | Andrea Catania | |
2018-08-25 | Texture Region: Cache auto-slice information into the texture. Fixes #11503 | Mariano Suligoy | |
2018-08-24 | Style: Fix previous commits from @reduz | Rémi Verschelde | |
2018-08-24 | Merge pull request #21110 from natrim/particles2d_editor | Rémi Verschelde | |
Particles2D: fix editing Visibility Rect from new inspector | |||
2018-08-24 | Merge pull request #21272 from paulloz/tilemap-tools-enhancements | Rémi Verschelde | |
tilemap_editor: change move and duplicate tools | |||
2018-08-24 | Merge pull request #21356 from akien-mga/drop-shadergraph | Rémi Verschelde | |
Drop old ShaderGraph code, obsoleted by VisualShader | |||
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde | |
2018-08-24 | Merge pull request #21351 from akien-mga/print_verbose | Rémi Verschelde | |
Add print_verbose to print to stdout only in verbose mode | |||
2018-08-24 | Merge pull request #21359 from dragmz/fix-plot-clear-when-stopped | Rémi Verschelde | |
Fix clear button not clearing plot when stopped | |||
2018-08-24 | some checks for node removed, may fix #20863 | Juan Linietsky | |
2018-08-24 | Fix clear button not clearing plot when stopped | Marcin Zawiejski | |
Fixes the profiler Clear button that did not clear the profiler plot if the profiler was stopped. | |||
2018-08-24 | tilemap_editor: change move and duplicate tools | Paul Joannon | |
* Move now behaves like a Cut * Duplicate now behaves like a Copy * You can continue Pasting after Cut or Copy | |||
2018-08-24 | Drop old ShaderGraph code, obsoleted by VisualShader | Rémi Verschelde | |
2018-08-24 | Add print_verbose to print to stdout only in verbose mode | Rémi Verschelde | |
Equivalent of the cumbersome: if (OS::get_singleton()->is_stdout_verbose()) print_line(msg); | |||
2018-08-23 | -Fix blend tree rename, closes #20210 | Juan Linietsky | |
-Fixed activity lines in blend tree | |||
2018-08-23 | Merge pull request #21316 from AlexHolly/fix-update-2d-view-scene-tree-selection | Rémi Verschelde | |
Fix update 2D view on selections in scene tree | |||
2018-08-23 | Change how path properties are presented, so they can be edited. Fixes #20709 | Juan Linietsky | |
2018-08-23 | i18n: Fix extract.py after #17440 | Rémi Verschelde | |
As discussed in https://github.com/godotengine/godot/pull/17440#discussion_r212277597 | |||
2018-08-23 | i18n: Merge translation catalogs with updated template | Rémi Verschelde | |
2018-08-23 | i18n: Sync translation template with current source | Rémi Verschelde | |
Finally unlocking translations for the master/3.1 branch on Weblate to prepare for the stable release. | |||
2018-08-23 | Fix update 2D view on selections in scene tree | Alexander Holland | |
2018-08-23 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit f16f9b2b8ae38b76e2a820c060561ebfc71644ab) Also adds initial Georgian and Latvian translations. | |||
2018-08-23 | Remove material errors after opening new project, fixes #21073 | JFonS | |
2018-08-23 | Merge pull request #21254 from YeldhamDev/tile_grid_map_side | Rémi Verschelde | |
Add option to move Tile/GridMap editors to another side | |||
2018-08-23 | Merge pull request #21290 from elasota/texture-import-options | Rémi Verschelde | |
Hide unused options when not using "Video RAM" compression mode | |||
2018-08-22 | Hide "no BPTC if RGB" and "HDR Mode" options when not using "Video RAM" import. | elasota | |
2018-08-22 | Add option to move Tile/GridMap editors to another side | Michael Alexsander Silva Dias | |
2018-08-22 | Merge pull request #21283 from YeldhamDev/gridmap_meshlib_rename | Rémi Verschelde | |
Rename instances of the word "theme" to "mesh_library" in GridMap and MeshLibrary editors | |||
2018-08-22 | Merge pull request #21150 from Calinou/more-window-placement-options | Rémi Verschelde | |
Add more project window placement options | |||
2018-08-22 | Rename instances of the word "theme" to "mesh_library" in GridMap and ↵ | Michael Alexsander Silva Dias | |
MeshLibrary editors | |||
2018-08-22 | Add more project window placement options | Hugo 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-22 | Display tile ID along with name | Mariano Javier Suligoy | |
Fixes #20895. | |||
2018-08-22 | Fix crash when previewing null AudioStream | Poommetee Ketson | |