Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-09 | Renaming all ARVR nodes to XR | Bastiaan Olij | |
2020-04-08 | Merge pull request #37678 from reduz/refactor-shadowmapping | Juan Linietsky | |
Refactored shadowmapping. | |||
2020-04-08 | Refactored shadowmapping. | Juan Linietsky | |
- Made shadow bias size independent, so it will remain when changing light or camera size. - Implemented normal offset bias, which greatly enhances quality. - Added transmission to subsurface scattering - Reimplemented shadow filter modes Closes #17260 | |||
2020-04-08 | erase : if ( i < offset ) { continue;} in for loops | theludovyc | |
2020-04-07 | Fixed underlines and striketrough not respecting visible character | janglee | |
2020-04-07 | Merge pull request #37551 from KoBeWi/found_your_screen | Rémi Verschelde | |
Add the missing argument in files_dropped signal | |||
2020-04-07 | Merge pull request #37591 from Anutrix/remove_reduntant_class | Rémi Verschelde | |
Removed redundant class LineEditFileChooser from file_dialog | |||
2020-04-07 | Merge pull request #37642 from dreamsComeTrue/rich-text-strike-fix | Rémi Verschelde | |
Calculate strike-through y-position correctly (RichTexteLabel) | |||
2020-04-07 | Merge pull request #37615 from guilhermefelipecgs/fix_37526 | Rémi Verschelde | |
Fix TextureRect::flip_* when used with atlas texture | |||
2020-04-06 | Calculate strike-through position correctly | Dominik 'dreamsComeTrue' Jasiński | |
Fixes: #37637 | |||
2020-04-06 | Merge pull request #37639 from qarmin/no_more_leaks | Rémi Verschelde | |
Fixes leaks when running editor | |||
2020-04-06 | Fixes leaks when running editor | qarmin | |
2020-04-06 | Fix TextureRect::flip_* when used with atlas texture | Guilherme Felipe | |
Fix #37526 | |||
2020-04-06 | Merge pull request #37623 from Chaosus/vs_fix_keyword_name | Yuri Roubinsky | |
Adds warning to the uniform name in visual shader if its equal to keyword | |||
2020-04-06 | Adds warning to the uniform name in visual shader if its equal to keyword | Yuri Roubinsky | |
2020-04-06 | Merge pull request #37556 from KoBeWi/kill_get_index | Rémi Verschelde | |
Remove Node.get_position_in_parent() | |||
2020-04-06 | Remove Node.get_position_in_parent() | Tomasz Chabora | |
2020-04-05 | Merge pull request #37397 from Eoin-ONeill-Yokai/Bug37081 | Rémi Verschelde | |
Correction to RichTextLabel Tabulation (Bug 37081) | |||
2020-04-05 | Removed reduntant class LineEditFileChooser. | unknown | |
2020-04-04 | Merge pull request #37570 from reduz/implement-sss | Rémi Verschelde | |
Re-implement subsurface scattering. | |||
2020-04-04 | Re-implement subsurface scattering. | Juan Linietsky | |
The size settings are more "just works", with default scale and depth scale values that don't need much tweaking. Additionally, a "skin" mode was added so skin looks better. EDIT: Cleaned up SSR filter shader a bit. | |||
2020-04-04 | Fix file dialog not showing icons | unknown | |
2020-04-04 | Remove redundant vbx variable in FileDialog | unknown | |
2020-04-03 | Re-expose a simplified version of the stretch properties in SubViewport | Michael Alexsander | |
2020-04-03 | Add the missing argument in files_dropped signal | Tomasz Chabora | |
2020-04-03 | Merge pull request #37505 from YeldhamDev/viewcont_rename | Rémi Verschelde | |
Rename ViewportContainer to SubViewportContainer | |||
2020-04-02 | Merge pull request #37521 from akien-mga/more-nullptr | Rémi Verschelde | |
Replace more occurrences of NULL with nullptr | |||
2020-04-02 | Merge pull request #37512 from reduz/implement-ssr | Rémi Verschelde | |
Re-Added screen space reflection. | |||
2020-04-02 | Re-Added screen space reflection. | Juan Linietsky | |
2020-04-02 | Replace more occurrences of NULL with nullptr | Rémi Verschelde | |
2020-04-02 | Replace NULL with nullptr | lupoDharkael | |
2020-04-02 | Merge pull request #37504 from qarmin/out_of_bound_cursor | Rémi Verschelde | |
Fix array out of bounds access caused by uninitialised variables | |||
2020-04-01 | Rename ViewportContainer to SubViewportContainer | Michael Alexsander | |
2020-04-01 | Fix out of bound array access caused by unassigned variable | Rafał Mikrut | |
2020-04-01 | Merge pull request #37443 from Leleat/master | Rémi Verschelde | |
Fix PopupMenu's letter jumping on any InputEventKey (instead of just a press) | |||
2020-04-01 | Merge pull request #37481 from ThakeeNathees/bind-method-typo | Rémi Verschelde | |
some typo in method binds fixed | |||
2020-04-01 | some typo in method binds fixed | Thakee Nathees | |
2020-03-31 | Merge pull request #35765 from clayjohn/master | Rémi Verschelde | |
Add a method to retrieve active material from MeshInstance | |||
2020-03-31 | Merge pull request #37442 from YeldhamDev/subviewport_register | Rémi Verschelde | |
Register SubViewport class | |||
2020-03-31 | doc: Sync classref with DisplayServer/Window changes | Rémi Verschelde | |
2020-03-30 | Add a method to retrieve active material from MeshInstance | clayjohn | |
2020-03-30 | fixed PopupMenus letterjumping on any InputEvent | Leleat | |
2020-03-30 | Register SubViewport class | Michael Alexsander | |
2020-03-30 | Merge pull request #37436 from akien-mga/doc-node-renames | Rémi Verschelde | |
doc: Update classref with node renames | |||
2020-03-30 | Merge pull request #37356 from akien-mga/scons-enable-werror | Rémi Verschelde | |
SCons: Treat all warnings as errors | |||
2020-03-30 | Fix another batch of -Wmaybe-uninitialized warnings | Rémi Verschelde | |
And simplify code in CSGShape. | |||
2020-03-30 | doc: Update classref with node renames | Rémi Verschelde | |
A few extra renames for classes which were missed in last week's PRs. | |||
2020-03-30 | Move glow upscale quality to a global setting, for consistency | Juan Linietsky | |
2020-03-30 | SCons: Format buildsystem files with psf/black | Rémi Verschelde | |
Configured for a max line length of 120 characters. psf/black is very opinionated and purposely doesn't leave much room for configuration. The output is mostly OK so that should be fine for us, but some things worth noting: - Manually wrapped strings will be reflowed, so by using a line length of 120 for the sake of preserving readability for our long command calls, it also means that some manually wrapped strings are back on the same line and should be manually merged again. - Code generators using string concatenation extensively look awful, since black puts each operand on a single line. We need to refactor these generators to use more pythonic string formatting, for which many options are available (`%`, `format` or f-strings). - CI checks and a pre-commit hook will be added to ensure that future buildsystem changes are well-formatted. | |||
2020-03-29 | Correction to RichTextLabel Tabulation | Eoin O'Neill | |
Correct backtrack assignment to prevent excessive tabulation. Worth noting that tabulation is treated differently in RichTextLabel because of custom user-asignable tab variable which creates problems with dynamic fonts specifically. |