summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-14GPULightmapper exclude back-face triangles while calculating bouncesWilliam 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-14Merge pull request #52667 from butkeim/masterRémi Verschelde
Fix 3D Onion skinning missing
2021-09-14Merge pull request #52353 from williamd67/documentation-view-scroll-to-endRémi Verschelde
Documentation view scroll to end
2021-09-14Merge pull request #51094 from RandomShaper/error_cast_freed_objectRémi Verschelde
Complain if casting a freed object in a debug session
2021-09-14Merge pull request #52613 from V-Sekai/fix_custom_sync_commandsFabio Alessandrelli
Fix custom multiplayer sync commands
2021-09-14Merge pull request #52676 from Calinou/vulkan-version-print-same-lineRémi Verschelde
Print the Vulkan API version and device used on the same line
2021-09-14Complain if casting a freed object in a debug sessionPedro 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-14Merge 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-14Merge pull request #52583 from e8newallm/52360Rémi Verschelde
Removed updates that caused unnecessary window updates
2021-09-14Print the Vulkan API version and device used on the same lineHugo Locurcio
This matches Godot 3.x's OpenGL renderer behavior and is more compact.
2021-09-14Merge pull request #52671 from Chaosus/fix_delete_lineRémi Verschelde
Fix error which generates if `Delete Line` used on the last line in `CodeEditor`
2021-09-14Merge pull request #52636 from Jummit/highlight_categoriesGilles Roudière
Highlight hovered inspector categories
2021-09-14Fix wrong behavior of Action Map Editor with non QWERTY layoutsjmb462
2021-09-14Merge pull request #52630 from JFonS/ebr_packetsJFonS
Upgrade Embree and enable ray packets
2021-09-14Merge pull request #52646 from georgespatton/patch-1Rémi Verschelde
Clarify need to save ConfigFile to apply changes to file
2021-09-14Merge pull request #52633 from lewiji/mono-build-solution-shortcut-4.0Rémi Verschelde
2021-09-14Merge pull request #52226 from Faless/debugger/4.x_start_optionsRémi Verschelde
2021-09-14Prevent error generates if `Delete Line` used on last line in CodeEditorYuri Roubinsky
2021-09-14Merge pull request #52535 from e8newallm/52490-type_conversionRémi Verschelde
Added explicit type conversion to uint32_t
2021-09-14doc: Clarify need to save ConfigFile to apply changes to filegeorgespatton
See #52645 for context.
2021-09-14Fix 3D Onion skinning missingKerrad Yanis
2021-09-14Merge pull request #52266 from AndreaCatania/collRémi Verschelde
2021-09-14Merge pull request #52348 from Faless/ci/4.x_actionsRémi Verschelde
[CI] Refactor CI actions, use sub-actions, matrices.
2021-09-14Add editor keyboard shortcut for Mono Build solution buttonLewis 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-14Merge pull request #52662 from Chaosus/fix_bookmarksRémi Verschelde
Fix editor crash on pressing `Go to Previous Bookmark` menu button
2021-09-14Merge pull request #52644 from jmb462/error-message-on-invalid-autoload-nameRémi Verschelde
Display an error message in autoload settings when autoload name is invalid
2021-09-14Merge pull request #52657 from timothyqiu/ik-targetRémi Verschelde
Make sure IK target is inside tree before using its transform
2021-09-14Merge pull request #52260 from ThreeRhinosInAnElephantCostume/fixfindonfocusRémi Verschelde
Fix Find Next shortcut not working when search bar is focused
2021-09-14Fix editor crash on pressing `Go to Previous Bookmark` menu buttonYuri Roubinsky
2021-09-14Merge pull request #52213 from Ev1lbl0w/fix_output_message_splitRémi Verschelde
Fix messages with embedded newlines not being properly presented
2021-09-14Merge 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-14Display an error message in settings when autoload name is invalidjmb462
2021-09-14Merge pull request #52658 from groud/some_tilemap_fixesGilles Roudière
Fix transform of TileMap nodes and tilemap selection
2021-09-14Merge pull request #52153 from timothyqiu/test-array-pop-atRémi Verschelde
Add unit tests for `Array.pop_at()`
2021-09-14Merge 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-14Fix transform of TileMap nodes and tilemap selectionGilles Roudière
2021-09-14Merge pull request #52185 from Paulb23/nested-complex-opsRémi Verschelde
Allow nested complex ops in TextEdit
2021-09-14Merge pull request #52604 from Faless/js/4.x_input_fixFabio Alessandrelli
[HTML5] Fix input not working when buffered.
2021-09-14Make sure IK target is inside tree before using its transformHaoyu Qiu
2021-09-14Merge pull request #51237 from KoBeWi/tween_fix()Rémi Verschelde
Various fixes to Tween code
2021-09-14Merge pull request #52654 from Chaosus/fix_startup_warningRémi Verschelde
Fix startup warning - Property not found: `audio/output_latency`
2021-09-14Fix startup warning - Property not found: `audio/output_latency`Yuri Roubinsky
2021-09-14Merge pull request #52648 from timothyqiu/reload-hookRémi Verschelde
Remove unused ImageTexture functions
2021-09-14Merge pull request #52647 from timothyqiu/csg-shape-updateRémi Verschelde
Don't update CSG Shape when not inside tree
2021-09-14Merge pull request #52292 from bruvzg/hb_initRémi Verschelde
[TextServer] Fix regression from #51908, HarfBuzz handle init and MinGW build.
2021-09-14Remove unused ImageTexture functionsHaoyu Qiu
* `_resource_path_changed()` does nothing * `_reload_hook()` has been unused since the beginning of GLES3 renderer
2021-09-14Don't update CSG Shape when not inside treeHaoyu Qiu
2021-09-13Removed updates that caused unnecessary window updatesMatthew Newall
2021-09-13Merge pull request #52643 from ThreeRhinosInAnElephantCostume/fixgdscriptMax Hilbrunner
Fix an undefined behaviour causing random test failures