Age | Commit message (Expand) | Author |
2021-02-24 | Merge pull request #46045 from bruvzg/text_server_bmp_create | Rémi Verschelde |
2021-02-21 | Merge pull request #38565 from nekomatata/export-default-values | Rémi Verschelde |
2021-02-20 | Draw an outline for 2D debug collision shapes | Hugo Locurcio |
2021-02-19 | Merge pull request #46196 from nmrkr/visual-shader-invalid-forced-connect | Rémi Verschelde |
2021-02-18 | Fix crash when calling connect_nodes_forced with invalid params | Delf Neumärker |
2021-02-18 | Fix handling of negative indices in SurfaceTool | Delf Neumärker |
2021-02-18 | Modernize atomics | Pedro J. Estébanez |
2021-02-16 | Fixes crash when calling VisualShader::set_mode | andybarcia |
2021-02-16 | Merge pull request #46082 from YeldhamDev/styleboxline_margin_fix | Rémi Verschelde |
2021-02-16 | Fix StyleBoxLine's incorrect style margin values | Michael Alexsander |
2021-02-15 | Merge pull request #46069 from bruvzg/fix_font_crash_empty_data | Rémi Verschelde |
2021-02-15 | Fix `TextLine`/`TextParagraph` crash when `add_string` / `set_dropcap` is cal... | bruvzg |
2021-02-15 | Fix font `draw_*string` crash with empty data. | bruvzg |
2021-02-15 | Merge pull request #45704 from EricEzaM/PR/popup-menu-beautification | Rémi Verschelde |
2021-02-15 | [Text Server] Restores bitmap font dynamic construction functions. | bruvzg |
2021-02-15 | [TextServer] Restore character and space extra spacing support. | bruvzg |
2021-02-15 | Improved PopupMenu visuals. Removed x-y margin, made it 'padding' instead. | Eric M |
2021-02-14 | VisualShader::_input_type_changed Fix index out of bounds crash. | kleonc |
2021-02-14 | [CTL] Add missing font outline drawing routines and theme constants. | bruvzg |
2021-02-14 | Fix uninitialized `BaseMaterial3D::features` variable. | bruvzg |
2021-02-12 | Fix LineEdit minimum width | reduz |
2021-02-11 | Improve resource load cache | reduz |
2021-02-10 | Removed _change_notify | reduz |
2021-02-10 | Merge pull request #45845 from qarmin/cppcheck_scene_2 | Rémi Verschelde |
2021-02-10 | Make Servers truly Thread Safe | reduz |
2021-02-09 | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut |
2021-02-07 | Improve SDFGI indirect light feedback loop | reduz |
2021-02-06 | Simplify Volumetric Fog | reduz |
2021-02-05 | Added temporal reprojection to Volumetric Fog | reduz |
2021-02-04 | Merge pull request #45672 from reduz/barrier-optimization | Rémi Verschelde |
2021-02-04 | doc: Don't bind argument names with p_ prefix | Rémi Verschelde |
2021-02-04 | Make SyntaxHighligher::_clear_highlighting_cache virtual | George Marques |
2021-02-04 | Rewrote how barriers work for faster rendering | reduz |
2021-02-04 | Removed duplicated binding of two methods | George Marques |
2021-02-03 | Merge pull request #45496 from Chaosus/fix_particles | Rémi Verschelde |
2021-02-02 | Add check for sun in PhysicalSky | clayjohn |
2021-02-01 | Merge pull request #45594 from JFonS/improve_3d_grid | Rémi Verschelde |
2021-02-01 | 3D editor grid improvements | jfons |
2021-02-01 | Merge pull request #37547 from aaronfranke/tau | Rémi Verschelde |
2021-02-01 | Merge pull request #45281 from Chaosus/vs_unify | Rémi Verschelde |
2021-01-28 | doc: Sync classref with current source | Rémi Verschelde |
2021-01-27 | Fix particles not properly modified by their lifetime | Yuri Roubinsky |
2021-01-27 | Added missed Button `font_hover_pressed_color` style | Yuri Roubinsky |
2021-01-26 | Reveals Button "icon_color" style properties to the user | Yuri Roubinsky |
2021-01-26 | Merge pull request #44194 from madmiraal/fix-font_selected_color | Rémi Verschelde |
2021-01-25 | Merge pull request #45447 from pycbouh/graphedit-minimap-active-invisible | Rémi Verschelde |
2021-01-25 | Fix minimap capturing events and improve its theme | Yuri Sizov |
2021-01-25 | Implement shadow meshes | reduz |
2021-01-24 | Change themes *_color_* to *_*_color | Marcel Admiraal |
2021-01-22 | Merge pull request #45314 from RandomShaper/modernize_rwlock | Rémi Verschelde |