summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-24Merge pull request #60488 from aaronfranke/vector4ddecomposeYuri Rubinsky
2022-04-24Fix "Vector4DDecompose" typo in VisualShaderEditorPluginAaron Franke
2022-04-23Merge pull request #60460 from GTcreyon/masterClay John
Changed "pair" to "triplet" in Vector3 definition
2022-04-23Merge pull request #60336 from TokageItLab/fix-root-motion-rotation-initClay John
Fixed wrong init value of root motion rotation
2022-04-23Changed "pair" to "triplet" in Vector3 definitionGTcreyon
2022-04-22Merge pull request #60201 from laws65/datetime-string-message-fixAaron Franke
Proper (in)validation of negative values in datetime strings and datetime dicts
2022-04-20Merge pull request #60175 from Geometror/visual-shader-vector4Yuri Rubinsky
2022-04-20Merge pull request #60377 from clayjohn/GLES3-initializeBastiaan Olij
Initialize OpenGL before rasterizers in GLES3
2022-04-19Merge pull request #60214 from JFonS/fix_depth_prepassClay John
Fix depth pre-pass on all face cull modes
2022-04-19Initialize OpenGL before rasterizers in GLES3clayjohn
2022-04-19Merge pull request #50175 from kleonc/image-blit-blend-fix-rectsHugo Locurcio
`Image.blit_rect/blend_rect` Fix rects calculations for negative arguments
2022-04-19Merge pull request #60329 from Calinou/aspectratiocontainer-add-property-hintHugo Locurcio
2022-04-19Merge pull request #60363 from ↵Hugo Locurcio
Rindbee/fix-incorrect-property-label-with-feature-tags
2022-04-18Merge pull request #59984 from BastiaanOlij/more_storage_20220407Clay John
More work on splitting up RendererStorage
2022-04-18Merge pull request #60315 from fire-forge/noise-enum-namesClay John
Add spaces to FastNoiseLite enum hint names
2022-04-19Fixes incorrect display of property labels with feature tagsRindbee
Closes #60352
2022-04-18fixed init value in root motion rotationSilc 'Tokage' Renew
2022-04-17Add a property hint for AspectRatioContainer's `ratio` propertyHugo Locurcio
Zero or negative ratios are not valid, so the property hint prevents choosing such values. The property hint allows using 4 decimals so that common aspect ratios like 16/9 can be specified with a good level of precision.
2022-04-17Proper validation of negative values in datetime strings and datetime dictslaws65
2022-04-17Merge pull request #60310 from HookJabs/unz_file_read_failureRémi Verschelde
2022-04-16Add spaces to FastNoiseLite enum hint namesFireForge
2022-04-17Moved particles into ParticlesStorageBastiaan Olij
2022-04-17Move light, reflection probe and lightmap into LightStorageBastiaan Olij
2022-04-17Merge canvas and decal into TextureStorage and add render targetBastiaan Olij
2022-04-16Unzip read success no longer breaks read loopJosh Kabo
unzReadCurrentFile(3) returns number of bytes read, so the current code only processes the file if no bytes were read (UNZ_OK is a #define equal to 0). I've altered the break to occur only on unsuccessful read, (when unzReadCurrentFile(3) returns less than zero), and added an error message for when an unsuccessful read occurs.
2022-04-17Merge pull request #60308 from TokageItLab/remove-exp-map-in-blendingRémi Verschelde
Discontinue exp map in blending
2022-04-17Discontinue exp map in blendingSilc 'Tokage' Renew
2022-04-16Merge pull request #60267 from timothyqiu/timestamp-fractionRémi Verschelde
Document timestamp decimal fraction in `Time`
2022-04-16Merge pull request #60281 from ↵Rémi Verschelde
Calinou/viewport-audio-listener3d-fix-property-grouping Fix the Audio Listener 3D property not being grouped with 2D in Viewport
2022-04-16Document timestamp decimal fraction in TimeHaoyu Qiu
2022-04-16Fix the Audio Listener 3D property not being grouped with 2D in ViewportHugo Locurcio
2022-04-15Merge pull request #60215 from rohanrhu/fix-invalid-datetime-crashRémi Verschelde
Fix crash when parsing invalid datetime string
2022-04-15Quick fix: Crash when parsing invalid datetime string #60189Oğuzhan Eroğlu
2022-04-15Merge pull request #60235 from TokageItLab/fix-value-track-blendRémi Verschelde
Fixed blending value track without RESET and TRS3D track with RESET
2022-04-15Merge pull request #60007 from aaronfranke/gds-op-adj-tr3dRémi Verschelde
GDScript: Rename OPCODE_TYPE_ADJUST_TRANSFORM to have a 3D suffix
2022-04-14Merge pull request #60241 from kleonc/navmap-reset-least_cost_idRémi Verschelde
`NavMap::get_path` Fix not resetting `least_cost_id`
2022-04-14Merge pull request #60225 from YeldhamDev/popmenu_arrow_slimRémi Verschelde
Reduce width of arrow icons for the default theme in `PopupMenu`
2022-04-14NavMap::get_path Fix not resetting least_cost_idkleonc
2022-04-14Fixed value track blend animation without RESETSilc 'Tokage' Renew
2022-04-14Merge pull request #60227 from YeldhamDev/popmenu_sep_fontRémi Verschelde
Add `font_separator` and related properties to `PopupMenu`
2022-04-13Add `font_separator` and related properties to `PopupMenu`Michael Alexsander
2022-04-13Reduce width of arrow icons for the default theme in `PopupMenu`Michael Alexsander
2022-04-14Merge pull request #60221 from YeldhamDev/grid_toplevel_fixRémi Verschelde
Fix `GridContainer` not ignoring toplevel children
2022-04-14Merge pull request #60220 from YeldhamDev/the_line_must_be_drawn_hereRémi Verschelde
Fix and tweak labeled separator in `PopupMenu`
2022-04-14Merge pull request #60203 from RedHeadphone/masterRémi Verschelde
Fix Time.get_datetime_string_from_dict() does not validate input
2022-04-14Merge pull request #60208 from Magorx/input-set-custom-mouse-cursor-fixRémi Verschelde
Added p_shape check to avoid engine crash in DisplayServer
2022-04-13Fix `GridContainer` not ignoring toplevel childrenMichael Alexsander
2022-04-13Merge pull request #60177 from reduz/animation-library-importRémi Verschelde
Import scenes as AnimationLibrary
2022-04-13Merge pull request #60093 from TokageItLab/reset-blendRémi Verschelde
Make blend animation to use ResetTrack as default value
2022-04-13Fix and tweak labeled separator in `PopupMenu`Michael Alexsander