summaryrefslogtreecommitdiffstats
path: root/editor/plugins/gpu_particles_2d_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make some Image methods statickobewi2022-10-141-3/+3
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-2/+2
* Rename ParticlesMaterial to ParticleProcessMaterialMicky2022-08-261-5/+5
* Add per-scene UndoRedokobewi2022-08-221-1/+2
* Seperate filter and description in FileDialog.add_filter()FireForge2022-07-091-1/+1
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-14/+3
* Fix more issues found by cppcheck.bruvzg2022-04-201-2/+2
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-5/+7
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-4/+3
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+3
* Store panels and docks singletons in their own classestrollodel2022-01-201-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Visibility rect only shown when a GPUParticle2D is selected to reduce visual ...Raffaele Picca2021-11-281-0/+22
* Construct values only when necessary.Anilforextra2021-09-231-1/+1
* Improve visibility rect/AABB generation usability in GPUParticlesHugo Locurcio2021-08-161-6/+9
* Use doubles for time in many other placesAaron Franke2021-08-091-2/+2
* 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-7/+7
* Refactor Process Modereduz2021-02-181-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-6/+10
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-26/+0
* Remove separators from particles menusNico Mitchell2020-04-121-4/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Rename more 2D and 3D nodes to follow conventionRémi Verschelde2020-03-271-0/+435