Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-12 | Add a way to force undo/redo operations to be kept in MERGE_ENDS mode | Gilles Roudière | |
2021-10-12 | Merge pull request #52548 from m4gr3d/customize_metadata_dir_master | Rémi Verschelde | |
Make the project data directory customizable | |||
2021-10-11 | Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ↵ | Juan Linietsky | |
NodeAnimation" | |||
2021-10-11 | Make the project data directory customizable. | ne0fhyk | |
2021-10-11 | Merge pull request #48332 from TokageItLab/implement-ping-pong | Rémi Verschelde | |
2021-10-11 | Move add_syntax_highlighter bind to ScriptEditorBase | Paulb23 | |
2021-10-09 | Mention remove_node() side effect of potentially setting owner to null | zacryol | |
2021-10-09 | Fix typo in the `Timer.wait_time` description | Hugo Locurcio | |
2021-10-09 | implement ping-pong loop in animation | Tokage | |
Co-authored-by: Chaosus <chaosus89@gmail.com> | |||
2021-10-09 | Add a warning for Timer nodes with very low wait times | Hugo Locurcio | |
Very low wait times behave in unpredictable ways depending on the rendered frame rate. This is because the timeout signal is only emitted once per rendered frame (or physics frame, depending on the timer's process mode). | |||
2021-10-09 | Fix missing argument names in bindings | Rémi Verschelde | |
While at it, tweak some boolean setters to use `p_enabled` for the bool. Also renames `draw_minimap()` to `set_draw_minimap()`. | |||
2021-10-08 | Allow any floating-point value as a 3D rendering scale option | Hugo Locurcio | |
This allows for finer control over 3D rendering resolution. Supersampling can also be performed by setting a 3D rendering resolution above 1.0, which is useful for offline rendering or for very high-end GPUs. | |||
2021-10-08 | Merge pull request #53549 from DeeJayLSP/refcounted-fix-description | Rémi Verschelde | |
2021-10-08 | Fix RefCounted description | DeeJayLSP | |
If the class name is modified, its name in the description should be too. However, pluralization is a bit complicated in this case. I'll give the options `RefCounteds` and `reference-counted objects`. Maybe both can be used. | |||
2021-10-08 | [Net] Add call_local argument to Node.rpc_config. | Fabio Alessandrelli | |
2021-10-07 | Merge pull request #53493 from DeeJayLSP/patch-1 | Rémi Verschelde | |
2021-10-07 | Merge pull request #53541 from Calinou/doc-call-group-null | Rémi Verschelde | |
2021-10-07 | Merge pull request #53523 from Calinou/remove-occlusion-color | Rémi Verschelde | |
2021-10-07 | Merge pull request #53538 from Calinou/environment-ssr-fade-no-negative-values | Rémi Verschelde | |
2021-10-07 | Document null argument limitation with `SceneTree.call_group()` | Hugo Locurcio | |
2021-10-07 | Don't allow translucent colors in built-in sky material properties | Hugo Locurcio | |
The colors' alpha channel is ignored, so there's no point in exposing it in the editor. | |||
2021-10-07 | Clamp Environment's SSR fade-in and fade-out to positive values | Hugo Locurcio | |
Negative values result in rendering glitches. | |||
2021-10-07 | Remove unimplemented `Environment.ambient_light_occlusion_color` property | Hugo Locurcio | |
This property was intended to provide a way to have SSAO or VoxelGI ambient occlusion with a color other than black. However, it was dropped during the Vulkan renderer development due to the performance overhead it caused when the feature wasn't used. | |||
2021-10-07 | DisplayServer: Add multiple descriptions for methods. | DeeJayLSP | |
Added multiple descriptions for clipboard, mouse and window methods. | |||
2021-10-06 | Merge pull request #53455 from briansemrau/thread-is-executing | Rémi Verschelde | |
[core_bind] Add `Thread::is_alive`. Replace `is_active` with `is_started` to align with core/os/Thread API. | |||
2021-10-06 | Merge pull request #45699 from TokageItLab/implement-skeleton-editor-gizmo | Rémi Verschelde | |
Implement Skeleton Editor Gizmo | |||
2021-10-06 | [core_bind] Add `is_alive` to Thread. Replace `is_active` with `is_started`. | Brian Semrau | |
Replacing `is_active` resolves an API discrepancy between core_bind Thread and core/os Thread. | |||
2021-10-07 | Implemented SkeletonEditorGizmo | Silc Renew | |
Co-authored-by: Lyuma <xn.lyuma@gmail.com> | |||
2021-10-06 | Merge pull request #53472 from akien-mga/doc-update-tutorial-links | Rémi Verschelde | |
2021-10-06 | doc: Update links to latest documentation after content reorganization | Rémi Verschelde | |
2021-10-06 | Change dragging cursor on Windows | kobewi | |
2021-10-06 | Merge pull request #53416 from DeeJayLSP/patch-1 | Rémi Verschelde | |
2021-10-06 | Merge pull request #53446 from nekomatata/container-pre-sort-children | Rémi Verschelde | |
2021-10-05 | Describe how window mode setter and getter works | DeeJayLSP | |
2021-10-05 | Add pre-sort signal and notification in Container | PouleyKetchoupp | |
Allows processing before children are sorted, useful for custom containers inherited from existing ones like BoxContainer. | |||
2021-10-05 | doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphs | Rémi Verschelde | |
And fix up formatting not supported by makerst. | |||
2021-10-05 | Merge pull request #53420 from nekomatata/fix-tilemap-moving-platform | Rémi Verschelde | |
2021-10-04 | Merge pull request #53406 from KoBeWi/are_you_a_process_or_an_idle | Rémi Verschelde | |
2021-10-04 | Fix physics glitch with TileMap moving platforms | PouleyKetchoupp | |
Added a parameter in test_body_motion to exclude attached objects from collision, used to avoid collision with all TileMap tiles with moving platform motion instead of just the one tile the character touches. Same changes made in 3D for consistency, and handling potential similar cases. | |||
2021-10-04 | Merge pull request #53280 from nekomatata/test-body-motion-parameters | Rémi Verschelde | |
2021-10-04 | Fix some leftover references to idle_frame | kobewi | |
2021-10-04 | Script interface improvements for test body motion | PouleyKetchoupp | |
-Physics servers test body motion use a class to hold parameters instead of multiple arguments to make it more readable and flexible since there are many options -Improved documentation for test body motion and kinematic collision -Removed read-only properties for body motion results (not handled in scripts, so they should be get_ methods only instead) | |||
2021-10-04 | Merge pull request #53378 from clayjohn/hide_render_priority | Rémi Verschelde | |
Hide render_priority except when using SpatialMaterials | |||
2021-10-04 | Hide render_priority except when using SpatialMaterials | clayjohn | |
2021-10-04 | Merge pull request #53354 from reduz/remove-clipped-camera | Rémi Verschelde | |
2021-10-04 | Merge pull request #53341 from pycbouh/gui-editor-scale-encapsulation | Rémi Verschelde | |
2021-10-04 | Remove ClippedCamera3D | reduz | |
* Usage was always confusing for users * The ability to generate a pyramid shape was moved to Camera3D * SpringArm3D now casts using the camera pyramid shape if no shape is supplied. | |||
2021-10-04 | Add the base scale factor to the Theme resource | Yuri Sizov | |
2021-10-03 | GLTF for game templates. | K. S. Ernest (iFire) Lee | |
Convert GLTF Document to use ImporterMeshInstance3D. Add a GLTFDocument extension list and an extension for converting the importer mesh instance 3d to mesh instance 3d. Use GLTF module when the editor tools are disabled. Modified the render server to be less restrictive on matching blend arrays and have more logging. Misc bugs with multimesh. Always index the meshes. | |||
2021-10-01 | Merge pull request #53306 from Calinou/doc-basematerial3d-normal-tangents | Rémi Verschelde | |