summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-26Merge pull request #55316 from Chaosus/win32_restore_console_windowRémi Verschelde
2021-11-26Merge pull request #55325 from Calinou/fsr-use-warn-printRémi Verschelde
2021-11-25Merge pull request #55313 from nekomatata/bounce-energy-stabilityRémi Verschelde
2021-11-25Merge pull request #55310 from Ev1lbl0w/fix_headless_window_errorsRémi Verschelde
2021-11-25Use `WARN_PRINT_ONCE()` for FSR-related warning messagesHugo Locurcio
`print_error()` should generally not be used directly. Also, falling back is best done by printing a warning message instead of an error message.
2021-11-25Merge pull request #55227 from ator-dev/fix-code-foldingRémi Verschelde
2021-11-25Merge pull request #55319 from Calinou/cluster-builder-remove-debug-codeRémi Verschelde
2021-11-25Remove disabled debug code in ClusterBuilderRDHugo Locurcio
2021-11-25Restore console window output for editor app on WindowsYuri Roubinsky
2021-11-25Fix RigidDynamicBody gaining momentum with bouncePouleyKetchoupp
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.
2021-11-25Merge pull request #52387 from Calinou/node-rename-path-changed-notificationMax Hilbrunner
Rename Node's `NOTIFICATION_PATH_CHANGED` to `NOTIFICATION_PATH_RENAMED`
2021-11-25Added more empty definitions for headless display serverRicardo Subtil
2021-11-25Merge pull request #55309 from aaronfranke/ps-exist-errorsRémi Verschelde
2021-11-25Don't show errors when getting nonexistent settingsAaron Franke
2021-11-25Merge pull request #55308 from Chaosus/revert_uniform_order_fixRémi Verschelde
2021-11-25Revert "Pushes array of uniforms to first place in the buffer"Yuri Roubinsky
2021-11-25Merge pull request #55306 from Chaosus/enchance_global_docRémi Verschelde
2021-11-25Merge pull request #55307 from bruvzg/mvk_sdfgi_fixRémi Verschelde
2021-11-25Enchance descriptions of @GlobalScope/@GDScriptYuri Roubinsky
2021-11-25[macOS / iOS] Use non atomic operation to store facing bits on MoltenVK.bruvzg
2021-11-25Merge pull request #55303 from aaronfranke/ps-wait-modifiedRémi Verschelde
2021-11-25Move logic for saving project features to ProjectSettings save_customAaron Franke
2021-11-25Merge pull request #55291 from theoway/fix_vs_editor_variale&signal_renameRémi Verschelde
Fixes variable/signal nodes not renaming in visualscript editor
2021-11-24Fix code folding when end of block is unindented delimiterator-dev
2021-11-24Merge pull request #51679 from Je06jm/fsrRémi Verschelde
AMD FidelityFX Super Resolution
2021-11-24Merge pull request #31171 from aaronfranke/feature-systemRémi Verschelde
2021-11-24Fixes variable/singal nodes not renaming in visualscript editorUmang Kalra
2021-11-24Project feature warning systemAaron Franke
2021-11-24Merge pull request #55281 from bruvzg/mvk_fog_volumesRémi Verschelde
2021-11-24Merge pull request #52456 from kleonc/image-fill-rectRémi Verschelde
2021-11-24Merge pull request #55286 from KoBeWi/scene_prophetRémi Verschelde
2021-11-24Show scene when showing built-in script filekobewi
2021-11-24[macOS / iOS] Use storage buffers instead of unsupported images for the ↵bruvzg
volumetric fog on MoltenVK.
2021-11-24Merge pull request #55238 from Giwayume/bugfix/atlas_cutoff_edge_masterRémi Verschelde
Atlas import 1px missing from right side of non-cropped image.
2021-11-24Merge pull request #50139 from LightningAA/rename-remove-to-remove-atRémi Verschelde
Rename `remove()` to `remove_at()` when removing by index
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-23Implemented AMD's FSR as a computer shader for upscaling 3D scenesJe06jm
2021-11-23Merge pull request #55269 from Calinou/boot-splash-fix-missing-strip-edgesRémi Verschelde
2021-11-23Merge pull request #55236 from migeran/fix_iphone_debug_buildRémi Verschelde
2021-11-23Merge pull request #55254 from ↵Camille Mohr-Daurat
fabriceci/fix-horizontal-velocity-being-always-reset-on-wall Fix horizontal velocity being always reset when the body hit a wall in 3D
2021-11-23Fix `strip_edges()` call that was removed in boot splash image changeHugo Locurcio
2021-11-23Image Use memcpy() in fill(), fill_rect(), _put_pixelb(), _get_pixelb()kleonc
Co-authored-by: Lightning_A <aaronjrecord@gmail.com>
2021-11-23Add Image::fill_rect methodkleonc
2021-11-23Merge pull request #55262 from KoBeWi/🍞📦Rémi Verschelde
2021-11-23Fix edge case where 1px cut off from right of imageGiwayume
Remove -1 px
2021-11-23Merge pull request #55259 from KoBeWi/no_easy_easeRémi Verschelde
2021-11-23Fix debug build for iphoneGergely Kis
printf() does not have a version that accepts std::string as format string parameter.
2021-11-23Move container warning to the toasterkobewi
2021-11-23Merge pull request #42447 from aaronfranke/gitignore-createRémi Verschelde
2021-11-23Merge pull request #54949 from Chaosus/fix_warningRémi Verschelde