| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #17420 from marcelofg55/fscache_err_checks | Rémi Verschelde | 2018-03-14 | 2 | -11/+16 |
| |\ | | | | | Added error checks for fscache saving | ||||
| | * | Added error checks for fscache saving | Marcelo Fernandez | 2018-03-13 | 2 | -11/+16 |
| | | | |||||
| * | | Merge pull request #16971 from Noshyaar/tilemap | Rémi Verschelde | 2018-03-13 | 2 | -0/+12 |
| |\ \ | | | | | | | TileMap: add fix_invalid_tiles | ||||
| | * | | TileMap: add fix_invalid_tiles | Poommetee Ketson | 2018-02-24 | 2 | -0/+12 |
| | | | | |||||
| * | | | Merge pull request #16978 from Noshyaar/tmsc | Rémi Verschelde | 2018-03-13 | 1 | -2/+9 |
| |\ \ \ | | | | | | | | | Add icon to TileMapEditor popupmenu | ||||
| | * | | | Add icon to TileMapEditor popupmenu | Poommetee Ketson | 2018-02-24 | 1 | -2/+9 |
| | |/ / | |||||
| * | | | Merge pull request #17013 from Noshyaar/theme | Rémi Verschelde | 2018-03-13 | 16 | -41/+117 |
| |\ \ \ | | | | | | | | | Update icons when theme changed | ||||
| | * | | | Update icons when theme changed | Poommetee Ketson | 2018-02-25 | 16 | -41/+117 |
| | | | | | |||||
| * | | | | Merge pull request #17094 from Calinou/add-dynamicfont-hinting-options | Rémi Verschelde | 2018-03-13 | 2 | -1/+16 |
| |\ \ \ \ | | | | | | | | | | | Add an hinting mode setting to DynamicFonts | ||||
| | * | | | | Add an hinting mode setting to DynamicFonts | Hugo Locurcio | 2018-02-28 | 2 | -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_threads | Rémi Verschelde | 2018-03-13 | 1 | -0/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | More threading in AssetLib | ||||
| | * | | | | | More threading in AssetLib | Fabio Alessandrelli | 2018-02-28 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | AssetLib now uses thread as requested to download previews and items | ||||
| * | | | | | | Merge pull request #17116 from poke1024/fix16734 | Rémi Verschelde | 2018-03-13 | 3 | -1/+4 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix round preview getting square on "run scene" (issue 16734) | ||||
| | * | | | | | | Fix round preview getting square on "run scene" (issue 16734) | poke1024 | 2018-02-28 | 3 | -1/+4 |
| | |/ / / / / | |||||
| * | | | | | | Merge pull request #17138 from simedis/import_md5 | Rémi Verschelde | 2018-03-13 | 1 | -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>.md5 | Geoffrey | 2018-03-01 | 1 | -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_settings | Rémi Verschelde | 2018-03-13 | 1 | -5/+5 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | ScriptEditor: Use EditorSettings instead of hardcoded values in constructor. | ||||
| | * | | | | | | | ScriptEditor: Use EditorSettings instead of hardcoded values in constructor. | Andreas Haas | 2018-03-01 | 1 | -5/+5 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge pull request #17166 from Noshyaar/tilemap2 | Rémi Verschelde | 2018-03-13 | 2 | -2/+8 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | TileSet&TextureRegion: fix error when getting nonexistent tile | ||||
| | * | | | | | | | TileSet&TextureRegion: fix error when getting nonexistent tile | Poommetee Ketson | 2018-03-02 | 2 | -2/+8 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge pull request #17172 from StateOff/add_show_axis_options | Rémi Verschelde | 2018-03-13 | 2 | -15/+57 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Add "Show Origin" and "Show Viewport" options to 2D Editor Viewport | ||||
| | * | | | | | | | Add "Show Origin" and "Show Viewport" options to 2D Editor Viewport | Blazej Floch | 2018-03-02 | 2 | -15/+57 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge pull request #17176 from Noshyaar/audiobus | Rémi Verschelde | 2018-03-13 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | EditorAudioBus: expand effects list | ||||
| | * | | | | | | | EditorAudioBus: expand effects list | Poommetee Ketson | 2018-03-02 | 1 | -0/+2 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge pull request #17184 from Noshyaar/tilemap3x | Rémi Verschelde | 2018-03-13 | 2 | -17/+37 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | TileSetEditorPlgn: use EditorHandle icon as handle | ||||
| | * | | | | | | | TileSetEditorPlgn: use EditorHandle icon as handle | Poommetee Ketson | 2018-03-02 | 2 | -17/+37 |
| | |/ / / / / / | |||||
| * | | | | | | | Merge pull request #17311 from marcelofg55/export_err_checks | Rémi Verschelde | 2018-03-13 | 1 | -16/+13 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Improved error checking at EditorExportPlatformPC::export_project | ||||
| | * | | | | | | | Improved error checking at EditorExportPlatformPC::export_project | Marcelo Fernandez | 2018-03-06 | 1 | -16/+13 |
| | | | | | | | | | |||||
| * | | | | | | | | Merge pull request #17379 from poke1024/fix-anim-popups | Rémi Verschelde | 2018-03-13 | 1 | -0/+2 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | AnimationPlayer: fix popups close on double click | ||||
| | * | | | | | | | | AnimationPlayer: fix popups close on double click | Bernhard Liebl | 2018-03-09 | 1 | -0/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #17380 from robfram/fix-change-node-type | Rémi Verschelde | 2018-03-13 | 1 | -1/+5 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Fix overwriting all common properties when using `Change Type` tool | ||||
| | * | | | | | | | | | Fix overwriting all common properties when using `Change Type` tool | robfram | 2018-03-09 | 1 | -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-scrub | Rémi Verschelde | 2018-03-13 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | AnimationPlayer: fix scrubbing after play backwards | ||||
| | * | | | | | | | | | | AnimationPlayer: fix scrubbing after play backwards | Bernhard Liebl | 2018-03-09 | 1 | -0/+1 |
| | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #17440 from viktor-ferenczi/issue-5042 | Rémi Verschelde | 2018-03-13 | 3 | -31/+50 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Properly closing all files in Python build code | ||||
| | * | | | | | | | | | | Properly closing all files in Python code | Viktor Ferenczi | 2018-03-11 | 3 | -31/+50 |
| | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #17390 from poke1024/fix-anim-text-overlap | Rémi Verschelde | 2018-03-13 | 1 | -0/+13 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fixes overlapping text labels in animation editor timeline | ||||
| | * | | | | | | | | | | Fix overlapping timeline text in AnimationEditor | Bernhard Liebl | 2018-03-09 | 1 | -0/+13 |
| | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #17404 from poke1024/fix-anim-player-pan | Rémi Verschelde | 2018-03-13 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix wrong pan direction in animation player ui | ||||
| | * | | | | | | | | | | Fix wrong pan direction in animation player ui | Bernhard Liebl | 2018-03-10 | 1 | -2/+2 |
| | |/ / / / / / / / / | |||||
| * | | | | | | | | | | Merge pull request #17406 from poke1024/fix-anim-key-ui | Rémi Verschelde | 2018-03-13 | 3 | -27/+32 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix broken hover/select coloring of keys in animation editor | ||||
| | * | | | | | | | | | | Fix broken hover/select coloring of keys in animation editor | Bernhard Liebl | 2018-03-10 | 3 | -27/+32 |
| | |/ / / / / / / / / | |||||
| * | | | | | | | | | | Merge pull request #17413 from ShyRed/previewfix | Rémi Verschelde | 2018-03-13 | 1 | -0/+3 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Update preview on filesystem change | ||||
| | * | | | | | | | | | | Update preview on filesystem change | ShyRed | 2018-03-10 | 1 | -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-icon | Rémi Verschelde | 2018-03-13 | 3 | -4/+10 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Show error icon at "Output" in case of errors | ||||
| | * | | | | | | | | | | Show error icon at "Output" in case of errors | Bernhard Liebl | 2018-03-11 | 3 | -4/+10 |
| | | |/ / / / / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | | Merge pull request #17441 from poke1024/fix-autoload-column-width | Rémi Verschelde | 2018-03-13 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix column width on AutoLoad table on hidpi displays | ||||
| | * | | | | | | | | | | Fix column width on AutoLoad table on hidpi displays | Bernhard Liebl | 2018-03-11 | 1 | -2/+2 |
| | |/ / / / / / / / / | |||||
| * | | | | | | | | | | Merge pull request #17319 from eska014/polyclipper-toolsonly | Rémi Verschelde | 2018-03-13 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Build polygon clipper only in tools builds | ||||
| | * | | | | | | | | | | Build polygon clipper only in tools builds | Leon Krause | 2018-03-06 | 1 | -0/+1 |
| | | | | | | | | | | | | |||||
