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 60bc5e7442af951b7a1b554bf552ea95092ca9f4 (commit)
via 6e088c0e04d12ad0afda945b8443c8e75aca6da8 (commit)
via b340fc71e0a58ea9203e764ef3233dc3befa4720 (commit)
via 84af0faacce4b76ffcf096fb4c4bbd14502a7ac3 (commit)
via 7fd482c24c529a8778afe0914d26c70a7913d9ab (commit)
via 6709eb74be39527e430f4cca2a46ed27242b9665 (commit)
via 2e5453125dba848877395d95da29e011511abe12 (commit)
via 924a2824477e54984021d002a87bb7f40eaf6f37 (commit)
via acb41bfd8019fde0b563cda64e3244df4b70719c (commit)
via 4017264de2760ae28046ebffc866fbf77d4b37b8 (commit)
via 3a05ec4d4543ccb9909dd032d8b0e7c1e9778110 (commit)
via fefe5672ecad62125ebbae31f50d77281f38f06a (commit)
via d5e1c6f21dc25321d7f94c5b1e2f2bec8d8f7bab (commit)
via 4fa5d2d2428ead5f4ab2c5451986cc791e85c5da (commit)
from dbb0977e07c3eea92888d97f8c235cc0175c1f1e (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 60bc5e7442af951b7a1b554bf552ea95092ca9f4
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Thu Aug 28 13:38:19 2014 +0200
set depth-function to "<="
openGL's default is GL_LESS, but Gem has traditionally had GL_LEQUAL
Closes: http://sourceforge.net/p/pd-gem/bugs/234/
commit 6e088c0e04d12ad0afda945b8443c8e75aca6da8
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Thu Aug 28 11:53:06 2014 +0200
GemWin: reject all unknown messages
to 2nd outlet (rather than printing an error-message)
commit b340fc71e0a58ea9203e764ef3233dc3befa4720
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Thu Aug 28 11:51:44 2014 +0200
use '0' rather than 'NULL'
commit 84af0faacce4b76ffcf096fb4c4bbd14502a7ac3
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Thu Aug 28 10:51:08 2014 +0200
make "fps" an alias for "frame"
"frame" is a weird name for "framerate" anyhow.
commit 7fd482c24c529a8778afe0914d26c70a7913d9ab
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Thu Aug 28 10:29:58 2014 +0200
start/stop rendering need valid context
so we need to bang the gemfoowindow first
commit 6709eb74be39527e430f4cca2a46ed27242b9665
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Tue Aug 26 17:11:12 2014 +0200
SDL-buttons are off by one
commit 2e5453125dba848877395d95da29e011511abe12
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Tue Aug 26 17:11:00 2014 +0200
re-indented
commit 924a2824477e54984021d002a87bb7f40eaf6f37
Author: IOhannes m zmölnig <zmoel...@umlautq-osx.umlaeute.mur.at>
Date: Tue Aug 26 17:06:48 2014 +0200
Weird hack for SDL on OSX
commit acb41bfd8019fde0b563cda64e3244df4b70719c
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Tue Aug 26 16:21:21 2014 +0200
multipointer support for [gemsdlwindow]
seems to do nothing.
do we have to enable it somewhere, or is this a limitation of the used SDL?
LATER: protect the use of "event.*.which" with some #ifdefs
commit 4017264de2760ae28046ebffc866fbf77d4b37b8
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Tue Aug 26 16:19:58 2014 +0200
use new event() method
commit 3a05ec4d4543ccb9909dd032d8b0e7c1e9778110
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Tue Aug 26 15:52:56 2014 +0200
use signed devIDs for multi-pointer
commit fefe5672ecad62125ebbae31f50d77281f38f06a
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Tue Aug 26 15:52:07 2014 +0200
make devID a signed int
for better compatibility with MPX
(and since "unsigned" can be represented even less by "t_float")
commit d5e1c6f21dc25321d7f94c5b1e2f2bec8d8f7bab
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Tue Aug 26 15:49:01 2014 +0200
added "entry" function to GemWindow
for unified output
commit 4fa5d2d2428ead5f4ab2c5451986cc791e85c5da
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date: Tue Aug 26 15:40:04 2014 +0200
multipointer support for [gemglutwindow]
also moved all the callbacks into an anonymous namespace
(rather than having them as part of the class)
-----------------------------------------------------------------------
Summary of changes:
abstractions/gemwin.pd | 106 ++++++++++-------
src/Base/GemWindow.cpp | 66 +++++++---
src/Base/GemWindow.h | 13 ++-
src/Output/gemcocoawindow.mm | 2 +-
src/Output/gemglfw2window.cpp | 6 +-
src/Output/gemglfw3window.cpp | 6 +-
src/Output/gemglutwindow.cpp | 275 ++++++++++++++++++++++-------------------
src/Output/gemglutwindow.h | 20 ---
src/Output/gemsdlwindow.cpp | 37 +++++-
src/Output/gemw32window.cpp | 2 +-
10 files changed, 303 insertions(+), 230 deletions(-)
hooks/post-receive
--
Gem - Graphics environment for multimedia
------------------------------------------------------------------------------
Slashdot TV.
Video for Nerds. Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs