Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-27 | Reverts the change made to the editor progress dialog in ↵ | MrCdK | |
faaecd6987ba27056b1866bc57e78a7246795c22 It was causing issues on Windows like, for example, when saving with CTRL+S the keys CTRL and S were stuck after saving and pressing only S would save the scene again until CTRL was pressed again. | |||
2019-04-26 | Fix uniform title color in visual shaders(regression) | Chaosus | |
2019-04-25 | Merge pull request #28418 from guilhermefelipecgs/fix_scroll | Rémi Verschelde | |
Fix scroll for texture_region and polygon_2d editor | |||
2019-04-25 | Merge pull request #28417 from guilhermefelipecgs/more_switch_on_hover | Rémi Verschelde | |
Set switch_on_hover to true for the remaining menus | |||
2019-04-25 | Merge pull request #28262 from KoBeWi/gotta_close_them_all | Rémi Verschelde | |
Add Close Others/Right/All for scene tabs | |||
2019-04-25 | Merge pull request #28361 from homer666/animationplayer-fps-mode-fixes | Hein-Pieter van Braam | |
AnimationPlayer FPS mode fixes | |||
2019-04-25 | Add Close Others/Right/All for scene tabs | Tomasz Chabora | |
2019-04-25 | Merge pull request #22301 from YeldhamDev/button_popup_highlight | Rémi Verschelde | |
Enable toggle behaviour for buttons that trigger popups | |||
2019-04-25 | Fix scroll for texture_region and polygon_2d editor | Guilherme Felipe | |
2019-04-25 | Set switch_on_hover to true for the remaining menus | Guilherme Felipe | |
2019-04-25 | i18n: Sync translation template with current source | Rémi Verschelde | |
(cherry picked from commit 23cf9f3b6f8d362cbde1f940d1b97d66b8fff3fd) | |||
2019-04-25 | i18n: Sync translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 348270df3811348ede5d8ac9705e4c410639b8b3) | |||
2019-04-25 | Merge pull request #28357 from ↵ | Rémi Verschelde | |
AnthonyYoManz/issue-28263-save-layout-on-close-scene-with-right-click Save Layout When Scene Is Closed Via Context Menu | |||
2019-04-25 | Merge pull request #28354 from gdupr/gui_improvements_in_asset_editor | Rémi Verschelde | |
GUI improvements in the asset library editor. | |||
2019-04-25 | Merge pull request #28347 from homer666/tilemap-hide-menu | Rémi Verschelde | |
Hide "TileMap" menu properly in CanvasItem view | |||
2019-04-25 | Merge pull request #28340 from guilhermefelipecgs/fix_connection_dialog | Rémi Verschelde | |
Small fixes to connection dialog | |||
2019-04-25 | Merge pull request #28338 from qarmin/disable_project_export_button | Rémi Verschelde | |
Disable Project Export button after deleting preset | |||
2019-04-25 | Merge pull request #28336 from guilhermefelipecgs/fix_play_pos | Rémi Verschelde | |
[StateMachine] Fix play position | |||
2019-04-25 | Merge pull request #28410 from guilhermefelipecgs/fix_typo | Rémi Verschelde | |
[Tilemap] Fix typo | |||
2019-04-25 | Merge pull request #28377 from YeldhamDev/connection_info_script_changes | Rémi Verschelde | |
Make small changes to the new connection info on script feature | |||
2019-04-25 | Merge pull request #28236 from Calinou/android-real-one-click-deploy | Rémi Verschelde | |
Require only one click to deploy to Android if one device is connected | |||
2019-04-25 | Merge pull request #28411 from Chaosus/fix_vs_crash | Yuri Roubinsky | |
Fix crash regression in visual shader | |||
2019-04-25 | Fix crash regression in visual shader | Chaosus | |
2019-04-24 | [Tilemap] Fix typo | Guilherme Felipe | |
2019-04-24 | Merge pull request #28363 from YeldhamDev/themeeditor_namepopup_size_fix | Michael Alexsander Silva Dias | |
Fix "Name" popup's size in theme editor | |||
2019-04-24 | Fixes to make exporting more responsive. | Juan Linietsky | |
-Process and drop input in step functions. -Hide editor file dialog right after pressing ok -Use actual editor file dialogs for project export. | |||
2019-04-24 | Fix connection lines glitch in visual shaders | Chaosus | |
2019-04-24 | Merge pull request #28375 from Chaosus/fix_vs_loopback | Yuri Roubinsky | |
Disallow loopback connection in visual shaders | |||
2019-04-24 | Disallow loopback connection in visual scripts and visual shaders | Chaosus | |
2019-04-24 | Make small changes to the new connection info on script feature | Michael Alexsander Silva Dias | |
2019-04-24 | Removes preview from existing transform nodes in visual shader | Chaosus | |
2019-04-24 | AnimationPlayer FPS mode fixes | homer666 | |
2019-04-23 | Fix "Name" popup's size in theme editor | Michael Alexsander Silva Dias | |
2019-04-23 | Save Layout When Scene Is Closed Via Context Menu | DixiE | |
2019-04-23 | Merge pull request #28351 from Paulb23/fix_state_crash | Rémi Verschelde | |
Fix crash when restoring script editor state | |||
2019-04-23 | Merge pull request #28348 from Chaosus/fix_vs_transform_preview | Rémi Verschelde | |
Removed incorrect "Transform" preview from visual shaders | |||
2019-04-23 | Merge pull request #28345 from Chaosus/fix_vs_vector3 | Rémi Verschelde | |
Enlarge vector constant node in visual shaders | |||
2019-04-23 | Separated description from the preview content and centered the playbutton ↵ | gdupr | |
for video thumbnails in the Asset Library Editor | |||
2019-04-23 | Fix crash when restoring script editor state | Paulb23 | |
2019-04-23 | Added inspector plugin documentation. | Juan Linietsky | |
Fixed plugin bindings. | |||
2019-04-23 | Revert 8d3345a, I thought this was non functioning but it is.. | Juan Linietsky | |
2019-04-23 | Removed incorrect "Transform" preview from visual shaders | Chaosus | |
2019-04-24 | Hide "Tilemap" menu properly in CanvasItem view | homer666 | |
2019-04-23 | Enlarge Vector3 constant node in visual shaders | Chaosus | |
2019-04-23 | Made virtual function begin with _, for consistency. | Juan Linietsky | |
This was not yet used, anyway as no API is bound for this. | |||
2019-04-23 | [StateMachine] Fix play position | Guilherme Felipe | |
Continuation of 771fbd282a3e98aa487878b9b6fac8d891074e65 | |||
2019-04-23 | Small fixes to connection dialog | Guilherme Felipe | |
2019-04-23 | Disable Project Export button after deleting preset | qarmin | |
2019-04-23 | Merge pull request #28292 from homer666/merge-from-scene-stuff | Rémi Verschelde | |
Minor "Merge From Scene" improvements | |||
2019-04-23 | Merge pull request #28321 from jbuck3/checkable-property-fix | Rémi Verschelde | |
Fix drawing of checkable editor properties |