| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #37436 from akien-mga/doc-node-renames | Rémi Verschelde | 2020-03-30 | 19 | -35/+55 |
| |\ |
|
| | * | doc: Update classref with node renames | Rémi Verschelde | 2020-03-30 | 19 | -35/+55 |
| * | | Merge pull request #37356 from akien-mga/scons-enable-werror | Rémi Verschelde | 2020-03-30 | 1 | -1/+2 |
| |\ \ |
|
| | * | | Fix another batch of -Wmaybe-uninitialized warnings | Rémi Verschelde | 2020-03-30 | 1 | -1/+2 |
| * | | | Move glow upscale quality to a global setting, for consistency | Juan Linietsky | 2020-03-30 | 2 | -30/+10 |
| |/ / |
|
| * / | SCons: Format buildsystem files with psf/black | Rémi Verschelde | 2020-03-30 | 11 | -32/+32 |
| |/ |
|
| * | Merge pull request #37362 from reduz/audioserver-memory-cleanup | Rémi Verschelde | 2020-03-28 | 1 | -3/+3 |
| |\ |
|
| | * | Remove the audio memory allocator, use regular one instead. | Juan Linietsky | 2020-03-27 | 1 | -3/+3 |
| * | | Fix copyright headers for recently added files | Rémi Verschelde | 2020-03-28 | 2 | -2/+2 |
| * | | More server renames for consistency after #37361 | Rémi Verschelde | 2020-03-28 | 4 | -4/+18 |
| * | | Fixed missed occurrences in #37361 renamings. | dankan1890 | 2020-03-28 | 2 | -4/+4 |
| |/ |
|
| * | Renaming of servers for coherency. | Juan Linietsky | 2020-03-27 | 129 | -2095/+2094 |
| * | Merge pull request #37340 from reduz/rename-3d-nodes | Juan Linietsky | 2020-03-27 | 137 | -3816/+3648 |
| |\ |
|
| | * | Rename more 2D and 3D nodes to follow convention | Rémi Verschelde | 2020-03-27 | 38 | -455/+446 |
| | * | Fix build with disable_3d=yes, remove dependency on WorldEnvironment | Rémi Verschelde | 2020-03-27 | 3 | -13/+18 |
| | * | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky | 2020-03-27 | 121 | -3425/+3261 |
| * | | Merge pull request #37353 from bruvzg/fix_editor_font | Rémi Verschelde | 2020-03-27 | 1 | -1/+1 |
| |\ \
| |/
|/| |
|
| | * | Fix default editor font. | bruvzg | 2020-03-27 | 1 | -1/+1 |
| * | | Fix various -Wmaybe-uninitialized (#37352). | Martin Liska | 2020-03-27 | 2 | -15/+15 |
| |/ |
|
| * | Add macOS DisplayServer implementation. | bruvzg | 2020-03-26 | 6 | -28/+38 |
| * | Fixes to X11, still pretty broken | Juan Linietsky | 2020-03-26 | 3 | -17/+24 |
| * | Multiple changes to DisplayServerX11 | Mateo Kuruk Miccino | 2020-03-26 | 2 | -4/+8 |
| * | Implemented drag and drop across windows, both OS and embedded. | Juan Linietsky | 2020-03-26 | 3 | -77/+171 |
| * | Reworked tooltips to use the popup system. | Juan Linietsky | 2020-03-26 | 7 | -49/+95 |
| * | Popups have also been converted to windows | Juan Linietsky | 2020-03-26 | 13 | -57/+236 |
| * | Open sub-windows as embedded if the OS does not support them | Juan Linietsky | 2020-03-26 | 13 | -576/+897 |
| * | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 43 | -1249/+1289 |
| * | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 20 | -799/+888 |
| * | Support for transient windows | Juan Linietsky | 2020-03-26 | 2 | -4/+183 |
| * | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 21 | -312/+305 |
| * | Added a Window node, and made it the scene root. | Juan Linietsky | 2020-03-26 | 32 | -477/+912 |
| * | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky | 2020-03-26 | 14 | -58/+69 |
| * | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky | 2020-03-26 | 12 | -14/+15 |
| * | Merge pull request #37274 from Janglee123/corrected-text-selection-in-color-p... | Rémi Verschelde | 2020-03-26 | 1 | -5/+12 |
| |\ |
|
| | * | Corrected text selection in color picker | janglee | 2020-03-25 | 1 | -5/+12 |
| * | | Merge pull request #37279 from Waridley/fix_22016 | Rémi Verschelde | 2020-03-26 | 2 | -2/+2 |
| |\ \ |
|
| | * | | Fix volume interpolation in positional audio nodes | Waridley | 2020-03-25 | 2 | -2/+2 |
| * | | | Merge pull request #37287 from Chaosus/vs_sky | Yuri Roubinsky | 2020-03-26 | 1 | -4/+52 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | Added sky shader mode to visual shaders | Yuri Roubinsky | 2020-03-25 | 1 | -4/+52 |
| * | | | Merge pull request #37272 from AndreaCatania/fix_ik_rot | Rémi Verschelde | 2020-03-25 | 3 | -2/+14 |
| |\ \ \ |
|
| | * | | | Fixed IK rotation issue | Andrea Catania | 2020-03-24 | 3 | -2/+14 |
| * | | | | Merge pull request #37281 from ThakeeNathees/fix-project-manager-don't-consum... | Rémi Verschelde | 2020-03-25 | 1 | -1/+0 |
| |\ \ \ \
| |_|/ /
|/| | | |
|
| | * | | | fix project manager don't consume Enter key #17620 | Thakee Nathees | 2020-03-25 | 1 | -1/+0 |
| | | |/
| |/| |
|
| * | | | Merge pull request #37280 from KoBeWi/n | Rémi Verschelde | 2020-03-24 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | Make search in RichTextLabel case-insensitive | Tomasz Chabora | 2020-03-24 | 1 | -1/+1 |
| * | | | | Merge pull request #37176 from dkaste/line-edit-secret-fix-2 | Rémi Verschelde | 2020-03-24 | 1 | -10/+10 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | Use LineEdit secret character width everywhere | Darren Kaste | 2020-03-19 | 1 | -10/+10 |
| * | | | | Merge pull request #37268 from clayjohn/VULKAN-sky-color | Rémi Verschelde | 2020-03-24 | 1 | -0/+2 |
| |\ \ \ \ |
|
| | * | | | | Replace subpass textures with color in sky shader | clayjohn | 2020-03-24 | 1 | -0/+2 |
| | | |/ /
| |/| | |
|
| * | | | | Remove unused classes and stray headers | Rémi Verschelde | 2020-03-24 | 4 | -248/+0 |
| | |_|/
|/| | |
|