| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prevent crash when passing empty array to MeshEmitter | Yuri Roubinsky | 2021-11-26 | 2 | -64/+94 |
| | | |||||
| * | Merge pull request #55344 from Chaosus/repair_error_func | Yuri Roubinsky | 2021-11-26 | 6 | -7/+7 |
| |\ | |||||
| | * | Fix console colors on Windows | Yuri Roubinsky | 2021-11-26 | 6 | -7/+7 |
| | | | |||||
| * | | Merge pull request #55342 from Faless/js/4.x_input_fix_focus_iframe | Rémi Verschelde | 2021-11-26 | 1 | -2/+6 |
| |\ \ | |/ |/| | |||||
| | * | [HTML5] Fix focus (again) in Firefox's iframes. | Fabio Alessandrelli | 2021-11-26 | 1 | -2/+6 |
| |/ | | | | | | | | This actually makes sense(?), when running inside an iframe the active element might be our canvas, while the iframe itself is not active in the parent window. Since we consume the event, the iframe does not get focused in Firefox (but does in Chromium-based browsers), so we must always call focus to handle such occasions. | ||||
| * | Merge pull request #55311 from Chaosus/fix_uniform_array | Rémi Verschelde | 2021-11-26 | 2 | -2/+14 |
| |\ | | | | | Fix uniform array alignment to fix a bug | ||||
| | * | Fix uniform array alignment to fix a bug | Yuri Roubinsky | 2021-11-25 | 2 | -2/+14 |
| | | | |||||
| * | | Merge pull request #54345 from floppyhammer/fix-circular-texture-progress | Rémi Verschelde | 2021-11-26 | 1 | -9/+8 |
| |\ \ | | | | | | | Fix nine patch of circular TextureProgressBar | ||||
| | * | | Fix nine patch of circular TextureProgressBar | floppyhammer | 2021-11-01 | 1 | -9/+8 |
| | | | | |||||
| * | | | Merge pull request #55316 from Chaosus/win32_restore_console_window | Rémi Verschelde | 2021-11-26 | 1 | -2/+12 |
| |\ \ \ | |||||
| | * | | | Restore console window output for editor app on Windows | Yuri Roubinsky | 2021-11-25 | 1 | -2/+12 |
| | | | | | |||||
| * | | | | Merge pull request #55325 from Calinou/fsr-use-warn-print | Rémi Verschelde | 2021-11-26 | 1 | -3/+3 |
| |\ \ \ \ | |||||
| | * | | | | Use `WARN_PRINT_ONCE()` for FSR-related warning messages | Hugo Locurcio | 2021-11-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `print_error()` should generally not be used directly. Also, falling back is best done by printing a warning message instead of an error message. | ||||
| * | | | | | Merge pull request #55313 from nekomatata/bounce-energy-stability | Rémi Verschelde | 2021-11-25 | 6 | -20/+24 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix RigidDynamicBody gaining momentum with bounce | PouleyKetchoupp | 2021-11-25 | 6 | -20/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bounce calculation now uses the previous frame's velocity, so it's consistent with the actual motion of the bodies involved and not the yet-to-be-applied forces. When bounce is 1, using the current velocity was causing the new forces (including gravity) to be taken into account, which lead to the bounce velocity to be higher than the falling velocity at the moment of impact, adding more and more energy over time. | ||||
| * | | | | | | Merge pull request #55310 from Ev1lbl0w/fix_headless_window_errors | Rémi Verschelde | 2021-11-25 | 1 | -3/+13 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| | * | | | | | Added more empty definitions for headless display server | Ricardo Subtil | 2021-11-25 | 1 | -3/+13 |
| | | |_|_|/ | |/| | | | |||||
| * | | | | | Merge pull request #55227 from ator-dev/fix-code-folding | Rémi Verschelde | 2021-11-25 | 2 | -26/+77 |
| |\ \ \ \ \ | |||||
| | * | | | | | Fix code folding when end of block is unindented delimiter | ator-dev | 2021-11-24 | 2 | -26/+77 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #55319 from Calinou/cluster-builder-remove-debug-code | Rémi Verschelde | 2021-11-25 | 1 | -8/+0 |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| | * | | | | | Remove disabled debug code in ClusterBuilderRD | Hugo Locurcio | 2021-11-25 | 1 | -8/+0 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #52387 from Calinou/node-rename-path-changed-notification | Max Hilbrunner | 2021-11-25 | 3 | -6/+6 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | Rename Node's `NOTIFICATION_PATH_CHANGED` to `NOTIFICATION_PATH_RENAMED` | ||||
| | * | | | | Rename Node's `NOTIFICATION_PATH_CHANGED` to `NOTIFICATION_PATH_RENAMED` | Hugo Locurcio | 2021-09-04 | 3 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The new name is less misleading, as the notification is only emitted when the node name (or one of its parents' names) is changed. | ||||
| * | | | | | Merge pull request #55309 from aaronfranke/ps-exist-errors | Rémi Verschelde | 2021-11-25 | 1 | -3/+3 |
| |\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| | * | | | | Don't show errors when getting nonexistent settings | Aaron Franke | 2021-11-25 | 1 | -3/+3 |
| |/ / / / | |||||
| * | | | | Merge pull request #55308 from Chaosus/revert_uniform_order_fix | Rémi Verschelde | 2021-11-25 | 1 | -14/+4 |
| |\ \ \ \ | |||||
| | * | | | | Revert "Pushes array of uniforms to first place in the buffer" | Yuri Roubinsky | 2021-11-25 | 1 | -14/+4 |
| |/ / / / | |||||
| * | | | | Merge pull request #55306 from Chaosus/enchance_global_doc | Rémi Verschelde | 2021-11-25 | 2 | -4/+6 |
| |\ \ \ \ | |||||
| | * | | | | Enchance descriptions of @GlobalScope/@GDScript | Yuri Roubinsky | 2021-11-25 | 2 | -4/+6 |
| | | | | | | |||||
| * | | | | | Merge pull request #55307 from bruvzg/mvk_sdfgi_fix | Rémi Verschelde | 2021-11-25 | 1 | -0/+4 |
| |\ \ \ \ \ | |/ / / / |/| | | | | |||||
| | * | | | | [macOS / iOS] Use non atomic operation to store facing bits on MoltenVK. | bruvzg | 2021-11-25 | 1 | -0/+4 |
| |/ / / / | |||||
| * | | | | Merge pull request #55303 from aaronfranke/ps-wait-modified | Rémi Verschelde | 2021-11-25 | 4 | -51/+39 |
| |\ \ \ \ | |||||
| | * | | | | Move logic for saving project features to ProjectSettings save_custom | Aaron Franke | 2021-11-25 | 4 | -51/+39 |
| |/ / / / | |||||
| * | | | | Merge pull request #55291 from theoway/fix_vs_editor_variale&signal_rename | Rémi Verschelde | 2021-11-25 | 1 | -0/+29 |
| |\ \ \ \ | | | | | | | | | | | Fixes variable/signal nodes not renaming in visualscript editor | ||||
| | * | | | | Fixes variable/singal nodes not renaming in visualscript editor | Umang Kalra | 2021-11-24 | 1 | -0/+29 |
| | | | | | | |||||
| * | | | | | Merge pull request #51679 from Je06jm/fsr | Rémi Verschelde | 2021-11-24 | 39 | -150/+4807 |
| |\ \ \ \ \ | | | | | | | | | | | | | AMD FidelityFX Super Resolution | ||||
| | * | | | | | Implemented AMD's FSR as a computer shader for upscaling 3D scenes | Je06jm | 2021-11-23 | 39 | -150/+4807 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #31171 from aaronfranke/feature-system | Rémi Verschelde | 2021-11-24 | 4 | -52/+252 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| | * | | | | | Project feature warning system | Aaron Franke | 2021-11-24 | 4 | -52/+252 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #55281 from bruvzg/mvk_fog_volumes | Rémi Verschelde | 2021-11-24 | 4 | -0/+113 |
| |\ \ \ \ \ | |||||
| | * | | | | | [macOS / iOS] Use storage buffers instead of unsupported images for the ↵ | bruvzg | 2021-11-24 | 4 | -0/+113 |
| | |/ / / / | | | | | | | | | | | | | | | | volumetric fog on MoltenVK. | ||||
| * | | | | | Merge pull request #52456 from kleonc/image-fill-rect | Rémi Verschelde | 2021-11-24 | 4 | -30/+111 |
| |\ \ \ \ \ | |||||
| | * | | | | | Image Use memcpy() in fill(), fill_rect(), _put_pixelb(), _get_pixelb() | kleonc | 2021-11-23 | 2 | -30/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Lightning_A <aaronjrecord@gmail.com> | ||||
| | * | | | | | Add Image::fill_rect method | kleonc | 2021-11-23 | 4 | -10/+90 |
| | | | | | | | |||||
| * | | | | | | Merge pull request #55286 from KoBeWi/scene_prophet | Rémi Verschelde | 2021-11-24 | 1 | -1/+5 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Show scene when showing built-in script file | kobewi | 2021-11-24 | 1 | -1/+5 |
| |/ / / / / / | |||||
| * | | | | | | Merge pull request #55238 from Giwayume/bugfix/atlas_cutoff_edge_master | Rémi Verschelde | 2021-11-24 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Atlas import 1px missing from right side of non-cropped image. | ||||
| | * | | | | | | Fix edge case where 1px cut off from right of image | Giwayume | 2021-11-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove -1 px | ||||
| * | | | | | | | Merge pull request #50139 from LightningAA/rename-remove-to-remove-at | Rémi Verschelde | 2021-11-24 | 134 | -323/+323 |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Rename `remove()` to `remove_at()` when removing by index | ||||
| | * | | | | | | Rename `remove()` to `remove_at()` when removing by index | Lightning_A | 2021-11-23 | 134 | -323/+323 |
| |/ / / / / / | |||||
