Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-17 | Fixes scrollbars in Canvas Item Editor | Gilles Roudiere | |
2018-03-15 | Merge pull request #17388 from Hinsbart/mono_class_name | Rémi Verschelde | |
Mono: Avoid invalid class names. | |||
2018-03-15 | Mono: Avoid invalid class names. | Andreas Haas | |
Disallow reserved keywords as class names and prefix base class with the Godot namespace if it's the same as the class name. Fixes #12483 | |||
2018-03-14 | Merge pull request #17420 from marcelofg55/fscache_err_checks | Rémi Verschelde | |
Added error checks for fscache saving | |||
2018-03-13 | Added error checks for fscache saving | Marcelo Fernandez | |
2018-03-13 | Merge pull request #16971 from Noshyaar/tilemap | Rémi Verschelde | |
TileMap: add fix_invalid_tiles | |||
2018-03-13 | Merge pull request #16978 from Noshyaar/tmsc | Rémi Verschelde | |
Add icon to TileMapEditor popupmenu | |||
2018-03-13 | Merge pull request #17013 from Noshyaar/theme | Rémi Verschelde | |
Update icons when theme changed | |||
2018-03-13 | Merge pull request #17094 from Calinou/add-dynamicfont-hinting-options | Rémi Verschelde | |
Add an hinting mode setting to DynamicFonts | |||
2018-03-13 | Merge pull request #17104 from Faless/assetlib_more_threads | Rémi Verschelde | |
More threading in AssetLib | |||
2018-03-13 | Merge pull request #17116 from poke1024/fix16734 | Rémi Verschelde | |
Fix round preview getting square on "run scene" (issue 16734) | |||
2018-03-13 | Merge pull request #17138 from simedis/import_md5 | Rémi Verschelde | |
Make md5's not be in the same file as the import settings | |||
2018-03-13 | Merge pull request #17154 from Hinsbart/fix_text_editor_settings | Rémi Verschelde | |
ScriptEditor: Use EditorSettings instead of hardcoded values in constructor. | |||
2018-03-13 | Merge pull request #17166 from Noshyaar/tilemap2 | Rémi Verschelde | |
TileSet&TextureRegion: fix error when getting nonexistent tile | |||
2018-03-13 | Merge pull request #17172 from StateOff/add_show_axis_options | Rémi Verschelde | |
Add "Show Origin" and "Show Viewport" options to 2D Editor Viewport | |||
2018-03-13 | Merge pull request #17176 from Noshyaar/audiobus | Rémi Verschelde | |
EditorAudioBus: expand effects list | |||
2018-03-13 | Merge pull request #17184 from Noshyaar/tilemap3x | Rémi Verschelde | |
TileSetEditorPlgn: use EditorHandle icon as handle | |||
2018-03-13 | Merge pull request #17311 from marcelofg55/export_err_checks | Rémi Verschelde | |
Improved error checking at EditorExportPlatformPC::export_project | |||
2018-03-13 | Merge pull request #17379 from poke1024/fix-anim-popups | Rémi Verschelde | |
AnimationPlayer: fix popups close on double click | |||
2018-03-13 | Merge pull request #17380 from robfram/fix-change-node-type | Rémi Verschelde | |
Fix overwriting all common properties when using `Change Type` tool | |||
2018-03-13 | Merge pull request #17381 from poke1024/fix-anim-scrub | Rémi Verschelde | |
AnimationPlayer: fix scrubbing after play backwards | |||
2018-03-13 | Merge pull request #17440 from viktor-ferenczi/issue-5042 | Rémi Verschelde | |
Properly closing all files in Python build code | |||
2018-03-13 | Merge pull request #17390 from poke1024/fix-anim-text-overlap | Rémi Verschelde | |
Fixes overlapping text labels in animation editor timeline | |||
2018-03-13 | Merge pull request #17404 from poke1024/fix-anim-player-pan | Rémi Verschelde | |
Fix wrong pan direction in animation player ui | |||
2018-03-13 | Merge pull request #17406 from poke1024/fix-anim-key-ui | Rémi Verschelde | |
Fix broken hover/select coloring of keys in animation editor | |||
2018-03-13 | Merge pull request #17413 from ShyRed/previewfix | Rémi Verschelde | |
Update preview on filesystem change | |||
2018-03-13 | Merge pull request #17435 from poke1024/output-error-icon | Rémi Verschelde | |
Show error icon at "Output" in case of errors | |||
2018-03-13 | Merge pull request #17441 from poke1024/fix-autoload-column-width | Rémi Verschelde | |
Fix column width on AutoLoad table on hidpi displays | |||
2018-03-13 | Merge pull request #17319 from eska014/polyclipper-toolsonly | Rémi Verschelde | |
Build polygon clipper only in tools builds | |||
2018-03-13 | Merge pull request #17455 from Noshyaar/capitalize | Rémi Verschelde | |
ScriptTextEditor: fix capitalize offset | |||
2018-03-13 | Merge pull request #17442 from Noshyaar/esr | Rémi Verschelde | |
EditorNode: fix clicking ok keeps trying to save | |||
2018-03-12 | Fix non working action names containing whitespaces | robfram | |
Now the action name is quoted if it contains spaces. Also, quotation mark (") is added to the forbidden character list for action names, as it was also a bug. Fix #17322 | |||
2018-03-12 | ScriptTextEditor: fix capitalize offset | Poommetee Ketson | |
2018-03-11 | EditorNode: fix clicking ok keeps trying to save | Poommetee Ketson | |
2018-03-11 | Fix column width on AutoLoad table on hidpi displays | Bernhard Liebl | |
2018-03-11 | Properly closing all files in Python code | Viktor Ferenczi | |
2018-03-11 | Show error icon at "Output" in case of errors | Bernhard Liebl | |
2018-03-10 | Update preview on filesystem change | ShyRed | |
Check and recreate a file's preview, if it has changes to it in the filesystem. | |||
2018-03-10 | Fix broken hover/select coloring of keys in animation editor | Bernhard Liebl | |
2018-03-10 | Fix wrong pan direction in animation player ui | Bernhard Liebl | |
2018-03-09 | Fix overlapping timeline text in AnimationEditor | Bernhard Liebl | |
2018-03-09 | AnimationPlayer: fix scrubbing after play backwards | Bernhard Liebl | |
2018-03-09 | AnimationPlayer: fix popups close on double click | Bernhard Liebl | |
2018-03-09 | Fix overwriting all common properties when using `Change Type` tool | robfram | |
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. | |||
2018-03-07 | FIX to broken item select list (zoom and RMB) | Ranoller | |
FIX to #17346. Compiled and tested. | |||
2018-03-07 | Merge pull request #17243 from delftswa2018/trailingDotFix | Hein-Pieter van Braam | |
Fix being able to create folder name with ending '.' on Windows | |||
2018-03-07 | Added a check for trailing dot when creating folder. | Felix Yang | |
Merge the trailing dot test into existing test. Removed OS test. | |||
2018-03-06 | Build polygon clipper only in tools builds | Leon Krause | |
2018-03-06 | Improved error checking at EditorExportPlatformPC::export_project | Marcelo Fernandez | |
2018-03-05 | Merge pull request #17247 from poke1024/canvas-select-prio | Rémi Verschelde | |
In CanvasItemEditor, prioritize selected items when dragging |