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  26081c00aa650526da6da87c83bb20cb0a612e95 (commit)
       via  4b2989e771be357da2575c5b0ef0864aa354571f (commit)
       via  a8e883c38b91d794015f1dba3b6144c795a6560d (commit)
       via  7a6612ea88ad9c28c1bf1eb7c532528d59edf7bf (commit)
       via  a88511f8dc992d7b44060220659eb2e290117681 (commit)
       via  ec0995d6f85a092969c0f0b21dbe34942f1ce700 (commit)
       via  8ebb2a3cc3f07e7f7fa897c9bbde197804285acb (commit)
       via  07d74acdfbc10eda5a4bfa17967be2393aa603c8 (commit)
       via  016825a50fff43380eb171ee669e361b42283bb4 (commit)
       via  4c1ebb6bf52b6de154483f8e33585bef8bed0247 (commit)
      from  2c7c0330980fd95c25d1574828ec1cdcd9e73b72 (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 26081c00aa650526da6da87c83bb20cb0a612e95
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Apr 20 15:48:10 2023 +0200

    Updated camera-help
    
    Closes: https://github.com/umlaeute/Gem/issues/349

commit 4b2989e771be357da2575c5b0ef0864aa354571f
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Apr 20 15:39:29 2023 +0200

    camera: turn up/down/left/right/forward/reverse into floats messages that 
govern the speed
    
    this is compat with the prior version iff 0/1 are used.
    but it now allows use to define (e.g.) left/right rotation by using 
negative/positive speeds.
    and of course it allows us to govern the speed independently for the 
various axes

commit a8e883c38b91d794015f1dba3b6144c795a6560d
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Apr 20 15:29:31 2023 +0200

    WRAP functions that wrap between two limits

commit 7a6612ea88ad9c28c1bf1eb7c532528d59edf7bf
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Apr 20 14:45:32 2023 +0200

    camera: revamped so it now works
    
    - put in into a gemhead to set the camera position for the downstream 
objects
    - just bang it, to get a list suitable for feeding into [gemwin]'s "view" 
message
    
    this breaks compat with how it used to work, where the global (singleton)
    [gemwin] was modified directly.
    however, the legacy code has been broken for a while (now that we have 
multiple windows),
    so the break shouldn't be too drastic.
    
    on the plus side, we can now have a "local" camera but also control the
    "global" (per gemwin) viewpoint.

commit a88511f8dc992d7b44060220659eb2e290117681
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Apr 20 14:15:03 2023 +0200

    camera: ctor, type, namespace, whitespace cleanup

commit ec0995d6f85a092969c0f0b21dbe34942f1ce700
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Apr 20 14:13:15 2023 +0200

    camera: drop static callbacks in favor of the CPPEXTERN_MSG() macros

commit 8ebb2a3cc3f07e7f7fa897c9bbde197804285acb
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Apr 20 14:03:11 2023 +0200

    [camera] remove unused methods

commit 07d74acdfbc10eda5a4bfa17967be2393aa603c8
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Apr 20 13:33:12 2023 +0200

    text*-help: mention [scale] in favour of [font(

commit 016825a50fff43380eb171ee669e361b42283bb4
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Apr 20 13:28:16 2023 +0200

    [text2d] fix transforms

commit 4c1ebb6bf52b6de154483f8e33585bef8bed0247
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Thu Apr 20 13:27:59 2023 +0200

    [text3d]: document 'alias' message
    
    Closes: https://github.com/umlaeute/Gem/issues/355

-----------------------------------------------------------------------

Summary of changes:
 help/camera-help.pd       | 146 +++++++++++++---------
 help/text2d-help.pd       | 169 ++++++++++++-------------
 help/text3d-help.pd       |  21 ++--
 help/textextruded-help.pd |  72 ++++-------
 help/textoutline-help.pd  |  64 ++++------
 src/Manips/camera.cpp     | 311 +++++++++++++---------------------------------
 src/Manips/camera.h       |  94 +++++---------
 src/Utils/Functions.h     |  20 +++
 8 files changed, 370 insertions(+), 527 deletions(-)


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

Reply via email to