| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename internal Button icon to button_icon to match exposed methods | Aaron Franke | 2024-10-29 | 1 | -1/+1 |
* | Unify particle editors | kobewi | 2024-10-04 | 1 | -0/+968 |
* | Rename more 2D and 3D nodes to follow convention | Rémi Verschelde | 2020-03-27 | 1 | -493/+0 |
* | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky | 2020-03-27 | 1 | -10/+10 |
* | 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 | -1/+1 |
* | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -12/+5 |
* | Signals: Fix invalid connections to missing callbacks | Rémi Verschelde | 2020-02-23 | 1 | -26/+0 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -6/+6 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -17/+15 |
* | Texture refactor | Juan Linietsky | 2020-02-11 | 1 | -2/+0 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Improve error reporting in the Particles emission point creation dialog | Hugo Locurcio | 2019-08-15 | 1 | -11/+10 |
* | Added release function to PoolVector::Access. | Ibrahn Sahir | 2019-07-06 | 1 | -1/+1 |
* | Merge pull request #29974 from clayjohn/particles_restart | Rémi Verschelde | 2019-06-24 | 1 | -0/+7 |
|\ |
|
| * | properly set emitting when particles restart | clayjohn | 2019-06-21 | 1 | -0/+7 |
* | | Fix undo references for conversion to CPUParticles | Rémi Verschelde | 2019-06-24 | 1 | -2/+2 |
|/ |
|
* | Fix error macro calls not ending with semicolon | Rémi Verschelde | 2019-06-11 | 1 | -1/+1 |
* | Allow undo conversion to CPUParticles | Tomasz Chabora | 2019-05-30 | 1 | -1/+7 |
* | Set switch_on_hover to true for the remaining menus | Guilherme Felipe | 2019-04-25 | 1 | -0/+1 |
* | Add UndoRedo for Generate AABB (Particles) | Tomasz Chabora | 2019-03-04 | 1 | -1/+5 |
* | Use SceneTreeDock to replace particles node properly, fixes #24162 | Juan Linietsky | 2019-01-14 | 1 | -8/+1 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Fixed various uninitialised member variables in editor plugins. | Ibrahn Sahir | 2018-11-11 | 1 | -0/+1 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -1/+1 |
* | Move ParticlesMaterial code to its own resource file | Rémi Verschelde | 2018-09-04 | 1 | -0/+3 |
* | some checks for node removed, may fix #20863 | Juan Linietsky | 2018-08-24 | 1 | -0/+2 |
* | Particles2D: set emitting if not set before generating Visibility Rect | Natrim | 2018-08-16 | 1 | -1/+0 |
* | Particles3D: set emitting if not set before generating AABB | malbach | 2018-08-13 | 1 | -0/+18 |
* | Fix issues with CPUParticles and related conversion from Particles. Closes #2... | Juan Linietsky | 2018-07-23 | 1 | -1/+4 |
* | Add option to convert Particles to CPUParticles | Juan Linietsky | 2018-07-07 | 1 | -1/+19 |
* | Support for CPU based particles, which aids compatibility with OpenGL ES 2.0 | Juan Linietsky | 2018-07-06 | 1 | -184/+206 |
* | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio | 2018-04-22 | 1 | -1/+1 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Enhance undoredo action name, TTR, cleanup | Poommetee Ketson | 2017-12-12 | 1 | -41/+1 |
* | Rename Rect3 to AABB. | Ferenc Arn | 2017-11-17 | 1 | -4/+4 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | Editor: Add some more translatable strings. | Andreas Haas | 2017-08-25 | 1 | -1/+1 |
* | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 1 | -3/+3 |
* | Removed unnecessary assignments | Wilson E. Alvarez | 2017-08-21 | 1 | -3/+1 |
* | renamed all Rect3.pos to Rect3.position | alexholly | 2017-06-09 | 1 | -2/+2 |
* | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 1 | -2/+2 |
* | Particle system is complete. Rejoice! | Juan Linietsky | 2017-04-08 | 1 | -42/+43 |
* | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
* | New particle system, mostly working, some small features missing. | Juan Linietsky | 2017-04-06 | 1 | -159/+193 |
* | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -2/+1 |
* | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | 2017-03-05 | 1 | -0/+461 |