summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
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
2018-08-21BPTC supportelasota
2018-08-22Merge pull request #21274 from YeldhamDev/meshlib_editor_fixesRémi Verschelde
Fix MeshLibrary editor
2018-08-22Add modulation of tiles from tileset in palette and editor drawLaurent Van Acker
2018-08-21Fix MeshLibrary editorMichael Alexsander Silva Dias
2018-08-21Merge pull request #21252 from vnen/remove-autoload-initRémi Verschelde
Disable scripting and physics early in EditorNode
2018-08-21Merge pull request #21236 from dragmz/windows-graceful-closeRémi Verschelde
Try closing gracefully before terminating process
2018-08-21display some constants as hexJuan Linietsky
2018-08-21Style: Fix issues that went past CIRémi Verschelde
2018-08-21Clipped camera implementation, a camera that avoids going into geometry.Juan Linietsky
2018-08-20Disable scripting and physics early in EditorNodeGeorge Marques
This avoids issues with scripts being instanced before this is set, like autoloads.
2018-08-21Merge pull request #21241 from dragmz/reset-debugger-reasonRémi Verschelde
Reset reason text when no longer connected
2018-08-21Merge pull request #21220 from Noshyaar/import-crashRémi Verschelde
Fix crash while importing corrupt wav
2018-08-21Merge pull request #21228 from Noshyaar/docs-bindRémi Verschelde
Fix arg name in docs, some copy-paste errors
2018-08-21Merge pull request #21234 from guilhermefelipecgs/fix_inspector_capitalizeRémi Verschelde
[EditorInspector] Fix ImportDock and ProjectExport capitalize
2018-08-20Try closing gracefully before terminating processMarcin Zawiejski
Use a Microsoft recommended way of process termination for the project process run from the editor. This allows loaded DLLs to receive and handle DLL_PROCESS_DETACH notification and cleanup any global state before the process actually exits.
2018-08-20[EditorInspector] Fix ImportDock and ProjectExport capitalizeGuilherme Felipe
2018-08-21Fix crash while importing corrupted wavPoommetee Ketson
Line 199 does division with 'bits per sample' but the check for 0 is missing.
2018-08-21Fix arg name in docs, some copy-paste errorsPoommetee Ketson
2018-08-20Reset reason text when no longer connectedMarcin Zawiejski
Resets the "Child Process Connected" when the child process is no longer connected.
2018-08-20Fix occasional crash when downloading assets from the Asset LibraryHugo Locurcio
This is caused by GitHub not publishing a Content-Length header in all cases (it only does so if the file was requested recently), which in turn made `String.humanize_size()` try to humanize a size of -1 byte (as returned by HTTPRequest when no Content-Length is contained in the response). This crashed the editor due to a division by zero. This closes #21200.
2018-08-20Merge pull request #18822 from QbieShay/masterJuan Linietsky
Added spring arm node
2018-08-20Massive rewrite to AnimationTree. Many APIs changed in order to:Juan Linietsky
-Reuse resources -Expose properties in AnimationTree
2018-08-20Merge pull request #21148 from akien-mga/placeholder_text_hintRémi Verschelde
Add PROPERTY_HINT_PLACEHOLDER_TEXT for String properties
2018-08-20Remove a stray semicolonHein-Pieter van Braam
This was causing a lot of compiler warnings for no good reason.
2018-08-20Add PROPERTY_HINT_PLACEHOLDER_TEXT for String propertiesRémi Verschelde
Use it to provide a better example for application identifiers on Android, iOS and macOS, where users thought they *had* to use this as a magic token.
2018-08-20Port ImportDock and ProjectExport to new property editor (2nd try)Rémi Verschelde
Thanks to @ibrahn for helping debug the crashes caused in ProjectExportDialog by the stray `update_tree()` call, no longer needed in the new inspector.
2018-08-20Merge pull request #21195 from AlexHolly/search-help-selection-colorRémi Verschelde
changed search help selection color
2018-08-20Merge pull request #21166 from Zylann/find_in_files_improvementRémi Verschelde
Find in Files improvements
2018-08-19changed search help selection colorAlexander Holland
2018-08-19Find in Files improvementsMarc Gilleron
- Search results are now grouped by file using a Tree control - You can opt out occurences when using replace mode - Double-check search results in case files have been tampered with, so occurrences don't get badly replaced - Fixed replace bug when an occurrence is found twice in one line
2018-08-19Merge pull request #21154 from Chaosus/grid_2d_colorRémi Verschelde
Added setting to change color of 2d editor grid