Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-27 | Merge pull request #26352 from bojidar-bg/21633-progress-stylebox | Rémi Verschelde | |
Fix minimum size of ProgressBar-s | |||
2019-02-27 | Make sure restoring opened scenes happens after scanning is done. | Juan Linietsky | |
2019-02-27 | Fix minimum size of ProgressBar-s | Bojidar Marinov | |
Was a leftover from 0a1c1c660fc6aa0689816e85f2b6791c225c6d63. Fixes #21633. | |||
2019-02-27 | Fixed issue where descriptor is left hanging, which causes file locked on ↵ | Juan Linietsky | |
Windows, closes #26342 | |||
2019-02-27 | Merge pull request #26330 from ↵ | Rémi Verschelde | |
AlmostBearded/tileseteditor_multiplecollisionshapes Allow Creation of Multiple Collision Shapes for Tiles | |||
2019-02-26 | If resources on disk have subresources and they are edited, also save the ↵ | Juan Linietsky | |
resource on ctrl-s | |||
2019-02-27 | Don't crash on previewing an AtlasTexture without a region | Hein-Pieter van Braam | |
2019-02-27 | Merge pull request #26304 from bojidar-bg/26066-fix-exported-poolarray | Rémi Verschelde | |
Fix GDScript exports having the wrong type of default value by converting it | |||
2019-02-26 | Allow Creation of Multiple Collision Shapes for Tiles #24003 | Peter Oberrauner | |
2019-02-26 | Clarify that ETC is required for GLES2. | Juan Linietsky | |
2019-02-26 | -Properly handle missing ETC support on export | Juan Linietsky | |
-Added ability for resource importers to save metadata -Added ability for resource importers to validate depending on project settings | |||
2019-02-26 | Resize native run button according to editor scale. | Jairo Honorio | |
2019-02-26 | -Remove harcoded opengl extension testing from OS, ask rasterizer instead. | Juan Linietsky | |
-Fixed a bug where etc textures were imported broken | |||
2019-02-26 | Fix GDScript exports having the wrong type of default value by converting it | Bojidar Marinov | |
Also, initialize elements of PoolArrays when resizing them in the editor. Fixes #26066. | |||
2019-02-26 | Merge pull request #26290 from groud/move_setting_to_layout | Rémi Verschelde | |
Move the FileSystem dock layout properties to the per-project layout file | |||
2019-02-25 | Move the FileSystem dock layout properties to the per-project layout file | Gilles Roudiere | |
2019-02-25 | Merge pull request #26283 from neikeq/issue-25330 | Rémi Verschelde | |
Make export templates extraction handle subdirectories | |||
2019-02-25 | Make export templates extraction handle subdirectories | Ignacio Etcheverry | |
Fixes #25330 | |||
2019-02-25 | Fix editor crash after disabling plugin that used forward_spatial_gui_input | Eric Rybicki | |
Fixes #26124. | |||
2019-02-25 | doc: Sync classref with current source | Rémi Verschelde | |
2019-02-24 | Many separate fixes to ensure non power of 2 textures work on GLES2, closes ↵ | Juan Linietsky | |
#25897 and many others | |||
2019-02-24 | Merge pull request #26214 from neikeq/defval-pls | Ignacio Etcheverry | |
Fix default value of EditorSpatialGizmo.add_mesh method bind | |||
2019-02-23 | Clear canvas item after rendering font, fixes #23774 | Juan Linietsky | |
2019-02-24 | Fix default value of EditorSpatialGizmo.add_mesh method bind | Ignacio Etcheverry | |
2019-02-23 | Remove copy and use instance material override in gizmos, fixes #23783 | Juan Linietsky | |
2019-02-23 | -Treat scalar conversions when calling functions as error, closes #24261 | Juan Linietsky | |
-Make shader editor display errors if exist when just opening it -Make ShaderMaterial not lose parameters if opened in error. | |||
2019-02-23 | TileSetEditor: Show Edition Context by demand | Mariano Suligoy | |
2019-02-22 | Added a workaround to avoid crashes due to how TileSet editor works, fixes ↵ | Juan Linietsky | |
#23672 Also fixed a few uninitialized memory variables. | |||
2019-02-22 | Merge pull request #26150 from akien-mga/export-error-message | Rémi Verschelde | |
Improve error message on project export failure | |||
2019-02-22 | Improve error message on project export failure | Rémi Verschelde | |
It's still not enough and we need better validation/error checking, but it should help with people assume corrupted templates when it's their config which is invalid. | |||
2019-02-22 | Merge pull request #26133 from YeldhamDev/ttr_undoredo_actions | Rémi Verschelde | |
Make translatable some undo/redo operations in the editor | |||
2019-02-21 | Implement a cleaner (and better) way to save imagedata from ImageTexture, ↵ | Juan Linietsky | |
fixes #18801 | |||
2019-02-21 | Fix audio previews, closes #25979 | Juan Linietsky | |
2019-02-21 | Make translatable some undo/redo operations in the editor | Michael Alexsander Silva Dias | |
2019-02-21 | Fix EditorPropertyInteger and EditorPropertyEnum support for 64-bit int | Rémi Verschelde | |
Fixes #26116 and fixes #22004, thanks @kiidmale. | |||
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin | |
Fixes #25316. | |||
2019-02-20 | Merge pull request #26061 from qarmin/fix_res_error | Rémi Verschelde | |
Fix res:// error when dragging file from outside of editor | |||
2019-02-20 | Merge pull request #26092 from YeldhamDev/top_bar_spacing | Rémi Verschelde | |
Add small spacing between top bars in main editor and project manager | |||
2019-02-20 | Add small spacing between top bars in main editor and project manager | Michael Alexsander Silva Dias | |
2019-02-20 | Fix navigation editor color materials not having unique names | Michael Alexsander Silva Dias | |
2019-02-20 | Merge pull request #26085 from mrcdk/tileset_shape_rectangle | Rémi Verschelde | |
Added a create rectangle button to the tileset editor. | |||
2019-02-20 | Added a create rectangle button to the tileset editor. | MrCdK | |
It makes easier to create collision shapes covering the full tile. | |||
2019-02-20 | Add tooltip for in-editor FPS display in 3D viewport | Rémi Verschelde | |
Also enhance Control/Label documentation about tooltips and mouse filter, as it took me a while to understand why Labels didn't show tooltips. Closes #26082. | |||
2019-02-20 | Fix error when deleting default environment | qarmin | |
2019-02-19 | Fix res:// error when dragging file to other file | qarmin | |
2019-02-19 | Merge pull request #26033 from karliss/project-import | Rémi Verschelde | |
Fix project opening while filter is applied. | |||
2019-02-19 | Fix project opening while filter is applied. | Kārlis Seņko | |
Fixes #25268 | |||
2019-02-18 | Merge pull request #25962 from willnationsdev/fix-missing-addon | Rémi Verschelde | |
Auto-cleanup missing addons | |||
2019-02-18 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-02-18 | i18n: Sync translations with Weblate | Rémi Verschelde | |