This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Gem - Graphics environment for multimedia".
The branch, master has been updated via 36e938568e7df5cd01188b526e912759ba69dfcd (commit) via cca67ac1186bc0905269e312388de8257bafdd60 (commit) via 5faf61aa6bae986b53d83e497be93876ac57dc90 (commit) via 8bb657d1b5ca5cdb9b8248f0e8f947ad8f586f0d (commit) via bf399da9d1b3e948d38b0919bc1c215cd2699d71 (commit) via b19fe3b7d4ab0054394e444df0b60ea742087e06 (commit) from 570a37f567dae80ac0851896a966999544fa5054 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 36e938568e7df5cd01188b526e912759ba69dfcd Author: IOhannes m zmölnig <zmoel...@iem.at> Date: Thu Feb 13 15:23:16 2025 +0100 (Updated) help-patches for [part_info], [part_information] and [part_move] commit cca67ac1186bc0905269e312388de8257bafdd60 Author: IOhannes m zmölnig <zmoel...@iem.at> Date: Thu Feb 13 14:52:50 2025 +0100 [part_information] use std::vector rather than manually allocated arrays commit 5faf61aa6bae986b53d83e497be93876ac57dc90 Author: IOhannes m zmölnig <zmoel...@iem.at> Date: Thu Feb 13 14:34:25 2025 +0100 [part_info] compat abstraction commit 8bb657d1b5ca5cdb9b8248f0e8f947ad8f586f0d Author: IOhannes m zmölnig <zmoel...@iem.at> Date: Thu Feb 13 14:34:06 2025 +0100 Rename [part_info] to [part_information] and strip the pMove() Closes: https://github.com/umlaeute/Gem/pull/459 commit bf399da9d1b3e948d38b0919bc1c215cd2699d71 Author: IOhannes m zmölnig <zmoel...@iem.at> Date: Thu Feb 13 14:21:22 2025 +0100 [part_move] object that moves particles and does nothing else commit b19fe3b7d4ab0054394e444df0b60ea742087e06 Author: Timothy Schoen <timschoen...@gmail.com> Date: Thu Oct 10 12:44:44 2024 +0200 Fix crash when reloading model ----------------------------------------------------------------------- Summary of changes: abstractions/Makefile.am | 4 +- abstractions/part_info.pd | 22 +++ help/part_info-help.pd | 70 +++++---- ...{part_info-help.pd => part_information-help.pd} | 29 ++-- help/part_move-help.pd | 74 ++++++++++ src/Gem/model.cpp | 17 ++- src/Gem/model.h | 3 +- src/Geos/model.cpp | 8 + src/Geos/model.h | 1 + src/Particles/Makefile.am | 6 +- src/Particles/part_info.cpp | 161 --------------------- src/Particles/part_information.cpp | 118 +++++++++++++++ src/Particles/{part_info.h => part_information.h} | 32 ++-- .../GemVertex.cpp => Particles/part_move.cpp} | 39 +++-- src/Particles/{part_size.h => part_move.h} | 28 ++-- 15 files changed, 350 insertions(+), 262 deletions(-) create mode 100644 abstractions/part_info.pd copy help/{part_info-help.pd => part_information-help.pd} (67%) create mode 100644 help/part_move-help.pd delete mode 100644 src/Particles/part_info.cpp create mode 100644 src/Particles/part_information.cpp rename src/Particles/{part_info.h => part_information.h} (63%) copy src/{Base/GemVertex.cpp => Particles/part_move.cpp} (62%) copy src/Particles/{part_size.h => part_move.h} (57%) hooks/post-receive -- Gem - Graphics environment for multimedia _______________________________________________ pd-gem-CVS mailing list pd-gem-CVS@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs