| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove empty bind_methods() | kobewi | 2024-08-15 | 1 | -3/+0 |
* | [Scene] Add `SceneStringNames::confirmed` | A Thousand Ships | 2024-06-19 | 1 | -2/+2 |
* | Add missing TTR's for EditorProgress | Yuri Rubinsky | 2024-06-14 | 1 | -1/+1 |
* | [Scene] Add `SceneStringNames::id_pressed` | A Thousand Ships | 2024-05-30 | 1 | -1/+1 |
* | Add Ctrl + R keyboard shortcut to restart particle emission in the editor | Hugo Locurcio | 2024-05-22 | 1 | -1/+2 |
* | [Native File Dialog] Add support for using native dialogs in the editor. | bruvzg | 2024-03-28 | 1 | -7/+0 |
* | Fix undo action names for node replacement | kobewi | 2024-03-03 | 1 | -1/+1 |
* | Replace error checks against `size` with `is_empty` | A Thousand Ships | 2024-02-09 | 1 | -1/+1 |
* | Improve the looks of 2D/3D viewport contextual toolbars | Yuri Sizov | 2023-09-13 | 1 | -2/+0 |
* | Add EditorStringNames singleton | kobewi | 2023-09-03 | 1 | -1/+1 |
* | Merge pull request #78300 from ajreckof/fix-replace-node-destroying-Node-prop... | Yuri Sizov | 2023-08-03 | 1 | -5/+2 |
|\ |
|
| * | Fix replace node deleting `Node` properties. | ajreckof | 2023-08-03 | 1 | -5/+2 |
* | | Merge pull request #78944 from bgie/particle_mask | Yuri Sizov | 2023-07-27 | 1 | -4/+14 |
|\ \ |
|
| * | | Added option to center image when loading particle emission mask | Brecht Kuppens | 2023-07-02 | 1 | -4/+14 |
| |/ |
|
* / | Extract and reorganize texture resource classes | Hendrik Brucker | 2023-07-14 | 1 | -0/+1 |
|/ |
|
* | Improve includes of EditorNode (and everything else) | Yuri Sizov | 2023-04-07 | 1 | -1/+1 |
* | Add EditorUndoRedoManager singleton | kobewi | 2023-01-16 | 1 | -2/+2 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Use forward-declarations in big editor classes | trollodel | 2022-11-29 | 1 | -0/+1 |
* | Cleanup remaining EditorUndoRedoManager usages | kobewi | 2022-11-24 | 1 | -1/+1 |
* | Make some Image methods static | kobewi | 2022-10-14 | 1 | -3/+3 |
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -2/+2 |
* | Rename ParticlesMaterial to ParticleProcessMaterial | Micky | 2022-08-26 | 1 | -5/+5 |
* | Add per-scene UndoRedo | kobewi | 2022-08-22 | 1 | -1/+2 |
* | Seperate filter and description in FileDialog.add_filter() | FireForge | 2022-07-09 | 1 | -1/+1 |
* | Add static methods for creating Image and ImageTexture | kobewi | 2022-07-08 | 1 | -14/+3 |
* | Fix more issues found by cppcheck. | bruvzg | 2022-04-20 | 1 | -2/+2 |
* | Update if == NOTIFICATION_* to switch statements to match coding style | megalobyte | 2022-02-16 | 1 | -5/+7 |
* | Remove most EditorNode constructor parameters and fields | trollodel | 2022-02-14 | 1 | -4/+3 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -0/+3 |
* | Store panels and docks singletons in their own classes | trollodel | 2022-01-20 | 1 | -2/+2 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Visibility rect only shown when a GPUParticle2D is selected to reduce visual ... | Raffaele Picca | 2021-11-28 | 1 | -0/+22 |
* | Construct values only when necessary. | Anilforextra | 2021-09-23 | 1 | -1/+1 |
* | Improve visibility rect/AABB generation usability in GPUParticles | Hugo Locurcio | 2021-08-16 | 1 | -6/+9 |
* | Use doubles for time in many other places | Aaron Franke | 2021-08-09 | 1 | -2/+2 |
* | Use const references where possible for List range iterators | Rémi Verschelde | 2021-07-25 | 1 | -1/+1 |
* | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -2/+2 |
* | Optimize StringName usage | reduz | 2021-07-18 | 1 | -1/+1 |
* | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -7/+7 |
* | Refactor Process Mode | reduz | 2021-02-18 | 1 | -1/+1 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen | 2020-07-14 | 1 | -1/+1 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -6/+10 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -26/+0 |
* | Remove separators from particles menus | Nico Mitchell | 2020-04-12 | 1 | -4/+1 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -1/+1 |
* | Rename more 2D and 3D nodes to follow convention | Rémi Verschelde | 2020-03-27 | 1 | -0/+435 |