Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-10 | As volzhs mentioned in #5385, changes to save to FILE_SAVE_ALL_SCENES | Juan Linietsky | |
2016-07-10 | Merge pull request #5385 from volzhs/autosave-android | Juan Linietsky | |
Fix autosave when run on remote device | |||
2016-07-10 | Merge pull request #5421 from MarianoGnu/issues | Juan Linietsky | |
Save all edited scenes when Runing (and auto-save is enabled). Fixes #4410 | |||
2016-07-10 | Remove Better Collada Exporter, now in its own repo | Rémi Verschelde | |
See https://github.com/godotengine/collada-exporter for the new upstream location. | |||
2016-07-10 | Merge pull request #5287 from marcelofg55/master | Juan Linietsky | |
Added popup menu for animation key right-click | |||
2016-07-10 | Merge pull request #5270 from lonesurvivor/master | Juan Linietsky | |
Added Tile Origin = Bottom Left option to the TileMap | |||
2016-07-10 | Merge pull request #5621 from TheHX/issue-5616 | Juan Linietsky | |
Fix custom types showing on wrong dialogs | |||
2016-07-10 | Merge pull request #5611 from TheHX/spatial-gizmo | Juan Linietsky | |
Fix EditorSpatialGizmo virtual functions not being called | |||
2016-07-10 | Merge pull request #5584 from TheHX/project-settings | Juan Linietsky | |
Implement undo/redo for adding and deleting global properties | |||
2016-07-10 | Merge pull request #5563 from opmana/fix-convert-tileset | Juan Linietsky | |
Respect frame property when converting to TileSet. | |||
2016-07-10 | Merge pull request #5554 from TheHX/issue-3543 | Juan Linietsky | |
Added drag and drop to rearrange the autoload order | |||
2016-07-10 | Fix custom types showing on wrong dialogs | Franklin Sobrinho | |
* The custom types are visible when the dialog is shown | |||
2016-07-09 | line/col label was changing size with each cursor move, forcing the GUI to ↵ | Juan Linietsky | |
resize upwards and costing considerably CPU usage. It has been changed so it won't resize the UI when modified. This will make the code editor feel a lot smoother. | |||
2016-07-09 | Merge pull request #5612 from TheHX/collision-polygon-plugin | Rémi Verschelde | |
Fix CollisionPolygon gizmo showing error icons instead of the 3d handles | |||
2016-07-09 | Fix CollisionPolygon gizmo showing error icons instead of the 3d handles | Franklin Sobrinho | |
2016-07-09 | Merge pull request #5609 from eska014/help-search-titles | Rémi Verschelde | |
Fix help search dialog titles | |||
2016-07-09 | Fix EditorSpatialGizmo virtual functions not being called | Franklin Sobrinho | |
* Bind EditorSpatialGizmo::clear method | |||
2016-07-09 | Finally fixes the infamous bug #4444, hoping to never see you again. | Juan Linietsky | |
Closes #4444. | |||
2016-07-09 | properly generate tangents only upon request, closes #5580 | Juan Linietsky | |
2016-07-09 | do not show help on multi node selection, array editing, etc, closes #5550 | Juan Linietsky | |
2016-07-09 | Cleaned up preview generation thread, fixes #5499 | Juan Linietsky | |
2016-07-09 | Fix help search dialog titles | eska | |
2016-07-09 | Merge pull request #5589 from akien-mga/pr-unused-var | Rémi Verschelde | |
Removing some more unused vars and dead code | |||
2016-07-09 | Merge pull request #5480 from paper-pauper/blender-flake8 | Rémi Verschelde | |
Made Better Collada Exporter flake8-compliant | |||
2016-07-09 | Flake8 compliance (except for unused variables) | Nobody Really | |
2016-07-09 | Comma fix | Nobody Really | |
2016-07-09 | Whitespace fix | Nobody Really | |
2016-07-08 | Merge pull request #5588 from J08nY/doctool-indentation | Rémi Verschelde | |
Doctool: change content indentation | |||
2016-07-08 | save the editor state of the right scene instead of current | MarianoGNU | |
2016-07-08 | Save all edited scenes when Runing (and auto-save is enabled). Fixes #4410 | MarianoGNU | |
2016-07-08 | Cleanup: drop ImportSettingsDialog, replaced by contextual actions | Rémi Verschelde | |
Note that it was already commented out. | |||
2016-07-08 | Remove unused variables (fourth pass) + dead code | Rémi Verschelde | |
Also fix a potential regression from 3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33. | |||
2016-07-08 | ScenesDock: Fix regression in tree generation | Rémi Verschelde | |
Was a regression from 3fcb9b1ec179b99d979d4cfea9b5e3c80e4a3e33. Fixes #5590. | |||
2016-07-07 | remove warnings if a script is missing and can't be opened | Juan Linietsky | |
2016-07-07 | do not allow removal of groups that come from instanced/inherited scene, ↵ | Juan Linietsky | |
closes #5505 | |||
2016-07-07 | Doctool: correct XML indentation | J08nY | |
fixes #4483 | |||
2016-07-07 | Remove unused variables (third pass) + dead code | Rémi Verschelde | |
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | |||
2016-07-07 | Removed unused variables (second pass) + dead code | Rémi Verschelde | |
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable | |||
2016-07-07 | Implement undo/redo for adding and deleting global properties | Franklin Sobrinho | |
2016-07-07 | SceneTreeDock: Fix wrong argument in _has_visible_children | Rémi Verschelde | |
Seen while checking for unused variables, which `child` was. | |||
2016-07-07 | Merge pull request #5577 from vnen/improve-quickopen-listing | Rémi Verschelde | |
Improve quick open sorting | |||
2016-07-06 | Fix the +1 button to insert keyframes in Sprite and Sprite3D, closes #5422 | Juan Linietsky | |
2016-07-06 | Only allow built-in scripts to be edited when the scene they belong to is ↵ | Juan Linietsky | |
loaded, closes #5403 | |||
2016-07-06 | Improve quick open sorting | George Marques | |
Perfect matches and substrings will be shown first. Similar matches will be at the bottom. When they score is the same they're shown in the natural file system order. | |||
2016-07-06 | Initialize the SSL certificates in the project manager | Rémi Verschelde | |
2016-07-05 | Make sure builtin types' constants remain in order | George Marques | |
This adds a list of constants for VariantCall to make sure the order of register is kept when showing in the editor help and in the documentation. This also remove the sorting of constants from the doctool, so it keeps the natural order in classes.xml. | |||
2016-07-05 | Respect frame property when converting to TileSet. | Andrii Skrynnyk | |
2016-07-05 | Revert "Fix return type for EditorResourcePreview::check_for_invalidation" | Rémi Verschelde | |
This reverts commit 716dfa67a3c5a0a38205179c01676e05a718d244, since it was later fixes differently with c6b55e45e9256bb41b2d045d8c61d1946de881b1... | |||
2016-07-04 | added missing return value | Juan Linietsky | |
2016-07-04 | Added drag and drop to rearrange the autoload order | Franklin Sobrinho | |
* Created a new class for autoload settings, in editor_autoload_settings.h |