Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-23 | Fixes scrollbar positions on HiDPI display | Haoyu Qiu | |
* TextureRegion editor * Ploygon2D UV editor | |||
2020-01-22 | Merge pull request #35449 from bojidar-bg/35439-scenetree-settings | Rémi Verschelde | |
Add settings from SceneTree in the documentation | |||
2020-01-22 | Merge pull request #35406 from lawnjelly/ortho-shadow | Rémi Verschelde | |
Replace CameraMatrix::get_viewport_size with get_viewport_half_extents, shadow culling with ortho camera and other affected issues | |||
2020-01-22 | Add settings from SceneTree in the documentation | Bojidar Marinov | |
Fixes #35439 | |||
2020-01-22 | Merge pull request #35421 from williamd1k0/improve-top-animation-menu | Rémi Verschelde | |
Use an icon in the top Animation Key menu | |||
2020-01-22 | Use an icon in the top Animation Key menu | William Tumeo | |
2020-01-22 | Change CameraMatrix::get_viewport_size to get_viewport_half_extents | lawnjelly | |
Fixes #26637. Fixes #19900. The viewport_size returned by get_viewport_size was previously incorrect, being half the correct value. The function is renamed to get_viewport_half_extents, and now returns a Vector2. Code which called this function has also been modified accordingly. This PR also fixes shadow culling when using ortho cameras, because the correct input for CameraMatrix::set_orthogonal should be the full HEIGHT from get_viewport_half_extents, and not half the width. It also fixes state.ubo_data.viewport_size in rasterizer_scene_gles3.cpp to be the width and the height of the viewport in pixels as stated in the documentation, rather than the current value which is half the viewport extents in worldspace, presumed to be a bug. | |||
2020-01-22 | Get real default values for project settings in documentation | Bojidar Marinov | |
Also, ignore custom project settings and values for input/ entries Fixes #34154 | |||
2020-01-21 | Use a loading placeholder for project icons in the project manager | Hugo Locurcio | |
Now that projects are loaded asynchronously, some projects in the list may be displayed before their icon is done loading. This is especially common on slower hardware. In such cases, this makes the project manager display a loading placeholder instead of the default project icon. | |||
2020-01-21 | Remove unused #if 0'ed code | Rémi Verschelde | |
2020-01-21 | Merge pull request #35393 from YeldhamDev/plugin_script_syntax | Rémi Verschelde | |
Make script made via plugin creation obey syntax settings | |||
2020-01-21 | Merge pull request #35399 from ↵ | Rémi Verschelde | |
ericrybick/35367-signals-dock-size-jumps-when-selecting-nodes Clip text in NodeDock toolbuttons to prevent dock size changes | |||
2020-01-21 | Clip text in NodeDock toolbuttons to prevent dock size changes | Eric Rybicki | |
Fixes #35367 | |||
2020-01-21 | Merge pull request #35394 from ericrybick/fix-assetlib-thumbnail-overlay- | Rémi Verschelde | |
Fix asset library video play overlay not being centered on the thumbnail | |||
2020-01-21 | Fix asset library video play overlay not being centered on the thumbnail | Eric Rybicki | |
2020-01-21 | Make script made via plugin creation obey syntax settings | Michael Alexsander | |
2020-01-21 | Fixes leak in Find in Files utility | Haoyu Qiu | |
2020-01-20 | Merge pull request #35379 from dankan1890/quick_fix | Rémi Verschelde | |
TextureRegionEditor: Corrected typo | |||
2020-01-20 | TextureRegionEditor: Corrected typo | dankan1890 | |
2020-01-20 | Clip text in EditorPath button to avoid dock size changes | Michael Alexsander | |
2020-01-20 | Merge pull request #35351 from ericrybick/32342-Resize-snapping-lines-bug | Rémi Verschelde | |
Fix editor drawing snapping lines for wrong edge/corner when resizing elements with smart snapping enabled | |||
2020-01-20 | Fix editor drawing snapping lines for wrong edge/corner when resizing ↵ | Eric Rybicki | |
elements with smart snapping enabled fixes #32342 | |||
2020-01-20 | Prevent negative zero shown in SpotLight gizmo | Haoyu Qiu | |
2020-01-19 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2020-01-19 | Only create the editor theme once | Hugo Locurcio | |
This prevents the editor theme from being created twice. This speeds up the project editor and editor startup significantly; startup is now 1.3 times faster on average (tested on a debug build). RAM usage was also lowered by 7.5 MB on average. This partially addresses #35321. | |||
2020-01-19 | Merge pull request #35303 from timothyqiu/hidpi-anitreeplayer | Rémi Verschelde | |
Fixes AnimationTreePlayer editor UI on HiDPI | |||
2020-01-19 | Merge pull request #35273 from dankan1890/quick_fix | Rémi Verschelde | |
AssetLibrary layout fix | |||
2020-01-19 | Merge pull request #35295 from N0hbdy/animation-editor-line-edit-fix | Rémi Verschelde | |
Fix AnimationTree Editor by using CONNECT_DEFERRED on LineEdit | |||
2020-01-19 | Merge pull request #35297 from Calinou/2d-zoom-reset-clamp-editor-scale | Rémi Verschelde | |
Clamp the editor scale to 1 when resetting zoom in the 2D editor | |||
2020-01-19 | Merge pull request #35304 from raphael10241024/fix_audiobus_editor | Rémi Verschelde | |
fix audio buses layout editor save | |||
2020-01-19 | fix audio buses editor not save, close #26683 | RaphaelHunter | |
2020-01-19 | Fixes AnimationTreePlayer editor on HiDPI | Haoyu Qiu | |
* The minimum editor size * The position of buttons and status text | |||
2020-01-18 | Clamp the editor scale to 1 when resetting zoom in the 2D editor | Hugo Locurcio | |
This closes #35294. | |||
2020-01-18 | Fix AnimationTree Editor by using CONNECT_DEFERRED on LineEdit | N0hbdy | |
Not having this causes the LineEdit to be deleted while still processing signals, which can cause a crash during focus changes. Fixes 35293 | |||
2020-01-18 | AssetLibrary when the download size is unknown: | dankan1890 | |
hidden progress bar added in the description the downloaded bytes Fixes #35267 | |||
2020-01-18 | Fix minimap updating in shader tab | Yuri Roubinsky | |
2020-01-17 | Mark alternate editor display modes as disabled in the GLES2 renderer | Hugo Locurcio | |
This partially addresses #27018. | |||
2020-01-17 | show parametric setters and getters in editor help | Lakshay Angrish | |
2020-01-16 | i18n: Sync translation template with current source | Rémi Verschelde | |
2020-01-16 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2020-01-16 | Merge pull request #34879 from Phischermen/canvas-item-editor-local-space-mode | Rémi Verschelde | |
Fix issue regarding rotating Canvas Items in editor | |||
2020-01-16 | Adds NULL check before using image loader | Haoyu Qiu | |
2020-01-16 | Merge pull request #34091 from andrycodestuffs/master | Rémi Verschelde | |
Fixed unknown ASCII symbols rendered instead of tabs in bookmarks list | |||
2020-01-16 | Fixed unknown symbol drawn instead of tabs in breakpoints/bookmarks lists | andrycodestuffs | |
Tab characters were not rendered properly in the breakpoints and bookmarks lists of the script editor if the bookmarked line was a comment, resulting in unknown ASCII symbols “�”. Fixes #34046. Also changed formatting a bit to enclose the code in backticks (like in Markdown) instead of quotes. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2020-01-16 | Refactor (and fix) how the connect button is disabled. | asynts | |
It should not be possible to click the "Connect" button unless - a node is selected, and - that node is valid in the current mode. The modes are the default and advanced modes which allow connecting to scripts and nodes respectively. | |||
2020-01-16 | Merge pull request #35123 from asynts/asynts.crash-on-double-click | Rémi Verschelde | |
Prevent crash described in #34555. | |||
2020-01-15 | Use int64_t for EditorPropertyInteger and warn when out of double range | Aaron Franke | |
2020-01-15 | Merge pull request #35165 from groud/fix_memleak_filesystemdock | Rémi Verschelde | |
Fixes a memory leak in FileSystemDock | |||
2020-01-15 | Add an icon for OGG samples | Hugo Locurcio | |
The icon is the same as WAV samples, as both formats are accepted in AudioStreamPlayer. This closes #35163. | |||
2020-01-15 | Fixes a memory leak in FileSystemDock | Gilles Roudière | |
Co-authored-by: Rafał Mikrut <mikrutrafal54@gmail.com> |