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".
The branch, master has been updated
via 993c28cdd25c2f7370f808a8b48d9806f41d30d2 (commit)
via 172146eb1f342ba52354ce2869042f9ea7d7cf15 (commit)
via 9b390dba81badb87ba8a88c24d97ea18c5c47fb0 (commit)
via 5b140adf8d6430cc5d212f429fa88eee3e4d3327 (commit)
via 3b7bcd211e424e0fd7b579ae83b53fd745beb0f6 (commit)
from aa07a2b73c5af7d8acc0781324f7f940aeca0e66 (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 993c28cdd25c2f7370f808a8b48d9806f41d30d2
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date: Fri Dec 16 12:28:12 2011 +0100
Base: use CPPEXTERN_MSG where easily possible
commit 172146eb1f342ba52354ce2869042f9ea7d7cf15
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date: Fri Dec 16 12:27:30 2011 +0100
Manips: use CPPEXTERN_MSG where easily possible
commit 9b390dba81badb87ba8a88c24d97ea18c5c47fb0
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date: Fri Dec 16 11:35:02 2011 +0100
Controls: use CPPEXTERN_MSG where easily possible
commit 5b140adf8d6430cc5d212f429fa88eee3e4d3327
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date: Fri Dec 16 11:27:15 2011 +0100
message 'symbol' needs A_SYMBOL
we cannot use A_DEFSYM for 'symbol' messages
is this a bug in Pd?
commit 3b7bcd211e424e0fd7b579ae83b53fd745beb0f6
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date: Fri Dec 16 10:32:47 2011 +0100
replace msg-callbacks by CPPEXTERN_MSG()
-----------------------------------------------------------------------
Summary of changes:
src/Base/GemBase.h | 6 --
src/Base/GemPathBase.cpp | 14 +---
src/Base/GemPathBase.h | 7 --
src/Base/GemPixObj.cpp | 13 +--
src/Base/GemPixObj.h | 5 +-
src/Base/GemShape.cpp | 29 +------
src/Base/GemShape.h | 185 ++++++++++++++++++++---------------------
src/Base/TextBase.cpp | 51 ++---------
src/Base/TextBase.h | 8 +--
src/Controls/gemhead.cpp | 3 +-
src/Controls/gemlist.cpp | 24 +----
src/Controls/gemlist.h | 6 +-
src/Controls/gemreceive.cpp | 20 +----
src/Controls/gemreceive.h | 6 +-
src/Controls/gemwin.cpp | 127 +++++-----------------------
src/Controls/gemwin.h | 18 ----
src/Manips/accumrotate.cpp | 28 +------
src/Manips/accumrotate.h | 9 --
src/Manips/alpha.cpp | 29 +------
src/Manips/alpha.h | 8 --
src/Manips/ambientRGB.cpp | 28 +------
src/Manips/ambientRGB.h | 9 --
src/Manips/colorRGB.cpp | 28 +------
src/Manips/colorRGB.h | 9 --
src/Manips/depth.cpp | 6 +-
src/Manips/depth.h | 6 --
src/Manips/diffuseRGB.cpp | 28 +------
src/Manips/diffuseRGB.h | 9 --
src/Manips/emissionRGB.cpp | 28 +------
src/Manips/emissionRGB.h | 9 --
src/Manips/glsl_geometry.cpp | 14 +---
src/Manips/glsl_geometry.h | 7 --
src/Manips/glsl_program.cpp | 36 ++------
src/Manips/glsl_program.h | 8 +--
src/Manips/glsl_vertex.cpp | 14 +---
src/Manips/glsl_vertex.h | 7 --
src/Manips/ortho.cpp | 12 +--
src/Manips/ortho.h | 8 --
src/Manips/polygon_smooth.cpp | 6 +-
src/Manips/polygon_smooth.h | 6 --
src/Manips/rotate.cpp | 14 +---
src/Manips/rotate.h | 7 --
src/Manips/rotateXYZ.cpp | 21 +----
src/Manips/rotateXYZ.h | 8 --
src/Manips/scale.cpp | 15 +---
src/Manips/scale.h | 7 --
src/Manips/scaleXYZ.cpp | 21 +----
src/Manips/scaleXYZ.h | 8 --
src/Manips/shearXY.cpp | 7 +--
src/Manips/shearXY.h | 11 +--
src/Manips/shearXZ.cpp | 7 +--
src/Manips/shearXZ.h | 11 +--
src/Manips/shearYX.cpp | 7 +--
src/Manips/shearYX.h | 11 +--
src/Manips/shearYZ.cpp | 7 +--
src/Manips/shearYZ.h | 13 +--
src/Manips/shearZX.cpp | 8 +--
src/Manips/shearZX.h | 11 +--
src/Manips/shearZY.cpp | 8 +--
src/Manips/shearZY.h | 11 +--
src/Manips/shininess.cpp | 8 +--
src/Manips/shininess.h | 6 --
src/Manips/specularRGB.cpp | 28 +------
src/Manips/specularRGB.h | 9 --
src/Manips/translate.cpp | 14 +---
src/Manips/translate.h | 7 --
src/Manips/translateXYZ.cpp | 21 +----
src/Manips/translateXYZ.h | 8 --
src/Manips/vertex_program.cpp | 25 +-----
src/Manips/vertex_program.h | 8 --
src/Nongeos/spot_light.cpp | 10 +--
src/Nongeos/spot_light.h | 6 --
src/Nongeos/world_light.cpp | 53 +++++-------
src/Nongeos/world_light.h | 9 +--
src/RTE/MessageCallbacks.h | 2 +-
75 files changed, 260 insertions(+), 1041 deletions(-)
hooks/post-receive
--
Gem
------------------------------------------------------------------------------
Learn Windows Azure Live! Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for
developers. It will provide a great way to learn Windows Azure and what it
provides. You can attend the event by watching it streamed LIVE online.
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs