summaryrefslogtreecommitdiffstats
path: root/editor/plugins/gpu_particles_3d_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+2
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-11/+11
* Rename EditorInterface.get_editor_main_control to get_editor_main_screenYuri Sizov2022-09-071-1/+1
* Rename ParticlesMaterial to ParticleProcessMaterialMicky2022-08-261-6/+6
* Add per-scene UndoRedokobewi2022-08-221-2/+3
* Merge pull request #62827 from fire-forge/ok-cancelRémi Verschelde2022-07-131-1/+1
|\
| * Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-1/+1
* | Add static methods for creating Image and ImageTexturekobewi2022-07-081-10/+2
|/
* i18n: Misc fixes translation stringsRémi Verschelde2022-06-081-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-3/+3
* Fix more issues found by cppcheck.bruvzg2022-04-201-2/+2
* Discern between virtual and abstract class bindingsreduz2022-03-101-4/+4
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-3/+5
* Remove most EditorNode constructor parameters and fieldstrollodel2022-02-141-3/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+2
* Store panels and docks singletons in their own classestrollodel2022-01-201-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix GPUParticle3D emission point generationJohn Wigg2021-09-241-0/+2
* Improve visibility rect/AABB generation usability in GPUParticlesHugo Locurcio2021-08-161-6/+8
* Use doubles for time in many other placesAaron Franke2021-08-091-2/+2
* Optimize StringName usagereduz2021-07-181-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-1/+1
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-2/+2
* Refactor Process Modereduz2021-02-181-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g...Rémi Verschelde2020-12-281-1/+1
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-1/+1
* 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-11/+19
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-35/+0
* Remove separators from particles menusNico Mitchell2020-04-121-4/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Rename more 2D and 3D nodes to follow conventionRémi Verschelde2020-03-271-0/+493