aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #17420 from marcelofg55/fscache_err_checksRémi Verschelde2018-03-142-11/+16
|\ | | | | Added error checks for fscache saving
| * Added error checks for fscache savingMarcelo Fernandez2018-03-132-11/+16
| |
* | Merge pull request #16971 from Noshyaar/tilemapRémi Verschelde2018-03-132-0/+12
|\ \ | | | | | | TileMap: add fix_invalid_tiles
| * | TileMap: add fix_invalid_tilesPoommetee Ketson2018-02-242-0/+12
| | |
* | | Merge pull request #16978 from Noshyaar/tmscRémi Verschelde2018-03-131-2/+9
|\ \ \ | | | | | | | | Add icon to TileMapEditor popupmenu
| * | | Add icon to TileMapEditor popupmenuPoommetee Ketson2018-02-241-2/+9
| |/ /
* | | Merge pull request #17013 from Noshyaar/themeRémi Verschelde2018-03-1316-41/+117
|\ \ \ | | | | | | | | Update icons when theme changed
| * | | Update icons when theme changedPoommetee Ketson2018-02-2516-41/+117
| | | |
* | | | Merge pull request #17094 from Calinou/add-dynamicfont-hinting-optionsRémi Verschelde2018-03-132-1/+16
|\ \ \ \ | | | | | | | | | | Add an hinting mode setting to DynamicFonts
| * | | | Add an hinting mode setting to DynamicFontsHugo Locurcio2018-02-282-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Editor font hinting can now be tweaked in the Editor Settings. - DynamicFonts used in projects now have tweakable hinting settings in their DynamicFontData child. Changes will be visible upon reloading the scene in the editor.
* | | | | Merge pull request #17104 from Faless/assetlib_more_threadsRémi Verschelde2018-03-131-0/+2
|\ \ \ \ \ | | | | | | | | | | | | More threading in AssetLib
| * | | | | More threading in AssetLibFabio Alessandrelli2018-02-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | AssetLib now uses thread as requested to download previews and items
* | | | | | Merge pull request #17116 from poke1024/fix16734Rémi Verschelde2018-03-133-1/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix round preview getting square on "run scene" (issue 16734)
| * | | | | | Fix round preview getting square on "run scene" (issue 16734)poke10242018-02-283-1/+4
| |/ / / / /
* | | | | | Merge pull request #17138 from simedis/import_md5Rémi Verschelde2018-03-131-12/+51
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make md5's not be in the same file as the import settings
| * | | | | | Moves the md5sum's from the <filename>.import file into .import/<filename>.md5Geoffrey2018-03-011-12/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Saves asset md5sum's in a file that doesn't contain data that needs to be VC'd Now saves the md5s to a different file (.import.md5) Now reads the md5's from a separate file Now uses a file in the .import folder to store md5s
* | | | | | | Merge pull request #17154 from Hinsbart/fix_text_editor_settingsRémi Verschelde2018-03-131-5/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ScriptEditor: Use EditorSettings instead of hardcoded values in constructor.
| * | | | | | | ScriptEditor: Use EditorSettings instead of hardcoded values in constructor.Andreas Haas2018-03-011-5/+5
| |/ / / / / /
* | | | | | | Merge pull request #17166 from Noshyaar/tilemap2Rémi Verschelde2018-03-132-2/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | TileSet&TextureRegion: fix error when getting nonexistent tile
| * | | | | | | TileSet&TextureRegion: fix error when getting nonexistent tilePoommetee Ketson2018-03-022-2/+8
| |/ / / / / /
* | | | | | | Merge pull request #17172 from StateOff/add_show_axis_optionsRémi Verschelde2018-03-132-15/+57
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add "Show Origin" and "Show Viewport" options to 2D Editor Viewport
| * | | | | | | Add "Show Origin" and "Show Viewport" options to 2D Editor ViewportBlazej Floch2018-03-022-15/+57
| |/ / / / / /
* | | | | | | Merge pull request #17176 from Noshyaar/audiobusRémi Verschelde2018-03-131-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | EditorAudioBus: expand effects list
| * | | | | | | EditorAudioBus: expand effects listPoommetee Ketson2018-03-021-0/+2
| |/ / / / / /
* | | | | | | Merge pull request #17184 from Noshyaar/tilemap3xRémi Verschelde2018-03-132-17/+37
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | TileSetEditorPlgn: use EditorHandle icon as handle
| * | | | | | | TileSetEditorPlgn: use EditorHandle icon as handlePoommetee Ketson2018-03-022-17/+37
| |/ / / / / /
* | | | | | | Merge pull request #17311 from marcelofg55/export_err_checksRémi Verschelde2018-03-131-16/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Improved error checking at EditorExportPlatformPC::export_project
| * | | | | | | Improved error checking at EditorExportPlatformPC::export_projectMarcelo Fernandez2018-03-061-16/+13
| | | | | | | |
* | | | | | | | Merge pull request #17379 from poke1024/fix-anim-popupsRémi Verschelde2018-03-131-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | AnimationPlayer: fix popups close on double click
| * | | | | | | | AnimationPlayer: fix popups close on double clickBernhard Liebl2018-03-091-0/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #17380 from robfram/fix-change-node-typeRémi Verschelde2018-03-131-1/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix overwriting all common properties when using `Change Type` tool
| * | | | | | | | | Fix overwriting all common properties when using `Change Type` toolrobfram2018-03-091-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you change the type of an existing node, it checks if you have modified the initial value of their properties before overwriting their values in the new node. For example, if you created a `Label` and changed it to `LineEdit`, the `mouse_filter` property was created as `Ignore` for the original `Label` node, and was maintained after changing it to `LineEdit` causing not to work as expected. Now it checks if `Ignore` is the default value for `Label` nodes, and as it is, the property value is left unchanged, maintaining the default value for `LineEdit`, which is `Stop`. Fix #13955 and alike.
* | | | | | | | | | Merge pull request #17381 from poke1024/fix-anim-scrubRémi Verschelde2018-03-131-0/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | AnimationPlayer: fix scrubbing after play backwards
| * | | | | | | | | | AnimationPlayer: fix scrubbing after play backwardsBernhard Liebl2018-03-091-0/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #17440 from viktor-ferenczi/issue-5042Rémi Verschelde2018-03-133-31/+50
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Properly closing all files in Python build code
| * | | | | | | | | | Properly closing all files in Python codeViktor Ferenczi2018-03-113-31/+50
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #17390 from poke1024/fix-anim-text-overlapRémi Verschelde2018-03-131-0/+13
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixes overlapping text labels in animation editor timeline
| * | | | | | | | | | Fix overlapping timeline text in AnimationEditorBernhard Liebl2018-03-091-0/+13
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #17404 from poke1024/fix-anim-player-panRémi Verschelde2018-03-131-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix wrong pan direction in animation player ui
| * | | | | | | | | | Fix wrong pan direction in animation player uiBernhard Liebl2018-03-101-2/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #17406 from poke1024/fix-anim-key-uiRémi Verschelde2018-03-133-27/+32
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix broken hover/select coloring of keys in animation editor
| * | | | | | | | | | Fix broken hover/select coloring of keys in animation editorBernhard Liebl2018-03-103-27/+32
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #17413 from ShyRed/previewfixRémi Verschelde2018-03-131-0/+3
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Update preview on filesystem change
| * | | | | | | | | | Update preview on filesystem changeShyRed2018-03-101-0/+3
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Check and recreate a file's preview, if it has changes to it in the filesystem.
* | | | | | | | | | Merge pull request #17435 from poke1024/output-error-iconRémi Verschelde2018-03-133-4/+10
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Show error icon at "Output" in case of errors
| * | | | | | | | | | Show error icon at "Output" in case of errorsBernhard Liebl2018-03-113-4/+10
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #17441 from poke1024/fix-autoload-column-widthRémi Verschelde2018-03-131-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix column width on AutoLoad table on hidpi displays
| * | | | | | | | | | Fix column width on AutoLoad table on hidpi displaysBernhard Liebl2018-03-111-2/+2
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #17319 from eska014/polyclipper-toolsonlyRémi Verschelde2018-03-131-0/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Build polygon clipper only in tools builds
| * | | | | | | | | | Build polygon clipper only in tools buildsLeon Krause2018-03-061-0/+1
| | | | | | | | | | |