Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-22 | Add mutable OAHashMap::lookup_ptr function to fix mutability. | AndreaCatania | |
2022-04-20 | Merge pull request #60175 from Geometror/visual-shader-vector4 | Yuri Rubinsky | |
2022-04-20 | Merge pull request #60377 from clayjohn/GLES3-initialize | Bastiaan Olij | |
Initialize OpenGL before rasterizers in GLES3 | |||
2022-04-19 | Merge pull request #60214 from JFonS/fix_depth_prepass | Clay John | |
Fix depth pre-pass on all face cull modes | |||
2022-04-19 | Initialize OpenGL before rasterizers in GLES3 | clayjohn | |
2022-04-19 | Merge pull request #50175 from kleonc/image-blit-blend-fix-rects | Hugo Locurcio | |
`Image.blit_rect/blend_rect` Fix rects calculations for negative arguments | |||
2022-04-19 | Merge pull request #60329 from Calinou/aspectratiocontainer-add-property-hint | Hugo Locurcio | |
2022-04-19 | Merge pull request #60363 from ↵ | Hugo Locurcio | |
Rindbee/fix-incorrect-property-label-with-feature-tags | |||
2022-04-18 | Merge pull request #59984 from BastiaanOlij/more_storage_20220407 | Clay John | |
More work on splitting up RendererStorage | |||
2022-04-18 | Merge pull request #60315 from fire-forge/noise-enum-names | Clay John | |
Add spaces to FastNoiseLite enum hint names | |||
2022-04-19 | Fixes incorrect display of property labels with feature tags | Rindbee | |
Closes #60352 | |||
2022-04-17 | Add a property hint for AspectRatioContainer's `ratio` property | Hugo 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-17 | Merge pull request #60310 from HookJabs/unz_file_read_failure | Rémi Verschelde | |
2022-04-16 | Add spaces to FastNoiseLite enum hint names | FireForge | |
2022-04-17 | Moved particles into ParticlesStorage | Bastiaan Olij | |
2022-04-17 | Move light, reflection probe and lightmap into LightStorage | Bastiaan Olij | |
2022-04-17 | Merge canvas and decal into TextureStorage and add render target | Bastiaan Olij | |
2022-04-16 | Unzip read success no longer breaks read loop | Josh 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-17 | Merge pull request #60308 from TokageItLab/remove-exp-map-in-blending | Rémi Verschelde | |
Discontinue exp map in blending | |||
2022-04-17 | Discontinue exp map in blending | Silc 'Tokage' Renew | |
2022-04-16 | Merge pull request #60267 from timothyqiu/timestamp-fraction | Rémi Verschelde | |
Document timestamp decimal fraction in `Time` | |||
2022-04-16 | Merge 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-16 | Document timestamp decimal fraction in Time | Haoyu Qiu | |
2022-04-16 | Fix the Audio Listener 3D property not being grouped with 2D in Viewport | Hugo Locurcio | |
2022-04-15 | Merge pull request #60215 from rohanrhu/fix-invalid-datetime-crash | Rémi Verschelde | |
Fix crash when parsing invalid datetime string | |||
2022-04-15 | Quick fix: Crash when parsing invalid datetime string #60189 | Oğuzhan Eroğlu | |
2022-04-15 | Merge pull request #60235 from TokageItLab/fix-value-track-blend | Rémi Verschelde | |
Fixed blending value track without RESET and TRS3D track with RESET | |||
2022-04-15 | Merge pull request #60007 from aaronfranke/gds-op-adj-tr3d | Rémi Verschelde | |
GDScript: Rename OPCODE_TYPE_ADJUST_TRANSFORM to have a 3D suffix | |||
2022-04-14 | Merge pull request #60241 from kleonc/navmap-reset-least_cost_id | Rémi Verschelde | |
`NavMap::get_path` Fix not resetting `least_cost_id` | |||
2022-04-14 | Merge pull request #60225 from YeldhamDev/popmenu_arrow_slim | Rémi Verschelde | |
Reduce width of arrow icons for the default theme in `PopupMenu` | |||
2022-04-14 | NavMap::get_path Fix not resetting least_cost_id | kleonc | |
2022-04-14 | Fixed value track blend animation without RESET | Silc 'Tokage' Renew | |
2022-04-14 | Merge pull request #60227 from YeldhamDev/popmenu_sep_font | Rémi Verschelde | |
Add `font_separator` and related properties to `PopupMenu` | |||
2022-04-13 | Add `font_separator` and related properties to `PopupMenu` | Michael Alexsander | |
2022-04-13 | Reduce width of arrow icons for the default theme in `PopupMenu` | Michael Alexsander | |
2022-04-14 | Merge pull request #60221 from YeldhamDev/grid_toplevel_fix | Rémi Verschelde | |
Fix `GridContainer` not ignoring toplevel children | |||
2022-04-14 | Merge pull request #60220 from YeldhamDev/the_line_must_be_drawn_here | Rémi Verschelde | |
Fix and tweak labeled separator in `PopupMenu` | |||
2022-04-14 | Merge pull request #60203 from RedHeadphone/master | Rémi Verschelde | |
Fix Time.get_datetime_string_from_dict() does not validate input | |||
2022-04-14 | Merge pull request #60208 from Magorx/input-set-custom-mouse-cursor-fix | Rémi Verschelde | |
Added p_shape check to avoid engine crash in DisplayServer | |||
2022-04-13 | Fix `GridContainer` not ignoring toplevel children | Michael Alexsander | |
2022-04-13 | Merge pull request #60177 from reduz/animation-library-import | Rémi Verschelde | |
Import scenes as AnimationLibrary | |||
2022-04-13 | Merge pull request #60093 from TokageItLab/reset-blend | Rémi Verschelde | |
Make blend animation to use ResetTrack as default value | |||
2022-04-13 | Fix and tweak labeled separator in `PopupMenu` | Michael Alexsander | |
2022-04-13 | Merge pull request #60213 from JFonS/fix_depth_state | Rémi Verschelde | |
2022-04-13 | Merge pull request #60211 from timothyqiu/al-rename | Rémi Verschelde | |
2022-04-13 | Merge pull request #60209 from ConteZero/select_all_null | Rémi Verschelde | |
2022-04-13 | Merge pull request #60191 from novaplusplus/file-open-fix | Rémi Verschelde | |
2022-04-13 | Fix depth pre-pass on all face cull modes | Joan Fons | |
The default shadow material was used for depth rendering disregarding the cull mode of the original material. This commit adds a check so the default shadow material is only used when the original material has back-face culling. | |||
2022-04-13 | Fix regression in rasterizer state | Joan Fons | |
Fixes a regression introduced by the color pass flags rework. The various rasterizer state structs were not being reset for each flag combination, which meant some state changes were wrongly applied to some flag combinations. | |||
2022-04-13 | Fix parameter validation when renaming in AnimationLibrary | Haoyu Qiu | |