summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | Fix code folding when end of block is unindented delimiterator-dev2021-11-242-26/+77
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge pull request #55319 from Calinou/cluster-builder-remove-debug-codeRémi Verschelde2021-11-251-8/+0
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Remove disabled debug code in ClusterBuilderRDHugo Locurcio2021-11-251-8/+0
|/ / / / / / / / /
* | | | | | | | | Merge pull request #52387 from Calinou/node-rename-path-changed-notificationMax Hilbrunner2021-11-253-6/+6
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | Rename Node's `NOTIFICATION_PATH_CHANGED` to `NOTIFICATION_PATH_RENAMED`
| * | | | | | | | Rename Node's `NOTIFICATION_PATH_CHANGED` to `NOTIFICATION_PATH_RENAMED`Hugo Locurcio2021-09-043-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-errorsRémi Verschelde2021-11-251-3/+3
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Don't show errors when getting nonexistent settingsAaron Franke2021-11-251-3/+3
|/ / / / / / / /
* | | | | | | | Merge pull request #55308 from Chaosus/revert_uniform_order_fixRémi Verschelde2021-11-251-14/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "Pushes array of uniforms to first place in the buffer"Yuri Roubinsky2021-11-251-14/+4
|/ / / / / / / /
* | | | | | | | Merge pull request #55306 from Chaosus/enchance_global_docRémi Verschelde2021-11-252-4/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Enchance descriptions of @GlobalScope/@GDScriptYuri Roubinsky2021-11-252-4/+6
| | | | | | | | |
* | | | | | | | | Merge pull request #55307 from bruvzg/mvk_sdfgi_fixRémi Verschelde2021-11-251-0/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | [macOS / iOS] Use non atomic operation to store facing bits on MoltenVK.bruvzg2021-11-251-0/+4
|/ / / / / / / /
* | | | | | | | Merge pull request #55303 from aaronfranke/ps-wait-modifiedRémi Verschelde2021-11-254-51/+39
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Move logic for saving project features to ProjectSettings save_customAaron Franke2021-11-254-51/+39
|/ / / / / / /
* | | | | | | Merge pull request #55291 from theoway/fix_vs_editor_variale&signal_renameRémi Verschelde2021-11-251-0/+29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixes variable/signal nodes not renaming in visualscript editor
| * | | | | | | Fixes variable/singal nodes not renaming in visualscript editorUmang Kalra2021-11-241-0/+29
| | | | | | | |
* | | | | | | | Merge pull request #51679 from Je06jm/fsrRémi Verschelde2021-11-2439-150/+4807
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | AMD FidelityFX Super Resolution
| * | | | | | | | Implemented AMD's FSR as a computer shader for upscaling 3D scenesJe06jm2021-11-2339-150/+4807
| | | | | | | | |
* | | | | | | | | Merge pull request #31171 from aaronfranke/feature-systemRémi Verschelde2021-11-244-52/+252
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Project feature warning systemAaron Franke2021-11-244-52/+252
|/ / / / / / / /
* | | | | | | | Merge pull request #55281 from bruvzg/mvk_fog_volumesRémi Verschelde2021-11-244-0/+113
|\ \ \ \ \ \ \ \
| * | | | | | | | [macOS / iOS] Use storage buffers instead of unsupported images for the ↵bruvzg2021-11-244-0/+113
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | volumetric fog on MoltenVK.
* | | | | | | | Merge pull request #52456 from kleonc/image-fill-rectRémi Verschelde2021-11-244-30/+111
|\ \ \ \ \ \ \ \
| * | | | | | | | Image Use memcpy() in fill(), fill_rect(), _put_pixelb(), _get_pixelb()kleonc2021-11-232-30/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Lightning_A <aaronjrecord@gmail.com>
| * | | | | | | | Add Image::fill_rect methodkleonc2021-11-234-10/+90
| | | | | | | | |
* | | | | | | | | Merge pull request #55286 from KoBeWi/scene_prophetRémi Verschelde2021-11-241-1/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Show scene when showing built-in script filekobewi2021-11-241-1/+5
|/ / / / / / / / /
* | | | | | | | | Merge pull request #55238 from Giwayume/bugfix/atlas_cutoff_edge_masterRémi Verschelde2021-11-241-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Atlas import 1px missing from right side of non-cropped image.
| * | | | | | | | | Fix edge case where 1px cut off from right of imageGiwayume2021-11-231-1/+1
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Remove -1 px
* | | | | | | | | Merge pull request #50139 from LightningAA/rename-remove-to-remove-atRémi Verschelde2021-11-24134-323/+323
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | Rename `remove()` to `remove_at()` when removing by index
| * | | | | | | | Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-23134-323/+323
|/ / / / / / / /
* | | | | | | | Merge pull request #55269 from Calinou/boot-splash-fix-missing-strip-edgesRémi Verschelde2021-11-231-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix `strip_edges()` call that was removed in boot splash image changeHugo Locurcio2021-11-231-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #55236 from migeran/fix_iphone_debug_buildRémi Verschelde2021-11-233-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix debug build for iphoneGergely Kis2021-11-233-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | printf() does not have a version that accepts std::string as format string parameter.
* | | | | | | | | Merge pull request #55254 from ↵Camille Mohr-Daurat2021-11-231-2/+9
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | fabriceci/fix-horizontal-velocity-being-always-reset-on-wall Fix horizontal velocity being always reset when the body hit a wall in 3D
| * | | | | | | | Fix horizontal velocity being always reset when the body hit a wall in 3dfabriceci2021-11-231-2/+9
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #55262 from KoBeWi/🍞📦Rémi Verschelde2021-11-232-76/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Move container warning to the toasterkobewi2021-11-232-76/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #55259 from KoBeWi/no_easy_easeRémi Verschelde2021-11-231-2/+2
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Correct the doc about ease()kobewi2021-11-231-2/+2
| | | | | | | | |
* | | | | | | | | Merge pull request #42447 from aaronfranke/gitignore-createRémi Verschelde2021-11-237-18/+120
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Allow creating .gitignore and .gitattributes when creating a new projectAaron Franke2021-11-127-18/+120
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also allow creating these files later, and also allow disabling creating the default environment in editor settings.
* | | | | | | | | | Merge pull request #54949 from Chaosus/fix_warningRémi Verschelde2021-11-236-27/+44
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Allow using built-in names for variables, push warnings insteadYuri Roubinsky2021-11-136-27/+44
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #55257 from KoBeWi/replace_by_voidRémi Verschelde2021-11-231-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Mention that replace_by doesn't free the nodekobewi2021-11-231-0/+1
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #55243 from KoBeWi/some_random_stuff_idkRémi Verschelde2021-11-237-13/+13
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Improve various textskobewi2021-11-237-13/+13
| | |_|/ / / / / / / | |/| | | | | | | |