Age | Commit message (Expand) | Author |
2019-02-22 | Added a workaround to avoid crashes due to how TileSet editor works, fixes #2... | Juan Linietsky |
2019-02-21 | Implement a cleaner (and better) way to save imagedata from ImageTexture, fix... | Juan Linietsky |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-20 | Merge pull request #26061 from qarmin/fix_res_error | Rémi Verschelde |
2019-02-20 | Add small spacing between top bars in main editor and project manager | Michael Alexsander Silva Dias |
2019-02-19 | Fix res:// error when dragging file to other file | qarmin |
2019-02-18 | Merge pull request #25962 from willnationsdev/fix-missing-addon | Rémi Verschelde |
2019-02-17 | Auto-cleanup missing addons | Will Nations |
2019-02-12 | Minor cleanup in the Project Manager | Michael Alexsander Silva Dias |
2019-02-11 | Cleanup editor's top bar of old nodes | Michael Alexsander Silva Dias |
2019-02-08 | Root node of a scene is now selected when the scene is opened. | QbieShay |
2019-01-27 | Merge pull request #25355 from YeldhamDev/color_picker_changes | Rémi Verschelde |
2019-01-27 | Fix pixelized previews, but also instances of breaking ImageTexture cache. Cl... | Juan Linietsky |
2019-01-27 | Make some small enhancements to the ColorPicker | Michael Alexsander Silva Dias |
2019-01-25 | Properly warn about the effects of changing an import type, as well as force ... | Juan Linietsky |
2019-01-25 | Ability to keep images in ImageTexture cached while using editor, fixes #25243 | Juan Linietsky |
2019-01-17 | Perform a cleaner exit for resource preview, fixes #24206 | Juan Linietsky |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-31 | Fix "method not found" error when script is removed from object | Chaosus |
2018-12-30 | Merge pull request #24506 from JFonS/expose_gizmos | Rémi Verschelde |
2018-12-21 | Expose the new gizmo plugin system to scripting | JFonS |
2018-12-16 | Change global timestamp behaviour earlier | Alexandre LittleWhite Laurent |
2018-12-16 | Merge pull request #19501 from Zylann/custom_loaders | Rémi Verschelde |
2018-12-15 | Added basic support for custom resource savers and loaders | Marc Gilleron |
2018-12-09 | Merge pull request #20609 from YeldhamDev/menu_hover_explicit | Rémi Verschelde |
2018-12-09 | Cleanup some unused controls in the editor's top bar | Michael Alexsander Silva Dias |
2018-12-07 | Merge pull request #22323 from williamd1k0/ignore-main-scene | Rémi Verschelde |
2018-11-28 | Disable progress dialog on export from command line, stab at fixing #24031 | Juan Linietsky |
2018-11-27 | Added test to avoid saving cyclic scene instancing, fixes #9686 | Juan Linietsky |
2018-11-27 | NORMALMAP was not working (no normal being used detected), fixes #9263 | Juan Linietsky |
2018-11-25 | Rewrite code for unfolding and make it automatic on scene load, which works b... | Juan Linietsky |
2018-11-22 | Merge pull request #23680 from YeldhamDev/unified_help_search_revived | Rémi Verschelde |
2018-11-21 | Merge pull request #22983 from Ashafix/master | Max Hilbrunner |
2018-11-20 | Reworked how non-imported resources are reloaded on change, fixes #19852 | Juan Linietsky |
2018-11-20 | Unify editor class and reference search | Ray Koopa |
2018-11-20 | Make opening menus with the same parent on mouse focus explicit | Michael Alexsander Silva Dias |
2018-11-20 | Merge pull request #23802 from JFonS/add_save_option | Rémi Verschelde |
2018-11-18 | Add argument to UndoRedo's "clear_history()" to not increase the version | Michael Alexsander Silva Dias |
2018-11-18 | Add Save option to resource property menu | JFonS |
2018-11-12 | Merge pull request #23649 from willnationsdev/fix-scene-icons | Rémi Verschelde |
2018-11-11 | Many fixes to script editor remote debugger, closes #13346 | Juan Linietsky |
2018-11-10 | Fix scene dock not showing custom icons | Will Nations |
2018-11-08 | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky |
2018-11-05 | doc: Use HTTPS for docs.godotengine.org and point to latest branch | Rémi Verschelde |
2018-11-02 | Let user fix dependencies in resources | Pedro J. Estébanez |
2018-11-01 | Merge pull request #23311 from YeldhamDev/editor_capitalization_fix | Rémi Verschelde |
2018-10-29 | Automatically unfold sections of properties that someone else edited (no loca... | Juan Linietsky |
2018-10-29 | Moved folding outside the resource files, now saved outside the project. | Juan Linietsky |
2018-10-29 | Ability to revert any property, not just from inherited scenes or scripts. | Juan Linietsky |
2018-10-26 | Small capitalization fixes across the editor | Michael Alexsander Silva Dias |