Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-31 | Added link to Area2D tutorial in documentation. | Derwent Ready (drentsoft) | |
2019-10-31 | Merge pull request #33203 from aaronfranke/seperation-typo | Rémi Verschelde | |
Fix "seperate" typos | |||
2019-10-31 | Fix "seperate" typos | Aaron Franke | |
2019-10-31 | Merge pull request #33201 from Xrayez/json-err-print | Rémi Verschelde | |
Provide and print error messages for JSON parsing | |||
2019-10-31 | Provide and print error messages for JSON parsing | Andrii Doroshenko (Xrayez) | |
Core is not touched, only for binding and scripting. | |||
2019-10-31 | Merge pull request #33196 from conankzhang/fix-theme-typo | Rémi Verschelde | |
Fix a constant name typo for GridContainer when creating an editor theme. | |||
2019-10-31 | Merge pull request #33174 from hbina/fix_srgb_to_linear | Rémi Verschelde | |
Fixed uinitialized variable in srgb_to_linear table | |||
2019-10-31 | Fix a constant name typo for GridContainer when creating an editor theme. | conankzhang | |
2019-10-31 | Merge pull request #33195 from conankzhang/doc-project-settings | Rémi Verschelde | |
Add descriptions to set_initial_value and set_setting. | |||
2019-10-31 | Merge pull request #33194 from conankzhang/doc-theme | Rémi Verschelde | |
Add descriptions to clear and copy_theme. | |||
2019-10-31 | Merge pull request #33192 from SneakyFish5/update-libogg | Rémi Verschelde | |
Update libogg to upstream c8fca6b | |||
2019-10-31 | Merge pull request #33189 from Calinou/configure-snap-improve-primary-step | Rémi Verschelde | |
Improve the primary line setting display in the Configure Snap dialog | |||
2019-10-30 | Add descriptions to set_initial_value and set_setting. | conankzhang | |
2019-10-30 | Add descriptions to clear and copy_theme. | conankzhang | |
2019-10-30 | Update libogg to upstream c8fca6b | Jonathan Mannancheril | |
2019-10-30 | Improve the primary line setting display in the Configure Snap dialog | Hugo Locurcio | |
This merges the "steps" suffix into the SpinBox using its `suffix` property. | |||
2019-10-30 | Merge pull request #33181 from clayjohn/GLES2-MSAA-fail_gracefully | Rémi Verschelde | |
Fail framebuffer allocation gracefully for MSAA in GLES2 | |||
2019-10-30 | Merge pull request #24329 from bruvzg/macos_pen_pressure | Rémi Verschelde | |
Add graphic tablet pen pressure/tilt support | |||
2019-10-30 | When framebuffer allocation fails for MSAA in GLES2 revert to normal without ↵ | clayjohn | |
ERR_FAIL | |||
2019-10-30 | [macOS, Windows, X11] Add graphic tablet pen pressure and tilt support to ↵ | bruvzg | |
InputEventMouseMotion event. | |||
2019-10-30 | Fixed uinitialized variable in srgb_to_linear table | Hanif Bin Ariffin | |
Old array's size was actually 255. Fixes #33133 | |||
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 |