summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2019-06-13Merge pull request #29129 from kis3lori/remove-save-theme-for-defaultRémi Verschelde
Created a fallback from the "Save Theme" button to "Save Theme As" when a default theme is in use.
2019-06-13Created a fallback from the "Save Theme" button to "Save Theme As" when a ↵Kis Levente Lorand
default theme is in use.
2019-06-12Merge pull request #22863 from Paulb23/reload_shader_external_change_issue_19852Rémi Verschelde
Reload text shaders when externally edited, issue 19852
2019-06-12Merge pull request #29599 from Calinou/assetlib-project-icon-loadingRémi Verschelde
Display a "loading" placeholder while icons are loading in the assetlib
2019-06-12Merge pull request #29664 from akien-mga/external-editor-default-flagsRémi Verschelde
Always pass script path to external editor
2019-06-12Merge pull request #29703 from YeldhamDev/method_signal_warning_baseRémi Verschelde
Check base scripts for signal receiving methods before warning about them missing
2019-06-12Merge pull request #29710 from Calinou/assetlib-remove-unimplementedRémi Verschelde
Remove some references to unimplemented features in the assetlib
2019-06-12Merge pull request #29517 from KoBeWi/pan_shopRémi Verschelde
Allow to change 2D pan hotkey
2019-06-12Merge pull request #29474 from YeldhamDev/pick_subtile_fixRémi Verschelde
Fix subtile picking in TileMap editor
2019-06-12Merge pull request #29306 from qarmin/small_code_fixesRémi Verschelde
Small fixes to unrechable code, possibly overflows, using NULL pointers
2019-06-12Remove some references to unimplemented features in the assetlibHugo Locurcio
This removes rating icons and the associated sorting option as this feature wasn't implemented (and is unlikely to be in the near future). This also renames "Cost" to "License", as the "cost" field refers to SPDX license names on the Godot Asset Library.
2019-06-12Merge pull request #29659 from YeldhamDev/script_connections_node_deletedRémi Verschelde
Fix connection info still appearing on scripts if the node source is deleted
2019-06-11Check base scripts for signal receiving methods before warning about them ↵Michael Alexsander Silva Dias
missing
2019-06-12Add spacing between the icon and details in the assetlib listHugo Locurcio
This also scales margin and separation values on hiDPI displays.
2019-06-11Merge pull request #29678 from akien-mga/err-macros-semicolonRémi Verschelde
Fix error macro calls not ending with semicolon
2019-06-11Merge pull request #29262 from DarknessCatt/issue-27476Rémi Verschelde
Automatically add new line to scripts
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
It's not necessary, but the vast majority of calls of error macros do have an ending semicolon, so it's best to be consistent. Most WARN_DEPRECATED calls did *not* have a semicolon, but there's no reason for them to be treated differently.
2019-06-11Merge pull request #29519 from Ranoller/masterRémi Verschelde
Make tilemap texture origin point top-left.
2019-06-11Always pass script path to external editorRémi Verschelde
Previously you had to set the Exec Flags manually, reading the documentation to find out what placeholders to use. As most editors should support having the file path passed as the last argument, we default to doing this if no custom {file} flag is defined. We also default the Exec Flags to "{file}" and the placeholder text gives some documentation. Fixes #29662.
2019-06-10Fix connection info still appearing on scripts if the node source is deletedMichael Alexsander Silva Dias
2019-06-10Merge pull request #29497 from qarmin/fix_memory_leak_in_filesRémi Verschelde
Fix memory leak after closing files
2019-06-08Display a "loading" placeholder while icons are loading in the assetlibHugo Locurcio
2019-06-05Make tilemap texture origin point top-left.Ranoller
Fix https://github.com/godotengine/godot/issues/29487. In this commit: https://github.com/godotengine/godot/pull/28896 bad offset of textures and shapes was fixed, but a center of texture was added too, and this seems not dessired by default because breaks too much compatibility with demos and user projects. A future Check box for center texture can be added
2019-06-05Allow to change 2D pan hotkeyTomasz Chabora
2019-06-05Fix memory leak after closing filesqarmin
2019-06-04Merge pull request #29452 from YeldhamDev/remember_selected_subtileRémi Verschelde
Remember selected subtile when updating the TileMap editor
2019-06-04Merge pull request #29460 from YeldhamDev/tilemapeditor_atlas_copy_fixRémi Verschelde
Fix TileMap editor not correctly copying atlas tiles
2019-06-04Fix subtile picking in TileMap editorMichael Alexsander Silva Dias
Fixes #29445.
2019-06-04Fix error spam when typing in the TileMap editor's search box while having ↵Michael Alexsander Silva Dias
no results
2019-06-04Fix TileMap editor not correctly copying atlas tilesMichael Alexsander Silva Dias
Fixes #29307.
2019-06-03Remember selected subtile when updating the TileMap editorMichael Alexsander Silva Dias
Fixes #29444.
2019-06-03Small fixes to unrechable code, possibly overflows, using NULL pointersqarmin
2019-06-03Merge pull request #28099 from lupoDharkael/fix-completionRémi Verschelde
Fix code completion not working with class_name
2019-06-03Merge pull request #25522 from aqnuep/MeshLibrary_improvementsRémi Verschelde
MeshLibrary export improvements
2019-06-02Fix pausing in audio player editor acting the same as stoppingMichael Alexsander Silva Dias
2019-06-01Reload text shaders when externaly edited, issue 19852Paulb23
2019-06-01Merge pull request #29360 from Calinou/improve-curve-editor-renderingRémi Verschelde
Improve the curve editor rendering
2019-06-01Merge pull request #24560 from guilhermefelipecgs/fix_24549Rémi Verschelde
Add EDITMODE_PRIORITY for ATLAS_TILE
2019-06-01Merge pull request #24708 from uzimonkey/sub-resource-names-in-script-editorRémi Verschelde
Add sub-resource name when available to script editor
2019-06-01Merge pull request #28695 from Ranoller/patch-2Rémi Verschelde
FIX Script editor doesn´t send unsaved script #28693
2019-06-01Improve the curve editor renderingHugo Locurcio
- Fix grid rendering when using a light theme - Enable anti-aliasing for the main curve line (only applies when using the GLES3 renderer) - Swap the main line and edge line colors for better visibility - Scale some line widths on hiDPI displays (not all of them could be scaled due to rendering bugs)
2019-05-31Merge pull request #29318 from bojidar-bg/29313-control-constant-updateRémi Verschelde
Fix constant redrawing of the editor when selecting a Control in a Container
2019-05-31Merge pull request #29329 from volzhs/fix-animation-playerRémi Verschelde
Fix animation player
2019-05-31Add sub-resource name when available to script editorUziMonkey
2019-05-30Allow undo conversion to CPUParticlesTomasz Chabora
2019-05-31Revert "Fix AnimationPlayer editor length and step synchronization"volzhs
This reverts commit ca80ebe9f6319f3caf008bd3f49fc11bae13423c.
2019-05-30Fix constant redrawing of the editor when selecting a Control in a ContainerBojidar Marinov
Fixes #29313
2019-05-30added ability to undo conversion of Particles2D to CPUParticles2Dhbina085
2019-05-29Automatically add new line to scriptsMatheus Lima Cunha
2019-05-29Fix incorrect scroll when the user perform first action on visual shaderChaosus