summaryrefslogtreecommitdiffstats
path: root/editor/plugins/cpu_particles_2d_editor_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* Unify particle editorskobewi2024-10-041-94/+0
* Remove empty bind_methods()kobewi2024-08-151-1/+0
* Organize existing code for editor pluginsAaron Franke2024-04-271-1/+1
* [Native File Dialog] Add support for using native dialogs in the editor.bruvzg2024-03-281-2/+0
* Split monolithic physics class filessmix82024-02-271-1/+1
* Implement conversion from `CPUParticles` to `GPUParticles` (3D/2D)Yuri Roubinski2023-08-191-1/+2
* Added option to center image when loading particle emission maskBrecht Kuppens2023-07-021-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Cleanup remaining EditorUndoRedoManager usageskobewi2022-11-241-2/+0
* Use forward-declarations in EditorPlugin where possibletrollodel2022-11-111-1/+4
* Add per-scene UndoRedokobewi2022-08-221-1/+2
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-9/+9
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-151-1/+0
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-2/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+5
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Add override keywords.Marcel Admiraal2020-07-101-5/+5
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* properly set emitting when particles restartclayjohn2019-06-211-1/+2
* Add Emission Mask to CPUParticle2DShyRed2019-03-191-0/+92