Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-30 | When framebuffer allocation fails for MSAA in GLES2 revert to normal without ↵ | clayjohn | |
ERR_FAIL | |||
2019-10-30 | Merge pull request #33176 from conankzhang/doc-spatial-scale | Rémi Verschelde | |
Add descriptions to scale functions. | |||
2019-10-30 | Merge pull request #32934 from ajweeks/fix-scale-origin | Rémi Verschelde | |
Fix 2D scale gizmo placement | |||
2019-10-30 | Merge pull request #32928 from Calinou/2d-editor-add-primary-grid | Rémi Verschelde | |
Add primary grid lines to the 2D editor | |||
2019-10-30 | Add descriptions to scale functions. | conankzhang | |
2019-10-30 | Merge pull request #33164 from volzhs/set-main-scene | Rémi Verschelde | |
Add "Set as main scene" on context menu in FileSystem panel | |||
2019-10-30 | Merge pull request #33173 from conankzhang/doc-particles | Rémi Verschelde | |
Add descriptions to setting and getting draw pass meshes. | |||
2019-10-30 | Add descriptions to setting and getting draw pass meshes. | conankzhang | |
2019-10-30 | Merge pull request #33168 from nekomatata/weak-ref-leak | Rémi Verschelde | |
Fixed leak in gdscript when creating empty WeakRef | |||
2019-10-29 | Fixed leak in gdscript when creating empty WeakRef | PouleyKetchoupp | |
Fixes #33150 | |||
2019-10-30 | Add "Set as main scene" on context menu in FileSystem panel | volzhs | |
2019-10-29 | Merge pull request #33159 from Chaosus/shader_fix2 | Rémi Verschelde | |
Added check if field name in the shader is equal to builtin | |||
2019-10-29 | Add primary grid lines to the 2D editor | Hugo Locurcio | |
A "primary" line is drawn every 8 steps by default, which makes it easier to measure distances for snapping. This value can be configured in the Configure Snap dialog. | |||
2019-10-29 | i18n: Sync translation template with current source | Rémi Verschelde | |
2019-10-29 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2019-10-29 | Added check if field name in the shader is equal to builtin | Yuri Roubinsky | |
2019-10-29 | Merge pull request #33091 from MCrafterzz/fix10567 | Rémi Verschelde | |
Improved project creation UX | |||
2019-10-29 | Merge pull request #33144 from nekomatata/inspect-remote-tool-script-2 | Rémi Verschelde | |
Fixed remote inspector for tool scripts | |||
2019-10-29 | Merge pull request #33147 from mikkac/33135 | Rémi Verschelde | |
Fixed disconnecting not connected signal | |||
2019-10-29 | Improved UX of selecting directories in (Editor)FileDialog by hiding unused ↵ | MCrafterzz | |
gui elements and moving the drive selection | |||
2019-10-29 | Merge pull request #33157 from nekomatata/natvis-node | Rémi Verschelde | |
Update natvis file to display Node class correctly in Visual Studio debugger | |||
2019-10-29 | Update natvis file to display Node class correctly in Visual Studio debugger | PouleyKetchoupp | |
2019-10-29 | Merge pull request #33152 from Chaosus/vs_fix | Rémi Verschelde | |
Removes translations from generated visual shader code | |||
2019-10-29 | Removes translations from generated visual shader code | Yuri Roubinsky | |
2019-10-29 | Fixed disconnecting not connected signal | Mikolaj Kaczmarek | |
2019-10-28 | Fixed remote inspector for tool scripts | PouleyKetchoupp | |
Fixes #29506 | |||
2019-10-28 | Merge pull request #32416 from bojidar-bg/32415-shared-metadata | Rémi Verschelde | |
Ensure object metadata is unique | |||
2019-10-28 | Merge pull request #33120 from YeldhamDev/popup_dialog_panel_style | Rémi Verschelde | |
Add "panel" style to PopupDialog | |||
2019-10-28 | Merge pull request #33130 from Chaosus/fix_shader_crash | Rémi Verschelde | |
Fix shader crash if non-boolean expression inserted into "if" | |||
2019-10-28 | Merge pull request #33104 from qarmin/fix_some_crashes | Rémi Verschelde | |
Fix some crashes and using null pointers | |||
2019-10-28 | Merge pull request #33097 from clayjohn/GLES2-HTML-sampler_limit | Rémi Verschelde | |
Fixed using compressed textures and add work around for firefox webgl mesa sampler limit | |||
2019-10-28 | Merge pull request #33124 from clayjohn/GLES2-Android-MSAA-bug | Rémi Verschelde | |
Use proper MSAA texture in Android | |||
2019-10-28 | Merge pull request #33119 from creikey/fix-quote-malfunction | Rémi Verschelde | |
Remove duplicate quote in displayed quote type | |||
2019-10-28 | Fix some crashes and using null pointers | Rafał Mikrut | |
2019-10-28 | Merge pull request #33112 from Chaosus/fix_window_border | Rémi Verschelde | |
Fix invalid window border when toggled from fullscreen to windowed mode | |||
2019-10-27 | Fixed using compressed textures and add work around for firefox webgl mesa ↵ | clayjohn | |
sampler limit | |||
2019-10-28 | Fix shader crash if non-boolean expression inserted into "if" | Yuri Roubinsky | |
2019-10-27 | use proper texture in Android MSAA | clayjohn | |
2019-10-27 | Add "panel" style to PopupDialog | Michael Alexsander | |
2019-10-27 | Remove duplicate quote in displayed quote type | Cameron Reikes | |
- fixes #32688 - fixes #32593 | |||
2019-10-27 | Fix invalid window border when toggled from fullscreen to windowed mode | Yuri Roubinsky | |
2019-10-27 | Merge pull request #33107 from volzhs/toggle-camera-preview-error | Rémi Verschelde | |
Fix error when opening or closing scene with camera preview on | |||
2019-10-27 | Merge pull request #33109 from volzhs/libwebp-1.0.3 | Rémi Verschelde | |
Update libwebp to 1.0.3 | |||
2019-10-27 | Merge pull request #33066 from Tabas32/fix_indentation | Rémi Verschelde | |
Fixed indenting issue with comment at end of line | |||
2019-10-27 | Update libwebp to 1.0.3 | volzhs | |
2019-10-27 | Fix error when opening or closing scene with camera preview on | volzhs | |
2019-10-27 | Merge pull request #33105 from Paulb23/issue_32236_script_conection_performance | Rémi Verschelde | |
Improve performance of connection info in the script editor | |||
2019-10-27 | Improve performance of connection info in the script editor | Paulb23 | |
2019-10-27 | Merge pull request #33032 from Calinou/filedialog-scroll-to-top | Rémi Verschelde | |
Scroll back to the top after opening a directory in FileDialog | |||
2019-10-27 | Merge pull request #31943 from codecustard/Fixes_invalid_frames_on_reverse_anim | Rémi Verschelde | |
Fixes Reverse Animation Starting on First Frame |