Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-11 | Improve AudioEffectDistortion and AudioEffectFilter documentation | skyace65 | |
2020-09-11 | Merge pull request #41976 from Xrayez/gdnative-tests-string | Rémi Verschelde | |
Move GDNative `String` tests to respective module | |||
2020-09-11 | Merge pull request #41955 from Chaosus/vs_performance_fix3 | Yuri Roubinsky | |
Improve performance of Add/Remove/Connect/Change nodes in visual shader | |||
2020-09-11 | Merge pull request #41977 from madmiraal/fix-vector_h | Rémi Verschelde | |
Add missing reference to const T Vector::get(). | |||
2020-09-11 | Improve performance of Add/Remove/Connect/Change nodes in visual shader | Yuri Roubinsky | |
2020-09-11 | Move GDNative `String` tests to respective module | Andrii Doroshenko (Xrayez) | |
GDNative-specific tests moved out of main `tests/` folder into `modules/gdnative/tests`. Include path for GDNative headers are still hardcoded in `tests/SCsub`, but made conditional now. Also fixed test case tag typos. Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com> | |||
2020-09-11 | Merge pull request #41965 from lyuma/shadow_attenuation | Rémi Verschelde | |
Fix ATTENUATION and implement SHADOW_ATTENUATION. | |||
2020-09-11 | Merge pull request #41975 from madmiraal/remove-unused-variables | Rémi Verschelde | |
Remove unused Python local variables. | |||
2020-09-11 | Add missing reference to const T Vector::get(). | Marcel Admiraal | |
2020-09-11 | Remove unused Python local variables. | Marcel Admiraal | |
2020-09-11 | doc: Sync classref with current source | Rémi Verschelde | |
Bind missing enums. | |||
2020-09-11 | Merge pull request #41971 from nekomatata/richtextlabel-align-pointer | Rémi Verschelde | |
Fix RichTextLabel alignment for clickable regions | |||
2020-09-11 | Fix RichTextLabel alignment for clickable regions | PouleyKetchoupp | |
Fixes #41006 (regression from #39164). The original alignment fix was limited to PROCESS_DRAW mode, which caused some discrepancies with PROCESS_POINTER mode. Now only PROCESS_CACHE is excluded with a condition a few lines above. | |||
2020-09-10 | Fix ATTENUATION and implement SHADOW_ATTENUATION. | Lyuma | |
2020-09-10 | Merge pull request #40973 from Paulb23/code_edit | Rémi Verschelde | |
Add CodeEdit and TextEdit gutter system | |||
2020-09-10 | Remove breakpoints from editor settings | Paulb23 | |
2020-09-10 | Move safe line color into editor | Paulb23 | |
2020-09-10 | Move ConnectionGutter to editor code_editor | Paulb23 | |
2020-09-10 | Add folding gutter to code_edit | Paulb23 | |
2020-09-10 | Add main_gutter (breakpoints, bookmarks, execution lines) to code_edit | Paulb23 | |
2020-09-10 | Changed line_edited_from(from) to lines_edit_from(from, to) | Paulb23 | |
2020-09-10 | Added Line numbers to CodeEdit | Paulb23 | |
2020-09-10 | Added gutter system to TextEdit | Paulb23 | |
2020-09-10 | Add and convert editor to use CodeEdit | Paulb23 | |
2020-09-10 | Merge pull request #41957 from skyace65/SpriteFrames | Rémi Verschelde | |
Improve SpriteFrames get_animation_loop description | |||
2020-09-10 | Improve SpriteFrames get_animation_loop description | skyace65 | |
2020-09-10 | Merge pull request #41954 from Calinou/raycast-rename-cast-to | Rémi Verschelde | |
Rename RayCast's `cast_to` property to `target_position` | |||
2020-09-10 | Rename RayCast's `cast_to` property to `target_position` | Hugo Locurcio | |
`cast_to` is sometimes mistaken as a method rather than a property. `target_position` makes it more obvious that it's a property. | |||
2020-09-10 | Merge pull request #41806 from AndreaCatania/AndreaCatania-patch-4 | Rémi Verschelde | |
Avoid adding margin twice along capsule Y axis | |||
2020-09-10 | Merge pull request #41951 from Yetizone/update_header_guard | Rémi Verschelde | |
scene_tree.h: Update header guard | |||
2020-09-10 | scene_tree.h: Update header guard | Yetizone | |
2020-09-10 | Merge pull request #41945 from capnm/upstream-prs | Rémi Verschelde | |
git: Ignore clangd cache folder | |||
2020-09-10 | Merge pull request #41944 from madmiraal/remove-unused-imports | Rémi Verschelde | |
Remove unused Python imports. | |||
2020-09-10 | git: Ignore clangd cache folder | Martin Capitanio | |
2020-09-10 | Remove unused Python imports. | Marcel Admiraal | |
2020-09-10 | Merge pull request #41795 from Hassan-A/tilemap-rotate-fix | Rémi Verschelde | |
Fix tilemap tile preview on horizontal/vertical flips. | |||
2020-09-10 | Merge pull request #41890 from YeldhamDev/tabs_previous | Rémi Verschelde | |
Add 'get_previous_tab()' to 'Tabs' | |||
2020-09-10 | Merge pull request #41935 from Chaosus/vs_texture3d | Rémi Verschelde | |
Added Texture3D to visual shaders | |||
2020-09-10 | Merge pull request #41940 from madmiraal/remove-duplicate-definitions | Rémi Verschelde | |
Remove duplicate or unnecessary Python definitions. | |||
2020-09-10 | Merge pull request #41920 from Chaosus/fix_colorpicker | Rémi Verschelde | |
Fix ColorPickerButton to apply changes after picker popup closed | |||
2020-09-10 | Remove duplicate or unnecessary Python definitions. | Marcel Admiraal | |
2020-09-10 | Merge pull request #41937 from madmiraal/remove-unused-variable | Rémi Verschelde | |
Remove unused variable in fixed-size.html. | |||
2020-09-10 | Remove unused variable in fixed-size.html. | Marcel Admiraal | |
2020-09-10 | Merge pull request #41928 from akien-mga/tinyexr-1.0.0 | Rémi Verschelde | |
tinyexr: Sync with upstream 1.0.0 | |||
2020-09-10 | Merge pull request #41932 from clayjohn/VULKAN-3dtexture-repeat | Rémi Verschelde | |
Set repeat in all 3 dimensions in 3d textures | |||
2020-09-10 | Added Texture3D to visual shaders | Yuri Roubinsky | |
2020-09-09 | Set repeat in all 3 dimensions in 3d textures | clayjohn | |
2020-09-09 | Merge pull request #41926 from Calinou/rename-shortcut-sentence-case | Rémi Verschelde | |
Rename ShortCut to Shortcut which is more grammatically correct | |||
2020-09-09 | Merge pull request #41925 from reduz/improve-exr-loading | Juan Linietsky | |
Make EXR import format support all depths and channel configurations | |||
2020-09-09 | tinyexr: Sync with upstream 1.0.0 | Rémi Verschelde | |