Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-05 | Fix -Wimplicit-fallthrough warnings from GCC 8 | Rémi Verschelde | |
Adds `FALLTHROUGH` macro to specify when a fallthrough is intentional. Can be replaced by `[[fallthrough]]` if/when we switch to C++17. The warning is now enabled by default for GCC on `extra` warnings level (part of GCC's `-Wextra`). It's not enabled in Clang's `-Wextra` yet, but we could enable it manually once we switch to C++11. There's no equivalent feature in MSVC for now. Fixes #26135. | |||
2019-04-03 | Merge pull request #27238 from ShyRed/cpu2dmask | Rémi Verschelde | |
Add Emission Mask to CPUParticle2D | |||
2019-03-19 | Add Emission Mask to CPUParticle2D | ShyRed | |
Add ability to load emission masks to CPUParticle2D. | |||
2019-03-17 | Fix inherited icons for script classes | Will Nations | |
2019-03-16 | Merge pull request #26935 from qarmin/show_class_name_icon_in_tabs | Rémi Verschelde | |
Show in tabs custom class icons | |||
2019-03-16 | Make bottom panel only try to hide editors when they're visible | Michael Alexsander Silva Dias | |
2019-03-11 | Show in tabs non default class icons | qarmin | |
2019-03-09 | Allow class_name scripts to have nested inheritance | George Marques | |
2019-03-06 | Don't hide/show top editor if they did not change, fixes #26644 | Juan Linietsky | |
2019-03-06 | -Make tileset and meshlibrary edit in a separate inspector, fixes #26671 | Juan Linietsky | |
-Made relationship lines appear based on theme settings, not previous hack -Fix drawing of relationship lines (was broken) -Fix double initialization of theme settings | |||
2019-03-04 | Remove the "Open Editor" button, it will open automatically. | Juan Linietsky | |
2019-03-04 | Fix and restore text, material and mesh previewers. | Juan Linietsky | |
2019-03-04 | Better warnings when resources can't be saved. Fixes #26531 | Juan Linietsky | |
2019-03-03 | Add support for event accumlation (off by default, on for editor), fixes #26536 | Juan Linietsky | |
2019-03-03 | Fix grid view button icon not showing on filesystem dock. | Bruno Lourenço | |
2019-03-01 | Fix misleading modified status of scenes | Paul Trojahn | |
If a scene is instanced in another scene, any changes to the first triggers _clear_undo_history in EditorNode::set_current_scene, which increments the version in UndoRedo::clear_history. This results in a modified status. Passing false to clear_history fixes this issue. Fixes #25942 | |||
2019-02-27 | Save resources even if no scene is present, closes #26273 | Juan Linietsky | |
2019-02-27 | Merge pull request #26373 from groud/fix_layout_loading | Rémi Verschelde | |
Fixes layout loading | |||
2019-02-27 | Avoid docks to be overriden while scanning, fixes #26359 | Juan Linietsky | |
2019-02-27 | Fixes layout loading | Gilles Roudiere | |
2019-02-27 | -Fix problem of order of import plugins, closes #26340 | Juan Linietsky | |
-Ensure resource previewer does not start until first import is done | |||
2019-02-27 | Make sure restoring opened scenes happens after scanning is done. | Juan Linietsky | |
2019-02-26 | If resources on disk have subresources and they are edited, also save the ↵ | Juan Linietsky | |
resource on ctrl-s | |||
2019-02-26 | Merge pull request #26290 from groud/move_setting_to_layout | Rémi Verschelde | |
Move the FileSystem dock layout properties to the per-project layout file | |||
2019-02-25 | Move the FileSystem dock layout properties to the per-project layout file | Gilles Roudiere | |
2019-02-25 | Fix editor crash after disabling plugin that used forward_spatial_gui_input | Eric Rybicki | |
Fixes #26124. | |||
2019-02-22 | Added a workaround to avoid crashes due to how TileSet editor works, fixes ↵ | Juan Linietsky | |
#23672 Also fixed a few uninitialized memory variables. | |||
2019-02-21 | Implement a cleaner (and better) way to save imagedata from ImageTexture, ↵ | Juan Linietsky | |
fixes #18801 | |||
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin | |
Fixes #25316. | |||
2019-02-20 | Merge pull request #26061 from qarmin/fix_res_error | Rémi Verschelde | |
Fix res:// error when dragging file from outside of editor | |||
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 | |
Auto-cleanup missing addons | |||
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 | |
Make some small enhancements to the ColorPicker | |||
2019-01-27 | Fix pixelized previews, but also instances of breaking ImageTexture cache. ↵ | Juan Linietsky | |
Closes #25378. | |||
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 | |
editor restart. Fixes #23874 | |||
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 | |
Happy new year to the wonderful Godot community! | |||
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 | |
Expose the new gizmo plugin system to scripting | |||
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 | |
Added basic support for custom resource savers and loaders | |||
2018-12-15 | Added basic support for custom resource savers and loaders | Marc Gilleron | |