Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-19 | Added hint about loop_mode to resource importer | Silc 'Tokage' Renew | |
2021-11-19 | Merge pull request #55114 from akien-mga/doc-makerst-theme_items | Rémi Verschelde | |
2021-11-19 | Merge pull request #55113 from Chaosus/shader_fix_const_arg | Yuri Roubinsky | |
2021-11-19 | doc: Fix `make_rst.py` hyperlinks for theme items | Rémi Verschelde | |
Fixup to #55092. | |||
2021-11-19 | Allow passing non-variable constant to const function param in shaders | Yuri Roubinsky | |
2021-11-19 | i18n: Sync classref translations with Weblate | Rémi Verschelde | |
(cherry picked from commit f737ed4da03af2afb6dd9725b43182ba22aef7d4) | |||
2021-11-19 | i18n: Sync editor translations with Weblate | Rémi Verschelde | |
(cherry picked from commit 7ca1be5f379067c16ddf6b57f0974bd38180af0d) | |||
2021-11-19 | Merge pull request #54499 from Faless/threads/4.x_work_pool_default | Rémi Verschelde | |
2021-11-19 | Merge pull request #55105 from Calinou/layer-20-remove-outdated-comments | Rémi Verschelde | |
2021-11-19 | Merge pull request #55111 from Faless/js/4.x_input_fix_focus | Rémi Verschelde | |
[HTML5] Fix input not focusing canvas, Gamepad API errors. | |||
2021-11-19 | [HTML5] Add checks to Gamepad API events. | Fabio Alessandrelli | |
In some conditions the events might be generated even when the `gamepad` object is not accessible due to Security Context requirements. This commit adds a check to avoid firing the handler in those cases. | |||
2021-11-19 | [HTML5] Fix input not focusing canvas. | Fabio Alessandrelli | |
mousedown and touchstart should focus the canvas to ensure correct application lifecycle. | |||
2021-11-18 | Remove outdated comments related to the 20-layer editor limitation | Hugo Locurcio | |
All 32 layers are now exposed in the editor. | |||
2021-11-18 | Merge pull request #55101 from DavidSichma/black-ext | Rémi Verschelde | |
2021-11-18 | Merge pull request #42374 from madmiraal/fix-32776 | Camille Mohr-Daurat | |
Trigger RigidBodyBullet space override updates when Area properties change. | |||
2021-11-18 | Merge pull request #42306 from madmiraal/fix-39947 | Camille Mohr-Daurat | |
Update Bullet Area overlaps when Area properties or shapes change. | |||
2021-11-18 | Fixed pre-commit-black file extensions | David Sichma | |
Now hook can find .py files. | |||
2021-11-18 | Merge pull request #44726 from madmiraal/fix-44644 | Camille Mohr-Daurat | |
Ignore Bullet collision contact points with distance = 0 | |||
2021-11-18 | Merge pull request #55095 from Giwayume/bugfix/atlas_cutoff_master | Rémi Verschelde | |
Fix texture atlas generation when source sprite is larger than generated atlas | |||
2021-11-18 | Merge pull request #55084 from JFonS/fix_depth_prepass | Rémi Verschelde | |
Fix Depth-Prepass transparency mode | |||
2021-11-18 | Merge pull request #55092 from KoBeWi/thelp_item | Rémi Verschelde | |
Add [theme_item] tag to editor help | |||
2021-11-18 | Merge pull request #55085 from JFonS/transparency_fixes | Rémi Verschelde | |
Fix transparency state initialization | |||
2021-11-18 | Fix texture atlas generation when source sprite is larger than generated atlas | Giwayume | |
2021-11-18 | Merge pull request #54462 from Paulb23/the-last-hidden-line | Rémi Verschelde | |
2021-11-18 | Merge pull request #55063 from Paulb23/pck-create | Rémi Verschelde | |
2021-11-18 | Add [theme_item] tag to editor help | kobewi | |
2021-11-18 | Merge pull request #55082 from Chaosus/vs_mesh_emitter | Rémi Verschelde | |
2021-11-18 | Merge pull request #55072 from KoBeWi/untitled_goose_project | Rémi Verschelde | |
2021-11-18 | Merge pull request #53602 from KoBeWi/mountain_range | Rémi Verschelde | |
2021-11-18 | Fix Depth-Prepass transparency mode | jfons | |
Add mising bits of implementation and ensure depth-prepass objects are only rendered in the transparency pass. | |||
2021-11-18 | Fix data directory of unnamed projects | kobewi | |
2021-11-18 | Merge pull request #55081 from akien-mga/windows-bigobj-breaks-lto | Rémi Verschelde | |
2021-11-18 | Enchance `VisualShaderNodeMeshEmitter`, add more ports and fix bugs | Yuri Roubinsky | |
2021-11-18 | Windows: Use `/bigobj` only for debug builds, breaks GCC LTO | Rémi Verschelde | |
Building `target=release` and `target=release_debug` builds with MinGW-GCC errors when linking with LTO. Since it's only needed for `target=debug` builds anyway (bigger objects), which we don't build with LTO, this works around the issue. | |||
2021-11-18 | Merge pull request #55074 from nekomatata/fix-soft-body-gravity | Rémi Verschelde | |
2021-11-18 | Merge pull request #55073 from nekomatata/fix-backface-collision | Rémi Verschelde | |
2021-11-17 | Fix applied gravity on soft bodies | PouleyKetchoupp | |
Regression fix, gravity was accumulated between frames after some changes around area gravity calculation. Also got rid of unused member and method in soft body class. | |||
2021-11-17 | Fix contact generation with backface collision disabled | PouleyKetchoupp | |
Replaced the previous implementation for backface collision handling (in test_axis function from SAT algorithm) with much simpler logic in the collision generation phase with face shapes, in order to get rid of wrong contacts when backface collision is disabled. Now it just ignores the generated collision if the contact normal is against the face normal, with a threshold to keep edge contacts. Added a special case for soft bodies to invert the collision instead of ignoring it, because for now it's the best solution to avoid soft bodies to go through concave shapes (they use small spheres). This might be replaced with a better algorithm for soft bodies later. | |||
2021-11-17 | Merge pull request #55065 from nekomatata/fix-rest-info-minimum-depth | Rémi Verschelde | |
Fix rest_info returning no result with high margin and low motion | |||
2021-11-17 | Fix rest_info returning no result with high margin and low motion | PouleyKetchoupp | |
Apply the same logic as in test_body_motion to make sure the minimum allowed depth doesn't filter out all contacts in this case. | |||
2021-11-17 | Merge pull request #55062 from Chaosus/fix_colorpicker_circle | Yuri Roubinsky | |
2021-11-17 | Fix TextEdit mouse interactions when the last line is hidden | Paulb23 | |
2021-11-17 | Fix divide by zero in pck_packer | Paulb23 | |
2021-11-17 | Fix `ColorPicker` inverted input on color circle | Yuri Roubinsky | |
2021-11-17 | Merge pull request #55058 from Chaosus/fix_randfn | Rémi Verschelde | |
2021-11-17 | Merge pull request #55042 from nekomatata/fix-segment-intersection | Rémi Verschelde | |
2021-11-17 | Fix `randfn` in visual scripts | Yuri Roubinsky | |
2021-11-17 | Merge pull request #55034 from plucky-git/macos-fix-crash-on-joypad-removal | Rémi Verschelde | |
2021-11-17 | Merge pull request #55056 from RandomShaper/fix_crash_instantiate | Rémi Verschelde | |
2021-11-17 | Fix crash on macOS (AS) when dualshock4 is removed | Will Jordan | |