summaryrefslogtreecommitdiffstats
path: root/editor/plugins/cpu_particles_2d_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename ParticlesMaterial to ParticleProcessMaterialMicky2022-08-261-1/+1
* Add per-scene UndoRedokobewi2022-08-221-0/+1
* Seperate filter and description in FileDialog.add_filter()FireForge2022-07-091-1/+1
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-4/+6
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-3/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Construct values only when necessary.Anilforextra2021-09-231-1/+1
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+2
* Optimize StringName usagereduz2021-07-181-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-2/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-20/+0
* Remove separators from particles menusNico Mitchell2020-04-121-2/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Rename more 2D and 3D nodes to follow conventionRémi Verschelde2020-03-271-3/+2
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-1/+1
* Working multiple window support, including editorJuan Linietsky2020-03-261-3/+3
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-7/+3
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-3/+3
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-8/+8
* Makes more strings translatableHaoyu Qiu2020-01-041-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-4/+2
* properly set emitting when particles restartclayjohn2019-06-211-0/+6
* Set switch_on_hover to true for the remaining menusGuilherme Felipe2019-04-251-0/+1
* Add Emission Mask to CPUParticle2DShyRed2019-03-191-0/+307