Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-16 | Merge pull request #71434 from ↵ | Rémi Verschelde | |
adamscott/fix-reduce-identifier-from-base-class-script-retrieval Fix cyclic reference errors while reducing identifiers | |||
2023-01-16 | Merge pull request #71496 from raulsntos/dotnet/sincos | Rémi Verschelde | |
C#: Implement `Mathf.SinCos` | |||
2023-01-16 | Merge pull request #62236 from MinusKube/master | Rémi Verschelde | |
Fix polyline not supporting closed polygons and not having a uniform width | |||
2023-01-16 | Merge pull request #69598 from Sauermann/fix-focus-inverse | Rémi Verschelde | |
Calculate the mouse focus inverse transform only when needed | |||
2023-01-16 | Merge pull request #71077 from rsjtdrjgfuzkfg/obj-import | Rémi Verschelde | |
obj: Avoid empty names and meshes | |||
2023-01-16 | obj: Avoid empty names and meshes | rsjtdrjgfuzkfg | |
This commit updates the obj importer to properly name imported meshes and permits it to skip meshes that do not contain geometry. This fixes at least one crash and several warnings and avoids unnecessary meshes being generated when importing obj files that do not contain geometry that is not assigned to a named object (such as when exporting from Blender). | |||
2023-01-16 | Fix draw_polyline not supporting closed polygons and not having a uniform offset | MinusKube | |
2023-01-16 | Merge pull request #69970 from poohcom1/fix/autocomplete-custom-class | George Marques | |
Fixes https://github.com/godotengine/godot/issues/69941 | |||
2023-01-16 | C#: Implement `Mathf.SinCos` | Raul Santos | |
Implement `Mathf.SinCos` that wraps a call to `System.Math.SinCos`, this allows us to use the `SinCos` method more conveniently with `real_t`. Using `Math.SinCos` is often cheaper than separate calls to `Math.Sin` and `Math.Cos`, and they are often used together. | |||
2023-01-16 | Merge pull request #71508 from akien-mga/fix-build-profile-env | Rémi Verschelde | |
SCons: Fix feature build profile being parsed too late | |||
2023-01-16 | Merge pull request #71507 from groud/fix_add_source_source_id | Rémi Verschelde | |
Fix TileDate::add_source accepting invalid ID values | |||
2023-01-16 | Merge pull request #70557 from KoBeWi/class_yeet | Rémi Verschelde | |
Move global script class cache to separate file | |||
2023-01-16 | Merge pull request #71502 from bruvzg/tooltip_clickthrough | Rémi Verschelde | |
Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. | |||
2023-01-16 | Merge pull request #69851 from dalexeev/fix-scaling-issue | Rémi Verschelde | |
Fix scaling issue in `draw_line` and similar methods | |||
2023-01-16 | Merge pull request #70030 from KoBeWi/why_is_tween | Rémi Verschelde | |
Improve empty Tween error message | |||
2023-01-16 | Merge pull request #71369 from Calinou/editor-tweak-executable-file-filters | Rémi Verschelde | |
Tweak fbx2gltf file filter to remove naming restriction | |||
2023-01-16 | Merge pull request #64021 from ajreckof/change-shortcut-for-rect-tool-tilemap | Rémi Verschelde | |
Add `Key::CTRL_OR_CMD` and use it to fix shortcut for tilemap painting tools on macOS | |||
2023-01-16 | SCons: Fix feature build profile being parsed too late | Rémi Verschelde | |
Also renames the option to just `build_profile`, the previous one was too verbose and had words in the wrong order. Fixes #70643. | |||
2023-01-16 | Fixes TileDate::add_source accepting invalid ID values | Gilles Roudière | |
2023-01-16 | Fix scaling issue in `draw_line` and similar methods | Danil Alexeev | |
2023-01-16 | Add `WINDOW_FLAG_MOUSE_PASSTHROUGH` flag and enabled it for tooltips. Expose ↵ | bruvzg | |
`window_set_mouse_passthrough` to `Window`. | |||
2023-01-16 | Improve empty Tween error message | kobewi | |
2023-01-16 | Tweak fbx2gltf file filter to remove naming restriction | Hugo Locurcio | |
This relaxes the naming restriction on fbx2gltf binaries, as people may be renaming them then wondering why they've disappeared from the dialog unless they select "All Files (*)" as a filter. | |||
2023-01-16 | Move global script class cache to separate file | kobewi | |
2023-01-16 | Merge pull request #70668 from KoBeWi/never_give_up | Rémi Verschelde | |
Retry loading addons after filesystem scan | |||
2023-01-16 | Merge pull request #70669 from KoBeWi/bruh2 | Rémi Verschelde | |
Improve ResourcePreloader description | |||
2023-01-16 | Merge pull request #71436 from TigranExe/patch-1 | Rémi Verschelde | |
Added a brief description to SkeletonProfileHumanoid | |||
2023-01-16 | Merge pull request #71461 from snoopdouglas/snoopdouglas/master | Rémi Verschelde | |
Class reference: snake_case .tscn & .gd filenames, _on_* callbacks | |||
2023-01-16 | Merge pull request #70685 from stmSi/fix-nan-graphedit-infinite-loop | Rémi Verschelde | |
Fix: NaN value making infinite loop inside GraphEdit's `NOTIFICATION_DRAW` | |||
2023-01-16 | Merge pull request #71498 from bruvzg/win_init_size | Rémi Verschelde | |
[Windows] Fix incorrect full-screen mode applied on start. | |||
2023-01-16 | Merge pull request #71485 from adamscott/history-local | Rémi Verschelde | |
Save history when goto script line in the text editor | |||
2023-01-16 | Merge pull request #71308 from hcoura/test-curve-2d | Rémi Verschelde | |
Add unit tests for Curve2D | |||
2023-01-16 | Merge pull request #70504 from KoBeWi/the_choosen_antipattern | Rémi Verschelde | |
Add EditorUndoRedoManager singleton | |||
2023-01-16 | Merge pull request #71477 from aaronfranke/gltf-append-doc | Rémi Verschelde | |
Improve the documentation of GLTFDocument's append methods | |||
2023-01-16 | Merge pull request #43399 from KoBeWi/path_stalking | Rémi Verschelde | |
Update PathFollow2D when curve is changed | |||
2023-01-16 | doc: Add a brief description to SkeletonProfileHumanoid | TigranExe | |
2023-01-16 | Merge pull request #71458 from raulsntos/dotnet/quaternion | Rémi Verschelde | |
C#: Make `Length` and `LengthSquared` into methods in `Quaternion`. | |||
2023-01-16 | Merge pull request #71456 from raulsntos/dotnet/sync-plane | Rémi Verschelde | |
C#: Sync `Plane` with Core | |||
2023-01-16 | Merge pull request #71445 from raulsntos/dotnet/transforms | Rémi Verschelde | |
C#: Add missing `Transform{2D,3D}` and `Basis` constructors | |||
2023-01-16 | Merge pull request #71431 from raulsntos/dotnet/scale-and-rotation | Rémi Verschelde | |
C#: Replace `Rotation` and `Scale` properties with get methods | |||
2023-01-16 | Merge pull request #71474 from raulsntos/plane_get_center | Rémi Verschelde | |
Rename `center` method to `get_center` in Plane. | |||
2023-01-16 | Merge pull request #70684 from filiperinaldi/fix_arm64_build_clang | Rémi Verschelde | |
Fix arm64 build when using Clang | |||
2023-01-16 | Merge pull request #70433 from Sauermann/fix-treeitem-id | Rémi Verschelde | |
Fix confusion about TreeItem.add_button ambiguity between id and index | |||
2023-01-16 | Merge pull request #59076 from ↵ | Rémi Verschelde | |
Sauermann/fix-cursorshape-tilesetatlassourceeditor Use get_cursor_shape for identifying the cursor shape in TileSetAtlasSourceEditor | |||
2023-01-16 | [Windows] Fix incorrect full-screen mode applied on start. | bruvzg | |
2023-01-16 | replace the use of CTRL by CMD_OR_CTRL in three places where using CTRL ↵ | ajreckof | |
prevented the use of the functionality on mac on Mac CTRL + Left click = Right click therefore when a functionality needs CTRL + Left click it is not possible on mac. It then forcibly needs to be CMD on mac | |||
2023-01-15 | Fix cyclic reference errors while reducing identifiers. | Adam Scott | |
Co-authored-by: Dmitrii Maganov <vonagam@gmail.com> | |||
2023-01-16 | Add EditorUndoRedoManager singleton | kobewi | |
2023-01-15 | Save history when goto script line in the text editor. | Adam Scott | |
2023-01-15 | Improve the documentation of GLTFDocument's append methods | Aaron Franke | |