Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-14 | GPULightmapper exclude back-face triangles while calculating bounces | William Deurwaarder | |
Edges that are at the edge of a plane, may get behind the scene and will hit back-face triangles which where included in the lighting calculations. This caused leaking of light at the edge of planes. In case a ray hits back-face triangle, it is skipped in the bounce calculations. | |||
2021-09-14 | Merge pull request #52667 from butkeim/master | Rémi Verschelde | |
Fix 3D Onion skinning missing | |||
2021-09-14 | Merge pull request #52353 from williamd67/documentation-view-scroll-to-end | Rémi Verschelde | |
Documentation view scroll to end | |||
2021-09-14 | Merge pull request #51094 from RandomShaper/error_cast_freed_object | Rémi Verschelde | |
Complain if casting a freed object in a debug session | |||
2021-09-14 | Merge pull request #52613 from V-Sekai/fix_custom_sync_commands | Fabio Alessandrelli | |
Fix custom multiplayer sync commands | |||
2021-09-14 | Merge pull request #52676 from Calinou/vulkan-version-print-same-line | Rémi Verschelde | |
Print the Vulkan API version and device used on the same line | |||
2021-09-14 | Complain if casting a freed object in a debug session | Pedro J. Estébanez | |
The idea is to give the user a chance to realize a mistake that will cause a crash in a release build (or with no debugger attached). | |||
2021-09-14 | Merge pull request #52202 from ↵ | Rémi Verschelde | |
jmb462/fix-wrong-behavior-action-editor-with-non-qwerty-layouts Fix wrong behavior of Action Map Editor with non QWERTY layouts (Fix #52169) | |||
2021-09-14 | Merge pull request #52583 from e8newallm/52360 | Rémi Verschelde | |
Removed updates that caused unnecessary window updates | |||
2021-09-14 | Print the Vulkan API version and device used on the same line | Hugo Locurcio | |
This matches Godot 3.x's OpenGL renderer behavior and is more compact. | |||
2021-09-14 | Merge pull request #52671 from Chaosus/fix_delete_line | Rémi Verschelde | |
Fix error which generates if `Delete Line` used on the last line in `CodeEditor` | |||
2021-09-14 | Merge pull request #52636 from Jummit/highlight_categories | Gilles Roudière | |
Highlight hovered inspector categories | |||
2021-09-14 | Fix wrong behavior of Action Map Editor with non QWERTY layouts | jmb462 | |
2021-09-14 | Merge pull request #52630 from JFonS/ebr_packets | JFonS | |
Upgrade Embree and enable ray packets | |||
2021-09-14 | Merge pull request #52646 from georgespatton/patch-1 | Rémi Verschelde | |
Clarify need to save ConfigFile to apply changes to file | |||
2021-09-14 | Merge pull request #52633 from lewiji/mono-build-solution-shortcut-4.0 | Rémi Verschelde | |
2021-09-14 | Merge pull request #52226 from Faless/debugger/4.x_start_options | Rémi Verschelde | |
2021-09-14 | Prevent error generates if `Delete Line` used on last line in CodeEditor | Yuri Roubinsky | |
2021-09-14 | Merge pull request #52535 from e8newallm/52490-type_conversion | Rémi Verschelde | |
Added explicit type conversion to uint32_t | |||
2021-09-14 | doc: Clarify need to save ConfigFile to apply changes to file | georgespatton | |
See #52645 for context. | |||
2021-09-14 | Fix 3D Onion skinning missing | Kerrad Yanis | |
2021-09-14 | Merge pull request #52266 from AndreaCatania/coll | Rémi Verschelde | |
2021-09-14 | Merge pull request #52348 from Faless/ci/4.x_actions | Rémi Verschelde | |
[CI] Refactor CI actions, use sub-actions, matrices. | |||
2021-09-14 | Add editor keyboard shortcut for Mono Build solution button | Lewis James | |
Apply suggestions from code review Merging @akien-mga's suggestion with the matching change to the CS project Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2021-09-14 | Merge pull request #52662 from Chaosus/fix_bookmarks | Rémi Verschelde | |
Fix editor crash on pressing `Go to Previous Bookmark` menu button | |||
2021-09-14 | Merge pull request #52644 from jmb462/error-message-on-invalid-autoload-name | Rémi Verschelde | |
Display an error message in autoload settings when autoload name is invalid | |||
2021-09-14 | Merge pull request #52657 from timothyqiu/ik-target | Rémi Verschelde | |
Make sure IK target is inside tree before using its transform | |||
2021-09-14 | Merge pull request #52260 from ThreeRhinosInAnElephantCostume/fixfindonfocus | Rémi Verschelde | |
Fix Find Next shortcut not working when search bar is focused | |||
2021-09-14 | Fix editor crash on pressing `Go to Previous Bookmark` menu button | Yuri Roubinsky | |
2021-09-14 | Merge pull request #52213 from Ev1lbl0w/fix_output_message_split | Rémi Verschelde | |
Fix messages with embedded newlines not being properly presented | |||
2021-09-14 | Merge pull request #52259 from ↵ | Rémi Verschelde | |
jmb462/fix-ctrl-V-wrong-behavior-in-inspector-textedit Fix Ctrl+V wrong behavior in inspector textedit (Fix #52208) | |||
2021-09-14 | Display an error message in settings when autoload name is invalid | jmb462 | |
2021-09-14 | Merge pull request #52658 from groud/some_tilemap_fixes | Gilles Roudière | |
Fix transform of TileMap nodes and tilemap selection | |||
2021-09-14 | Merge pull request #52153 from timothyqiu/test-array-pop-at | Rémi Verschelde | |
Add unit tests for `Array.pop_at()` | |||
2021-09-14 | Merge pull request #52222 from ↵ | Rémi Verschelde | |
Gallilus/Fix-VisualScriptPropertySet-value-property-hint | |||
2021-09-14 | [CI] Refactor CI actions, use sub-actions, matrices. | Fabio Alessandrelli | |
2021-09-14 | Fix transform of TileMap nodes and tilemap selection | Gilles Roudière | |
2021-09-14 | Merge pull request #52185 from Paulb23/nested-complex-ops | Rémi Verschelde | |
Allow nested complex ops in TextEdit | |||
2021-09-14 | Merge pull request #52604 from Faless/js/4.x_input_fix | Fabio Alessandrelli | |
[HTML5] Fix input not working when buffered. | |||
2021-09-14 | Make sure IK target is inside tree before using its transform | Haoyu Qiu | |
2021-09-14 | Merge pull request #51237 from KoBeWi/tween_fix() | Rémi Verschelde | |
Various fixes to Tween code | |||
2021-09-14 | Merge pull request #52654 from Chaosus/fix_startup_warning | Rémi Verschelde | |
Fix startup warning - Property not found: `audio/output_latency` | |||
2021-09-14 | Fix startup warning - Property not found: `audio/output_latency` | Yuri Roubinsky | |
2021-09-14 | Merge pull request #52648 from timothyqiu/reload-hook | Rémi Verschelde | |
Remove unused ImageTexture functions | |||
2021-09-14 | Merge pull request #52647 from timothyqiu/csg-shape-update | Rémi Verschelde | |
Don't update CSG Shape when not inside tree | |||
2021-09-14 | Merge pull request #52292 from bruvzg/hb_init | Rémi Verschelde | |
[TextServer] Fix regression from #51908, HarfBuzz handle init and MinGW build. | |||
2021-09-14 | Remove unused ImageTexture functions | Haoyu Qiu | |
* `_resource_path_changed()` does nothing * `_reload_hook()` has been unused since the beginning of GLES3 renderer | |||
2021-09-14 | Don't update CSG Shape when not inside tree | Haoyu Qiu | |
2021-09-13 | Removed updates that caused unnecessary window updates | Matthew Newall | |
2021-09-13 | Merge pull request #52643 from ThreeRhinosInAnElephantCostume/fixgdscript | Max Hilbrunner | |
Fix an undefined behaviour causing random test failures |