Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | StyleBoxTexture unit tests | MylesScholz | 2024-08-08 | 1 | -0/+194 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Capitalization fix in test_style_box_texture.h Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> Newline fix in test_style_box_texture.h Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> | |||||
* | | | | | | Merge pull request #94748 from aaronp64/tree_perf | Rémi Verschelde | 2024-08-27 | 1 | -0/+151 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Improve `Tree` performance | |||||
| * | | | | | | Improve Tree performance | aaronp64 | 2024-07-26 | 1 | -0/+151 | |
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | Added TreeItem::last_child to avoid needing to iterate through all children to get to the end. This mainly helps in cases where one TreeItem has many children (1000s), and new children are added to the end, as each add had to iterate through all previously added children. | |||||
* | | | | | | Merge pull request #91654 from 2nafish117/node2d-helper-tests | Rémi Verschelde | 2024-08-27 | 1 | -0/+125 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | Add unit tests for Node2D helper methods | |||||
| * | | | | | add unit tests for Node2D helper methods | unknown | 2024-08-05 | 1 | -0/+125 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #89554 from smnast/backspace-unfold | Rémi Verschelde | 2024-08-19 | 1 | -0/+20 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Fix backspace always unfolding previous line | |||||
| * | | | | | Fix backspace always unfolding previous line | MrPersonDev | 2024-05-27 | 1 | -0/+20 | |
| | | | | | | ||||||
* | | | | | | Fix TextEdit caret movement at start of wrapped lines | kit | 2024-08-16 | 1 | -4/+62 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Fix compilation failure in test_graph_node.h with disable_exceptions=false | ze2j | 2024-07-27 | 1 | -1/+3 | |
| |/ / / |/| | | | ||||||
* | | | | Fix PathFollow tests, Add forward vector test to PathFollow3D | Raul Santos | 2024-07-20 | 2 | -103/+222 | |
| |_|/ |/| | | ||||||
* | | | [Tests] Fix various unit tests on minimal builds | A Thousand Ships | 2024-07-18 | 1 | -1/+1 | |
| | | | ||||||
* | | | [Tests] Fix unit tests in template builds | A Thousand Ships | 2024-06-29 | 2 | -0/+4 | |
| | | | ||||||
* | | | CodeEdit Fix move lines up/down viewport and selection issues | kit | 2024-06-25 | 1 | -1/+119 | |
| | | | ||||||
* | | | Fix storing of Node Array properties | kobewi | 2024-06-21 | 1 | -2/+57 | |
| | | | ||||||
* | | | Merge pull request #92810 from KoBeWi/redirect_tests_to_dev/null | Rémi Verschelde | 2024-06-13 | 3 | -9/+9 | |
|\ \ \ | | | | | | | | | | | | | Use subfolder for temporary test files | |||||
| * | | | Use subfolder for temporary test files | kobewi | 2024-06-05 | 3 | -9/+9 | |
| | | | | ||||||
* | | | | Add unit test cases for ImageTexture3D | gaven | 2024-06-12 | 1 | -0/+101 | |
| | | | | ||||||
* | | | | Merge pull request #91390 from kitbdev/add-selection-unhide-carets | Rémi Verschelde | 2024-06-07 | 1 | -0/+39 | |
|\ \ \ \ | |/ / / |/| | | | | | | | Unhide carets in add selection for occurrence and fix error | |||||
| * | | | Unhide carets in add selection for occurrence | kit | 2024-05-27 | 1 | -0/+39 | |
| |/ / | ||||||
* | | | Fix default NodePaths saved in scene | kobewi | 2024-06-03 | 1 | -0/+73 | |
| | | | ||||||
* | | | make InstancePlaceholder in charge of node reference resolution | Adriano Orioli | 2024-05-28 | 1 | -0/+532 | |
|/ / | ||||||
* | | Merge pull request #91909 from KoBeWi/have_fun_reviewing_this | Rémi Verschelde | 2024-05-14 | 1 | -87/+87 | |
|\ \ | | | | | | | | | | Use Core/Scene stringnames consistently | |||||
| * | | Use Core/Scene stringnames consistently | kobewi | 2024-05-13 | 1 | -87/+87 | |
| | | | ||||||
* | | | [Tests] Expand tests for `Curve2D/3D` | A Thousand Ships | 2024-05-12 | 2 | -3/+62 | |
|/ / | ||||||
* | | Merge pull request #90705 from AThousandShips/foreach_list | Rémi Verschelde | 2024-05-07 | 1 | -2/+3 | |
|\ \ | | | | | | | | | | Reduce and prevent unnecessary random-access to `List` | |||||
| * | | Reduce and prevent unnecessary random-access to `List` | A Thousand Ships | 2024-05-04 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Random-access access to `List` when iterating is `O(n^2)` (`O(n)` when accessing a single element) * Removed subscript operator, in favor of a more explicit `get` * Added conversion from `Iterator` to `ConstIterator` * Remade existing operations into other solutions when applicable | |||||
* | | | add timer node tests | Shashank C | 2024-05-06 | 1 | -0/+217 | |
|/ / | ||||||
* | | Fix TextEdit crash with multiple carets disabled | kit | 2024-05-02 | 1 | -0/+5 | |
| | | ||||||
* | | Overhaul multiple caret editing in TextEdit. | kit | 2024-04-26 | 2 | -1094/+5958 | |
| | | | | | | | | Use a multicaret edit to delay merging overlapping carets until the end. | |||||
* | | Merge pull request #90229 from Santoss1809/master | Rémi Verschelde | 2024-04-26 | 1 | -0/+59 | |
|\ \ | | | | | | | | | | Fix error message when removing only child from GraphNode | |||||
| * | | Fix error message when removing only child from GraphNode | João Santos | 2024-04-26 | 1 | -0/+59 | |
| | | | | | | | | | | | | Fixes #89695. | |||||
* | | | Merge pull request #91103 from smix8/navregion_test_err | Rémi Verschelde | 2024-04-24 | 1 | -0/+2 | |
|\ \ \ | | | | | | | | | | | | | NavigationRegion test suppress warning about visual meshes | |||||
| * | | | NavigationRegion test suppress warning | smix8 | 2024-04-24 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | Suppresses warning about source geometry parsing from visual meshes in NavigationRegion test. | |||||
* | | | | Set animation step from importers. Increase default step from 10 to 30 FPS. | Lyuma | 2024-04-19 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Update NavigationRegion test rid function | smix8 | 2024-04-16 | 2 | -2/+2 | |
| | | | | | | | | | | | | Updates NavigationRegion test rid function from deprecated get_region_rid() to use newer get_rid(). | |||||
* | | | Tests: Remove NavigationRegion3D race condition that fails on CI | Rémi Verschelde | 2024-04-13 | 1 | -9/+0 | |
| |/ |/| | | | | | | | As the comment pointed it out, it's a race condition, and evidently no, "it's [not] fine" ;) | |||||
* | | Merge pull request #88614 from ramadm/test-camera-2d | Rémi Verschelde | 2024-04-10 | 1 | -0/+318 | |
|\ \ | | | | | | | | | | Add unit tests for Camera2D | |||||
| * | | Add unit tests for Camera2D | Rama Del Maestro | 2024-02-21 | 1 | -0/+318 | |
| | | | ||||||
* | | | Fix a special case for button masks | Markus Sauermann | 2024-03-28 | 1 | -0/+1 | |
| |/ |/| | | | | | | | | | | | | | | | In certain situations it is possible that in a `Viewport` the same mouse button is pressed twice in series without releasing it in between. In this case, focus stealing should happen to ensure, that the mouse button is not sent unintentionally to the previously focused Control node. | |||||
* | | Add 'Skip to next (text) occurrence' feature to text editor | Christophe Andral | 2024-03-25 | 1 | -0/+147 | |
| | | | | | | | | | | | | | | | | | | Adds `ui_text_skip_selection_for_next_occurrence` action and related implementation to text editor. This action is bound `Ctrl+Alt+D` shorcut. Used in conjonction with `ui_add_skip_selection_for_next_occurrence`, it gives the user the ability to select many occurrences of a selection and avoid some of them. Used without a previous selection, the action jumps to the next occurrence of the current word under the caret. | |||||
* | | Fix region section not ignoring #region and #endregion when in a string | Rafael Chuva | 2024-03-11 | 1 | -0/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | When using the script editor, if the keywords #region and #endregion where in a string and ate the start of the line, the editor would not ignore them and count them as the actual keywords, which when folded, would only fold until the first #endregion in a string, for example. By checking if these keywords were in a string, this commit now ensures the editor ignores strings and fold the section correctly. Fixes #89115. | |||||
* | | Split monolithic physics class files | smix8 | 2024-02-27 | 1 | -2/+2 | |
| | | | | | | | | Splits monolithic physics class files. | |||||
* | | Move 3D-only resources to their own folder | Aaron Franke | 2024-02-26 | 3 | -3/+3 | |
| | | ||||||
* | | Move 2D-only resources to their own folder | Aaron Franke | 2024-02-26 | 1 | -1/+1 | |
| | | ||||||
* | | Fix some additional errors with 3D disabled | A Thousand Ships | 2024-02-23 | 1 | -0/+12 | |
|/ | | | | | | | | | * Disabled 2D navigation tests as they do not work * Disabled tests for primitive meshes * Unbound some `Mesh` methods that rely on 3D resources * Unexposed `World3D` as it depends on physics (and isn't useful) * Unexposed some `Viewport` vrs related properties that had unexposed methods | |||||
* | Added ImageTexture unit tests | b | 2024-02-19 | 1 | -0/+111 | |
| | ||||||
* | Avoid unqualified-id "near" and "far" in Node3DEditor/Viewport | Silc Lizard (Tokage) Renew | 2024-02-13 | 1 | -6/+6 | |
| | ||||||
* | Expose `is_baking` method in navigation servers and region nodes. | Pawel Lampe | 2024-02-05 | 1 | -0/+40 | |
| | ||||||
* | Test global transform when adding detached tree | Markus Sauermann | 2024-01-18 | 1 | -0/+28 | |
| | | | | Global transform should be correct after attaching a detached tree. | |||||
* | Fix `#if *_ENABLED` inconsistencies, should check if defined | Rémi Verschelde | 2024-01-17 | 1 | -1/+1 | |
| | | | | Co-authored-by: Caroline Joy Bell <halotroop2288@proton.me> |