summaryrefslogtreecommitdiffstats
path: root/editor/plugins/cpu_particles_2d_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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