Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-13 | Fix duplicate conditions. | Anilforextra | |
2021-08-12 | Merge pull request #51581 from bruvzg/camera_feed_port | Rémi Verschelde | |
Port camera feed to the new RenderingServer API. | |||
2021-08-12 | Merge pull request #51580 from aaronfranke/particles-real-double | Rémi Verschelde | |
Use real_t and double where appropriate in Particles | |||
2021-08-12 | Merge pull request #51558 from ↵ | Rémi Verschelde | |
fabriceci/fix-move-and-slide-regression-multiple-collision-4 Fix move and slide regression by allowing multiple collision direction | |||
2021-08-12 | Merge pull request #51579 from Calinou/doc-editorfilesystem-get-file-type | Rémi Verschelde | |
Fix incorrect descriptions for EditorFileSystem's `get_file_type()` | |||
2021-08-12 | Merge pull request #50372 from Paulb23/code_edit_breakpoint_fixes | Rémi Verschelde | |
Fix breakpoint toggle signal not firing when expected | |||
2021-08-12 | Merge pull request #51572 from Chaosus/vs_fix_transform_instance | Yuri Roubinsky | |
Fix printing error about unsupported modifier on `TransformUniform` | |||
2021-08-12 | Merge pull request #51536 from ↵ | Rémi Verschelde | |
Calinou/nearest-mipmap-use-nearest-for-minification Use nearest mipmaps for both minification and magnification | |||
2021-08-12 | Port camera feed to the new RenderingServer API. | bruvzg | |
2021-08-12 | Fix printing error about unsupported modifier on `TransformUniform` | Yuri Roubinsky | |
2021-08-12 | Fix incorrect descriptions for EditorFileSystem's `get_file_type()` | Hugo Locurcio | |
2021-08-12 | Use real_t and double where appropriate in Particles | Aaron Franke | |
2021-08-12 | Use nearest mipmaps for both minification and magnification | Hugo Locurcio | |
This is generally the expected behavior when using a nearest + mipmaps mode, as it's often used for pixel art games. | |||
2021-08-12 | Merge pull request #51532 from nekomatata/layer-mask-accessors | Rémi Verschelde | |
Uniformize layer names, script methods and documentation | |||
2021-08-12 | Merge pull request #50771 from naithar/feature/platform-export-refactoring-4.0 | Rémi Verschelde | |
2021-08-12 | i18n: Sync translations with Weblate | Rémi Verschelde | |
And sync template with current 3.x codebase. (cherry picked from commit f3441fcff068b0f064723acfdb0c3588e0ad66cf) | |||
2021-08-12 | Uniformize layer names, script methods and documentation | PouleyKetchoupp | |
- Back to 1-based layer names to make it clearer in editor UI - Layer bit accessors are renamed to layer value and 1-based too - Uniform errors and documentation in render and physics - Fix a few remaining collision_layer used in place of collision_mask | |||
2021-08-12 | Merge pull request #51571 from mbrlabs/end-him-rightly | Rémi Verschelde | |
Properly finish Godot's Android activity when destroyed by the system | |||
2021-08-12 | Split uwp platform export template into multiple files | Sergey Minakov | |
2021-08-12 | Split javascript export template into multiple files | Sergey Minakov | |
2021-08-12 | Split windows platform export template into multiple files | Sergey Minakov | |
2021-08-12 | Split osx platform export template into multiple files | Sergey Minakov | |
2021-08-12 | Split android platform export template into multiple files | Sergey Minakov | |
2021-08-12 | Split iphone platform export template into multiple files | Sergey Minakov | |
2021-08-12 | Allow additional cpp files to be added for export template | Sergey Minakov | |
2021-08-12 | Merge pull request #51568 from AnilBK/remove-swap | Rémi Verschelde | |
Remove unused swap template. | |||
2021-08-12 | Fix breakpoint toggle signal not firing when expected | Paulb23 | |
2021-08-12 | Merge pull request #51567 from mortarroad/master-fix-cpu-particles-spread | Rémi Verschelde | |
Fix CPU Particles spread | |||
2021-08-12 | Merge pull request #50363 from JestemStefan/node2D_zero_scale_det_error | Rémi Verschelde | |
Limit scale of `Node2D` to EPSILON (0.00001) to prevent `det==0` error | |||
2021-08-12 | Properly finishes Godot's Android activity when destroyed by the system | Marcus Brummer | |
2021-08-12 | Merge pull request #50371 from Paulb23/text_edit_cleanup | Rémi Verschelde | |
2021-08-12 | Merge pull request #51559 from akien-mga/resource-remove-_use_builtin_script | Rémi Verschelde | |
Resource: Remove unused `_use_builtin_script()` virtual method | |||
2021-08-12 | Merge pull request #51391 from Chaosus/shader_param_names | Rémi Verschelde | |
Added parameter names to shader built-in function autocompletion | |||
2021-08-12 | Fix CPU Particles spread | Morris Tabor | |
Same as https://github.com/godotengine/godot/pull/51565 but ported to master. | |||
2021-08-12 | Merge pull request #51516 from bruvzg/🐺 | Rémi Verschelde | |
2021-08-12 | Remove unnecessary iOS linker flags. | bruvzg | |
2021-08-12 | Use "volk" instead of statically linked Vulkan loader. | bruvzg | |
2021-08-12 | Remove unused swap template. | Anilforextra | |
2021-08-12 | Cleanup and complete TextEdit inspector and docs | Paulb23 | |
2021-08-12 | Cleanup and bind remaing methods in TextEdit | Paulb23 | |
2021-08-12 | Merge pull request #51554 from mortarroad/master-fix-particle-spread-regressions | Rémi Verschelde | |
Fix regressions caused by recent particle spread refactor | |||
2021-08-12 | Fix move and slide regression by allowing multiple collision direction | fabriceci | |
2021-08-12 | Resource: Remove unused `_use_builtin_script()` virtual method | Rémi Verschelde | |
And another piece of dead code found while searching for "use_builtin". | |||
2021-08-12 | Fix regressions caused by recent particle spread refactor | Morris Tabor | |
Caused by https://github.com/godotengine/godot/pull/47228 Same as https://github.com/godotengine/godot/pull/51553 but for master. | |||
2021-08-12 | Merge pull request #49313 from madmiraal/fix-48408 | Rémi Verschelde | |
Fix multiple issues with CSGPolygon | |||
2021-08-12 | Fix multiple issues with CSGPolygon | Marcel Admiraal | |
2021-08-12 | Merge pull request #51517 from Chaosus/precise_graphedit_port_handling | Yuri Roubinsky | |
Better port handling connection for `GraphEdit` | |||
2021-08-12 | Cleanup and expose viewport / scrolling methods | Paulb23 | |
2021-08-12 | Rename readonly to editable | Paulb23 | |
2021-08-12 | Rename insert mode to overtype mode | Paulb23 | |