index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
cpu_particles_2d_editor_plugin.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unify particle editors
kobewi
2024-10-04
1
-309
/
+0
*
Remove empty bind_methods()
kobewi
2024-08-15
1
-3
/
+0
*
[Scene] Add `SceneStringNames::confirmed`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
1
-1
/
+1
*
Add Ctrl + R keyboard shortcut to restart particle emission in the editor
Hugo Locurcio
2024-05-22
1
-1
/
+2
*
[Native File Dialog] Add support for using native dialogs in the editor.
bruvzg
2024-03-28
1
-8
/
+1
*
Fix undo action names for node replacement
kobewi
2024-03-03
1
-1
/
+1
*
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-1
/
+1
*
Improve the looks of 2D/3D viewport contextual toolbars
Yuri Sizov
2023-09-13
1
-2
/
+0
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-1
/
+1
*
Implement conversion from `CPUParticles` to `GPUParticles` (3D/2D)
Yuri Roubinski
2023-08-19
1
-2
/
+18
*
Added option to center image when loading particle emission mask
Brecht Kuppens
2023-07-02
1
-3
/
+13
*
Improve includes of EditorNode (and everything else)
Yuri Sizov
2023-04-07
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+4
*
Cleanup remaining EditorUndoRedoManager usages
kobewi
2022-11-24
1
-2
/
+0
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-2
/
+2
*
Rename ParticlesMaterial to ParticleProcessMaterial
Micky
2022-08-26
1
-1
/
+1
*
Add per-scene UndoRedo
kobewi
2022-08-22
1
-0
/
+1
*
Seperate filter and description in FileDialog.add_filter()
FireForge
2022-07-09
1
-1
/
+1
*
Update if == NOTIFICATION_* to switch statements to match coding style
megalobyte
2022-02-16
1
-4
/
+6
*
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
1
-3
/
+2
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Construct values only when necessary.
Anilforextra
2021-09-23
1
-1
/
+1
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-1
/
+1
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-2
/
+2
*
Optimize StringName usage
reduz
2021-07-18
1
-1
/
+1
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...
Stijn Hinlopen
2020-07-14
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-2
/
+4
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-20
/
+0
*
Remove separators from particles menus
Nico Mitchell
2020-04-12
1
-2
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-1
/
+1
*
Rename more 2D and 3D nodes to follow convention
Rémi Verschelde
2020-03-27
1
-3
/
+2
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-3
/
+3
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-7
/
+3
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-3
/
+3
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-8
/
+8
*
Makes more strings translatable
Haoyu Qiu
2020-01-04
1
-3
/
+3
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-4
/
+2
*
properly set emitting when particles restart
clayjohn
2019-06-21
1
-0
/
+6
*
Set switch_on_hover to true for the remaining menus
Guilherme Felipe
2019-04-25
1
-0
/
+1
*
Add Emission Mask to CPUParticle2D
ShyRed
2019-03-19
1
-0
/
+307